summaryrefslogtreecommitdiff
path: root/src/xmenu.c
AgeCommit message (Expand)Author
2022-04-14Minor fixes to menus on XI2Po Lu
2022-03-09Make XInput 2 features work on GTK 2 buildsPo Lu
2022-03-07Correctly handle exposure in oldXMenuPo Lu
2022-03-02Improve behavior of Motif popup menus on XI2Po Lu
2022-03-01Fix old X menu on builds with XI2Po Lu
2022-03-01Disable some code that interferes with menus on LucidPo Lu
2022-03-01Fix C-g inside toolkit file dialogs with XI2Po Lu
2022-03-01Intern server time property during terminal initializationPo Lu
2022-02-27Work around some problems with Motif and the input extensionPo Lu
2022-02-27Fix Motif menu and menu bar dismissal on XI2Po Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-02-12Fix entry and exit events with XI2 grabs on X toolkit menusPo Lu
2022-02-12Fix compatibility with ancient versions of libXiPo Lu
2022-02-07Make menus work better on X toolkit builds with XInput 2Po Lu
2022-01-23Fix menus on the no-toolkit build when using XI2Po Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-27Fix menu window persistence and entry/leave events on Lucid on XI2Po Lu
2021-12-27Fix Lucid popup menu being stuck on XI2 buildsPo Lu
2021-12-24Fix menu grabs on XI2 Motif buildsPo Lu
2021-11-20Add support for event processing via XInput 2Po Lu
2021-11-10Revert "Add support for event processing via XInput 2"Po Lu
2021-11-10Add support for event processing via XInput 2oldosfan
2021-10-04Update from GnulibPaul Eggert
2021-10-03Add safety check in x_menu_showPaul Eggert
2021-04-27Major rewrite of adjust_frame_sizeMartin Rudalics
2021-01-30Remove unused argument from set_frame_menubar (Bug#45759)Stefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-05-11Pacify GCC 10.1.0Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-15Use bool for menu_items_inusePaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-19Fix struct thread alignment on FreeBSD x86Paul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-07-03Fix typo in --with-x-toolkit=no codePaul Eggert
2018-06-28Tune SAFE_FREEPaul Eggert
2018-06-23Merge from origin/emacs-26Glenn Morris
2018-06-22Adjust for scaling for mode-line popup menus (Bug#31880)Robert Pluim
2018-06-16Fix a typo in xmenu.cEli Zaretskii
2018-06-14Use record_unwind_protect_ptr to avoid allocationPaul Eggert
2018-02-13; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris
2018-02-13Stop keeping multiple doc copies for items defined multiple timesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-17Get positions of menus and tooltips right on HiDPILars Ingebrigtsen