aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-01; Avoid compiler warnings in MinGW buildsEli Zaretskii1-11/+11
2025-01-26Protect against GCing of last_mouse_windowPaul Eggert1-1/+0
2025-01-15Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas1-4/+4
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-11-05Support :transform-smoothing on images (MS-Windows) (bug#57166)Cecilio Pardo1-10/+50
2024-10-26More fixes for w32 console buildEli Zaretskii1-22/+3
2024-10-25Improve drag and drop on MS-Windows (bug#3468)Cecilio Pardo1-0/+18
2024-10-08Implement drag-n-drop for w32 with support for files and textCecilio Pardo1-79/+19
2024-06-09Enable accessing tool bar with the touch screenPo Lu1-16/+72
2024-06-09Fix MS-Windows build broken by recent touch-screen changesEli Zaretskii1-28/+30
2024-06-09Amend last changePo Lu1-23/+67
2024-06-09Report touch events on MS-WindowsPo Lu1-1/+169
2024-06-02Stipple support for MS Windows (bug#71159)Elias G. Perez1-20/+35
2024-05-17; Avoid compiler warning in w32term.cEli Zaretskii1-1/+1
2024-05-10Implement dots and dashes on MS-WindowsPo Lu1-12/+90
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu1-6/+10
2024-04-28Fix the MS-Windows build broken by a recent commitEli Zaretskii1-1/+1
2024-04-28Port double-line underlines to GUI systemsPo Lu1-12/+26
2024-04-27Followup changes for styled underline supportEli Zaretskii1-3/+3
2024-01-28Fix "emacs -nw" on MS-WindowsEli Zaretskii1-2/+3
2024-01-28Fix "emacs -nw" on MS-WindowsEli Zaretskii1-2/+3
2024-01-10Remove redundant casts from void* with malloc functionsStefan Kangas1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-10-28Support for menu bar in window_from_coordinatesManuel Giraud1-4/+4
2023-08-19Fix touchpad scrolling on MS-WindowsEli Zaretskii1-1/+1
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-28Make last change of w32 GUI dialogs conditional and reversibleEli Zaretskii1-2/+9
2022-08-27Support "replacement characters" on TTY framesEli Zaretskii1-0/+2
2022-06-12Use BASE_EQ when comparing with QunboundMattias EngdegÄrd1-2/+2
2022-05-22Implement `display-monitors-changed-functions' on MS WindowsPo Lu1-0/+23
2022-05-15; Fix typosStefan Kangas1-1/+1
2022-04-30Fix some cases of flicker on MS WindowsPo Lu1-1/+1
2022-04-30Fix display updating inside the minibuffer on MS WindowsPo Lu1-0/+13
2022-04-30; * src/w32term.c (w32_read_socket): Add comment for recent change.Eli Zaretskii1-0/+9
2022-04-30Adjustments to double buffering on MS WindowsPo Lu1-12/+68
2022-04-30Fix releasing the mouse on top of the tool bar on MS WindowsPo Lu1-1/+3
2022-04-30Fix palette freeing on MS Windows with double bufferingPo Lu1-0/+2
2022-04-30Implement double buffering on MS WindowsPo Lu1-53/+114
2022-03-26Use native image APIs on MS-Windows by defaultEli Zaretskii1-3/+4
2022-03-03Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii1-1/+14
2022-01-10Allow controlling the underline position of facesPo Lu1-4/+16
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-12Fix overline display when there is a boxPo Lu1-4/+4
2021-12-01; * src/w32term.c (w32_construct_mouse_wheel): Fix a typo.Eli Zaretskii1-2/+2
2021-12-01Support precision mouse scrolling on MS-WindowsEli Zaretskii1-5/+94
2021-10-17Fix minor issues with text display when cursor is in mouse facePo Lu1-16/+0
2021-09-17Fix display of stretch glyphsEli Zaretskii1-19/+5
2021-09-11; * src/w32term.c (w32_read_socket): Avoid compiler warning.Eli Zaretskii1-2/+2