summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* In x_set_window_size restore do_pending_window_change callsMartin Rudalics2016-04-221-0/+2
* 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
* Fix bug that munged selection infoPaul Eggert2015-06-231-8/+5
* Fix display when a font claims large values of ascent and descentEli Zaretskii2015-06-061-2/+8
|\
| * Attempt to fix crashes due to accesses beyond glyph matrix endEli Zaretskii2015-05-311-2/+3
| * Fix display of glyphless characters with problematic fontsEli Zaretskii2015-05-281-0/+5
* | Undo removal of x_clear_area call on expose for GTK3 or cairo.YAMAMOTO Mitsuharu2015-06-051-1/+1
* | Undo previous changes in non-toolkit scroll bar drawing.YAMAMOTO Mitsuharu2015-06-031-2/+2
* | Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-2/+2
|/
* Fix --without-toolkit-scroll-bars builds.Glenn Morris2015-05-231-4/+3
* Pacify --enable-gcc-warningsPaul Eggert2015-05-231-36/+1
* Merge branch 'master' into cairoJan D2015-05-231-4/+5
|\
| * Fix integer-valued `mouse-highlight' (Bug#20590)Johan Bockgård2015-05-171-3/+4
| * Spelling fixesPaul Eggert2015-05-171-1/+1
* | Fixes to compile cairo branch without cairo.old-branches/cairocairoJan D2015-05-231-0/+2
* | Merge branch 'master' into cairoJan D2015-05-171-6/+9
|\ \ | |/
| * Add comment that x_shift_glyphs_for_insert is never called.Jan D2015-05-171-1/+4
| * Don't access display after i/o error (Bug#19147).Jan D2015-05-141-4/+5
* | Merge branch 'master' into cairoJan D2015-04-261-3/+3
|\ \ | |/
| * Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-1/+1
| * Assume C89 offsetof in xterm.c, xlwmenu.cPaul Eggert2015-04-141-2/+2
* | x_free_cr_resources: Renamed from x_prepare_for_xlibdraw.Jan D2015-04-121-7/+7
* | Handle specified bg in images. Use generic libpng code for PNG:s.Jan D2015-04-121-1/+4