aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Select device notification events correctlyPo Lu2021-11-211-0/+7
* Add support for the Haiku operating system and its window systemPo Lu2021-11-201-2/+3
* Expose pixel-wise wheel events to LispPo Lu2021-11-201-0/+1
* Add support for event processing via XInput 2Po Lu2021-11-201-0/+50
* Revert "Add support for event processing via XInput 2"Po Lu2021-11-101-78/+0
* Add support for event processing via XInput 2oldosfan2021-11-101-0/+78
* Tweak x_hide_tip for consistencyPaul Eggert2021-10-031-8/+8
* Make Qhide declaration non-target-specificMattias Engdegård2021-08-221-1/+0
* Pacify GCC 11.1.1 20210531 (Red Hat 11.1.1-3)Paul Eggert2021-07-111-4/+6
* 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