summaryrefslogtreecommitdiff
path: root/src/w32menu.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Make last change of w32 GUI dialogs conditional and reversibleEli Zaretskii2022-12-28
* * src/w32menu.c (simple_dialog_show): Use MB_YESNOCANCEL style.Eli Zaretskii2022-12-27
* * src/w32menu.c (w32_menu_show): Use SAFE_ALLOCA. (Bug#55068)Eli Zaretskii2022-05-23
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* Make use of NILP where possibleAndrea Corallo2022-01-26
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Remove unused argument from set_frame_menubar (Bug#45759)Stefan Kangas2021-01-30
* Update copyright year to 2021Paul Eggert2021-01-01
* ; Fix typosStefan Kangas2020-09-21
* Update copyright year to 2020Paul Eggert2020-01-01
* Rename generic x_* identifiersAlexander Gramiak2019-04-26
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton2018-08-17
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-13
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-29
* Avoid compilation warningsEli Zaretskii2017-05-02
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | ‘signal’ no longer returnsPaul Eggert2016-07-25
* | Fix compiler warnings in Cygwin-w32 buildKen Brown2016-06-20
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-21
|/
* 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