summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-1/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-2/+2
* Omit some unnecessary casts.Paul Eggert2013-08-101-20/+14
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-26/+23
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov2013-08-021-24/+12
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-2/+2
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-1/+1
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-2/+1
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-21/+13
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-10/+8
* Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert2013-06-301-1/+1
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-6/+3
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+1
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1