summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* FOR_EACH_FRAME no longer assumes frame-listPaul Eggert2017-12-151-5/+8
* Don't run FOR_EACH_FRAME when there's no frame left (Bug#29961)Martin Rudalics2017-12-151-3/+5
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Don't let delete_frame select a tooltip frame (Bug#27647)Martin Rudalics2017-11-181-1/+4
* Fix comparisons with tip_frame in GTK buildsEli Zaretskii2017-11-111-1/+5
* Fix minibuffer window related docs and strings (Bug#28978)Martin Rudalics2017-10-291-10/+5
* Fix the --without-x buildEli Zaretskii2017-10-021-0/+2
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Improve handling of iconification of child frames (Bug#28611)Martin Rudalics2017-10-011-1/+41
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* In delete_frame do not delete terminal for any toolkit buildMartin Rudalics2017-09-031-2/+6
* Add ability to change macOS WM theme (bug#27973)Alan Third2017-08-231-0/+12
* Port recent frame changes to GCC 7Paul Eggert2017-06-251-29/+23
* Provide additional support for child framesMartin Rudalics2017-06-251-153/+636
* Fix `delete-frame' behavior including Bug#26682Martin Rudalics2017-04-301-24/+22
* Add new frame functionality to NS portAlan Third2017-04-191-2/+0
* ; Spelling and minor wording fixesPaul Eggert2017-04-141-3/+3
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-4/+6
* Port recent frame changes to --enable-gcc-warningsPaul Eggert2017-04-121-6/+0
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-72/+330
* Frame movement, focus and hook related changesMartin Rudalics2017-04-111-16/+21
* Minor cleanups related to type-ofPaul Eggert2017-04-041-2/+0
* Fix bug: Range-check integer ‘alpha’ frame parm valueThien-Thi Nguyen2017-03-171-1/+1
* 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