summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust for scaling for mode-line popup menus (Bug#31880)Robert Pluim2018-06-221-1/+16
* 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
* * xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov2014-05-291-32/+6
* * xmenu.c (create_and_show_popup_menu): Port comment to C89.Paul Eggert2014-01-291-1/+1
* * xmenu.c (create_and_show_popup_menu): Handle case when no keyJan Djärv2014-01-291-0/+2
* Make GTK+ menus work correctly with Unity global menuDaniel Colascione2014-01-121-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-12-071-2/+0
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-1/+1
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-4/+0
* Port to stricter C99 platforms.Paul Eggert2013-11-031-2/+2
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-101-7/+7
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-291-149/+35
* Merge from trunk.Eli Zaretskii2013-09-261-12/+12
|\
| * Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-2/+2
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-10/+10
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-3/+19
|/