aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New function insert-special-event and special event sleep-eventMichael Albinus2025-02-071-0/+3
* Support TTY child frames with GPM mouseJared Finder2025-01-111-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Initial child frames based on masterGerd Möllmann2024-10-221-0/+3
* Correctly cache images when frames vary in their font metricsPo Lu2024-06-201-5/+0
* Implement notification callbacks on AndroidPo Lu2024-03-111-0/+4
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Introduce support for Desktop Notifications on HaikuPo Lu2023-08-171-0/+6
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-181-1/+5
|\ \
| * | Expose the ``cancellation'' of touch events to LispPo Lu2023-07-181-1/+5
| |/
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Bring up the Android operating system and its window systemPo Lu2022-12-311-8/+14
|/
* Revert "Improve X event timestamp tracking"Po Lu2022-08-071-7/+0
* Improve X event timestamp trackingDaniel Colascione2022-08-061-0/+7
* Return the correct action from the Lisp side of drag-and-dropPo Lu2022-07-021-24/+0
* Improve grabbing detection with multiple master devices (MPX)Po Lu2022-06-241-0/+7
* Add a hook run upon monitor configuration changesPo Lu2022-05-211-2/+9
* Fix race conditions in handling of unsupported drops on XPo Lu2022-05-091-0/+5
* Expose the name of an event's input device to LispPo Lu2022-04-071-1/+9
* Move some X11 drag and drop processing to LispPo Lu2022-04-061-0/+19
* ; * src/termhooks.h (struct terminal): Fix typo in comment.Po Lu2022-03-021-2/+2
* Fix reporting of imaginary key prefixes on toolkit tool and menu barsPo Lu2022-03-021-0/+7
* Avoid consing extra string when processing GTK native inputPo Lu2022-02-191-1/+3
* Decode keyboard input as latin-1 whenever appropriatePo Lu2022-02-161-1/+11
* Don't decode text within XIM callbacks or handle_one_xeventPo Lu2022-02-161-4/+11
* Display pre-edit information from X input methodsPo Lu2022-01-071-3/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for pinch gestures to the XI2 buildPo Lu2021-12-261-0/+15
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-171-0/+13
|\ \
| * | Add support for touchscreen events generated by XInput 2Po Lu2021-12-171-0/+13
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-021-0/+7
|\ \ \ | |/ /
| * | Add `touch-end' event typePo Lu2021-12-021-0/+7
* | | Fix build after mergePo Lu2021-11-301-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-1/+9
|\ \ \ | |/ /
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-2/+6
| * | Expose pixel-wise wheel events to LispPo Lu2021-11-201-1/+4
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-0/+2
|\ \ \ | |/ /
| * | Make "open in new window" from an xwidget's context menu workPo Lu2021-11-071-0/+2
| |/
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-1/+1
|\ \ | |/
| * Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-201-2/+0
|\ \ | |/
| * Make mouse-related calls be more consistent on all frame typesJared Finder2021-01-161-2/+0
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-141-1/+0
|\ \ | |/
| * * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-121-1/+0
* | implement pre-edit input methodYuuki Harano2020-11-221-0/+4