aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-2/+2
* Bring back the busy wait after x_make_frame_visible (Bug#25521)Noam Postavsky2017-09-291-6/+34
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-3/+3
* Revert recent float→double Motif changePaul Eggert2017-09-041-33/+25
* In xterm.c fix some recently introduced compiler warningsMartin Rudalics2017-08-311-4/+5
* Restrict fix of Bug#24963 and Bug#25887 to GTK buildsMartin Rudalics2017-08-311-2/+4
* Preserve display's foreground color when clearing internal borders (Bug#28278)Martin Rudalics2017-08-301-5/+6
* Always use gtk_window_move in new versionsPhilipp Stephani2017-08-271-1/+2
* * src/xterm.c (XTflash): Don’t use gdk_cairo_create in GDK 3.22+Philipp Stephani2017-08-271-0/+11
* Prefer ‘double’ for FP temps in xterm.cPaul Eggert2017-08-241-23/+29
* Avoid floating-point exceptions while drawing underwaveEli Zaretskii2017-08-211-2/+4
* Implement HiDPI support for underwave on MS-WindowsEli Zaretskii2017-08-181-1/+1
* Support HiDPI displays for wave style underlinesStephen Pegoraro2017-08-181-5/+25
* Provide additional support for child framesMartin Rudalics2017-06-251-0/+16
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-4/+4
* Use ptrdiff_t, not int, for stack sizesPaul Eggert2017-05-021-1/+1
* * src/xterm.c (x_fill_rectangle): Now static.Paul Eggert2017-04-171-1/+1
* Fix segfault when calling frame_ancestor_p (Bug#26493)Martin Rudalics2017-04-141-1/+1
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-27/+77
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-64/+325
* Frame movement, focus and hook related changesMartin Rudalics2017-04-111-2/+22
* Set x_gtk_use_window_move by default for fixing bug#25851 and bug#25943Martin Rudalics2017-04-111-4/+4
* c:/Temp/gtk-window-move/ChangeLog.txtMartin Rudalics2017-03-231-0/+22
* Tweak X toolkit code to pacify modern GCCPaul Eggert2017-03-101-17/+18
* A better fix for bug#25845Eli Zaretskii2017-03-061-21/+1
* Fix display of cursor on underlined textEli Zaretskii2017-03-051-6/+28
* Fix display of strike-through text in variable-height linesEli Zaretskii2017-03-021-4/+13
* Don't call x_net_wm_state for scroll bar windows (Bug#24963, Bug#25887)Martin Rudalics2017-03-021-2/+4
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-2/+2
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-2/+2
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Don't wait for frame to become visibleNoam Postavsky2017-01-201-54/+4
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Initialize thread support for Xlib.Ken Raeburn2016-12-301-0/+7
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-1/+1
| * Avoid shrinking windows with Gtk+ 3.20.3Paul Eggert2016-05-161-0/+6
* | Add 'x-ctrl-keysym' support on X window systemVasilij Schneidermann2016-11-041-14/+29
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-80/+208
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Prefer now-standard int width macrosPaul Eggert2016-09-151-3/+2
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-9/+10
* | Cleanup tooltipsDmitry Antipov2016-07-121-10/+9
* | Cleanup XEditRes hackDmitry Antipov2016-07-041-6/+2
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-5/+5
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-6/+3
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-14/+19
* | Merge from origin/emacs-25Paul Eggert2016-04-241-0/+2
|\ \ | |/