summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Don't use XRANDR 1.3 extensions if the server doesn't support them.Ken Raeburn2016-03-101-0/+5
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Detect XCB and save a connection handleKen Raeburn2015-11-121-0/+8
* Add x_catch_errors_with_handler.Ken Raeburn2015-10-111-0/+5
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-111-0/+1
* Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-081-0/+27
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-081-0/+14
* Fix full-screen code when there is no window manager (Bug#21317)Pip Cet2015-08-241-0/+1
* Fix bug that munged selection infoPaul Eggert2015-06-231-10/+10
* Merge branch 'master' into cairoJan D2015-04-031-19/+10
|\
| * Adjust offset and border calculations for X.Jan D2015-02-271-1/+2
| * Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-19/+9
* | Add cairo drawing.Jan D2015-02-111-2/+51
|/
* Use bool for boolean in xfns.cPaul Eggert2015-01-251-3/+3
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-131-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-3/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use bool for boolean in xselect.c, xsettings.cPaul Eggert2014-12-261-4/+4
* Use bool for boolean in xsmfns.cPaul Eggert2014-12-251-1/+1
* Use bool for boolean in xterm.cPaul Eggert2014-12-211-2/+2
* * src/xterm.c (handle_one_xevent): Check return value fromJan Djärv2014-10-191-3/+0
* Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv2014-10-181-4/+0
* Fix x-focus-frame bug with "Not an in-range integer".Paul Eggert2014-10-021-1/+17
* Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.orgGlenn Morris2014-08-031-0/+3
|\
| * Avoid 100% CPU utilization on ssh session exit.Paul Eggert2014-08-021-0/+3
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-6/+42
* | * xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]:Dmitry Antipov2014-07-221-2/+4
* | * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: DefineDmitry Antipov2014-07-221-5/+9
* | Prefer 'x_display_info *' to 'Display *' in X selection code.Dmitry Antipov2014-07-181-3/+9
* | * frame.c (frame_unspecified_color): New functionDmitry Antipov2014-07-181-2/+16
* | Revert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2B_BYTE[12] in nsgui.h ...Daiki Ueno2014-07-161-0/+9
* | Consolidate XChar2b macros for the X, W32, and NSDaiki Ueno2014-07-161-9/+0
* | * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-221-0/+1
* | Omit redundant extern decls.Paul Eggert2014-06-171-14/+0
* | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-2/+0
* | Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-021-1/+0
* | Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-2/+0
* | If available, use Xfixes extension to do pointer blanking.Dmitry Antipov2014-05-131-1/+5
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
|/
* Avoid crashes when X fonts are erroneously freed on reused XDmitry Antipov2014-03-031-0/+4
* Fix handling of internal borders (Bug#16348).Martin Rudalics2014-01-111-0/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-27/+27
* Fix minor problems found by static checking.Paul Eggert2013-12-071-0/+2
* * xterm.c (input_signal_count): Remove.Dmitry Antipov2013-12-061-2/+0
* * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):Dmitry Antipov2013-12-021-5/+0
* Remove fringe background extension code on X11.YAMAMOTO Mitsuharu2013-12-021-4/+0
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-1/+2