summaryrefslogtreecommitdiff
path: root/src/termhooks.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* 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
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-2/+7
|/
* Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.Jared Finder2020-11-211-4/+0
* * src/term.c (handle_one_term_event): Simplify.Stefan Monnier2020-11-041-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-0/+8
* Introduce Emacs_Pixmap typedefAlexander Gramiak2019-05-191-1/+1
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-3/+3
* Convert Free_Pixmap macro into terminal hookAlexander Gramiak2019-05-101-0/+9
* Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-261-0/+4
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-0/+12
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-0/+79
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\