aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to menus on XI2Po Lu2022-04-141-0/+7
* Move raw event selection on GTK+ 2 to a more appropriate placePo Lu2022-04-131-9/+0
* Fix keyboard event device attribution on GTK+ 2Po Lu2022-04-121-0/+9
* Improve behavior of dragging text to windows on top of framesPo Lu2022-04-041-2/+4
* Avoid calling XGetAtomName in a loop when fetching monitor attributesPo Lu2022-03-301-0/+38
* Rewrite desktop workarea computation to avoid too many calls to XSyncPo Lu2022-03-291-0/+64
* Clean up some uses of XInternAtomPo Lu2022-03-281-7/+61
* Allow dragging files from dired to windows on the same framePo Lu2022-03-251-6/+11
* Fix some bugs with drag and drop and MozillaPo Lu2022-03-241-1/+10
* Allow dragging and dropping multiple actionsPo Lu2022-03-241-5/+56
* Improve DND documentationPo Lu2022-03-231-0/+3
* Check list tail properly in x-begin-dragPo Lu2022-03-201-1/+4
* Better handle drag-and-drop from one Emacs frame to anotherPo Lu2022-03-161-3/+8
* * src/xfns.c (Fx_begin_drag): Improve doc string.Po Lu2022-03-161-11/+10
* Add support for dragging text from Emacs to other programsPo Lu2022-03-161-1/+87
* Fix some issues with input on GTK 2 buildsPo Lu2022-03-151-1/+1
* Fix initial values of scroll bar foreground and background on GTK 3Po Lu2022-03-111-26/+39
* Implement customization of scroll bar colors on GTK 3Po Lu2022-03-111-0/+46
* Make XInput 2 features work on GTK 2 buildsPo Lu2022-03-091-2/+4
* Fix GTK widgets not appearing inside child framesPo Lu2022-03-091-0/+11
* Fix more uses of opaque Visual structurePo Lu2022-03-081-3/+3
* Return actual color cell count in x-display-color-cellsPo Lu2022-03-081-6/+9
* Improve color handling on colormapped displaysPo Lu2022-03-071-4/+14
* Respect inhibit-double-buffering on non-toolkit scroll barsPo Lu2022-03-061-1/+13
* Add PropertyChangeMask to the standard event setPo Lu2022-03-011-5/+0
* Fix crashes and other bugs on LessTifPo Lu2022-03-011-0/+5
* Fix C-g inside toolkit file dialogs with XI2Po Lu2022-03-011-11/+75
* Set border colors through the toolkitPo Lu2022-02-241-0/+15
* Add support for _NET_WM_STATE_SHADEDPo Lu2022-02-241-0/+1
* Fix display corruption with background alpha set on unsupported displayPo Lu2022-02-231-0/+12
* Improve XInput2 version checkingPo Lu2022-02-221-2/+2
* Improve portability of alpha channel visual detectionPo Lu2022-02-191-17/+35
* Fix frame focus handling with native inputPo Lu2022-02-161-15/+28
* Don't decode text within XIM callbacks or handle_one_xeventPo Lu2022-02-161-19/+66
* Replace use of `DefaultRootWindow' with our recorded root windowPo Lu2022-02-151-5/+6
* Prevent crashes from illegal locale coding systemsPo Lu2022-02-131-0/+8
* Fix integer overflow with 32-bit visualPo Lu2022-02-131-2/+2
* Stop quering for Xinerama inside x_get_monitor_attributesPo Lu2022-02-131-4/+1
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-14/+10
* Never set opaque region without an alpha channelPo Lu2022-02-121-0/+3
* Set _NET_WM_OPAQUE_REGION on non-GTK3 toolkits when using 32 bit visualPo Lu2022-02-111-0/+13
* Fix fallout from switch to 32-bit visualsPo Lu2022-02-111-1/+1
* Fix disconnect errors on some X serversPo Lu2022-02-101-3/+1
* Get rid of `register' declarations in X11 related filesPo Lu2022-02-091-2/+1
* Fix creation of tooltip frames with a stippled backgroundPo Lu2022-02-091-13/+13
* Don't allow tooltips to be transient for override redirect windowsPo Lu2022-02-081-4/+18
* Fix the GTK 2 buildPo Lu2022-02-061-1/+1
* Disable extended frame synchronization by defaultPo Lu2022-02-061-5/+17
* Add support for EWMH extended frame synchronizationPo Lu2022-02-061-3/+13
* ; * src/xfns.c (x_encode_text): Fix comment.Po Lu2022-02-061-1/+1