aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32menu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-04-26Rename generic x_* identifiersAlexander Gramiak1-2/+2
2019-01-15Add portable dumperDaniel Colascione1-0/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-17Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton1-4/+8
2018-06-10Use native alignment to access Lisp object dataPaul Eggert1-1/+2
2018-02-13Stop keeping multiple doc copies for items defined multiple timesGlenn Morris1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-29Prefer HTTPS to HTTP for gnu.orgPaul Eggert1-1/+1
2017-05-02Avoid compilation warningsEli Zaretskii1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-07-25‘signal’ no longer returnsPaul Eggert1-5/+4
2016-06-20Fix compiler warnings in Cygwin-w32 buildKen Brown1-4/+4
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii1-6/+4
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-12-12Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics1-1/+4
2015-10-22Include file cleanup for w32 files in src directoryEli Zaretskii1-12/+5
2015-01-29Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.Eli Zaretskii1-23/+24
2015-01-14Fix crashes on MS-Windows due to pop-up menus (Bug#19596)Eli Zaretskii1-5/+18
2015-01-13Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii1-8/+15
2015-01-12Adjust frame heights to real height of tool bar.Martin Rudalics1-2/+1
2015-01-05MS-Windows followup to previous commitEli Zaretskii1-2/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-26MS-Windows followup to stpcpy changes.Eli Zaretskii1-3/+3
2014-11-07Improve inhibiting of implied frame resizes.Martin Rudalics1-1/+1
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics1-1/+2
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov1-8/+9
2014-06-03Fix MS-Windows build broken by menu changes on 2014-06-02.Eli Zaretskii1-1/+1
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov1-54/+15
2014-05-29* xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov1-26/+8
2014-02-04Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii1-18/+29
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-17Fix some warnings in w32 specific code.Eli Zaretskii1-5/+6
2013-11-30Support resizing frames and windows pixelwise.Martin Rudalics1-1/+1
2013-11-28* configure.ac (HAVE_MENUS): Remove.Stefan Monnier1-7/+0
2013-11-03Port to stricter C99 platforms.Paul Eggert1-1/+1
2013-09-29x-popup-dialog fixed, almost.Eli Zaretskii1-117/+19
2013-09-24Use union for the payload of struct Lisp_Vector.Dmitry Antipov1-1/+1
2013-09-21Fix infinite loop in menu input due to block_input.Eli Zaretskii1-2/+9
2013-09-13Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov1-3/+3
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov1-14/+14
2013-07-31Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov1-2/+2
2013-04-07Get rid of some platform-specific functions examining windowDmitry Antipov1-2/+2
2013-04-05Consistently use platform-specific function to detect window system.Dmitry Antipov1-1/+1
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-11-23* frame.h (struct frame): Remove display_preempted memberDmitry Antipov1-13/+0
2012-10-08Code cleanup for cygw32Daniel Colascione1-1/+1