summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* ; Fix typosStefan Kangas2020-09-21
* Fix buffer overflow in x-send-client-messageKalle Olavi Niemitalo2020-08-18
* Recalculate default font when switching font backendRobert Pluim2020-03-17
* Update copyright year to 2020Paul Eggert2020-01-01
* Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* Fix blank tooltips on cairo (Bug#36298)YAMAMOTO Mitsuharu2019-06-21
* Add stipple support on cairoYAMAMOTO Mitsuharu2019-05-30
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-19
* Introduce Emacs_Cursor typedefAlexander Gramiak2019-05-19
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-19
* Avoid triple buffering with Xdbe in cairoYAMAMOTO Mitsuharu2019-05-19
* Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-26
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-26
* Rename generic x_* identifiersAlexander Gramiak2019-04-26
* Bump minimum GTK versions to 2.24 and 3.10Alexander Gramiak2019-04-14
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Shrink pseudovectors a bitPaul Eggert2018-09-06
* | Fix some tooltip related problemsMartin Rudalics2018-01-18
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Change vectorlike from struct to unionPaul Eggert2017-11-13
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix previous xterm.h change for non-gtk buildsGlenn Morris2017-08-27
* Remove call of deprecated GDK functionPhilipp Stephani2017-08-27
* Provide additional support for child framesMartin Rudalics2017-06-25
* * src/xterm.c (x_fill_rectangle): Now static.Paul Eggert2017-04-17
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-12
* Add new frame parameters and associated functionsMartin Rudalics2017-04-12
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-28
* | Revert "Cleanup tooltips"John Wiegley2016-07-12
* | Cleanup tooltipsDmitry Antipov2016-07-12
* | Cleanup XEditRes hackDmitry Antipov2016-07-04
|/
* Don't use XRANDR 1.3 extensions if the server doesn't support them.Ken Raeburn2016-03-10
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Detect XCB and save a connection handleKen Raeburn2015-11-12
* Add x_catch_errors_with_handler.Ken Raeburn2015-10-11
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-11
* Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-08
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-08
* Fix full-screen code when there is no window manager (Bug#21317)Pip Cet2015-08-24
* Fix bug that munged selection infoPaul Eggert2015-06-23
* Merge branch 'master' into cairoJan D2015-04-03
|\
| * Adjust offset and border calculations for X.Jan D2015-02-27
| * Redo the whole window offsets and coordinate translation for X.Jan D2015-02-25