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