summaryrefslogtreecommitdiff
path: root/src/Fl_Menu.cxx
AgeCommit message (Expand)Author
2025-04-01Adding the FL_MENU_CHATTY flag to Fl_Menu_Item.Matthias Melcher
2025-03-10Fix handling of menu widnows taller than their screenManoloFLTK
2024-12-10Fix Fl_Menu_Item::measure width calculation (#1164)Matthias Melcher
2024-12-09Fix inconsistencies with Tab/Backspace handling in menus (#1157)dannye
2024-12-09Fixes triggering callback for inactive menu items (#1159)Matthias Melcher
2024-12-09 Fix: Hang/Infinite loop on submenu with all inactive/invisible items (#1158)ManoloFLTK
2024-12-09Fix: Mouse hover+Enter key selects inactive menu items (#1159)ManoloFLTK
2024-10-06Submenus with no callback enter their submenu instead of closing the whole me...dannye
2024-09-04Fixes menu scrolling for secondary screens (#1060)Matthias Melcher
2024-09-04Fixes menubar glitch when mouse is at y==0 (#1060)Matthias Melcher
2024-08-27Adding horiizonatl and vertical label marginMatthias Melcher
2024-08-14Adding Fl_Widget::label_image_spacing() (#1039)Matthias Melcher
2024-08-04Fix testing of multi-label alt shortcuts (#974)dannye
2024-06-27Navigation in menubar: wrap around when using arrow past end or start of menu...ManoloFLTK
2024-06-25Navigation in menubar: wrap around when using arrow past end or start of menu...ManoloFLTK
2024-06-24Navigation in menubar: wrap around when using arrow past end or start of menu...ManoloFLTK
2024-05-24Control screen used by Fl_Menu_Bar::play_menu() - cont'dManoloFLTK
2024-05-23Control screen used by Fl_Menu_Bar::play_menu()ManoloFLTK
2024-05-09Remove unused variables, fix compiler warningsAlbrecht Schlosser
2024-05-09Optimize "arrow" drawing and centeringAlbrecht Schlosser
2024-05-08Have menu items drawn with same colors in all platforms (#969)ManoloFLTK
2024-05-07Limit (sub)menu arrow size as discussed in fltk.generalAlbrecht Schlosser
2024-02-05Fl_Window_Driver::set_popup_window(), Fl_Screen_Driver::screen_boundaries_kno...ManoloFLTK
2024-01-22Fixes mouse pointer visibility for popups (#890)Matthias Melcher
2024-01-22Add popup_window() virtual member functions to Fl_Window_DriverManoloFLTK
2024-01-21Fix "Wayland: crash with set_menu_window()" - cont'd (#892)ManoloFLTK
2024-01-21Fix "Wayland: crash with set_menu_window()" (#892)ManoloFLTK
2023-12-02Improve contrast of check marks and radio buttons (#443)Albrecht Schlosser
2023-10-13#748: Adds option to choose menu window boxtypeMatthias Melcher
2023-10-11Synchronize all arrow colors and inactive drawing (#791)Matthias Melcher
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