summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add new argument `ignore-line-at-end' to `window-text-pixel-size'Po Lu2021-12-181-1/+2
* | Support precision mouse scrolling on MS-WindowsEli Zaretskii2021-12-011-0/+7
* | A better fix for bug#51583Eli Zaretskii2021-11-031-6/+54
* | Fix the Cygwin w32 build broken by adding the dark theme supportEli Zaretskii2021-11-031-0/+6
* | Minor fixes for previous changeEli Zaretskii2021-10-301-22/+25
* | Support system dark mode on Windows 10 version 1809 and higherVince Salvino2021-10-301-2/+89
|/
* Merge from origin/emacs-27Glenn Morris2021-05-131-9/+9
|\
| * Fix compilation errors with latest w32 API headersEli Zaretskii2021-05-091-9/+9
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268)Martin Rudalics2021-05-121-0/+2
* | Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-62/+38
* | Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics2021-04-181-0/+2
* | Fix typosMattias Engdegård2021-02-181-1/+1
* | Permit zero value for 'child-frame-border-width' parameter (Bug#46184)Martin Rudalics2021-02-061-14/+16
* | Remove unused argument from set_frame_menubar (Bug#45759)Stefan Kangas2021-01-301-1/+1
* | Support 'operating-system-release' on MS-WindowsEli Zaretskii2021-01-291-0/+12
* | Fix typos and punctuationEli Zaretskii2021-01-261-1/+1
* | Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-261-3/+56
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-11-231-1/+13
|\ \ | |/
| * Make ignoring modifiers on IME input optionalEli Zaretskii2020-11-211-1/+13
| * Ignore modifiers when processing WM_IME_CHAR messagesMasahiro Nakamura2020-11-211-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-11-071-12/+15
|\ \ | |/
| * * src/w32fns.c (Fw32_register_hot_key): Doc fix. (Bug#44456)Eli Zaretskii2020-11-051-12/+15
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-2/+2
* | ; Fix typosStefan Kangas2020-09-211-5/+5
* | Consolidate #RGB string parsersMattias Engdegård2020-06-211-152/+5
* | File-handling cleanup in w32image.cEli Zaretskii2020-04-161-1/+0
* | Fix previous change in w32fns.cAlbert2020-04-131-5/+2
* | ; Fix last change.Eli Zaretskii2020-04-131-2/+4
* | Support toggling native Input Methods on MS-WindowsAlbert2020-04-131-0/+75
* | Don't rely on copying in {EN,DE}CODE_FILEMattias Engdegård2020-04-091-2/+2
* | Improve integer range checkingPaul Eggert2020-04-051-7/+5
|/
* Recalculate default font when switching font backendRobert Pluim2020-03-171-1/+1
* Fix removal of frame decorations on Windows (Bug#38705)Martin Rudalics2020-01-021-0/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Support setting OS names of threads on MS-WindowsEli Zaretskii2019-12-201-4/+12
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-2/+108
|\
| * Try to add more tab-bar support on WindowsJuri Linkov2019-09-021-0/+17
| * Fixes to build on WindowsMartin Rudalics2019-09-011-0/+88
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-2/+3
* | * src/w32fns.c (Fw32_register_hot_key): Fix typo in docstringJuanma Barranquero2019-09-271-2/+3
* | Resurrect support for negative frame geometry parameters on MS-WindowsEli Zaretskii2019-09-241-14/+32
* | * src/w32fns.c (Fw32_read_registry): Doc fixJuanma Barranquero2019-09-171-2/+2
|/
* Fix initialization of user-defined fringe bitmaps in daemon modeEli Zaretskii2019-08-131-0/+6
* Fix minor compilation problems on MS-WindowsEli Zaretskii2019-08-061-1/+1
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-041-5/+10