aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32menu.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-3/+3
* use guile-snarf for subr definitionBT Templeton2015-04-181-2/+2
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-8/+9
* Fix MS-Windows build broken by menu changes on 2014-06-02.Eli Zaretskii2014-06-031-1/+1
* Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-021-54/+15
* * xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov2014-05-291-26/+8
* Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii2014-02-041-18/+29
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix some warnings in w32 specific code.Eli Zaretskii2013-12-171-5/+6
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-1/+1
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-7/+0
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-291-117/+19
* Merge from trunk.Eli Zaretskii2013-09-261-4/+4
|\
| * Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-3/+3
* | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-211-2/+9
|/
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-14/+14
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-2/+2
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-2/+2
* 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
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * frame.h (struct frame): Remove display_preempted memberDmitry Antipov2012-11-231-13/+0
|/
* Code cleanup for cygw32Daniel Colascione2012-10-081-1/+1
* Merge from trunkDaniel Colascione2012-10-071-13/+13
|\
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-5/+5
| * gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-2/+2
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
* | Merge from trunkDaniel Colascione2012-09-171-1/+1
|\|
| * Fix MS-Windows build broken by 2012-09-15T07:06:[email protected], compl...Eli Zaretskii2012-09-151-1/+0
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* | Implement cygw32Daniel Colascione2012-09-171-1/+25
|/
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-3/+3
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-3/+3
* Fix usage of FRAME_MENU_BAR_ITEMS in w32menu.c.Eli Zaretskii2012-08-061-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-4/+4
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-4/+4
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-5/+4
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+1
* Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yande...Eli Zaretskii2012-07-311-1/+1
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-5/+5
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-1/+1
* Fix previous change in w32menu.c.Eli Zaretskii2012-07-211-2/+2
* Fix data type casting when setting up menus on Windows.Eli Zaretskii2012-07-211-1/+8
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-2/+2