summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* * lisp/tab-bar.el: Fix the close button with auto-width (bug#66678).Petteri Hintsanen2023-10-221-1/+3
* ; * lisp/tab-bar.el: Autoload cl--set-substring, as that is needed for loadup.Eli Zaretskii2023-08-051-0/+2
* * lisp/tab-bar.el: Don't use 'minibuffer-selected-window' (bug#62427).Juri Linkov2023-05-191-6/+6
* Split windows horizontally in places that use split to create a new window.Juri Linkov2023-05-191-1/+2
* * lisp/tab-bar.el (tab-bar-new-tab-to): Set 'window-side' to nil (bug#62427).Juri Linkov2023-05-151-1/+3
* tab-bar-new-tab: inhibit side-window checksBenson Chu2023-04-241-6/+5
* Improve documentation of 'repeat-mode' and related variablesEli Zaretskii2023-02-021-2/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-221-4/+2
* ; * lisp/tab-bar.el: Remaining renaming of "fixed-width" to "auto-width".Juri Linkov2022-12-211-7/+7
* * lisp/tab-bar.el ([tab-bar]): Use 'make-sparse-keymap' instead of 'ignore'.Juri Linkov2022-12-151-1/+1
* Make tab-bar-tab-group-format-function backwards-compatible (bug#60073)Juri Linkov2022-12-151-10/+17
* Make tab-bar-tab-group-format-function also handle current groupGabriel do Nascimento Ribeiro2022-12-151-11/+11
* Use the function 'window-system' on the tab-bar/tab-line (bug#59620)Juri Linkov2022-12-041-4/+4
* * lisp/tab-bar.el (tab-bar-format-align-right): Fix alignment on TTY frames.Juri Linkov2022-12-021-3/+8
* ; * lisp/tab-bar.el (tab-bar-change-tab-group): Doc fix.Eli Zaretskii2022-12-011-1/+1
* * lisp/tab-bar.el: Keep tabs of the same group together (bug#59721)Juri Linkov2022-11-301-4/+8
* ; typosMattias EngdegÄrd2022-11-281-1/+1
* * lisp/tab-bar.el: More improvements for tab-bar-auto-width (bug#59208)Juri Linkov2022-11-131-23/+36
* * lisp/tab-bar.el (tab-bar-auto-width): Add selected-frame to the cache key.Juri Linkov2022-11-091-1/+2
* * lisp/tab-bar.el (tab-bar-auto-width): Use 'frame-inner-width'.Juri Linkov2022-11-091-1/+1
* * lisp/tab-bar.el (tab-bar-get-buffer-tab): Add optional arg 'all-tabs'.Juri Linkov2022-11-091-8/+16
* ; * lisp/tab-bar.el (tab-bar-auto-width): Remaining renaming in docstring.Juri Linkov2022-11-071-2/+2
* ; Improve documentation of automatic tab-bar tab resizingEli Zaretskii2022-11-071-35/+47
* * lisp/tab-bar.el (tab-bar-fixed-width-max): Change :type from cons to list.Juri Linkov2022-11-061-10/+14
* * lisp/tab-bar.el (tab-bar-fixed-width): Improve width calculations.Juri Linkov2022-11-051-3/+4
* * lisp/tab-bar.el (tab-bar-fixed-width): New user option.Juri Linkov2022-11-041-1/+111
* * lisp/tab-bar.el: Minibuffer follows selected tabs (bug#58728)Juri Linkov2022-10-301-4/+19
* Unbreak the build broken by tab-bar.el changesEli Zaretskii2022-10-241-2/+2
* * lisp/tab-bar.el: Use customizable button icons (bug#51309, bug#51648)Juri Linkov2022-10-241-37/+61
* Use '^' key for detach command bindingsSean Whitton2022-09-141-0/+1
* * lisp/tab-bar.el (tab-prefix-map): Fix key broken by conversion.Juri Linkov2022-07-281-1/+1
* Fix tab-bar resizing under 'auto-resize-tab-bars' = 'grow-only'Eli Zaretskii2022-07-171-1/+3
* Prefer defvar-keymap in tab-bar.elStefan Kangas2022-07-131-78/+70
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-2/+2
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* * lisp/tab-bar.el (switch-to-buffer-other-tab): Use pop-to-buffer (bug#55582).Juri Linkov2022-05-231-3/+3
* * lisp/tab-bar.el: Use pixel-based alignment (bug#55207)Juri Linkov2022-05-041-3/+3
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-2/+2
* * lisp/tab-bar.el (tab-bar-undo-close-tab): Update tab-bar-lines (bug#54684)Juri Linkov2022-04-031-2/+3
* * lisp/tab-bar.el (tab-bar-new-tab-to): Don't funcall const values.Juri Linkov2022-03-201-1/+2
* * lisp/tab-bar.el: Create new unique windows with 'C-x t n' (bug#54038).Juri Linkov2022-02-231-11/+18
* * lisp/tab-bar.el (tab-bar-new-tab-choice): Add const 'window'. Update doc.Juri Linkov2022-02-061-5/+14
* * lisp/tab-bar.el (tab-bar-menu-bar-button): New variable (bug#51648).Juri Linkov2022-01-291-1/+5
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/tab-bar.el (tab-bar-history-mode-map): New defvar-keymap.Juri Linkov2021-12-271-0/+4
* | Merge from origin/emacs-28Stefan Kangas2021-12-131-1/+1
|\|