summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-10/+293
* Merge from origin/emacs-29Stefan Kangas2023-01-031-7/+7
|\
| * Fix shrinking of the tab-barEli Zaretskii2023-01-021-7/+7
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Redisplay "invisible" frames that are actually visible on modern XPo Lu2022-12-261-0/+1
* | Handle selection transfer errors earlierPo Lu2022-12-151-1/+1
* | Fix some more problems with running Emacs as untrustedPo Lu2022-12-071-4/+10
* | ; * src/xfns.c: Actually remove "#include <xcb/xcb_aux.h>".Eli Zaretskii2022-12-051-1/+0
* | Fix build with old XCBPo Lu2022-12-051-4/+4
* | Don't excessively sync in some other codePo Lu2022-12-051-14/+0
* | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-021-3/+3
|/
* Reduce wasted cycles in x*.cPo Lu2022-11-261-10/+10
* Improve last change to xterm.cPo Lu2022-11-231-2/+4
* Fix error trapping in x_set_mouse_colorPo Lu2022-11-191-1/+9
* Fix automatic DPI adjustment and add workarounds for some systemsPo Lu2022-11-191-7/+0
* Fix calculation of tab bar lines during automatic height adjustmentPo Lu2022-11-161-4/+13
* More fixes to last changePo Lu2022-11-151-3/+5
* Fix drag-and-drop bugs on Lucid buildPo Lu2022-10-251-3/+21
* Fix pieces of code being too expensive over slow network connectionsPo Lu2022-10-171-73/+42
* Fix user time handling bug on GNOME Shell and MetacityPo Lu2022-10-091-5/+9
* Fix coding systems used for X input methodsPo Lu2022-10-031-10/+23
* Document the new "XRandR 1.5" valueStefan Kangas2022-09-271-2/+2
* ; * src/xfns.c (Fx_window_property): Fix markup.Po Lu2022-09-271-1/+1
* Improve doc of `x-window-property'Po Lu2022-09-271-7/+30
* Remove calls to intern with a static string from code that runs on XPo Lu2022-09-191-13/+30
* Delete variable window-system-version obsolete since 24.3Stefan Kangas2022-09-091-3/+0
* Correctly handle frame synchronization on fullscreen KWinPo Lu2022-09-061-3/+22
* Prevent crashes when embedding Emacs in a nonexistent parentPo Lu2022-09-021-5/+7
* Make frame synchronization conditional on clock_gettimePo Lu2022-08-231-1/+2
* Make frame synchronization conditional on clock_gettimePo Lu2022-08-231-2/+2
* Fix XInput hierarchy events not being delivered in daemon modePo Lu2022-08-161-8/+6
* ; * src/xfns.c (Fx_set_mouse_absolute_pixel_position): Fix typo.Po Lu2022-08-131-2/+2
* Improve MPX interaction with drag-and-dropPo Lu2022-08-131-10/+9
* Improve handling of pointer focus under the input extensionPo Lu2022-08-081-19/+19
* Correctly implement refresh synchronization fencesPo Lu2022-08-041-0/+4
* Fix crash on setting frame background colorPo Lu2022-08-031-14/+0
* Make frame synchronization a frame parameterPo Lu2022-08-011-6/+27
* Fix frame synchronization with scroll bar movementPo Lu2022-07-311-15/+3
* Implement monitor refresh rate synchronization on XPo Lu2022-07-291-1/+20
* Fix flicker when moving tooltips between frames during mouse drag-and-dropPo Lu2022-07-261-1/+2
* Undo C parts of "Don't use the Gtk region face"Po Lu2022-07-231-1/+5
* Don't use the Gtk region faceLars Ingebrigtsen2022-07-231-5/+1
* Apply tooltip assertions to all instances of x-show-tipPo Lu2022-07-211-2/+25
* Handle virtual modifiers in the DND scrolling codePo Lu2022-07-181-0/+19
* Fix generated drag-and-drop mouse rectanglesPo Lu2022-07-151-0/+88
* Silence unused variable warning in a build --without-allStefan Kangas2022-07-141-2/+1
* ; Fix typosStefan Kangas2022-07-141-1/+1
* Fix deadlocks with very old versions of libXiPo Lu2022-07-031-1/+26
* Speed up receiving drops over slow connectionsPo Lu2022-07-031-28/+43