aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-11Remove UNSIGNED_CMPPaul Eggert1-0/+43
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie1-1/+1
2020-01-07Fix NS frame parameters (bug#39000)Alan Third1-2/+3
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-14Remove nothing from union output_dataPaul Eggert1-1/+0
2019-10-07Allow using last_tab_bar_item on no-x builds.Juri Linkov1-2/+0
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-3/+69
2019-05-22Avoid backslash-newline-newline in source codePaul Eggert1-1/+1
2019-05-19Introduce Emacs_Rectangle struct and typedefAlexander Gramiak1-1/+1
2019-04-27Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu1-1/+1
2019-04-26Check for existence of terminal hooks before useAlexander Gramiak1-1/+2
2019-04-26Rename generic x_* identifiersAlexander Gramiak1-58/+38
2019-04-18Mark _Noreturn error functions as coldPaul Eggert1-1/+1
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert1-4/+3
2019-04-07; * src/frame.h (MonitorInfo): Remove const modifierAlexander Gramiak1-1/+1
2019-04-07Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak1-1/+1
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak1-12/+10
2019-03-09Further redesign of window change functionsMartin Rudalics1-0/+8
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-1/+1
2019-02-04Avoid segfaults due to image cache being cleared during redisplayEli Zaretskii1-0/+4
2019-01-11Run window change functions during redisplayMartin Rudalics1-8/+38
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-09-06Shrink pseudovectors a bitPaul Eggert1-1/+1
2018-08-27Improve bignum support for system typesPaul Eggert1-7/+3
2018-08-07More macro renamings for bignumTom Tromey1-2/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-5/+5
2018-06-10Use native alignment to access Lisp object dataPaul Eggert1-1/+1
2018-01-18Fix some tooltip related problemsMartin Rudalics1-2/+5
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-15FOR_EACH_FRAME no longer assumes frame-listPaul Eggert1-3/+2
2017-11-13Change vectorlike from struct to unionPaul Eggert1-1/+1
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-23Add ability to change macOS WM theme (bug#27973)Alan Third1-0/+18
2017-06-25Parenthesize frame.h macro definitionsPaul Eggert1-18/+19
2017-06-25Provide additional support for child framesMartin Rudalics1-3/+25
2017-04-19Add new frame functionality to NS portAlan Third1-7/+7
2017-04-12New internal-border face and args for select-window and x-focus-frameMartin Rudalics1-1/+1
2017-04-12Port recent frame changes to --enable-gcc-warningsPaul Eggert1-2/+3
2017-04-12Add new frame parameters and associated functionsMartin Rudalics1-6/+80
2017-03-02Restore XFLOATINT but with restricted argsPaul Eggert1-1/+1
2017-03-02Remove XFLOATINTPaul Eggert1-1/+5
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-07-12Revert "Cleanup tooltips"John Wiegley1-9/+0
2016-07-12Cleanup tooltipsDmitry Antipov1-0/+9
2016-06-22Improve --without-x GCC pacificationPaul Eggert1-30/+66
2016-06-20Fix compiler warnings in no-window-system-buildKen Brown1-9/+11
2016-06-12New macro GNUC_PREREQ for GCC versionPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-02-23Minor cleanups for async DNS etc.Paul Eggert1-1/+1