aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace use of `DefaultRootWindow' with our recorded root windowPo Lu2022-02-151-1/+1
* * src/xterm.c (init_xterm): Use more reliable method to disable XI2.Po Lu2022-02-151-0/+4
* Better handle devices being enabled on XI2Po Lu2022-02-151-1/+17
* Premultiply background color by alpha for imagesPo Lu2022-02-141-0/+22
* Ensure bad values don't leak into scroll valuators after DeviceChangePo Lu2022-02-141-2/+21
* Restore valuator values after receiving a DeviceChanged eventPo Lu2022-02-141-24/+40
* Improve efficency of handling DeviceChanged eventsPo Lu2022-02-141-7/+82
* Try to reduce empty areas on GTK when a frame is being resizedPo Lu2022-02-141-0/+4
* Only get rid of IC focus if focus is really gonePo Lu2022-02-131-7/+11
* Prevent crashes from illegal locale coding systemsPo Lu2022-02-131-0/+10
* Stop quering for Xinerama inside x_get_monitor_attributesPo Lu2022-02-131-0/+11
* Use better GC for visible bell on colormapped visualsPo Lu2022-02-131-76/+74
* Fix last change in xterm.cPo Lu2022-02-131-2/+3
* * src/xterm.c (x_update_opaque_region): Avoid crash at startup in Lucid buildStefan Monnier2022-02-121-1/+1
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-2/+2
* Fix entry and exit events with XI2 grabs on X toolkit menusPo Lu2022-02-121-0/+11
* Be less strict about which PointerEmulated button events to ignorePo Lu2022-02-121-5/+1
* Set _NET_WM_OPAQUE_REGION on non-GTK3 toolkits when using 32 bit visualPo Lu2022-02-111-4/+28
* Disable nearest-color allocation on DirectColor visualsPo Lu2022-02-111-0/+6
* Enable TrueColor allocation optimizations on all visualsPo Lu2022-02-101-3/+1
* Correctly premultiply background color of fringe bitmapsPo Lu2022-02-101-2/+12
* Fill in missing pixel after PolyLine on scroll barsPo Lu2022-02-101-0/+3
* Improve reliability of hotplugging window managersPo Lu2022-02-101-8/+23
* ; * src/xterm.c (handle_one_event): Fix build error.Po Lu2022-02-101-21/+23
* ; * src/xterm.c (x_display_set_last_user_time): Fix compilation error.Eli Zaretskii2022-02-091-1/+1
* Get rid of `register' declarations in X11 related filesPo Lu2022-02-091-1/+1
* Fix compiler warning on GTKPo Lu2022-02-091-1/+4
* Add support for _NET_WM_USER_TIME_WINDOWPo Lu2022-02-091-7/+44
* Implement _NET_WM_USER_TIME protocolPo Lu2022-02-091-36/+65
* Explictly specify whether or not to respect alpha-background on CairoPo Lu2022-02-091-18/+34
* Implement frame resize synchronization on GTK 3Po Lu2022-02-081-2/+43
* Clear mouse highlight when mouse moves outside edit widgetPo Lu2022-02-081-4/+13
* Don't allow tooltips to be transient for override redirect windowsPo Lu2022-02-081-0/+1
* Make sure `update_wm_hints' finds the WMShellPo Lu2022-02-081-1/+2
* Make menus work better on X toolkit builds with XInput 2Po Lu2022-02-071-1/+1
* Really fix extended frame synchronizationPo Lu2022-02-071-4/+13
* Correct implementation of extended frame synchronizationPo Lu2022-02-071-1/+5
* Add support for EWMH extended frame synchronizationPo Lu2022-02-061-4/+34
* Allow disabling frame resize synchronizationPo Lu2022-02-061-1/+15
* Minor changes to xsync supportPo Lu2022-02-061-2/+3
* Add support for basic syncing with the window manager on resizePo Lu2022-02-051-1/+58
* Implement _NET_WM_PING protocolPo Lu2022-02-051-0/+16
* ; * src/xterm.c (x_alloc_nearest_color_1): Remove extraneous code.Po Lu2022-02-041-1/+0
* Fix bit rot in the color allocation codePo Lu2022-02-041-21/+43
* Make Emacs build with some other XLib implementationsPo Lu2022-02-041-1/+10
* Try to fix input method flicker on GTK buildsPo Lu2022-02-041-6/+12
* Don't use XRender to fill rectangles unless an alpha channel existsPo Lu2022-02-021-1/+2
* Display images with a mask correctly when `alpha-background' is setPo Lu2022-02-011-8/+41
* Make fringe bitmaps respect alpha-backgroundPo Lu2022-02-011-1/+12
* Fix accesses to GTK structures on tooltip framesPo Lu2022-01-311-12/+1