summaryrefslogtreecommitdiff
path: root/src/termhooks.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-031-0/+1
|\|
| * Cleanup when opening a new terminal fails. (Bug#32794)John Shahid2018-09-291-0/+1
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-1/+1
* | Handle thread-signal towards the main thread (Bug#32502)Michael Albinus2018-08-301-0/+4
* | More macro renamings for bignumTom Tromey2018-08-071-1/+1
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Change vectorlike from struct to unionPaul Eggert2017-11-131-1/+1
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Provide native touchpad scrolling on macOSAlan Third2017-09-191-1/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Frame movement, focus and hook related changesMartin Rudalics2017-04-111-0/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+13
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-0/+5
* | Autosave buffers on logout if HAVE_NTGUIKen Brown2016-05-121-0/+3
|/