aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement missing parts of the Motif drag and drop protocolPo Lu2022-03-311-0/+2
* Implement Motif drop protocolPo Lu2022-03-311-1/+3
* Clean up some uses of XInternAtomPo Lu2022-03-281-1/+4
* Allow dragging files from dired to windows on the same framePo Lu2022-03-251-1/+1
* Take window shapes into account when processing drag and dropPo Lu2022-03-251-0/+9
* Allow dragging and dropping multiple actionsPo Lu2022-03-241-1/+2
* Improve behaviour of drag-n-drop during window manager operationsPo Lu2022-03-201-1/+1
* Remove unused fns/data and make fns staticPaul Eggert2022-03-191-4/+0
* Handle composite overlay window during drag and drop sessionsPo Lu2022-03-191-0/+9
* Better handle drag-and-drop from one Emacs frame to anotherPo Lu2022-03-161-1/+2
* Add support for dragging text from Emacs to other programsPo Lu2022-03-161-0/+14
* Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu2022-03-131-0/+4
* Implement customization of scroll bar colors on GTK 3Po Lu2022-03-111-0/+7
* Fix more uses of opaque Visual structurePo Lu2022-03-081-1/+1
* Correctly handle exposure in oldXMenuPo Lu2022-03-071-1/+1
* Improve color handling on colormapped displaysPo Lu2022-03-071-0/+6
* Reduce non-toolkit scroll bar flickerPo Lu2022-03-061-0/+5
* Add PropertyChangeMask to the standard event setPo Lu2022-03-011-0/+1
* Intern server time property during terminal initializationPo Lu2022-03-011-1/+2
* Check if WM support for NET_WM_USER_TIME_WINDOW changed during updatesPo Lu2022-02-241-2/+4
* Add support for _NET_WM_STATE_SHADEDPo Lu2022-02-241-4/+6
* Condition out things specific to some versions of the input extensionPo Lu2022-02-241-15/+28
* ; * src/xterm.h: Fix typo in recent change.Po Lu2022-02-221-4/+4
* Improve XInput2 version checkingPo Lu2022-02-221-0/+19
* Ignore modifier keys early when handling X key press eventsPo Lu2022-02-201-0/+3
* Ensure bad values don't leak into scroll valuators after DeviceChangePo Lu2022-02-141-0/+1
* Stop quering for Xinerama inside x_get_monitor_attributesPo Lu2022-02-131-0/+4
* Fix fallout from switch to 32-bit visualsPo Lu2022-02-111-7/+1
* Add support for _NET_WM_USER_TIME_WINDOWPo Lu2022-02-091-1/+7
* Implement _NET_WM_USER_TIME protocolPo Lu2022-02-091-10/+4
* Explictly specify whether or not to respect alpha-background on CairoPo Lu2022-02-091-2/+2
* Implement frame resize synchronization on GTK 3Po Lu2022-02-081-0/+3
* Don't allow tooltips to be transient for override redirect windowsPo Lu2022-02-081-0/+2
* Make menus work better on X toolkit builds with XInput 2Po Lu2022-02-071-0/+4
* Add support for EWMH extended frame synchronizationPo Lu2022-02-061-2/+6
* Add support for basic syncing with the window manager on resizePo Lu2022-02-051-4/+25
* Implement _NET_WM_PING protocolPo Lu2022-02-051-1/+1
* Make fringe bitmaps respect alpha-backgroundPo Lu2022-02-011-0/+1
* Improve portability of alpha channel handling on TrueColor visualsPo Lu2022-01-311-4/+7