summaryrefslogtreecommitdiff
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make face realization be more frame-specificEli Zaretskii2015-09-261-0/+3
* Remove tool_bar_redisplayed_once and associated code.Martin Rudalics2015-09-161-4/+0
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-1/+1
* Pacify --enable-gcc-warningsPaul Eggert2015-05-231-1/+0
* Merge from origin/emacs-24Paul Eggert2015-03-181-1/+1
|\
| * Fix --no-bitmap-iconGlenn Morris2015-03-121-1/+1
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-4/+0
* | Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-6/+7
* | Omit unnecessary var if GTK or NSPaul Eggert2015-02-021-0/+2
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-0/+6
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-51/+0
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Use bool for boolean in xterm.cPaul Eggert2014-12-211-2/+2
* | Run `window-configuration-change-hook' only after all faces have been realized.Martin Rudalics2014-11-081-5/+7
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-2/+7
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-2/+2
* | Minor improvements to new stack-allocated Lisp objects.Paul Eggert2014-09-211-1/+1
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-0/+5
* | Spelling fixes.Paul Eggert2014-09-111-1/+1
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-3/+8
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-3/+10
* | Make functions static that no longer need to be extern.Paul Eggert2014-08-011-10/+6
* | Fix --without-x build and pacify --enable-gcc-warnings.Dmitry Antipov2014-07-281-4/+2
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-112/+176
* | * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.Dmitry Antipov2014-07-201-0/+5