summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Expand)AuthorAgeFilesLines
* Cache the Motif drag window to avoid fetching it every timePo Lu2022-06-191-0/+3
* Improve window manager user time reporting mode switchingPo Lu2022-06-171-3/+2
* Update last event time during DND operationsPo Lu2022-06-171-4/+5
* Fix Motif DND after atom ownership is lost due to frame destructionPo Lu2022-06-161-0/+3
* Improve drag atom computationPo Lu2022-06-161-0/+3
* Comply with the Motif requirement for unique drag atomsPo Lu2022-06-161-2/+13
* Handle coordinates for the old KDE drop protocolPo Lu2022-06-151-0/+7
* Use coordinates provided by DND messages if availablePo Lu2022-06-141-1/+2
* Respect test function when performing local drag-and-dropPo Lu2022-06-131-0/+1
* Also show mouse DND tooltip contents during interprogram drag-and-dropPo Lu2022-06-091-1/+4
* Make responding to selection requests work inside popupsPo Lu2022-06-081-0/+6
* Improve compatibility with some clients of the Motif drop protocolPo Lu2022-06-071-1/+2
* Fix two crashes when a display connection is lostPo Lu2022-06-071-0/+2
* Rework X selections to make it safe to run the debugger inside convertersPo Lu2022-06-061-0/+2
* Better respect window manager stacking orderPo Lu2022-06-051-0/+1
* Fix hangs when x-get-selection is called inside a popup menuPo Lu2022-05-301-2/+3
* Keep display mm width and height up to date after changesPo Lu2022-05-291-0/+5
* Make DND target list lifecycle a little clearerPo Lu2022-05-291-2/+1
* Fix frame destruction issues and misuse of x_get_atom_namePo Lu2022-05-281-0/+2
* Add ATTRIBUTE_DEALLOC to extern functionsPaul Eggert2022-05-271-1/+1
* Pacify gcc -Wsuggest-attribute-mallocPaul Eggert2022-05-271-1/+2
* Improve lookup efficiency of color cache and prevent leakingPo Lu2022-05-271-0/+3
* Lower the roundtrip overhead of x-get-atom-name by 50% for common atomsPo Lu2022-05-251-0/+1
* Improve atom interning in `x-change-window-property'Po Lu2022-05-251-1/+2
* Add more error checking to some X functionsPo Lu2022-05-241-0/+1
* Use GDK for handling monitor changes when built with GTKPo Lu2022-05-231-0/+2
* Don't unnecessarily call monitor change functionsPo Lu2022-05-221-0/+4
* Add a hook run upon monitor configuration changesPo Lu2022-05-211-0/+3
* Respond to changes to the size of the root windowPo Lu2022-05-191-11/+8
* Fix mouse pointer avoidance in some configurationsPo Lu2022-05-111-1/+2
* Update alpha frame parameter when the window manager changes itPo Lu2022-05-101-0/+4
* Fix race conditions in handling of unsupported drops on XPo Lu2022-05-091-0/+1
* Cache color lookup failures as wellPo Lu2022-05-071-0/+7
* Fix mouse face persisting inside Lucid menus on XI2Po Lu2022-05-061-1/+2
* Fix event mask and source indication of _NET_WM_STATE messagesPo Lu2022-05-041-7/+0
* Clean up X11 double buffering codePo Lu2022-05-031-1/+3
* Clean up pointer blanking codePo Lu2022-04-271-2/+4
* Speed up color cache lookup on XPo Lu2022-04-241-1/+4
* Protect windows from garbage collection when a ClientMessage is pendingPo Lu2022-04-161-0/+6
* Add missing extern declarations to headersPo Lu2022-04-151-2/+2
* Minor fixes to menus on XI2Po Lu2022-04-141-2/+7
* Fix bit rot in the XEmbed codePo Lu2022-04-131-1/+1
* Fix keyboard event device attribution on GTK+ 2Po Lu2022-04-121-0/+8
* Attribute filtered events to the right source devicePo Lu2022-04-101-0/+3
* Expose the name of an event's input device to LispPo Lu2022-04-071-0/+2
* Move some X11 drag and drop processing to LispPo Lu2022-04-061-0/+3
* Mark some data during drag-and-dropPo Lu2022-04-051-0/+2
* Add support for dragging text onto windows that don't support any DND protocolPo Lu2022-04-051-0/+2
* Handle mouse movement correctly during DND from one of our own framesPo Lu2022-04-041-0/+3
* Improve behavior of dragging text to windows on top of framesPo Lu2022-04-041-1/+1