summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAge
* Prefer comments /* like this */ in C codePaul Eggert2016-11-05
* Avoid shrinking windows with Gtk+ 3.20.3Paul Eggert2016-05-16
* In x_set_window_size restore do_pending_window_change callsMartin Rudalics2016-04-22
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Pacify --enable-gcc-warnings --with-cairoPaul Eggert2016-01-23
* xwidgets style cleanupPaul Eggert2016-01-22
* Support for the new Xwidget feature.Joakim Verona2016-01-19
* Update copyright year to 2016Paul Eggert2016-01-01
* Clean up cairo printing codeYAMAMOTO Mitsuharu2015-12-31
* Port recent XCB changes to 64-bit ‘long int’Paul Eggert2015-11-13
* Enable use of XCB for checking window manager stateKen Raeburn2015-11-12
* Detect XCB and save a connection handleKen Raeburn2015-11-12
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Avoid division by zero crash observed by Yuan MEI.Martin Rudalics2015-11-06
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Spelling fixesPaul Eggert2015-10-14
* Do process ConfigureNotify events indicating size changes.Ken Raeburn2015-10-13
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-13
* Handle an opaque-move X11 window manager operation more efficiently.Ken Raeburn2015-10-11
* Add x_catch_errors_with_handler.Ken Raeburn2015-10-11
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-11
* Fix problems caught with --enable-gcc-warningsPaul Eggert2015-10-08
* Reduce some unnecessary X calls.Ken Raeburn2015-10-08
* 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
* Prefer CALLN in a few more placesPaul Eggert2015-09-23
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-16
* Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics2015-08-31
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Fix full-screen code when there is no window manager (Bug#21317)Pip Cet2015-08-24
* Fix C99 incompatibilities in Cairo codePaul Eggert2015-06-25
* Fix bug that munged selection infoPaul Eggert2015-06-23
* Fix display when a font claims large values of ascent and descentEli Zaretskii2015-06-06
|\
| * Attempt to fix crashes due to accesses beyond glyph matrix endEli Zaretskii2015-05-31
| * Fix display of glyphless characters with problematic fontsEli Zaretskii2015-05-28
* | Undo removal of x_clear_area call on expose for GTK3 or cairo.YAMAMOTO Mitsuharu2015-06-05
* | Undo previous changes in non-toolkit scroll bar drawing.YAMAMOTO Mitsuharu2015-06-03
* | Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-31
|/
* Fix --without-toolkit-scroll-bars builds.Glenn Morris2015-05-23
* Pacify --enable-gcc-warningsPaul Eggert2015-05-23
* Merge branch 'master' into cairoJan D2015-05-23
|\
| * Fix integer-valued `mouse-highlight' (Bug#20590)Johan Bockgård2015-05-17
| * Spelling fixesPaul Eggert2015-05-17
* | Fixes to compile cairo branch without cairo.Jan D2015-05-23
* | Merge branch 'master' into cairoJan D2015-05-17
|\|
| * Add comment that x_shift_glyphs_for_insert is never called.Jan D2015-05-17
| * Don't access display after i/o error (Bug#19147).Jan D2015-05-14
* | Merge branch 'master' into cairoJan D2015-04-26
|\|
| * Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-24
| * Assume C89 offsetof in xterm.c, xlwmenu.cPaul Eggert2015-04-14