summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prevent from frozen frame after `C-z' in Lucid buildsTino Calancha2020-08-151-0/+14
* Fix some problems with moving and resizing child framesMartin Rudalics2020-04-061-20/+23
* Don't draw GTK's internal border and tab bar on top of each otherMartin Rudalics2020-04-031-4/+0
* Recalculate default font when switching font backendRobert Pluim2020-03-171-1/+2
* Fix rendering bug due to unsynchronized cairo surface size (Bug#38497)YAMAMOTO Mitsuharu2020-01-071-0/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove nothing from union output_dataPaul Eggert2019-12-141-1/+0
* * src/xterm.c: Remove long-obsolete comments.Paul Eggert2019-12-111-5/+0
* Fix image scaling with masks (bug#38109)Alan Third2019-11-291-6/+5
* 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
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-031-1/+1
* Fix integer-overflow bug in Time conversionPaul Eggert2019-10-181-1/+2
* Simplify struct face to use only underline.Jimmy Aguilar Mena2019-10-141-5/+5
* Fix the colours on Motif horizontal scroll barsLars Ingebrigtsen2019-10-071-2/+4
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-11/+52
|\
| * Remove unused code and reformat to 70 columns.Juri Linkov2019-10-011-14/+16
| * Revert an attempt to implement a non‐native tab bar on NS.Juri Linkov2019-09-251-1/+0
| * Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-221-17/+18
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-9/+48
* | Update some URLsPaul Eggert2019-09-231-4/+4
* | 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