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
*
Merge from origin/emacs-26
Glenn Morris
2018-12-10
1
-4
/
+10
|
\
|
*
; * src/xterm.c (x_update_begin): Fix whitespace.
Eli Zaretskii
2018-12-08
1
-1
/
+1
|
*
Fix scaling problem in Cairo builds
Ari Roponen
2018-12-08
1
-4
/
+10
|
*
Update GNOME bugtracker URLs
Glenn Morris
2018-08-24
1
-2
/
+2
*
|
Pacify gcc -Wmaybe-uninitialized without X11-XCB
Paul Eggert
2018-11-11
1
-1
/
+1
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-2
/
+2
*
|
Pacify gcc -Og -Wuninitialized
Paul Eggert
2018-08-12
1
-1
/
+1
*
|
Pacify Oracle Studio 12.6
Paul Eggert
2018-08-11
1
-1
/
+0
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-21
/
+21
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-43
/
+43
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-02
1
-0
/
+4
|
\
|
|
*
Document internal use of 'above-suspended' z-group frame parameter
Martin Rudalics
2018-07-01
1
-0
/
+4
|
*
Don't wait for visible frames to become visible
Noam Postavsky
2018-06-03
1
-1
/
+2
|
*
Fix some problems in the Cairo build
Ari Roponen
2018-06-02
1
-38
/
+46
*
|
Fix --with-cairo build
Ari Roponen
2018-06-16
1
-2
/
+2
*
|
Use record_unwind_protect_ptr to avoid allocation
Paul Eggert
2018-06-14
1
-4
/
+2
*
|
New mint_ptr representation for C pointers
Paul Eggert
2018-06-14
1
-2
/
+2
*
|
New focus management interface
Daniel Colascione
2018-06-11
1
-10
/
+0
*
|
Work around GCC bug 81401
Paul Eggert
2018-05-30
1
-1
/
+7
*
|
GNOME moved URLs for its active bug reports
Paul Eggert
2018-05-26
1
-2
/
+2
*
|
Fix cairo scrolling for side-by-side windows
Ari Roponen
2018-05-06
1
-2
/
+3
*
|
Fix some problems in the Cairo build
Ari Roponen
2018-05-05
1
-38
/
+46
*
|
* src/xterm.c (x_make_frame_visible): Fix typo in previous change.
Noam Postavsky
2018-03-29
1
-1
/
+1
*
|
Don't wait for visible frames to become visible
Noam Postavsky
2018-03-29
1
-1
/
+2
*
|
Merge from origin/emacs-26
Paul Eggert
2018-03-20
1
-1
/
+5
|
\
|
|
*
Fix problems caused by fontconfig-2.13.0
Eli Zaretskii
2018-03-14
1
-1
/
+5
*
|
Allow underline position variables be buffer-local
Aaron Jensen
2018-03-10
1
-7
/
+30
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-22
1
-0
/
+2
|
\
|
|
*
Fix documentation of 'x-underline-at-descent-line'
Eli Zaretskii
2018-02-21
1
-0
/
+2
*
|
Doc tweak for x-use-underline-position-properties
Glenn Morris
2018-02-13
1
-4
/
+3
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-09
1
-5
/
+11
|
\
|
|
*
Fix crashes when run with --no-build-details
Paul Eggert
2018-02-08
1
-5
/
+11
*
|
Merge from emacs-26
Noam Postavsky
2018-01-26
1
-4
/
+9
|
\
|
|
*
Fix a few issues with latest GTK scaling changes
Robert Pluim
2018-01-24
1
-0
/
+2
|
*
Use scaled coordinates when calling into GTK
Robert Pluim
2018-01-24
1
-4
/
+7
*
|
Fix some tooltip related problems
Martin Rudalics
2018-01-18
1
-14
/
+5
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Avoid compilation warning in xterm.c
Eli Zaretskii
2017-12-04
1
-2
/
+2
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-3
/
+3
*
Fix misbehavior when drawing three-pixel high horizontal dividers (Bug#29353)
Martin Rudalics
2017-11-20
1
-4
/
+8
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-1
/
+1
*
Pacify GCC when configured --with-x-toolkit=no
Paul Eggert
2017-11-11
1
-1
/
+4
*
Fix comparisons with tip_frame in GTK builds
Eli Zaretskii
2017-11-11
1
-2
/
+10
*
Fix startup display on Cygwin
Ken Brown
2017-10-27
1
-0
/
+16
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-10-01
1
-2
/
+2
*
Bring back the busy wait after x_make_frame_visible (Bug#25521)
Noam Postavsky
2017-09-29
1
-6
/
+34
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-3
/
+3
*
Revert recent float→double Motif change
Paul Eggert
2017-09-04
1
-33
/
+25
*
In xterm.c fix some recently introduced compiler warnings
Martin Rudalics
2017-08-31
1
-4
/
+5
*
Restrict fix of Bug#24963 and Bug#25887 to GTK builds
Martin Rudalics
2017-08-31
1
-2
/
+4
[next]