aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-0/+8
2019-05-19Introduce Emacs_Pixmap typedefAlexander Gramiak1-1/+1
2019-05-19Introduce Emacs_Color struct and typedefAlexander Gramiak1-3/+3
2019-05-10Convert Free_Pixmap macro into terminal hookAlexander Gramiak1-0/+9
2019-04-26Add terminal hook query_frame_background_colorAlexander Gramiak1-0/+4
2019-04-26Add terminal hook defined_color_hookAlexander Gramiak1-0/+12
2019-04-26Rename generic x_* identifiersAlexander Gramiak1-0/+79
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-09-29Cleanup when opening a new terminal fails. (Bug#32794)John Shahid1-0/+1
2018-09-06Shrink pseudovectors a bitPaul Eggert1-1/+1
2018-08-30Handle thread-signal towards the main thread (Bug#32502)Michael Albinus1-0/+4
2018-08-07More macro renamings for bignumTom Tromey1-1/+1
2018-06-10Use native alignment to access Lisp object dataPaul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-13Change vectorlike from struct to unionPaul Eggert1-1/+1
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert1-1/+1
2017-09-19Provide native touchpad scrolling on macOSAlan Third1-1/+3
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-04-11Frame movement, focus and hook related changesMartin Rudalics1-0/+3
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert1-0/+13
2016-10-28Add double-buffering support to reduce flickerDaniel Colascione1-0/+5
2016-05-12Autosave buffers on logout if HAVE_NTGUIKen Brown1-0/+3
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-19Support for the new Xwidget feature.Joakim Verona1-0/+5
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-16Make src headers idempotent and standalonePaul Eggert1-0/+3
2015-09-09Improvements for curved quotes on Linux consulePaul Eggert1-0/+6
2015-06-23Fix bug that munged selection infoPaul Eggert1-1/+4
2015-02-01Revert changes installed by xwidgets mergePaul Eggert1-4/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-21Use bool for boolean in xterm.cPaul Eggert1-4/+4
2014-10-14Cleanup terminal handling code.Dmitry Antipov1-1/+3
2014-09-24Avoid signed integer overflow when converting Time to ptrdiff_t.Paul Eggert1-3/+0
2014-09-24* termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov1-10/+21
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics1-1/+31
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert1-2/+0
2014-06-04Use terminal-specific hooks to display popup dialogs.Dmitry Antipov1-0/+4
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov1-1/+4
2014-05-14Minor cleanup for terminal setup.Dmitry Antipov1-1/+2
2014-04-16Fix the MSDOS build.Eli Zaretskii1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-10-18Remove port-specific display name lists to avoid extraDmitry Antipov1-0/+13
2013-10-16Make some functions static in non-Microsoft builds.Paul Eggert1-0/+2
2013-10-15Support mouse wheel on MS-Windows text-mode console.Eli Zaretskii1-1/+0
2013-10-14* termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)Dmitry Antipov1-21/+6
2013-10-14* xfaces.c (PT_PER_INCH): Remove unused macro.Dmitry Antipov1-3/+0