aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Minor fixups related to usage of the 'long' type.Paul Eggert2014-07-071-6/+6
* | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* | * xmenu.c (mouse_position_for_popup):Dmitry Antipov2014-06-221-2/+4
* | Omit redundant extern decls.Paul Eggert2014-06-171-10/+4
* | * eval.c (toplevel): Remove redundant #include directives.Dmitry Antipov2014-06-171-1/+1
* | Do not ask for XRender extension each time XFT font is opened.Dmitry Antipov2014-06-161-7/+25
* | * dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov2014-06-101-4/+4
* | * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-101-2/+2
* | * xterm.c (x_setup_pointer_blanking): ConditionallyDmitry Antipov2014-06-061-1/+3
* | Use terminal-specific hooks to display popup dialogs.Dmitry Antipov2014-06-041-0/+3
* | Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-0/+2
* | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-5/+8
|\ \ | |/
| * Make jump scroll work with Gtk+Jan Djärv2014-06-011-4/+1
| * Fix bug #17588 with mouse highlight when an X frame is redisplayed frequently.Eli Zaretskii2014-05-291-1/+7
* | Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-24/+1
* | * xterm.c (x_free_frame_resources): Fix last change.Dmitry Antipov2014-05-281-1/+2
* | On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-281-0/+4