summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAge
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-27
* Remove unused argument from set_frame_menubar (Bug#45759)Stefan Kangas2021-01-30
* Update copyright year to 2021Paul Eggert2021-01-01
* Pacify GCC 10.1.0Paul Eggert2020-05-11
* Update copyright year to 2020Paul Eggert2020-01-01
* Use bool for menu_items_inusePaul Eggert2019-03-15
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Fix struct thread alignment on FreeBSD x86Paul Eggert2018-10-19
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | Fix typo in --with-x-toolkit=no codePaul Eggert2018-07-03
* | Tune SAFE_FREEPaul Eggert2018-06-28
* | Merge from origin/emacs-26Glenn Morris2018-06-23
|\|
| * Adjust for scaling for mode-line popup menus (Bug#31880)Robert Pluim2018-06-22
* | Fix a typo in xmenu.cEli Zaretskii2018-06-16
* | Use record_unwind_protect_ptr to avoid allocationPaul Eggert2018-06-14
* | ; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris2018-02-13
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-13
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Get positions of menus and tooltips right on HiDPILars Ingebrigtsen2017-07-17
* Fix the placement of GTK menus on multi-monitor systemsAlexander Gramiak2017-06-10
* Add new frame parameters and associated functionsMartin Rudalics2017-04-12
* Tweak X toolkit code to pacify modern GCCPaul Eggert2017-03-10
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | ‘signal’ no longer returnsPaul Eggert2016-07-25
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-13
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-11
* Adjust offset and border calculations for X.Jan D2015-02-27
* Don't use OUTER_TO_INNER macros for plain X and lucid.Jan Djärv2015-02-26
* Redo the whole window offsets and coordinate translation for X.Jan D2015-02-25
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-15
* In update_frame_menubar remove garbaged code.Martin Rudalics2015-01-14
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-07
* Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv2014-10-18
* Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-25
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: DefineDmitry Antipov2014-07-22