summaryrefslogtreecommitdiff
path: root/src/Fl_Menu.cxx
AgeCommit message (Expand)Author
2023-05-15Fix handling of tall menu windows with the KDE Wayland compositorManoloFLTK
2023-05-02 Wayland: problem with menus on secondary monitor - cont'd (#724)ManoloFLTK
2023-02-10Don't for a box type for pulldowns (#675)Matthias Melcher
2023-01-20STR 3461: fix menu linespacingMatthias Melcher
2023-01-12Remove repeated code in classes menuwindow and menutitleManoloFLTK
2023-01-12Simpler implementation of Fl_Window_Driver::scroll_to_selected_item()ManoloFLTK
2023-01-12Wayland menus: remove useless Fl_Window_Driver::extra_menutitle()ManoloFLTK
2023-01-11Wayland: Further improved implementation of menu windowsManoloFLTK
2023-01-08Wayland: Improved implementation of menu windowsManoloFLTK
2023-01-05Refactor drawing small circles: add fl_draw_circle()Albrecht Schlosser
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-27Wayland: Dropdown menu moves when navigated (#613) - cont'dManoloFLTK
2022-11-25Add "Oxy" scheme (STR 2675, STR 3477)Albrecht Schlosser
2022-11-23Update remaining "arrow drawing" in menusAlbrecht Schlosser
2022-11-23Keep indicator that menubar is still active (#551)Matthias Melcher
2022-11-22Refactor and simplify "arrow drawing" in widgetsAlbrecht Schlosser
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-09-27Use PR #507 by @ggarra13 to fix issue #85.ManoloFLTK
2022-03-08Fix doxygen warningAlbrecht Schlosser
2022-03-05Fix MSVC compiler warningAlbrecht Schlosser
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK
2022-01-26Fix for #381, `backward` function crashMatthias Melcher
2021-11-26Fix for issue #254: remove hardware overlay support .ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-03-26Update documentation, fix typosAlbrecht Schlosser
2019-02-05Fix for STR #3503 - handle Fl_Menu_ deleted while its menu window is running.ManoloFLTK
2019-02-05Fixed two warnings from Doxygen.Matthias Melcher
2019-02-02Fixed pulldown menu position when at the bottom of the screen (STR #2880).Matthias Melcher
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2018-12-11Quick fix: menu disappearing (STR #3503 continued)Albrecht Schlosser
2018-12-07Fix crash if menu is deleted while menu is open (SGR #3503).Albrecht Schlosser
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-03-31Added Fl::menu_linespacing() to solve STR# 2927.Greg Ercolano
2016-04-17MSWindows fixes for previous commits.Matthias Melcher
2016-04-09Rewrite Fl_Menu.cxx for the driver model.Manolo Gouy
2016-03-12Add localization of modifier key names in shortcut labels.Albrecht Schlosser
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-06-15Fix spelling errors and improve documentation.Albrecht Schlosser
2015-03-20Documentation: Clarify Fl_Menu_Item::size() docs.Albrecht Schlosser
2015-01-29Use Fl::is_scheme() where appropriate.Albrecht Schlosser
2014-06-28Fixed a menu-positioning problem where a menu window could appear on another ...Manolo Gouy
2012-12-07Removed unnecessary drawing calls (STR #2898)Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-11-22Fix STR #2770: menubar menus have problems near screen edges.Manolo Gouy
2011-09-29Fix STR#2695 & 2697: correct computation of work areas with multiple screens.Manolo Gouy
2011-09-28STR 2711: fixed radio menu button drawing.Matthias Melcher
2011-08-08Fix STR #2695 (continued). Use of Fl::x() is appropriate only under Mac OS.Manolo Gouy
2011-08-08Fix STR #2695: to scroll menus properly, use Fl::x(),y(),w() and h() function...Manolo Gouy