summaryrefslogtreecommitdiff
path: root/src/w32menu.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-01; Avoid compiler warnings in MinGW buildsEli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-12; * src/w32menu.c (w32_popup_dialog): Fix last change.Eli Zaretskii
2024-11-12; * src/w32menu.c (w32_popup_dialog): Fix last change (bug#74312).Eli Zaretskii
2024-11-12Fix Cygw32 buildEli Zaretskii
2024-09-14Support GUI dialogs and message boxes better on MS-WindowsCecilio Pardo
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-28Make last change of w32 GUI dialogs conditional and reversibleEli Zaretskii
2022-12-27* src/w32menu.c (simple_dialog_show): Use MB_YESNOCANCEL style.Eli Zaretskii
2022-05-23* src/w32menu.c (w32_menu_show): Use SAFE_ALLOCA. (Bug#55068)Eli Zaretskii
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