summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/xfns.c (Fx_server_input_extension_version): Fix typo.Stefan Kangas2022-07-021-3/+3
* Implement starting X Direct Save (XDS) dropsPo Lu2022-06-291-0/+5
* Clean up Fx_begin_dragPo Lu2022-06-281-4/+2
* Fix specifying named action lists in `x-begin-drag'Po Lu2022-06-181-2/+3
* Clarify doc of `x-display-set-last-user-time'Po Lu2022-06-171-1/+4
* Update last event time during DND operationsPo Lu2022-06-171-0/+20
* Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd2022-06-161-2/+2
* Use BASE_EQ when comparing with QunboundMattias EngdegÄrd2022-06-121-21/+21
* Handle allocation errors when interning large amounts of atomsPo Lu2022-06-111-2/+6
* Note caveats of `follow-tooltip' with system tooltipsPo Lu2022-06-091-1/+2
* Also show mouse DND tooltip contents during interprogram drag-and-dropPo Lu2022-06-091-4/+19
* Make responding to selection requests work inside popupsPo Lu2022-06-081-0/+3
* Improve compatibility with some clients of the Motif drop protocolPo Lu2022-06-071-1/+1
* Better respect window manager stacking orderPo Lu2022-06-051-10/+52
* Fix positioning of non-system tooltips on GTK buildsPo Lu2022-06-051-5/+7
* Pacify GCC 12 in Fx_show_tipPaul Eggert2022-05-311-2/+2
* Further clean up DND target handlingPo Lu2022-05-301-1/+1
* Keep display mm width and height up to date after changesPo Lu2022-05-291-0/+6
* Make DND target list lifecycle a little clearerPo Lu2022-05-291-2/+2
* Improve documentation on what callers of `x-begin-drag' should doPo Lu2022-05-281-2/+7
* Improve documentation of `x-begin-drag'Po Lu2022-05-281-3/+3
* Improve DND documentationPo Lu2022-05-281-1/+6
* Improve atom interning in `x-change-window-property'Po Lu2022-05-251-36/+68
* Add more error checking to some X functionsPo Lu2022-05-241-10/+17
* Prevent errors when Lisp code asks for props of invalid windowsPo Lu2022-05-241-0/+10
* Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-2/+2
* Reenable frame sync for child frames after they're unparentedPo Lu2022-05-141-2/+2
* Fix disabling frame synchronization on child framesPo Lu2022-05-131-0/+7
* Fix mouse pointer avoidance in some configurationsPo Lu2022-05-111-20/+24