summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Two fixes for setting up sizes of a new frame (Bug#19428).Martin Rudalics2015-01-031-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* system-name's returned value can varyPaul Eggert2014-12-291-5/+7
* Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-7/+3
|\
| * Keep maximized when going fullscreen.Jan D2014-12-221-5/+3
* | Fix setting icon for Gtk+ on non-initial frame.Jan D2014-12-221-2/+1
* | Use bool for boolean in xterm.cPaul Eggert2014-12-211-251/+278
* | Never pass an invalid X connection descriptor to an input reading loopDmitry Antipov2014-12-111-10/+15
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-2/+3
* | * src/xterm.c (handle_one_xevent): Check return value fromJan Djärv2014-10-191-7/+3
* | A better fix for drawing hollow cursor on X on 1-pixel thin space characters.Eli Zaretskii2014-10-181-6/+6
* | Merge from emacs-24; up to 2014-07-28T02:47:29Z!fgallina@gnu.orgGlenn Morris2014-10-171-1/+2
|\|
| * Fix display on X of 1-pixel R2L characters.Eli Zaretskii2014-10-171-1/+2
* | Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-111-4/+9
* | Fix x-focus-frame bug with "Not an in-range integer".Paul Eggert2014-10-021-10/+10
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-10/+13
* | * xterm.c (x_term_init): Allocate temps on stack, not on heap.Paul Eggert2014-09-301-10/+7
* | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-6/+6
* | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-1/+0
* | * xterm.c (x_new_font): Fix typo introduced by the recent dead code removal.Dmitry Antipov2014-09-251-1/+1
* | Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-251-26/+0
* | Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* | * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-241-8/+11
* | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-2/+3
* | Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+1
* | Merge from emacs-24Stefan Monnier2014-09-221-4/+16
|\|
| * Fix display of hollow-box and hbar cursors on r2L lines.Eli Zaretskii2014-09-161-3/+15
| * Fix block cursor display in R2L lines.Eli Zaretskii2014-09-161-1/+1
* | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-14/+9
* | * xterm.c (handle_one_xevent): Add braces to pacify gcc -Wall.Paul Eggert2014-09-101-22/+24
* | Detect iconified under Compiz/UnityJan Djärv2014-09-101-0/+8
* | * xterm.c (x_term_init): Consolidate duplicated code.Dmitry Antipov2014-09-091-19/+14
* | * xsmfns.c: Initialize ice_fd.Jan Djärv2014-09-041-2/+2
* | Revert x_scroll_bar_handle_click "typo fix".Martin Rudalics2014-08-281-1/+1
* | Some fixes for scroll bar code.Martin Rudalics2014-08-281-32/+82
* | * xterm.c (x_delete_terminal): Plug file descriptor leak.Paul Eggert2014-08-071-1/+4
* | Don't redeem scroll bars that have been turned off.Martin Rudalics2014-08-051-2/+2
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-2/+3
* | Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.orgGlenn Morris2014-08-031-5/+4
|\|
| * Avoid 100% CPU utilization on ssh session exit.Paul Eggert2014-08-021-5/+4
* | * xterm.c (x_sync_with_move): Really wait 0.5s, not 0.0005s.Dmitry Antipov2014-07-301-2/+2
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-149/+919
* | Revert previous change.Paul Eggert2014-07-261-1/+1
* | Reorder conditions that are written backwardsAndreas Schwab2014-07-261-1/+1
* | Move hourglass machinery to RIF.Dmitry Antipov2014-07-251-2/+60
* | * xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]:Dmitry Antipov2014-07-221-2/+2
* | * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: DefineDmitry Antipov2014-07-221-1/+1
* | * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.Dmitry Antipov2014-07-201-0/+3
* | Prefer 'x_display_info *' to 'Display *' in X selection code.Dmitry Antipov2014-07-181-2/+2
* | * frame.c (frame_unspecified_color): New functionDmitry Antipov2014-07-181-13/+0