summaryrefslogtreecommitdiff
path: root/lisp/frame.el
Commit message (Expand)AuthorAge
* * lisp/frame.el (handle-move-frame): Fix corner case errorStefan Monnier2023-03-19
* Merge from origin/emacs-29Stefan Kangas2023-03-04
|\
| * Don't create GUI frames in batch sessionsJim Porter2023-03-03
* | Merge from origin/emacs-29Stefan Kangas2023-02-18
|\|
| * Fix some uses of 'use-dialog-box'Eli Zaretskii2023-02-18
* | Merge from origin/emacs-29Stefan Kangas2023-01-23
|\|
| * Minor fixes for HaikuPo Lu2023-01-22
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | ; Fix typos in some function namesStefan Kangas2022-12-20
|/
* Document the new "XRandR 1.5" valueStefan Kangas2022-09-27
* Fix handling of nil device namesPo Lu2022-09-21
* Merge from origin/emacs-28Stefan Kangas2022-09-21
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-20
* | Merge from origin/emacs-28Stefan Kangas2022-09-19
|\|
| * ; Minor copyedits of *-frame-alist doc stringsEli Zaretskii2022-09-18
* | Improve the initial-frame-alist doc stringLars Ingebrigtsen2022-09-18
* | Delete variable window-system-version obsolete since 24.3Stefan Kangas2022-09-09
* | Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* | Make some defcustom types more restrictiveStefan Kangas2022-07-05
* | Fix last tty-select-active-regions changeBasil L. Contovounesios2022-06-18
* | Fix test failures due to 'xterm-select-active-regions'Eli Zaretskii2022-06-18
* | Support `select-active-regions' with xtermDuncan Findlay2022-06-18
* | Compute frame workareas on HaikuPo Lu2022-05-21
* | ; Fix PGTK declare-function mistakesPo Lu2022-05-14
* | ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-14
* | Add helper function to remove title bar when maximizing framesLars Ingebrigtsen2022-04-29
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-22
* | Implement support for reporting device names on PGTKPo Lu2022-04-08
* | Add code for determining the type of an input devicePo Lu2022-04-08
* | Improve make-frame-on-display initial valuesRobert Pluim2022-02-08
* | Improve handling of frame-inherited-parametersmartin rudalics2022-02-08
* | Remove misleading "in current buffer" message from auto-raise-modePo Lu2022-02-04
* | * lisp/frame.el (undelete-frame--save-deleted-frame): Handle initial frame.Juri Linkov2022-01-30
* | * lisp/frame.el: Don't require 'frameset.el' (bug#51883).Juri Linkov2022-01-30
* | Merge from origin/emacs-28Stefan Kangas2022-01-28
|\|
| * * lisp/frame.el (clone-frame): Filter out 'parent-id' (bug#51883).Juri Linkov2022-01-27
* | Revert "Add undelete-frame-max instead of undelete-frame-mode (bug#51883)"Eli Zaretskii2022-01-17
* | Add undelete-frame-max instead of undelete-frame-mode (bug#51883)Juri Linkov2022-01-16
* | Undelete deleted frames.Gregory Heytings2022-01-13
* | Find a way to make restacking frames work on HaikuPo Lu2022-01-04
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-08
|\ \
| * | Improve before-make-frame-hook and after-make-frame-functions docs.Eli Zaretskii2021-12-07
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-06
|\| |
| * | Revert "Improve before-make-frame-hook and after-make-frame-functions docs"Lars Ingebrigtsen2021-12-05
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-12-06
|\| |
| * | Improve before-make-frame-hook and after-make-frame-functions docsLars Ingebrigtsen2021-12-05
* | | * lisp/frame.el (display-graphic-p): Fix typo.Po Lu2021-11-30