summaryrefslogtreecommitdiff
path: root/src/xterm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement `alpha-background' on non-Cairo buildsPo Lu2022-01-311-3/+9
* Add support for ARGB visuals on non-Xt buildsPo Lu2022-01-301-2/+5
* Add some code for transparent frame backgrounds without CairoPo Lu2022-01-241-2/+36
* Clean up some of the X extension related codePo Lu2022-01-231-0/+6
* Get rid of calls to XRenderQueryExtension after terminal initializationPo Lu2022-01-201-0/+6
* Use Cairo XCB surfaces when XCB is availablePo Lu2022-01-191-0/+4
* Intern virtual modifier atoms the smart way on XPo Lu2022-01-181-0/+5
* Add missing part of last commitPo Lu2022-01-091-0/+1
* Allow using GTK+ to handle input methods on XPo Lu2022-01-081-0/+10
* Allow controlling the X input method stylePo Lu2022-01-071-0/+8
* Display pre-edit information from X input methodsPo Lu2022-01-071-0/+6
* Use XKB to find modifiers on xPo Lu2022-01-031-2/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Test for Xkb support when opening a displayPo Lu2021-12-291-0/+1
* | Fix menu placement on multiple-display setups when using lwlibPo Lu2021-12-281-0/+4
* | Add support for touchscreen events generated by XInput 2Po Lu2021-12-171-0/+11
* | Add support for event processing via XInput 2Po Lu2021-11-201-0/+44
* | Revert "Add support for event processing via XInput 2"Po Lu2021-11-101-42/+0
* | Add support for event processing via XInput 2oldosfan2021-11-101-0/+42
* | Implement function for sending events to widgetsPo Lu2021-11-071-0/+1
|/
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-1/+1