summaryrefslogtreecommitdiff
path: root/src/w32menu.c
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics2015-12-12
* Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-22
* Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.Eli Zaretskii2015-01-29
* Fix crashes on MS-Windows due to pop-up menus (Bug#19596)Eli Zaretskii2015-01-14
* Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii2015-01-13
* Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-12
* MS-Windows followup to previous commitEli Zaretskii2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* MS-Windows followup to stpcpy changes.Eli Zaretskii2014-12-26
* Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-07
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-04
* Fix MS-Windows build broken by menu changes on 2014-06-02.Eli Zaretskii2014-06-03
* 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
* Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii2014-02-04
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Fix some warnings in w32 specific code.Eli Zaretskii2013-12-17
* 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
* 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
|/
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-31
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-05
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | * frame.h (struct frame): Remove display_preempted memberDmitry Antipov2012-11-23
|/
* Code cleanup for cygw32Daniel Colascione2012-10-08
* Merge from trunkDaniel Colascione2012-10-07
|\
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-30
| * gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-23
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* | Merge from trunkDaniel Colascione2012-09-17
|\|
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-15
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* | Implement cygw32Daniel Colascione2012-09-17
|/
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-17
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-07
* Fix usage of FRAME_MENU_BAR_ITEMS in w32menu.c.Eli Zaretskii2012-08-06
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-06