index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xfns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix preeditarea reporting wrong spot.
Amos Bird
2021-03-25
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
; spelling fixes
Paul Eggert
2020-08-13
1
-1
/
+1
*
Avoid segfaults if XIM is set but not xim_styles
Grégory Mounié
2020-08-02
1
-1
/
+1
*
In x_hide_tip reset tip_last_frame for GTK+ tooltips only (Bug#41200)
Martin Rudalics
2020-05-13
1
-3
/
+5
*
Fix build failure with Fx_gtk_debug
Martin Rudalics
2020-04-12
1
-0
/
+4
*
Fix some problems with moving and resizing child frames
Martin Rudalics
2020-04-06
1
-0
/
+56
*
Recalculate default font when switching font backend
Robert Pluim
2020-03-17
1
-1
/
+1
*
Scale top-left coordinates in display-monitor-attributes-list
Robert Pluim
2020-01-07
1
-0
/
+2
*
Fix compilation with GTK versions older than 3
Eli Zaretskii
2020-01-01
1
-1
/
+1
*
Pacify gcc -Wunused-function on Ubuntu 18.04.3
Paul Eggert
2020-01-01
1
-2
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Port x_get_monitor_attributes_fallback to !HAVE_GTK3
Paul Eggert
2019-12-25
1
-2
/
+0
*
Fix incorrect GTK menus on HiDPI monitors with scaling factor > 1
Tobias Bading
2019-12-03
1
-0
/
+2
*
Fix English grammar in some doc strings and comments
Stephen Gildea
2019-11-03
1
-6
/
+6
*
Remove unused code and reformat to 70 columns.
Juri Linkov
2019-10-01
1
-1
/
+0
*
Frame-local tab-bar and window-local tab-line.
Juri Linkov
2019-08-31
1
-2
/
+106
*
Fix doc strings modified in recent changes
Eli Zaretskii
2019-08-09
1
-17
/
+17
*
Provide better target window consistency across x window property functions.
Noah Friedman
2019-08-08
1
-41
/
+68
*
(Fx_change_window_property): Rename SOURCE arg to WINDOW-ID
Noah Friedman
2019-08-08
1
-5
/
+5
*
(Fx_change_window_property): Add optional arg SOURCE.
Noah Friedman
2019-08-08
1
-5
/
+17
*
* src/xfns.c (x_create_tip_frame): Support inhibit-double-buffering.
YAMAMOTO Mitsuharu
2019-06-30
1
-0
/
+4
*
* src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819)
YAMAMOTO Mitsuharu
2019-06-30
1
-0
/
+1
*
Fix blank tooltips on cairo (Bug#36298)
YAMAMOTO Mitsuharu
2019-06-21
1
-0
/
+4
*
Fix oversights of "support X core font driver on cairo" change
YAMAMOTO Mitsuharu
2019-06-19
1
-1
/
+1
*
Document exporting/printing text with X core fonts to outline images on cairo
YAMAMOTO Mitsuharu
2019-06-10
1
-2
/
+7
*
Support X core font driver on cairo (Bug#28236)
YAMAMOTO Mitsuharu
2019-06-08
1
-1
/
+1
*
Merge branch 'master' into harfbuzz
YAMAMOTO Mitsuharu
2019-05-23
1
-1
/
+7
|
\
|
*
Introduce Emacs_Color struct and typedef
Alexander Gramiak
2019-05-19
1
-1
/
+1
|
*
Avoid triple buffering with Xdbe in cairo
YAMAMOTO Mitsuharu
2019-05-19
1
-0
/
+6
*
|
* src/xfns.c (x_create_tip_frame): Register font drivers as in normal frames.
YAMAMOTO Mitsuharu
2019-05-11
1
-1
/
+7
*
|
Add new font backend drivers for text shaping by HarfBuzz
YAMAMOTO Mitsuharu
2019-05-05
1
-0
/
+6
|
/
*
Add terminal hook defined_color_hook
Alexander Gramiak
2019-04-26
1
-4
/
+4
*
Rename generic x_* identifiers
Alexander Gramiak
2019-04-26
1
-248
/
+226
*
Rename generic x_* procedures in xdisp.c
Alexander Gramiak
2019-04-26
1
-5
/
+5
*
Don't link libXft when using cairo
YAMAMOTO Mitsuharu
2019-04-24
1
-1
/
+1
*
Bump minimum GTK versions to 2.24 and 3.10
Alexander Gramiak
2019-04-14
1
-21
/
+15
*
Simplify gdk_monitor_get_model string duplication
Alexander Gramiak
2019-04-14
1
-2
/
+1
*
Fix segmentation fault with gdk_monitor_get_model (Bug#35259)
Alexander Gramiak
2019-04-13
1
-1
/
+2
*
; * src/xfns.c (x-display-monitor-attributes-list) Fix typo.
Alexander Gramiak
2019-04-07
1
-1
/
+1
*
Plug memory leak in GTK x-display-monitor-attributes-list
Alexander Gramiak
2019-04-07
1
-1
/
+6
*
Define macros to abstract support for external menu/tool-bars
Alexander Gramiak
2019-03-16
1
-2
/
+2
*
Simplify list creation in C code
Paul Eggert
2019-03-04
1
-9
/
+5
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-2
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-10
1
-1
/
+1
|
\
|
|
*
Don't call XGetGeometry for frames without outer X window (Bug#32615)
Martin Rudalics
2018-09-04
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
[next]