summaryrefslogtreecommitdiff
path: root/src/w32term.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-04-30Always compile w32image.c on MinGW (Bug#80924)Randy Taylor
2026-02-11system-sleep sleep blocker and sleep/wake event package (bug#80348)Stéphane Marks
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-22Add functions to set frame size and position in one compound stepMartin Rudalics
2025-11-24Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu
2025-11-22Add `toolkit-theme' and 'toolkit-theme-set-functions'Ahmed Khanzada
2025-06-01; Avoid compiler warnings in MinGW buildsEli Zaretskii
2025-01-26Protect against GCing of last_mouse_windowPaul Eggert
2025-01-15Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-16Merge branch 'master' into scratch/tty-child-framesGerd Möllmann
2024-11-05Support :transform-smoothing on images (MS-Windows) (bug#57166)Cecilio Pardo
2024-10-26More fixes for w32 console buildEli Zaretskii
2024-10-25Improve drag and drop on MS-Windows (bug#3468)Cecilio Pardo
2024-10-08Implement drag-n-drop for w32 with support for files and textCecilio Pardo
2024-06-09Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii
2024-06-09Enable accessing tool bar with the touch screenPo Lu
2024-06-09Fix MS-Windows build broken by recent touch-screen changesEli Zaretskii
2024-06-09Amend last changePo Lu
2024-06-09Report touch events on MS-WindowsPo Lu
2024-06-02Stipple support for MS Windows (bug#71159)Elias G. Perez
2024-05-17; Avoid compiler warning in w32term.cEli Zaretskii
2024-05-10Implement dots and dashes on MS-WindowsPo Lu
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-04-28Fix the MS-Windows build broken by a recent commitEli Zaretskii
2024-04-28Port double-line underlines to GUI systemsPo Lu
2024-04-27Followup changes for styled underline supportEli Zaretskii
2024-01-28Fix "emacs -nw" on MS-WindowsEli Zaretskii
2024-01-10Remove redundant casts from void* with malloc functionsStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-28Support for menu bar in window_from_coordinatesManuel Giraud
2023-08-21Merge from origin/emacs-29Jim Porter
2023-08-19Fix touchpad scrolling on MS-WindowsEli Zaretskii
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-28Make last change of w32 GUI dialogs conditional and reversibleEli Zaretskii
2022-08-27Support "replacement characters" on TTY framesEli Zaretskii
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-05-22Implement `display-monitors-changed-functions' on MS WindowsPo Lu
2022-05-15; Fix typosStefan Kangas
2022-04-30Fix some cases of flicker on MS WindowsPo Lu
2022-04-30Fix display updating inside the minibuffer on MS WindowsPo Lu
2022-04-30; * src/w32term.c (w32_read_socket): Add comment for recent change.Eli Zaretskii
2022-04-30Adjustments to double buffering on MS WindowsPo Lu
2022-04-30Fix releasing the mouse on top of the tool bar on MS WindowsPo Lu
2022-04-30Fix palette freeing on MS Windows with double bufferingPo Lu
2022-04-30Implement double buffering on MS WindowsPo Lu