summaryrefslogtreecommitdiff
path: root/src/haikumenu.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix grab view persisting on Haiku after popup menu closesPo Lu2022-07-281-0/+5
* Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flagAlan Mackenzie2022-07-121-2/+0
* Fix infinite looping around Haiku menusPo Lu2022-07-061-0/+2
* Adapt last change to Haiku as wellPo Lu2022-05-231-25/+40
* Clean up Haiku code after file panel changesPo Lu2022-05-161-1/+1
* Fix enabling menu bar multiple times on HaikuPo Lu2022-04-201-3/+8
* Fix Haiku menu bars when redisplay happens immediately after activationPo Lu2022-04-181-2/+8
* Fix race conditions waiting for menu bar resize events on HaikuPo Lu2022-04-171-0/+7
* Get rid of unused flags on HaikuPo Lu2022-04-171-13/+2
* Fix hangs when clicking on Haiku menu bar to activate framePo Lu2022-04-171-0/+33
* Fix freezes when trying to accelerate menu bar on HaikuPo Lu2022-04-131-5/+10
* Fix crash when timer signals or throws inside a popup menu on HaikuPo Lu2022-03-261-1/+25
* Don't update Haiku menu bar if nothing changedPo Lu2022-03-091-17/+44
* Improve handling of tooltips inside menus on HaikuPo Lu2022-03-091-3/+2
* Improve tracking of modified regions on HaikuPo Lu2022-02-251-1/+1
* Implement left-right separators for dialog boxes on HaikuPo Lu2022-02-211-16/+38
* * src/haikumenu.c (haiku_dialog_show): Set `popup_activated_p'.Po Lu2022-02-201-0/+2
* Handle GUI input while inside popup dialog on HaikuPo Lu2022-02-201-4/+5
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-2/+2
* Implement real menu help-echo text on HaikuPo Lu2022-01-291-6/+41
* Get rid of unnecessary draw locking in haikumenu.cPo Lu2022-01-271-2/+0
* Make `haiku-menu-bar-open' fasterPo Lu2022-01-261-5/+8
* Improve reliability of menu bar updates on HaikuPo Lu2022-01-251-4/+1
* * src/haikumenu.c (run_menu_bar_help_event): Fix bounds sanity check.Po Lu2022-01-231-1/+1
* Prevent raw bytes from being displayed as help text on HaikuPo Lu2022-01-221-4/+1
* Make system tooltips display in the menu bar on HaikuPo Lu2022-01-201-0/+7
* Make menu bar key navigation work on HaikuPo Lu2022-01-041-6/+6
* * src/haikumenu.c (haiku_menu_show): Fix input blocking.Po Lu2022-01-031-2/+7
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Acquire draw lock when updating menubar on HaikuPo Lu2021-12-241-1/+11
* Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+656