summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * In x_set_window_size restore do_pending_window_change callsMartin Rudalics2016-04-221-0/+2
* | Fix resize incompatibility with GTK+ masterPaul Eggert2016-04-011-4/+0
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Pacify --enable-gcc-warnings --with-cairoPaul Eggert2016-01-231-3/+2
* xwidgets style cleanupPaul Eggert2016-01-221-8/+3
* Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+14
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Clean up cairo printing codeYAMAMOTO Mitsuharu2015-12-311-9/+7
* Port recent XCB changes to 64-bit ‘long int’Paul Eggert2015-11-131-5/+11
* Enable use of XCB for checking window manager stateKen Raeburn2015-11-121-8/+37
* Detect XCB and save a connection handleKen Raeburn2015-11-121-0/+25
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-5/+4
* Avoid division by zero crash observed by Yuan MEI.Martin Rudalics2015-11-061-0/+4
* Include-file cleanup for src directoryPaul Eggert2015-10-201-10/+1
* Spelling fixesPaul Eggert2015-10-141-1/+1
* Do process ConfigureNotify events indicating size changes.Ken Raeburn2015-10-131-1/+6
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-22/+30
* Handle an opaque-move X11 window manager operation more efficiently.Ken Raeburn2015-10-111-13/+41
* Add x_catch_errors_with_handler.Ken Raeburn2015-10-111-1/+15
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-3/+25
* Fix problems caught with --enable-gcc-warningsPaul Eggert2015-10-081-1/+0
* Reduce some unnecessary X calls.Ken Raeburn2015-10-081-4/+0
* Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-081-6/+71
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-081-0/+56
* Prefer CALLN in a few more placesPaul Eggert2015-09-231-4/+2
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-161-0/+5
* Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics2015-08-311-2/+0
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-8/+0
* Fix full-screen code when there is no window manager (Bug#21317)Pip Cet2015-08-241-6/+21
* Fix C99 incompatibilities in Cairo codePaul Eggert2015-06-251-1/+1