summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix a typo in xmenu.cEli Zaretskii2018-06-161-2/+2
* | Use record_unwind_protect_ptr to avoid allocationPaul Eggert2018-06-141-4/+12
* | ; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris2018-02-131-3/+4
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-131-7/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Get positions of menus and tooltips right on HiDPILars Ingebrigtsen2017-07-171-0/+5
* Fix the placement of GTK menus on multi-monitor systemsAlexander Gramiak2017-06-101-7/+39
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-1/+13
* Tweak X toolkit code to pacify modern GCCPaul Eggert2017-03-101-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-3/+3
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-5/+1
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-14/+20
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-1/+1
* Adjust offset and border calculations for X.Jan D2015-02-271-1/+1
* Don't use OUTER_TO_INNER macros for plain X and lucid.Jan Djärv2015-02-261-6/+25
* Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-2/+14
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-151-1/+1
* In update_frame_menubar remove garbaged code.Martin Rudalics2015-01-141-1/+0
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-131-71/+49
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-11/+26
* Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv2014-10-181-6/+0
* Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-251-7/+1
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-14/+11
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-7/+16
* * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: DefineDmitry Antipov2014-07-221-2/+2
* * lwlib/lwlib.h (toplevel): Use unsigned int for LWLIB_ID.Dmitry Antipov2014-07-151-21/+13
* * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-221-47/+0
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-3/+0
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-19/+21
* Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-021-58/+16