index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xterm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Two fixes for setting up sizes of a new frame (Bug#19428).
Martin Rudalics
2015-01-03
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
system-name's returned value can vary
Paul Eggert
2014-12-29
1
-5
/
+7
*
Merge from origin/emacs-24
Fabián Ezequiel Gallina
2014-12-27
1
-7
/
+3
|
\
|
*
Keep maximized when going fullscreen.
Jan D
2014-12-22
1
-5
/
+3
*
|
Fix setting icon for Gtk+ on non-initial frame.
Jan D
2014-12-22
1
-2
/
+1
*
|
Use bool for boolean in xterm.c
Paul Eggert
2014-12-21
1
-251
/
+278
*
|
Never pass an invalid X connection descriptor to an input reading loop
Dmitry Antipov
2014-12-11
1
-10
/
+15
*
|
Improve inhibiting of implied frame resizes.
Martin Rudalics
2014-11-07
1
-2
/
+3
*
|
* src/xterm.c (handle_one_xevent): Check return value from
Jan Djärv
2014-10-19
1
-7
/
+3
*
|
A better fix for drawing hollow cursor on X on 1-pixel thin space characters.
Eli Zaretskii
2014-10-18
1
-6
/
+6
*
|
Merge from emacs-24; up to 2014-07-28T02:47:29Z!fgallina@gnu.org
Glenn Morris
2014-10-17
1
-1
/
+2
|
\
|
|
*
Fix display on X of 1-pixel R2L characters.
Eli Zaretskii
2014-10-17
1
-1
/
+2
*
|
Fix putenv race conditions with undefined behavior.
Paul Eggert
2014-10-11
1
-4
/
+9
*
|
Fix x-focus-frame bug with "Not an in-range integer".
Paul Eggert
2014-10-02
1
-10
/
+10
*
|
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-30
1
-10
/
+13
*
|
* xterm.c (x_term_init): Allocate temps on stack, not on heap.
Paul Eggert
2014-09-30
1
-10
/
+7
*
|
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
1
-6
/
+6
*
|
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-29
1
-1
/
+0
*
|
* xterm.c (x_new_font): Fix typo introduced by the recent dead code removal.
Dmitry Antipov
2014-09-25
1
-1
/
+1
*
|
Remove code left dead after 2014-07-27 changes.
Martin Rudalics
2014-09-25
1
-26
/
+0
*
|
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
1
-0
/
+1
*
|
* termhooks.h (enum scroll_bar_part): Begin from 0 to allow...
Dmitry Antipov
2014-09-24
1
-8
/
+11
*
|
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
1
-2
/
+3
*
|
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-09-23
1
-1
/
+1
*
|
Merge from emacs-24
Stefan Monnier
2014-09-22
1
-4
/
+16
|
\
|
|
*
Fix display of hollow-box and hbar cursors on r2L lines.
Eli Zaretskii
2014-09-16
1
-3
/
+15
|
*
Fix block cursor display in R2L lines.
Eli Zaretskii
2014-09-16
1
-1
/
+1
*
|
If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.
Dmitry Antipov
2014-09-16
1
-14
/
+9
*
|
* xterm.c (handle_one_xevent): Add braces to pacify gcc -Wall.
Paul Eggert
2014-09-10
1
-22
/
+24
*
|
Detect iconified under Compiz/Unity
Jan Djärv
2014-09-10
1
-0
/
+8
*
|
* xterm.c (x_term_init): Consolidate duplicated code.
Dmitry Antipov
2014-09-09
1
-19
/
+14
*
|
* xsmfns.c: Initialize ice_fd.
Jan Djärv
2014-09-04
1
-2
/
+2
*
|
Revert x_scroll_bar_handle_click "typo fix".
Martin Rudalics
2014-08-28
1
-1
/
+1
*
|
Some fixes for scroll bar code.
Martin Rudalics
2014-08-28
1
-32
/
+82
*
|
* xterm.c (x_delete_terminal): Plug file descriptor leak.
Paul Eggert
2014-08-07
1
-1
/
+4
*
|
Don't redeem scroll bars that have been turned off.
Martin Rudalics
2014-08-05
1
-2
/
+2
*
|
Fix scroll bar handling for non-toolkit builds.
Martin Rudalics
2014-08-04
1
-2
/
+3
*
|
Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org
Glenn Morris
2014-08-03
1
-5
/
+4
|
\
|
|
*
Avoid 100% CPU utilization on ssh session exit.
Paul Eggert
2014-08-02
1
-5
/
+4
*
|
* xterm.c (x_sync_with_move): Really wait 0.5s, not 0.0005s.
Dmitry Antipov
2014-07-30
1
-2
/
+2
*
|
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-149
/
+919
*
|
Revert previous change.
Paul Eggert
2014-07-26
1
-1
/
+1
*
|
Reorder conditions that are written backwards
Andreas Schwab
2014-07-26
1
-1
/
+1
*
|
Move hourglass machinery to RIF.
Dmitry Antipov
2014-07-25
1
-2
/
+60
*
|
* xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]:
Dmitry Antipov
2014-07-22
1
-2
/
+2
*
|
* xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: Define
Dmitry Antipov
2014-07-22
1
-1
/
+1
*
|
* frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.
Dmitry Antipov
2014-07-20
1
-0
/
+3
*
|
Prefer 'x_display_info *' to 'Display *' in X selection code.
Dmitry Antipov
2014-07-18
1
-2
/
+2
*
|
* frame.c (frame_unspecified_color): New function
Dmitry Antipov
2014-07-18
1
-13
/
+0
[next]