summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAge
* Pacify GCC 11.1.1 20210531 (Red Hat 11.1.1-3)Paul Eggert2021-07-11
* Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268)Martin Rudalics2021-05-12
* Fix a problem with x_set_tab_bar_lines (Bug#46827)Martin Rudalics2021-05-04
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-27
* Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics2021-04-18
* Merge from origin/emacs-27Paul Eggert2021-03-25
|\
| * Fix preeditarea reporting wrong spot.Amos Bird2021-03-25
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Pacify unused function warning in xfns.c with GTK2Basil L. Contovounesios2021-02-16
* | Permit zero value for 'child-frame-border-width' parameter (Bug#46184)Martin Rudalics2021-02-06
* | Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-26
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Make XIM to work with non-CJK localesYichao Yu2020-12-28
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* | ; Fix typosStefan Kangas2020-09-21
* | Fix buffer overflow in x-send-client-messageKalle Olavi Niemitalo2020-08-18
* | Merge from origin/emacs-27Glenn Morris2020-08-18
|\|
| * ; spelling fixesPaul Eggert2020-08-13
* | Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-15
* | Merge from origin/emacs-27Glenn Morris2020-08-03
|\|
| * Avoid segfaults if XIM is set but not xim_stylesGrégory Mounié2020-08-02
* | Merge from origin/emacs-27Glenn Morris2020-05-16
|\|
| * In x_hide_tip reset tip_last_frame for GTK+ tooltips only (Bug#41200)Martin Rudalics2020-05-13
* | Merge from origin/emacs-27Glenn Morris2020-04-13
|\|
| * Fix build failure with Fx_gtk_debugMartin Rudalics2020-04-12
* | Merge from origin/emacs-27Glenn Morris2020-04-11
|\|
| * Fix some problems with moving and resizing child framesMartin Rudalics2020-04-06
* | Improve integer range checkingPaul Eggert2020-04-05
* | Merge from origin/emacs-27Glenn Morris2020-03-18
|\|
| * Recalculate default font when switching font backendRobert Pluim2020-03-17
* | Remove unused ftx font backend driverStefan Kangas2020-01-15
|/
* Scale top-left coordinates in display-monitor-attributes-listRobert Pluim2020-01-07
* Fix compilation with GTK versions older than 3Eli Zaretskii2020-01-01
* Pacify gcc -Wunused-function on Ubuntu 18.04.3Paul Eggert2020-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Port x_get_monitor_attributes_fallback to !HAVE_GTK3Paul Eggert2019-12-25
* Fix incorrect GTK menus on HiDPI monitors with scaling factor > 1Tobias Bading2019-12-03
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-03
* Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* Fix doc strings modified in recent changesEli Zaretskii2019-08-09
* Provide better target window consistency across x window property functions.Noah Friedman2019-08-08
* (Fx_change_window_property): Rename SOURCE arg to WINDOW-IDNoah Friedman2019-08-08
* (Fx_change_window_property): Add optional arg SOURCE.Noah Friedman2019-08-08
* * src/xfns.c (x_create_tip_frame): Support inhibit-double-buffering.YAMAMOTO Mitsuharu2019-06-30
* * src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819)YAMAMOTO Mitsuharu2019-06-30
* Fix blank tooltips on cairo (Bug#36298)YAMAMOTO Mitsuharu2019-06-21
* Fix oversights of "support X core font driver on cairo" changeYAMAMOTO Mitsuharu2019-06-19
* Document exporting/printing text with X core fonts to outline images on cairoYAMAMOTO Mitsuharu2019-06-10
* Support X core font driver on cairo (Bug#28236)YAMAMOTO Mitsuharu2019-06-08