aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add functions to set frame size and position in one compound stepMartin Rudalics2025-12-221-0/+80
* Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu2025-11-241-9/+2
* Add `toolkit-theme' and 'toolkit-theme-set-functions'Ahmed Khanzada2025-11-221-0/+14
* ; Avoid compiler warnings in MinGW buildsEli Zaretskii2025-06-011-11/+11
* Protect against GCing of last_mouse_windowPaul Eggert2025-01-261-1/+0
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas2025-01-151-4/+4
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Merge branch 'master' into scratch/tty-child-framesGerd Möllmann2024-11-161-10/+68
|\
| * Support :transform-smoothing on images (MS-Windows) (bug#57166)Cecilio Pardo2024-11-051-10/+50
| * Improve drag and drop on MS-Windows (bug#3468)Cecilio Pardo2024-10-251-0/+18
* | More fixes for w32 console buildEli Zaretskii2024-10-261-22/+3
|/
* Implement drag-n-drop for w32 with support for files and textCecilio Pardo2024-10-081-79/+19
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2024-06-091-16/+72
|\
| * Enable accessing tool bar with the touch screenPo Lu2024-06-091-16/+72
* | Fix MS-Windows build broken by recent touch-screen changesEli Zaretskii2024-06-091-28/+30
|/
* Amend last changePo Lu2024-06-091-23/+67
* Report touch events on MS-WindowsPo Lu2024-06-091-1/+169
* Stipple support for MS Windows (bug#71159)Elias G. Perez2024-06-021-20/+35
* ; Avoid compiler warning in w32term.cEli Zaretskii2024-05-171-1/+1
* Implement dots and dashes on MS-WindowsPo Lu2024-05-101-12/+90
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-6/+10
* Fix the MS-Windows build broken by a recent commitEli Zaretskii2024-04-281-1/+1
* Port double-line underlines to GUI systemsPo Lu2024-04-281-12/+26
* Followup changes for styled underline supportEli Zaretskii2024-04-271-3/+3
* 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
|\ \ | |/