summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix tool-bar highlight persisting after mouse moves onto WM framePo Lu2022-03-141-1/+21
* Fix setting IM spot after key press eventsPo Lu2022-03-131-5/+20
* Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu2022-03-131-2/+33
* Try really hard to make GTK 3 scroll bars fitPo Lu2022-03-121-2/+37
* Fix some issues with input methods that depend on button statePo Lu2022-03-121-0/+26
* Implement customization of scroll bar colors on GTK 3Po Lu2022-03-111-0/+8
* Allow C-mouse-2 to split windows on XInput 2 buildsPo Lu2022-03-111-2/+10
* Fix stray button release events being reported on GTK 2Po Lu2022-03-101-0/+9
* Fix menu bar event detection on XI2 builds using Core InputPo Lu2022-03-101-5/+4
* Make XInput 2 features work on GTK 2 buildsPo Lu2022-03-091-0/+48
* * src/xterm.c (handle_one_xevent): Add more dead keys.Po Lu2022-03-091-0/+24
* Handle XI focus change events that specify implicit focus correctlyPo Lu2022-03-081-6/+8
* Fix detection of modifier keys on XInput 2Po Lu2022-03-081-1/+1
* Fix more uses of opaque Visual structurePo Lu2022-03-081-1/+1
* Avoid color leaks while better ensuring a close color is foundPo Lu2022-03-081-5/+30
* Fix choice of visuals for XPM iconPo Lu2022-03-081-1/+3
* Correctly handle exposure in oldXMenuPo Lu2022-03-071-3/+5
* Improve color handling on colormapped displaysPo Lu2022-03-071-19/+24
* Handle color allocation failures caused by colormap changesPo Lu2022-03-071-0/+28
* ; * src/xterm.c (x_alloc_nearest_color_1): Commit missing hunk (again).Po Lu2022-03-071-4/+0
* ; * src/xterm.c (x_alloc_nearest_color_1): Add missing part of change.Po Lu2022-03-071-1/+1
* Fix color leakPo Lu2022-03-071-6/+2
* Fix clearing of scroll bars on builds with disabled double buffersPo Lu2022-03-071-9/+13
* Get rid of a loop through all frames when processing eventsPo Lu2022-03-071-17/+18
* Respect inhibit-double-buffering on non-toolkit scroll barsPo Lu2022-03-061-1/+2
* Reduce non-toolkit scroll bar flickerPo Lu2022-03-061-15/+153
* Fix reporting of menu bar wheel events on no toolkit buildsPo Lu2022-03-061-5/+5
* Flush default GC before using it in functions that accept a GContextPo Lu2022-03-051-0/+6
* Remove render code in x_scroll_run and drop NoExpose events insteadPo Lu2022-03-051-18/+9
* Prevent some NoExpose events from being generatedPo Lu2022-03-051-6/+18
* Add a few warnings about special event structures on XPo Lu2022-03-041-2/+19
* Initialize time inside motion and button events converted from XI eventsPo Lu2022-03-041-10/+19
* Correctly process legacy XI wheel events on top of scroll barsPo Lu2022-03-041-0/+42
* Pass core scroll wheel events outside the edit widget to Emacs on GTKPo Lu2022-03-041-2/+43
* Merge from origin/emacs-28Po Lu2022-03-041-1/+13
|\
| * Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii2022-03-031-1/+13
| * Prevent crashes caused by invalid locale coding systemsPo Lu2022-02-171-0/+9
* | * src/xterm.c: Fix commentary on GTK client side windows.Po Lu2022-03-031-3/+3
* | Fix Motif build without toolkit scroll barsPo Lu2022-03-031-2/+4
* | Don't calculate any frame for extension eventsPo Lu2022-03-031-5/+3
* | Fix reporting of imaginary key prefixes on toolkit tool and menu barsPo Lu2022-03-021-0/+38
* | Fix odd scrolling bugs on LessTifPo Lu2022-03-021-9/+20
* | Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-011-11/+10
* | Avoid duplicate wheel and button events on non-toolkit scroll barsPo Lu2022-03-011-1/+36
* | Intern server time property during terminal initializationPo Lu2022-03-011-0/+1
* | * src/xterm.c: Explain frame resize synchronization.Po Lu2022-03-011-67/+115
* | ; In xterm.c add comment about frame resizing under XMartin Rudalics2022-02-281-2/+114
* | Clean up input extension event handling codePo Lu2022-02-281-179/+192
* | * src/xterm.c (handle_one_xevent): Add some missing dead keys.Po Lu2022-02-281-38/+62
* | Improve treatment of toolkit scroll bars with the input extensionPo Lu2022-02-281-17/+102