summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* Fix display of stretch glyphsEli Zaretskii2021-09-171-19/+5
* ; * src/w32term.c (w32_read_socket): Avoid compiler warning.Eli Zaretskii2021-09-111-2/+2
* Fix display of tab-bar buttonsAlan Third2021-09-111-3/+3
* Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-8/+12
|\
| * Improve tab-bar event handling (bug#41343)Juri Linkov2021-09-051-5/+5
| * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-8/+12
* | Fix display of tab-bar buttonsEli Zaretskii2021-09-071-5/+8
|/
* Merge from origin/emacs-27Glenn Morris2021-05-131-4/+4
|\
| * Fix compilation errors with latest w32 API headersEli Zaretskii2021-05-091-4/+4
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-113/+43
* | Resurrect mouse-highlight of close buttons on tab-barEli Zaretskii2021-04-131-2/+18
* | Fix display of stretches of whitespace in the display marginsEli Zaretskii2021-01-271-6/+21
* | Add functions to open a file without quitting.Philipp Stephani2021-01-101-1/+2
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | image-cache-size improvementsMattias Engdegård2020-12-201-2/+2
* | * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-121-19/+0
* | Improve support for 'memory-report' on MS-WindowsEli Zaretskii2020-12-121-0/+11
* | Make initial frame match frame-title-formatStefan Kangas2020-11-151-5/+11
* | ; Fix typosStefan Kangas2020-09-211-1/+1
* | Fix toggle-frame-fullscreen on w32 buildsMartin Rudalics2020-09-121-3/+3
* | Fix display of composed text with :box face attributeEli Zaretskii2020-04-231-13/+38
* | Make use of MS-Windows native image API be selectable at run timeEli Zaretskii2020-04-141-0/+19
* | Initial version of native image API support for MS-WindowsJuan José García-Ripoll2020-04-141-1/+1
* | Allow negative line width for :box face attributeAlexandre Adolphe2020-04-011-29/+30
|/
* Recalculate default font when switching font backendRobert Pluim2020-03-171-1/+2
* Fix handling MS-Windows keyboard input above the BMPEli Zaretskii2020-03-031-1/+41
* Avoid leaving artifacts when the system caret is used on w32Eli Zaretskii2020-01-211-2/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Do not report move frame events for tooltip frames (Bug#38213)Martin Rudalics2019-11-161-1/+2
* Make sure buffer is live before retrieving underline properties (Bug#38038)Martin Rudalics2019-11-121-8/+9
* Simplify struct face to use only underline.Jimmy Aguilar Mena2019-10-141-6/+6
* Remove unused code and reformat to 70 columns.Juri Linkov2019-10-011-1/+2
* Small fixes for tty and w32.Juri Linkov2019-09-081-2/+2
* Try to add more tab-bar support on WindowsJuri Linkov2019-09-021-0/+58
* Fixes to build on WindowsMartin Rudalics2019-09-011-0/+1
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-3/+3
* Fix initialization of user-defined fringe bitmaps in daemon modeEli Zaretskii2019-08-131-1/+1
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-041-68/+100
* Support native image transforms on MS-WindowsEli Zaretskii2019-06-291-7/+62
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-1/+1
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-11/+3
* Introduce Emacs_GC struct and typedefAlexander Gramiak2019-05-191-44/+39
* Introduce Emacs_Rectangle struct and typedefAlexander Gramiak2019-05-191-3/+3
* Introduce Emacs_Pixmap typedefAlexander Gramiak2019-05-191-1/+1
* Introduce Emacs_Cursor typedefAlexander Gramiak2019-05-191-4/+4
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-3/+3
* Convert Free_Pixmap macro into terminal hookAlexander Gramiak2019-05-101-0/+14
* Refactor update_window_begin and update_window_end hooksAlexander Gramiak2019-05-021-80/+3
* Fix MS-Windows build broken by a recent commitEli Zaretskii2019-04-271-1/+1