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
*
Tweak x_hide_tip for consistency
Paul Eggert
2021-10-03
1
-8
/
+8
*
Make Qhide declaration non-target-specific
Mattias Engdegård
2021-08-22
1
-1
/
+0
*
Pacify GCC 11.1.1 20210531 (Red Hat 11.1.1-3)
Paul Eggert
2021-07-11
1
-4
/
+6
*
Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268)
Martin Rudalics
2021-05-12
1
-1
/
+19
*
Fix a problem with x_set_tab_bar_lines (Bug#46827)
Martin Rudalics
2021-05-04
1
-3
/
+6
*
Major rewrite of adjust_frame_size
Martin Rudalics
2021-04-27
1
-93
/
+42
*
Avoid selecting tooltip windows and frames (Bug#47207)
Martin Rudalics
2021-04-18
1
-0
/
+2
*
Merge from origin/emacs-27
Paul Eggert
2021-03-25
1
-1
/
+1
|
\
|
*
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
*
|
Pacify unused function warning in xfns.c with GTK2
Basil L. Contovounesios
2021-02-16
1
-1
/
+6
*
|
Permit zero value for 'child-frame-border-width' parameter (Bug#46184)
Martin Rudalics
2021-02-06
1
-17
/
+19
*
|
Add distinct controls for child frames' borders (Bug#45620)
Alexander Miller
2021-01-26
1
-0
/
+46
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Make XIM to work with non-CJK locales
Yichao Yu
2020-12-28
1
-27
/
+2
*
|
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-1
/
+1
*
|
; Fix typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
|
Fix buffer overflow in x-send-client-message
Kalle Olavi Niemitalo
2020-08-18
1
-1
/
+2
*
|
Merge from origin/emacs-27
Glenn Morris
2020-08-18
1
-1
/
+1
|
\
|
|
*
; spelling fixes
Paul Eggert
2020-08-13
1
-1
/
+1
*
|
Prefer Fvector to make_uninit_vector
Paul Eggert
2020-08-15
1
-4
/
+4
*
|
Merge from origin/emacs-27
Glenn Morris
2020-08-03
1
-1
/
+1
|
\
|
|
*
Avoid segfaults if XIM is set but not xim_styles
Grégory Mounié
2020-08-02
1
-1
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2020-05-16
1
-3
/
+5
|
\
|
|
*
In x_hide_tip reset tip_last_frame for GTK+ tooltips only (Bug#41200)
Martin Rudalics
2020-05-13
1
-3
/
+5
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-13
1
-0
/
+4
|
\
|
|
*
Fix build failure with Fx_gtk_debug
Martin Rudalics
2020-04-12
1
-0
/
+4
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-11
1
-0
/
+56
|
\
|
|
*
Fix some problems with moving and resizing child frames
Martin Rudalics
2020-04-06
1
-0
/
+56
*
|
Improve integer range checking
Paul Eggert
2020-04-05
1
-17
/
+13
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-18
1
-1
/
+1
|
\
|
|
*
Recalculate default font when switching font backend
Robert Pluim
2020-03-17
1
-1
/
+1
*
|
Remove unused ftx font backend driver
Stefan Kangas
2020-01-15
1
-4
/
+0
|
/
*
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
[next]