aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix doc-string of x_frame_normalize_before_maximize.Martin Rudalics2015-02-141-3/+5
* Improve toggling fullscreen state of frames.Martin Rudalics2015-02-111-1/+9
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-44/+170
* Revert changes installed by xwidgets mergePaul Eggert2015-02-011-15/+0
* cleanupJoakim Verona2015-01-211-1/+0
* merge masterJoakim Verona2015-01-151-4/+4
|\
| * Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-131-4/+4
* | merge master, fix conflictsJoakim Verona2015-01-111-8/+0
|\ \ | |/
| * Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-8/+0
* | cleanupsjave2015-01-041-0/+1
* | merge masterjave2015-01-041-1/+1
|\ \ | |/
| * Two fixes for setting up sizes of a new frame (Bug#19428).Martin Rudalics2015-01-031-1/+1
* | merge masterjave2015-01-021-1/+1
|\ \ | |/
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | whitespace cleanupjave2009-01-011-2/+4
* | Removed remains of Clutter experimentjave2015-01-011-5/+0
* | merge upstreamjave2014-12-311-12/+10
|\ \ | |/
| * 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
* | | Merge branch 'master' into xwidgetJoakim Verona2014-12-231-398/+475
|\ \ \ | |/ /
| * | 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