aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-11Pacify GCC 10.1.0Paul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-03-15Use bool for menu_items_inusePaul Eggert1-1/+1
2019-01-15Add portable dumperDaniel Colascione1-6/+16
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-10-19Fix struct thread alignment on FreeBSD x86Paul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-4/+4
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-2/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-7/+7
2018-07-03Fix typo in --with-x-toolkit=no codePaul Eggert1-1/+1
2018-06-28Tune SAFE_FREEPaul Eggert1-2/+1
2018-06-22Adjust for scaling for mode-line popup menus (Bug#31880)Robert Pluim1-1/+16
2018-06-16Fix a typo in xmenu.cEli Zaretskii1-2/+2
2018-06-14Use record_unwind_protect_ptr to avoid allocationPaul Eggert1-4/+12
2018-02-13; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris1-3/+4
2018-02-13Stop keeping multiple doc copies for items defined multiple timesGlenn Morris1-7/+3
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-17Get positions of menus and tooltips right on HiDPILars Ingebrigtsen1-0/+5
2017-06-10Fix the placement of GTK menus on multi-monitor systemsAlexander Gramiak1-7/+39
2017-04-12Add new frame parameters and associated functionsMartin Rudalics1-1/+13
2017-03-10Tweak X toolkit code to pacify modern GCCPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-07-25‘signal’ no longer returnsPaul Eggert1-3/+3
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-5/+1
2015-10-13Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics1-14/+20
2015-10-11Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn1-1/+1
2015-02-27Adjust offset and border calculations for X.Jan D1-1/+1
2015-02-26Don't use OUTER_TO_INNER macros for plain X and lucid.Jan Djärv1-6/+25
2015-02-25Redo the whole window offsets and coordinate translation for X.Jan D1-2/+14
2015-01-15Give up on -Wsuggest-attribute=constPaul Eggert1-1/+1
2015-01-14In update_frame_menubar remove garbaged code.Martin Rudalics1-1/+0
2015-01-13Use bool for boolean in xmenu.c, xml.cPaul Eggert1-71/+49
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-2/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-11-07Improve inhibiting of implied frame resizes.Martin Rudalics1-11/+26
2014-10-18Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv1-6/+0
2014-09-25Remove code left dead after 2014-07-27 changes.Martin Rudalics1-7/+1
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-14/+11
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics1-7/+16
2014-07-22* xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: DefineDmitry Antipov1-2/+2
2014-07-15* lwlib/lwlib.h (toplevel): Use unsigned int for LWLIB_ID.Dmitry Antipov1-21/+13
2014-06-22* xmenu.c (mouse_position_for_popup):Dmitry Antipov1-47/+0
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert1-3/+0
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov1-19/+21
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov1-58/+16
2014-05-29* xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov1-32/+6