summaryrefslogtreecommitdiff
path: root/src/w32menu.c
AgeCommit message (Expand)Author
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-26Make use of NILP where possibleAndrea Corallo
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-30Remove unused argument from set_frame_menubar (Bug#45759)Stefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-09-21; Fix typosStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-17Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton
2018-06-10Use native alignment to access Lisp object dataPaul Eggert
2018-02-13Stop keeping multiple doc copies for items defined multiple timesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-29Prefer HTTPS to HTTP for gnu.orgPaul Eggert
2017-05-02Avoid compilation warningsEli Zaretskii
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-07-25‘signal’ no longer returnsPaul Eggert
2016-06-20Fix compiler warnings in Cygwin-w32 buildKen Brown
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-12Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics
2015-10-22Include file cleanup for w32 files in src directoryEli Zaretskii
2015-01-29Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.Eli Zaretskii
2015-01-14Fix crashes on MS-Windows due to pop-up menus (Bug#19596)Eli Zaretskii
2015-01-13Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii
2015-01-12Adjust frame heights to real height of tool bar.Martin Rudalics
2015-01-05MS-Windows followup to previous commitEli Zaretskii
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-26MS-Windows followup to stpcpy changes.Eli Zaretskii
2014-11-07Improve inhibiting of implied frame resizes.Martin Rudalics
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov
2014-06-03Fix MS-Windows build broken by menu changes on 2014-06-02.Eli Zaretskii
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov
2014-05-29* xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov
2014-02-04Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-17Fix some warnings in w32 specific code.Eli Zaretskii
2013-11-30Support resizing frames and windows pixelwise.Martin Rudalics
2013-11-28* configure.ac (HAVE_MENUS): Remove.Stefan Monnier
2013-11-03Port to stricter C99 platforms.Paul Eggert
2013-09-29x-popup-dialog fixed, almost.Eli Zaretskii
2013-09-26Merge from trunk.Eli Zaretskii
2013-09-24Use union for the payload of struct Lisp_Vector.Dmitry Antipov
2013-09-21Fix infinite loop in menu input due to block_input.Eli Zaretskii
2013-09-13Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov