summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Make responding to selection requests work inside popupsPo Lu2022-06-081-5/+19
* Fix stack overflows with large popup menusPo Lu2022-05-231-5/+16
* Fix freezes with some oddball menusPo Lu2022-05-071-1/+4
* Fix mouse face persisting inside Lucid menus on XI2Po Lu2022-05-061-0/+5
* Fix menu dismissal problems on Xt builds with XI2Po Lu2022-05-061-22/+84
* Fix focus reversion of Motif menus on XI2Po Lu2022-04-301-17/+3
* Fix key navigation of Lucid menus on XI2Po Lu2022-04-231-8/+39
* Minor fixes to menus on XI2Po Lu2022-04-141-8/+11
* Make XInput 2 features work on GTK 2 buildsPo Lu2022-03-091-0/+17
* Correctly handle exposure in oldXMenuPo Lu2022-03-071-0/+9
* Improve behavior of Motif popup menus on XI2Po Lu2022-03-021-0/+9
* Fix old X menu on builds with XI2Po Lu2022-03-011-0/+61
* Disable some code that interferes with menus on LucidPo Lu2022-03-011-2/+4
* Fix C-g inside toolkit file dialogs with XI2Po Lu2022-03-011-2/+2
* Intern server time property during terminal initializationPo Lu2022-03-011-2/+2
* Work around some problems with Motif and the input extensionPo Lu2022-02-271-0/+8
* Fix Motif menu and menu bar dismissal on XI2Po Lu2022-02-271-13/+57
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-9/+9
* Fix entry and exit events with XI2 grabs on X toolkit menusPo Lu2022-02-121-10/+43
* Fix compatibility with ancient versions of libXiPo Lu2022-02-121-2/+2
* Make menus work better on X toolkit builds with XInput 2Po Lu2022-02-071-3/+119
* Fix menus on the no-toolkit build when using XI2Po Lu2022-01-231-4/+26
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix menu window persistence and entry/leave events on Lucid on XI2Po Lu2021-12-271-5/+4
* | Fix Lucid popup menu being stuck on XI2 buildsPo Lu2021-12-271-0/+12
* | Fix menu grabs on XI2 Motif buildsPo Lu2021-12-241-0/+16
* | Add support for event processing via XInput 2Po Lu2021-11-201-0/+4
* | Revert "Add support for event processing via XInput 2"Po Lu2021-11-101-4/+0
* | Add support for event processing via XInput 2oldosfan2021-11-101-0/+4
|/
* Update from GnulibPaul Eggert2021-10-041-2/+2
* Add safety check in x_menu_showPaul Eggert2021-10-031-0/+8
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-7/+25
* Remove unused argument from set_frame_menubar (Bug#45759)Stefan Kangas2021-01-301-8/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Pacify GCC 10.1.0Paul Eggert2020-05-111-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Use bool for menu_items_inusePaul Eggert2019-03-151-1/+1
* Add portable dumperDaniel Colascione2019-01-151-6/+16
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix struct thread alignment on FreeBSD x86Paul Eggert2018-10-191-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-2/+2
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-2/+2
* | | More macro renamings for bignumTom Tromey2018-08-071-4/+4
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-7/+7
|/ /
* | Fix typo in --with-x-toolkit=no codePaul Eggert2018-07-031-1/+1
* | Tune SAFE_FREEPaul Eggert2018-06-281-2/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-231-1/+16
|\|
| * Adjust for scaling for mode-line popup menus (Bug#31880)Robert Pluim2018-06-221-1/+16