summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Expand)AuthorAgeFilesLines
* Fix blank tooltips on cairo (Bug#36298)YAMAMOTO Mitsuharu2019-06-211-0/+1
* Add stipple support on cairoYAMAMOTO Mitsuharu2019-05-301-1/+3
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-9/+0
* Introduce Emacs_Cursor typedefAlexander Gramiak2019-05-191-2/+0
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-1/+2
* Avoid triple buffering with Xdbe in cairoYAMAMOTO Mitsuharu2019-05-191-2/+4
* Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-261-1/+1
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-1/+1
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-4/+19
* Bump minimum GTK versions to 2.24 and 3.10Alexander Gramiak2019-04-141-31/+2
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-1/+1
* | Fix some tooltip related problemsMartin Rudalics2018-01-181-0/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Change vectorlike from struct to unionPaul Eggert2017-11-131-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix previous xterm.h change for non-gtk buildsGlenn Morris2017-08-271-0/+2
* Remove call of deprecated GDK functionPhilipp Stephani2017-08-271-7/+12
* Provide additional support for child framesMartin Rudalics2017-06-251-0/+8
* * src/xterm.c (x_fill_rectangle): Now static.Paul Eggert2017-04-171-1/+0
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-0/+1
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-3/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-0/+35
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-4/+0
* | Cleanup tooltipsDmitry Antipov2016-07-121-0/+4
* | Cleanup XEditRes hackDmitry Antipov2016-07-041-0/+4
|/
* Don't use XRANDR 1.3 extensions if the server doesn't support them.Ken Raeburn2016-03-101-0/+5
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Detect XCB and save a connection handleKen Raeburn2015-11-121-0/+8
* Add x_catch_errors_with_handler.Ken Raeburn2015-10-111-0/+5
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-0/+1
* Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-081-0/+27
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-081-0/+14
* Fix full-screen code when there is no window manager (Bug#21317)Pip Cet2015-08-241-0/+1
* Fix bug that munged selection infoPaul Eggert2015-06-231-10/+10
* Merge branch 'master' into cairoJan D2015-04-031-19/+10
|\
| * Adjust offset and border calculations for X.Jan D2015-02-271-1/+2
| * Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-19/+9
* | Add cairo drawing.Jan D2015-02-111-2/+51
|/
* Use bool for boolean in xfns.cPaul Eggert2015-01-251-3/+3
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-131-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-3/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use bool for boolean in xselect.c, xsettings.cPaul Eggert2014-12-261-4/+4
* Use bool for boolean in xsmfns.cPaul Eggert2014-12-251-1/+1