summaryrefslogtreecommitdiff
path: root/src/w32term.c
AgeCommit message (Expand)Author
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
2022-03-26Use native image APIs on MS-Windows by defaultEli Zaretskii
2022-03-04Merge from origin/emacs-28Po Lu
2022-03-03Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii
2022-01-10Allow controlling the underline position of facesPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-12Fix overline display when there is a boxPo Lu
2021-12-01; * src/w32term.c (w32_construct_mouse_wheel): Fix a typo.Eli Zaretskii
2021-12-01Support precision mouse scrolling on MS-WindowsEli Zaretskii
2021-10-17Fix minor issues with text display when cursor is in mouse facePo Lu
2021-09-17Fix display of stretch glyphsEli Zaretskii
2021-09-11; * src/w32term.c (w32_read_socket): Avoid compiler warning.Eli Zaretskii
2021-09-11Fix display of tab-bar buttonsAlan Third
2021-09-09Merge branch 'feature/tab-bar-events'Juri Linkov
2021-09-07Fix display of tab-bar buttonsEli Zaretskii
2021-09-05Improve tab-bar event handling (bug#41343)Juri Linkov
2021-08-18Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov