summaryrefslogtreecommitdiff
path: root/src/termhooks.h
AgeCommit message (Expand)Author
2022-04-07Expose the name of an event's input device to LispPo Lu
2022-04-06Move some X11 drag and drop processing to LispPo Lu
2022-03-02; * src/termhooks.h (struct terminal): Fix typo in comment.Po Lu
2022-03-02Fix reporting of imaginary key prefixes on toolkit tool and menu barsPo Lu
2022-02-19Avoid consing extra string when processing GTK native inputPo Lu
2022-02-16Decode keyboard input as latin-1 whenever appropriatePo Lu
2022-02-16Don't decode text within XIM callbacks or handle_one_xeventPo Lu
2022-01-07Display pre-edit information from X input methodsPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-26Add support for pinch gestures to the XI2 buildPo Lu
2021-12-17Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-17Add support for touchscreen events generated by XInput 2Po Lu
2021-12-02Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-02Add `touch-end' event typePo Lu
2021-11-30Fix build after mergePo Lu
2021-11-30Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-20Expose pixel-wise wheel events to LispPo Lu
2021-11-11Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-11-07Make "open in new window" from an xwidget's context menu workPo Lu
2021-04-27Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-27Major rewrite of adjust_frame_sizeMartin Rudalics
2021-01-20Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-16Make mouse-related calls be more consistent on all frame typesJared Finder
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-14Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2020-12-12* src/keyboard.c: Fix bug#5803.Stefan Monnier
2020-11-22implement pre-edit input methodYuuki Harano
2020-11-22Introduce Pure GTK3 portYuuki Harano
2020-11-21Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.Jared Finder
2020-11-04* src/term.c (handle_one_term_event): Simplify.Stefan Monnier
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov
2019-05-19Introduce Emacs_Pixmap typedefAlexander Gramiak
2019-05-19Introduce Emacs_Color struct and typedefAlexander Gramiak
2019-05-10Convert Free_Pixmap macro into terminal hookAlexander Gramiak
2019-04-26Add terminal hook query_frame_background_colorAlexander Gramiak
2019-04-26Add terminal hook defined_color_hookAlexander Gramiak
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-03Merge from origin/emacs-26Glenn Morris
2018-09-29Cleanup when opening a new terminal fails. (Bug#32794)John Shahid
2018-09-06Shrink pseudovectors a bitPaul Eggert
2018-08-30Handle thread-signal towards the main thread (Bug#32502)Michael Albinus
2018-08-07More macro renamings for bignumTom Tromey
2018-06-10Use native alignment to access Lisp object dataPaul Eggert