summaryrefslogtreecommitdiff
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-221-1/+1
* Introduce Emacs_Rectangle struct and typedefAlexander Gramiak2019-05-191-1/+1
* Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu2019-04-271-1/+1
* Check for existence of terminal hooks before useAlexander Gramiak2019-04-261-1/+2
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-58/+38
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-1/+1
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-4/+3
* ; * src/frame.h (MonitorInfo): Remove const modifierAlexander Gramiak2019-04-071-1/+1
* Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-071-1/+1
* Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-12/+10
* Further redesign of window change functionsMartin Rudalics2019-03-091-0/+8
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-1/+1
* Avoid segfaults due to image cache being cleared during redisplayEli Zaretskii2019-02-041-0/+4
* Run window change functions during redisplayMartin Rudalics2019-01-111-8/+38
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-7/+3
* | More macro renamings for bignumTom Tromey2018-08-071-2/+2
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-5/+5
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-1/+1
* | Fix some tooltip related problemsMartin Rudalics2018-01-181-2/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* FOR_EACH_FRAME no longer assumes frame-listPaul Eggert2017-12-151-3/+2
* Change vectorlike from struct to unionPaul Eggert2017-11-131-1/+1
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add ability to change macOS WM theme (bug#27973)Alan Third2017-08-231-0/+18
* Parenthesize frame.h macro definitionsPaul Eggert2017-06-251-18/+19
* Provide additional support for child framesMartin Rudalics2017-06-251-3/+25
* Add new frame functionality to NS portAlan Third2017-04-191-7/+7
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-1/+1
* Port recent frame changes to --enable-gcc-warningsPaul Eggert2017-04-121-2/+3
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-6/+80
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-1/+1
* Remove XFLOATINTPaul Eggert2017-03-021-1/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-9/+0
* | Cleanup tooltipsDmitry Antipov2016-07-121-0/+9
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-30/+66
* | Fix compiler warnings in no-window-system-buildKen Brown2016-06-201-9/+11
* | New macro GNUC_PREREQ for GCC versionPaul Eggert2016-06-121-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-1/+1
* | Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-231-6/+7
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-5/+0
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-1/+9