summaryrefslogtreecommitdiff
path: root/src/xmenu.c
Commit message (Expand)AuthorAge
* 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
* * lwlib/lwlib.h (toplevel): Use unsigned int for LWLIB_ID.Dmitry Antipov2014-07-15
* * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-22
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-08
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-04
* Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-02
* * xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov2014-05-29
* * xmenu.c (create_and_show_popup_menu): Port comment to C89.Paul Eggert2014-01-29
* * xmenu.c (create_and_show_popup_menu): Handle case when no keyJan Djärv2014-01-29
* Make GTK+ menus work correctly with Unity global menuDaniel Colascione2014-01-12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Fix minor problems found by static checking.Paul Eggert2013-12-07
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-28
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-10
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-29
* Merge from trunk.Eli Zaretskii2013-09-26
|\
| * Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-13
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-21
|/
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-27
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* Omit some unnecessary casts.Paul Eggert2013-08-10
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov2013-08-02
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-31
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-30
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-18
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert2013-06-30