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
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Prevent from frozen frame after `C-z' in Lucid builds
Tino Calancha
2020-08-15
1
-0
/
+14
*
Fix some problems with moving and resizing child frames
Martin Rudalics
2020-04-06
1
-20
/
+23
*
Don't draw GTK's internal border and tab bar on top of each other
Martin Rudalics
2020-04-03
1
-4
/
+0
*
Recalculate default font when switching font backend
Robert Pluim
2020-03-17
1
-1
/
+2
*
Fix rendering bug due to unsynchronized cairo surface size (Bug#38497)
YAMAMOTO Mitsuharu
2020-01-07
1
-0
/
+4
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Remove nothing from union output_data
Paul Eggert
2019-12-14
1
-1
/
+0
*
* src/xterm.c: Remove long-obsolete comments.
Paul Eggert
2019-12-11
1
-5
/
+0
*
Fix image scaling with masks (bug#38109)
Alan Third
2019-11-29
1
-6
/
+5
*
Do not report move frame events for tooltip frames (Bug#38213)
Martin Rudalics
2019-11-16
1
-1
/
+2
*
Make sure buffer is live before retrieving underline properties (Bug#38038)
Martin Rudalics
2019-11-12
1
-8
/
+9
*
Fix English grammar in some doc strings and comments
Stephen Gildea
2019-11-03
1
-1
/
+1
*
Fix integer-overflow bug in Time conversion
Paul Eggert
2019-10-18
1
-1
/
+2
*
Simplify struct face to use only underline.
Jimmy Aguilar Mena
2019-10-14
1
-5
/
+5
*
Fix the colours on Motif horizontal scroll bars
Lars Ingebrigtsen
2019-10-07
1
-2
/
+4
*
Merge branch 'feature/tabs'
Juri Linkov
2019-10-01
1
-11
/
+52
|
\
|
*
Remove unused code and reformat to 70 columns.
Juri Linkov
2019-10-01
1
-14
/
+16
|
*
Revert an attempt to implement a non‐native tab bar on NS.
Juri Linkov
2019-09-25
1
-1
/
+0
|
*
Take into account FRAME_TAB_BAR height in more places.
Juri Linkov
2019-09-22
1
-17
/
+18
|
*
Frame-local tab-bar and window-local tab-line.
Juri Linkov
2019-08-31
1
-9
/
+48
*
|
Update some URLs
Paul Eggert
2019-09-23
1
-4
/
+4
*
|
Fix ignored Motif scrollbar resources (Bug#37359)
Matt Bisson
2019-09-19
1
-2
/
+4
|
/
*
Check instead of relying on NOTREACHED
Paul Eggert
2019-08-31
1
-1
/
+0
*
Fix initialization of user-defined fringe bitmaps in daemon mode
Eli Zaretskii
2019-08-13
1
-1
/
+1
*
Fix two mouse drag and drop issues (Bug#28620, Bug#36269)
Martin Rudalics
2019-08-04
1
-45
/
+78
*
Use the CSS convention for #RGB colors (bug#36304)
Pip Cet
2019-07-27
1
-2
/
+31
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-3
/
+3
*
Clean up use of XFIXNUM etc.
Paul Eggert
2019-06-27
1
-1
/
+1
*
* src/xterm.c (x_update_end) [USE_CAIRO]: Flush non-double-buffered surface.
YAMAMOTO Mitsuharu
2019-06-21
1
-0
/
+9
*
Fix blank tooltips on cairo (Bug#36298)
YAMAMOTO Mitsuharu
2019-06-21
1
-1
/
+1
*
Fix broken display by frame maximization on cairo (Bug#23925)
YAMAMOTO Mitsuharu
2019-06-21
1
-1
/
+1
*
Remove non-Xdbe double-buffering code on cairo
YAMAMOTO Mitsuharu
2019-06-15
1
-41
/
+6
*
Rework x_scroll_run on cairo
YAMAMOTO Mitsuharu
2019-06-15
1
-41
/
+43
*
Support X core font driver on cairo (Bug#28236)
YAMAMOTO Mitsuharu
2019-06-08
1
-82
/
+259
*
Implement native image rotation and cropping on cairo
YAMAMOTO Mitsuharu
2019-06-08
1
-23
/
+15
*
Add native image rotation and cropping
Alan Third
2019-06-05
1
-4
/
+1
*
* src/xterm.c (x_scroll_run) [USE_CAIRO]: Dirty only destination rectangle.
YAMAMOTO Mitsuharu
2019-06-04
1
-1
/
+2
*
Add stipple support on cairo
YAMAMOTO Mitsuharu
2019-05-30
1
-3
/
+30
*
Rework cairo image support to improve consistency (Bug#35871)
YAMAMOTO Mitsuharu
2019-05-29
1
-1
/
+11
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+1
*
Replace XChar2b with unsigned in all font backends
Alexander Gramiak
2019-05-19
1
-12
/
+3
*
Introduce Emacs_Pixmap typedef
Alexander Gramiak
2019-05-19
1
-1
/
+1
*
Introduce Emacs_Cursor typedef
Alexander Gramiak
2019-05-19
1
-1
/
+1
*
Avoid triple buffering with Xdbe in cairo
YAMAMOTO Mitsuharu
2019-05-19
1
-118
/
+93
*
Convert Free_Pixmap macro into terminal hook
Alexander Gramiak
2019-05-10
1
-0
/
+12
*
Remove display member of glyph_string
Alexander Gramiak
2019-05-10
1
-61
/
+80
*
Refactor update_window_begin and update_window_end hooks
Alexander Gramiak
2019-05-02
1
-80
/
+4
*
Rename x_highlight_frame property to highlight_frame
Alexander Gramiak
2019-04-26
1
-16
/
+16
*
Add terminal hook query_frame_background_color
Alexander Gramiak
2019-04-26
1
-0
/
+9
[next]