summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-2/+2
* Remove XFLOATINTPaul Eggert2017-03-021-2/+2
* Minor redisplay optimisationsStefan Monnier2017-02-231-3/+0
* Improve uses of CHECK_LIST etc.Paul Eggert2017-01-221-3/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Pacify --enable-gcc-warningsPaul Eggert2016-12-221-1/+1
* | * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-211-29/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
| * Fix (next-frame nil t) crash (Bug#24281)Martin Rudalics2016-09-231-1/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-0/+2
* | On terminal frames ignore minibuffer frame parameter (Bug#24758)Martin Rudalics2016-10-221-0/+4
* | Fix frame focus redirection with shared minibuffer windows (Bug#24500)Martin Rudalics2016-10-171-1/+6
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Fix problems found by static checking --with-nsPaul Eggert2016-09-291-2/+2
* | Fix compiler thinking width and height may be unitialised in frame.cMichal Nazarewicz2016-09-121-22/+8
* | Some fixes around `delete-other-frames' and `next-frame'Martin Rudalics2016-08-251-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMartin Rudalics2016-08-221-2/+2
|\ \
| * | Minor text-quoting-style fixesPaul Eggert2016-08-211-2/+2
* | | Fix (next-frame nil t) crash (Bug#24281)Martin Rudalics2016-08-221-1/+1
|/ /
* | Fix semantics of 'minibuffer' frame parameterMartin Rudalics2016-08-211-17/+43
* | * src/window.c (sanitize_window_sizes): Remove unused arg `frame'Stefan Monnier2016-08-021-4/+4
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-12/+7
* | Cleanup tooltipsDmitry Antipov2016-07-121-7/+12
* | Reduce consing caused by vertical motion commandsDmitry Antipov2016-07-061-0/+16
* | Simplify handling of frame parametersDmitry Antipov2016-06-301-48/+31
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-45/+30
* | Fix compiler warnings in no-window-system-buildKen Brown2016-06-201-2/+18
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-2/+2
* | Merge from origin/emacs-25Paul Eggert2016-05-011-4/+7
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-4/+7
* | Merge from origin/emacs-25John Wiegley2016-04-021-1/+1
|\ \ | |/
| * Fix splash screen display at startupEli Zaretskii2016-03-251-1/+1
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-4/+4
* | Merge from origin/emacs-25John Wiegley2016-03-111-3/+3
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* | Optionally reuse tooltip frames instead of deleting/recreating them.Martin Rudalics2016-03-081-0/+15
* | Merge from origin/emacs-25John Wiegley2016-03-031-0/+3
|\ \ | |/
| * Allocate glyph matrices for the initial frameChris Feng2016-02-241-0/+3
* | Fix `window-configuration-change-hook' and `window-size-change-functions'Martin Rudalics2016-02-231-2/+0
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Clarify documentation of 'modify-frame-parameters'Eli Zaretskii2015-12-111-4/+7
* Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows.Martin Rudalics2015-11-231-2/+0
* * src/frame.c (adjust_frame_size): Set FRAME_WINDOW_SIZES_CHANGED (Bug#21975).Martin Rudalics2015-11-231-0/+2
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-8/+8
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
* Avoid crashes when redisplayng a window changes faces or fontsEli Zaretskii2015-10-171-0/+4
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-88/+133
* In adjust_frame_size don't count minibuffer height twice (Bug#21643)Martin Rudalics2015-10-091-1/+1