summaryrefslogtreecommitdiff
path: root/src/xterm.h
AgeCommit message (Expand)Author
2022-04-15Add missing extern declarations to headersPo Lu
2022-04-14Minor fixes to menus on XI2Po Lu
2022-04-13Fix bit rot in the XEmbed codePo Lu
2022-04-12Fix keyboard event device attribution on GTK+ 2Po Lu
2022-04-10Attribute filtered events to the right source devicePo Lu
2022-04-07Expose the name of an event's input device to LispPo Lu
2022-04-06Move some X11 drag and drop processing to LispPo Lu
2022-04-05Mark some data during drag-and-dropPo Lu
2022-04-05Add support for dragging text onto windows that don't support any DND protocolPo Lu
2022-04-04Handle mouse movement correctly during DND from one of our own framesPo Lu
2022-04-04Improve behavior of dragging text to windows on top of framesPo Lu
2022-03-31Implement missing parts of the Motif drag and drop protocolPo Lu
2022-03-31Implement Motif drop protocolPo Lu
2022-03-28Clean up some uses of XInternAtomPo Lu
2022-03-25Allow dragging files from dired to windows on the same framePo Lu
2022-03-25Take window shapes into account when processing drag and dropPo Lu
2022-03-24Allow dragging and dropping multiple actionsPo Lu
2022-03-20Improve behaviour of drag-n-drop during window manager operationsPo Lu
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-03-19Handle composite overlay window during drag and drop sessionsPo Lu
2022-03-16Better handle drag-and-drop from one Emacs frame to anotherPo Lu
2022-03-16Add support for dragging text from Emacs to other programsPo Lu
2022-03-13Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu
2022-03-11Implement customization of scroll bar colors on GTK 3Po Lu
2022-03-08Fix more uses of opaque Visual structurePo Lu
2022-03-07Correctly handle exposure in oldXMenuPo Lu
2022-03-07Improve color handling on colormapped displaysPo Lu
2022-03-06Reduce non-toolkit scroll bar flickerPo Lu
2022-03-01Add PropertyChangeMask to the standard event setPo Lu
2022-03-01Intern server time property during terminal initializationPo Lu
2022-02-24Check if WM support for NET_WM_USER_TIME_WINDOW changed during updatesPo Lu
2022-02-24Add support for _NET_WM_STATE_SHADEDPo Lu
2022-02-24Condition out things specific to some versions of the input extensionPo Lu
2022-02-22; * src/xterm.h: Fix typo in recent change.Po Lu
2022-02-22Improve XInput2 version checkingPo Lu
2022-02-20Ignore modifier keys early when handling X key press eventsPo Lu
2022-02-14Ensure bad values don't leak into scroll valuators after DeviceChangePo Lu
2022-02-13Stop quering for Xinerama inside x_get_monitor_attributesPo Lu
2022-02-11Fix fallout from switch to 32-bit visualsPo Lu
2022-02-09Add support for _NET_WM_USER_TIME_WINDOWPo Lu
2022-02-09Implement _NET_WM_USER_TIME protocolPo Lu
2022-02-09Explictly specify whether or not to respect alpha-background on CairoPo Lu
2022-02-08Implement frame resize synchronization on GTK 3Po Lu
2022-02-08Don't allow tooltips to be transient for override redirect windowsPo Lu
2022-02-07Make menus work better on X toolkit builds with XInput 2Po Lu
2022-02-06Add support for EWMH extended frame synchronizationPo Lu
2022-02-05Add support for basic syncing with the window manager on resizePo Lu
2022-02-05Implement _NET_WM_PING protocolPo Lu
2022-02-01Make fringe bitmaps respect alpha-backgroundPo Lu
2022-01-31Improve portability of alpha channel handling on TrueColor visualsPo Lu