aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from origin/emacs-28Po Lu2022-03-045-3/+51
|\ \ | |/
| * Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii2022-03-034-2/+47
| * One more fix of the BPA implementationEli Zaretskii2022-03-031-0/+1
| * Fix handling of brackets in BPAEli Zaretskii2022-03-031-1/+3
* | * 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
* | Implement `toolkit_position_hook' on PGTKPo Lu2022-03-031-1/+30
* | ; * src/termhooks.h (struct terminal): Fix typo in comment.Po Lu2022-03-021-2/+2
* | Fix menu bar position reporting on Haiku as wellPo Lu2022-03-021-0/+10
* | Fix reporting of imaginary key prefixes on toolkit tool and menu barsPo Lu2022-03-023-0/+61
* | Fix some bugs with multiple terminals on HaikuPo Lu2022-03-021-3/+8
* | * src/msdos.c (dos_rawgetc): Handle tab bar clicks correctly.Po Lu2022-03-021-1/+2
* | Fix odd scrolling bugs on LessTifPo Lu2022-03-021-9/+20
* | Improve behavior of Motif popup menus on XI2Po Lu2022-03-021-0/+9
* | Add PropertyChangeMask to the standard event setPo Lu2022-03-012-5/+1
* | Fix crashes and other bugs on LessTifPo Lu2022-03-011-0/+5
* | Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-014-25/+17
* | ; * src/xwidget.c: Add missing part of last change.Po Lu2022-03-011-1/+1
* | * src/xwidget.h: Fix build with XI 2.4.Po Lu2022-03-011-1/+1
* | Avoid duplicate wheel and button events on non-toolkit scroll barsPo Lu2022-03-011-1/+36
* | Fix old X menu on builds with XI2Po Lu2022-03-011-0/+61
* | Disable some code that interferes with menus on LucidPo Lu2022-03-011-2/+4
* | Fix C-g inside toolkit file dialogs with XI2Po Lu2022-03-012-13/+77
* | Intern server time property during terminal initializationPo Lu2022-03-013-3/+5
* | * 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
* | Fix :color specification in flat-button boxesLars Ingebrigtsen2022-02-281-1/+6
* | Improve treatment of toolkit scroll bars with the input extensionPo Lu2022-02-281-17/+102
* | Don't save menu bar events that land on the menu bar itselfPo Lu2022-02-281-6/+20
* | Treat scroll bar information consistently on HaikuPo Lu2022-02-281-3/+2
* | * src/xterm.c (handle_one_xevent): Translate motion events on Motif.Po Lu2022-02-271-0/+20
* | Work around some problems with Motif and the input extensionPo Lu2022-02-271-0/+8
* | Translate some more input extension events needed by MotifPo Lu2022-02-271-31/+71
* | * src/xterm.c (handle_one_xevent): Fix translation of button events.Po Lu2022-02-271-1/+2
* | Fix Motif menu and menu bar dismissal on XI2Po Lu2022-02-272-15/+104
* | Ignore irrelevant button events on Haiku scroll barsPo Lu2022-02-261-21/+39
* | Prevent crashes on event for removed scroll bar on HaikuPo Lu2022-02-263-12/+53
* | Fix reporting of horizontal scroll bar buttons on HaikuPo Lu2022-02-261-2/+6
* | Improve scroll bar button handling on HaikuPo Lu2022-02-264-0/+162
* | * src/xterm.c (handle_one_xevent): Set user time for xwidgets as well.Po Lu2022-02-261-9/+11
* | Improve treatment of dropping mouse track state on HaikuPo Lu2022-02-251-2/+25
* | Improve tracking of modified regions on HaikuPo Lu2022-02-255-27/+82
* | Fix calculation of scroll deltas when coalescing wheel eventsPo Lu2022-02-251-2/+2
* | Set user time when receiving any wheel eventsPo Lu2022-02-251-0/+2
* | Check if WM support for NET_WM_USER_TIME_WINDOW changed during updatesPo Lu2022-02-242-2/+55
* | Set border colors through the toolkitPo Lu2022-02-241-0/+15
* | Fix auto-lower when the mouse moves onto a scrollbar on HaikuPo Lu2022-02-243-1/+48