summaryrefslogtreecommitdiff
path: root/src/Fl_Tooltip.cxx
AgeCommit message (Expand)Author
43 hourswipmaxim nikonov
2 dayswi[maxim nikonov
3 dayswipmaxim nikonov
2025-08-12Remove last use of non-portable strdup() functionManoloFLTK
2025-07-08Fix trailing whitespace and convert a few tabs to spacesAlbrecht Schlosser
2025-03-29Adding `FL_BEFORE_MENU` event to classes derived from `Fl_Menu_`Matthias Melcher
2025-03-29Adds a new event FL_TOOLTIP_EVENT...Matthias Melcher
2024-02-05Fl_Window_Driver::set_popup_window(), Fl_Screen_Driver::screen_boundaries_kno...ManoloFLTK
2024-01-23Fix "Wrong tooltip position on Wayland …" - cont'd (#894)ManoloFLTK
2024-01-23Fix "Wrong tooltip position on Wayland with secondary monitor" (#894)ManoloFLTK
2024-01-22Add popup_window() virtual member functions to Fl_Window_DriverManoloFLTK
2024-01-21Fix "Wayland: crash with set_menu_window()" (#892)ManoloFLTK
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2021-08-27Fix "Tooltip causing Window to 'unfocus' on Windows" (#261)Albrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-02-02Tooltips hide by themselves after 12 seconds (STR #2584).Matthias Melcher
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-03-15Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab charact...Matthias Melcher
2016-04-09Rewrite Fl_Tooltip.cxx for the driver model.Manolo Gouy
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2015-09-01Fix confusing argument value to fl_measure() in tooltip handling.Albrecht Schlosser
2015-01-11Prevent tooltips from opening if window recently iconized.Greg Ercolano
2014-11-27Improve tooltip behavior for huge tooltips: remove flicker, support key/mouse...Lauri Kasanen
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-05-16Added three methods and dox to Fl_Tooltip:Greg Ercolano
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-06-08Tooltip testMatthias Melcher
2011-04-14Corrected typo.Manolo Gouy
2011-02-08Fix STR #2558: use more consistently FL_NORMAL_SIZE to define the default fon...Manolo Gouy
2011-01-28Fix STR #2541. The code is unchanged for Mac OS and MSWindows because the bugManolo Gouy
2010-12-12Added an 'Options' dialog (replacing test/preferences) that can be used to se...Matthias Melcher
2010-12-02STR#2466: Added copy_tooltip().Greg Ercolano
2010-12-01Fix STR #2462.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2009-09-27Fixed a few minor issues with Xcode builds. Fixed all color related call to F...Matthias Melcher
2009-08-03Added new Fl_Window:: flags() and methods:Albrecht Schlosser
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