summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ignored Motif scrollbar resources (Bug#37359)Matt Bisson2019-09-191-2/+4
* Check instead of relying on NOTREACHEDPaul Eggert2019-08-311-1/+0
* 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-45/+78
* Use the CSS convention for #RGB colors (bug#36304)Pip Cet2019-07-271-2/+31
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-3/+3
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-1/+1
* * src/xterm.c (x_update_end) [USE_CAIRO]: Flush non-double-buffered surface.YAMAMOTO Mitsuharu2019-06-211-0/+9
* Fix blank tooltips on cairo (Bug#36298)YAMAMOTO Mitsuharu2019-06-211-1/+1
* Fix broken display by frame maximization on cairo (Bug#23925)YAMAMOTO Mitsuharu2019-06-211-1/+1
* Remove non-Xdbe double-buffering code on cairoYAMAMOTO Mitsuharu2019-06-151-41/+6
* Rework x_scroll_run on cairoYAMAMOTO Mitsuharu2019-06-151-41/+43
* Support X core font driver on cairo (Bug#28236)YAMAMOTO Mitsuharu2019-06-081-82/+259
* Implement native image rotation and cropping on cairoYAMAMOTO Mitsuharu2019-06-081-23/+15
* Add native image rotation and croppingAlan Third2019-06-051-4/+1
* * src/xterm.c (x_scroll_run) [USE_CAIRO]: Dirty only destination rectangle.YAMAMOTO Mitsuharu2019-06-041-1/+2
* Add stipple support on cairoYAMAMOTO Mitsuharu2019-05-301-3/+30
* Rework cairo image support to improve consistency (Bug#35871)YAMAMOTO Mitsuharu2019-05-291-1/+11
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-12/+3
* Introduce Emacs_Pixmap typedefAlexander Gramiak2019-05-191-1/+1
* Introduce Emacs_Cursor typedefAlexander Gramiak2019-05-191-1/+1
* Avoid triple buffering with Xdbe in cairoYAMAMOTO Mitsuharu2019-05-191-118/+93
* Convert Free_Pixmap macro into terminal hookAlexander Gramiak2019-05-101-0/+12
* Remove display member of glyph_stringAlexander Gramiak2019-05-101-61/+80
* Refactor update_window_begin and update_window_end hooksAlexander Gramiak2019-05-021-80/+4
* Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-261-16/+16
* Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-261-0/+9
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-0/+1
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-55/+130
* Add prefixes to some window system-dependent proceduresAlexander Gramiak2019-04-261-21/+21
* Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-15/+15
* Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-241-1/+1
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-32/+3
* Avoid compiler warnings on cairo buildYAMAMOTO Mitsuharu2019-04-151-0/+4
* Bump minimum GTK versions to 2.24 and 3.10Alexander Gramiak2019-04-141-1/+1
* Minor cleanup in 'x_set_frame_alpha'Eli Zaretskii2019-04-131-4/+5
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-2/+2
* Fix a typo in xterm.c and w32term.cEli Zaretskii2019-04-011-1/+1
* Support native image resizing on cairoYAMAMOTO Mitsuharu2019-03-271-9/+25
* Fix cairo image drawing with boxYAMAMOTO Mitsuharu2019-03-271-20/+35
* Use cairo image surface instead of pattern for fringe bitmapYAMAMOTO Mitsuharu2019-03-261-16/+8
* Fix cairo scrolling for left scroll bars caseYAMAMOTO Mitsuharu2019-03-261-3/+2
* Consult 'face-remapping-alist' for 'internal-border' faceEli Zaretskii2019-03-091-2/+10
* Simplify list creation in C codePaul Eggert2019-03-041-7/+6
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-2/+4
* Add portable dumperDaniel Colascione2019-01-151-0/+2
* Minor tweaks to HAVE_NATIVE_SCALING codePaul Eggert2019-01-101-6/+8
* Add native image scaling (bug#33587)Alan Third2019-01-101-13/+45
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\