aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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.feature/tabsJuri 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
* Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-261-14/+14
* Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-261-0/+9
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-2/+3
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-284/+314
* Add prefixes to some window system-dependent proceduresAlexander Gramiak2019-04-261-20/+23
* Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-13/+13
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-1/+1
* Fix a typo in xterm.c and w32term.cEli Zaretskii2019-04-011-1/+1
* Fix display of sliced images on MS-WindowsEli Zaretskii2019-03-281-10/+28
* Consult 'face-remapping-alist' for 'internal-border' faceEli Zaretskii2019-03-091-19/+22
* Merge from origin/emacs-26Glenn Morris2019-02-201-0/+3
|\