summaryrefslogtreecommitdiff
path: root/src/Fl_Tooltip.cxx
AgeCommit message (Expand)Author
2009-03-22fixed a typoAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-11Fl_Tooltip could pop up a wrong tooltip, when there had been no tooltipAlbrecht Schlosser
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation increment 2: adding more classes, comments not referenc...Fabien Costantini
2008-09-15Doxygen documentation WP11 Done!Fabien Costantini
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2007-05-20Fix compiler warnings/errors.Michael R Sweet
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2006-08-29- removed more inconsistencies between fl_draw and fl_measure (STR #1408)Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-03-31Added MacOS X monitor support.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-24Now look for 8 bits of alpha when the developer has requestedMichael R Sweet
2004-09-12Tooltips would not reappear on the same widget, and the initialMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-09-14Add Fl_Tooltip::hoverdelay() method and code (STR #126)Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-10-30Tooltip tweeks.Michael R Sweet
2002-10-292.0 tooltip changes into 1.1.x.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-05-15More fixes for tooltips blinking.Bill Spitzak
2002-05-14Another change to tooltips noticed when making the 2.0 version.Bill Spitzak
2002-05-14Clicking on tooltips makes them go away and they don't reappear.Bill Spitzak
2002-05-13Fix click-on-tooltip bug.Michael R Sweet
2002-05-13Change _WIN32 to WIN32 for 1.1.x tree.Michael R Sweet
2002-05-13Removed 2.0 destroy() call from WIN32 codeBill Spitzak
2002-05-13Backported the fltk2.0 tooltips. This may be somewhat binary incompatableBill Spitzak
2002-05-02Tooltip fix from Albrecht.Michael R Sweet
2002-04-24Added set_override() call in Fl_Tooltip_Window constructor.Michael R Sweet
2002-04-24Fix a recursion bug in the tooltip code - didn't need to grab(), butMichael R Sweet
2002-04-14Remove unnecessary tooltip handle code.Michael R Sweet
2002-04-14Propagate events from the tooltip window to the widget we are tooltippingMichael R Sweet
2002-04-09Tooltip fixes: ignore keyboard events, immediately disable new tooltips,Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-11-28Missing cast in Fl_Tooltip.cxx...Michael R Sweet
2001-11-28More doco updates.Michael R Sweet
2001-11-18Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functionsMichael R Sweet
2001-11-17Keep tooltip windows on the screen.Michael R Sweet
2001-11-17Limit width of drop-down button in Fl_Choice widgets.Michael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-10-18Fl::belowmouse() was resetting the tooltip, causing the flashingMichael R Sweet
2001-08-02Fix tooltips a la 2.0.Michael R Sweet
2001-08-01First bunch of changes for the 1.1 branch - tooltips.Michael R Sweet
2001-08-01This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author