aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix "emacs -nw" on MS-WindowsEli Zaretskii2024-01-281-2/+3
* Remove redundant casts from void* with malloc functionsStefan Kangas2024-01-101-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Support for menu bar in window_from_coordinatesManuel Giraud2023-10-281-4/+4
* | Merge from origin/emacs-29Jim Porter2023-08-211-1/+1
|\ \ | |/
| * Fix touchpad scrolling on MS-WindowsEli Zaretskii2023-08-191-1/+1
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make last change of w32 GUI dialogs conditional and reversibleEli Zaretskii2022-12-281-2/+9
* Support "replacement characters" on TTY framesEli Zaretskii2022-08-271-0/+2
* Use BASE_EQ when comparing with QunboundMattias EngdegÄrd2022-06-121-2/+2
* Implement `display-monitors-changed-functions' on MS WindowsPo Lu2022-05-221-0/+23
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Fix some cases of flicker on MS WindowsPo Lu2022-04-301-1/+1
* Fix display updating inside the minibuffer on MS WindowsPo Lu2022-04-301-0/+13
* ; * src/w32term.c (w32_read_socket): Add comment for recent change.Eli Zaretskii2022-04-301-0/+9
* Adjustments to double buffering on MS WindowsPo Lu2022-04-301-12/+68
* Fix releasing the mouse on top of the tool bar on MS WindowsPo Lu2022-04-301-1/+3
* Fix palette freeing on MS Windows with double bufferingPo Lu2022-04-301-0/+2
* Implement double buffering on MS WindowsPo Lu2022-04-301-53/+114
* Use native image APIs on MS-Windows by defaultEli Zaretskii2022-03-261-3/+4
* Merge from origin/emacs-28Po Lu2022-03-041-1/+14
|\
| * Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii2022-03-031-1/+14
* | Allow controlling the underline position of facesPo Lu2022-01-101-4/+16
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix overline display when there is a boxPo Lu2021-12-121-4/+4
* | ; * src/w32term.c (w32_construct_mouse_wheel): Fix a typo.Eli Zaretskii2021-12-011-2/+2
* | Support precision mouse scrolling on MS-WindowsEli Zaretskii2021-12-011-5/+94
* | Fix minor issues with text display when cursor is in mouse facePo Lu2021-10-171-16/+0
|/
* Fix display of stretch glyphsEli Zaretskii2021-09-171-19/+5
* ; * src/w32term.c (w32_read_socket): Avoid compiler warning.Eli Zaretskii2021-09-111-2/+2
* Fix display of tab-bar buttonsAlan Third2021-09-111-3/+3
* Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-8/+12
|\
| * Improve tab-bar event handling (bug#41343)Juri Linkov2021-09-051-5/+5
| * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-8/+12
* | Fix display of tab-bar buttonsEli Zaretskii2021-09-071-5/+8
|/
* Merge from origin/emacs-27Glenn Morris2021-05-131-4/+4
|\
| * Fix compilation errors with latest w32 API headersEli Zaretskii2021-05-091-4/+4
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-113/+43
* | Resurrect mouse-highlight of close buttons on tab-barEli Zaretskii2021-04-131-2/+18
* | Fix display of stretches of whitespace in the display marginsEli Zaretskii2021-01-271-6/+21
* | Add functions to open a file without quitting.Philipp Stephani2021-01-101-1/+2
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | image-cache-size improvementsMattias EngdegÄrd2020-12-201-2/+2
* | * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-121-19/+0
* | Improve support for 'memory-report' on MS-WindowsEli Zaretskii2020-12-121-0/+11
* | Make initial frame match frame-title-formatStefan Kangas2020-11-151-5/+11