aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tab-line.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/tab-line.el: Use the new keyword :key for 'sort'.Juri Linkov2024-04-181-7/+7
* New keymap tab-line-mode-map and new tab order on tab-line (bug#69993)Juri Linkov2024-04-171-6/+46
* Support prefix argument for switching tabs in tab-line-modeJuri Linkov2024-04-161-50/+63
* New user option 'tab-line-tabs-buffer-group-function'Juri Linkov2024-04-121-13/+42
* Disobey display actions while using switch-to-buffer on the tab-lineJuri Linkov2024-04-041-3/+6
* Simplify tab-line-switch-to-prev-tab and tab-line-switch-to-next-tab.Juri Linkov2024-04-031-28/+19
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix compiler warningsPo Lu2023-12-071-0/+2
* | * lisp/tab-line.el: Move Touch screen support section to the better place.Juri Linkov2023-09-281-42/+39
* | ; * tab-bar, tab-line: Use integer 1 instead of float for height em.Juri Linkov2023-09-191-4/+4
* | Replace ps-remove-duplicates with seq-uniqStefan Kangas2023-09-031-1/+1
* | Fix height of new SVG icons on tab-bar and tab-line (bug#62562)Juri Linkov2023-09-011-0/+3
* | ; * lisp/tab-line.el: add missing requireMattias Engdegård2023-08-271-0/+1
* | Use new SVG icons in tab-bar and tab-line (bug#62562)Juri Linkov2023-08-271-28/+61
* | Allow interacting with the tab line from a touch screenPo Lu2023-05-181-57/+112
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * lisp/tab-line.el (tab-line-cache-key-default): More cache keys (bug#60340).Juri Linkov2022-12-281-7/+7
* Use the function 'window-system' on the tab-bar/tab-line (bug#59620)Juri Linkov2022-12-041-1/+1
* ; * lisp/tab-line.el (tab-line-cache-key-function): Fix docstring (bug#57848).Juri Linkov2022-11-101-2/+2
* * lisp/tab-line.el: Allow user-defined cache-key function (bug#57848)Juri Linkov2022-10-301-10/+22
* * lisp/tab-line.el: Escape %-constructs in tab names (bug#57848)Juri Linkov2022-10-301-1/+1
* * lisp/tab-line.el (tab-line-auto-hscroll): Set word-wrap to nil (bug#58740).João Guerra2022-10-251-1/+2
* Prefer defvar-keymap in tab-line.elStefan Kangas2022-09-131-39/+29
* Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+1
* * lisp/tab-line.el (tab-line-format): Use mode-line-window-selected-p.Juri Linkov2022-02-101-1/+1
* Use mode-line-window-selected-p in tab-line-tab-name-format-default.Juri Linkov2022-02-061-1/+1
* * lisp/tab-line.el: Support non-buffer tabs in some tab face functions.Juri Linkov2022-02-011-4/+6
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-021-7/+7
|\
| * * lisp/tab-line.el: Revert part of the fix in a6adfe21e4 (bug#52881)Juri Linkov2022-01-021-7/+7
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-01-011-9/+15
|\ \ | |/
| * * lisp/tab-line.el (tab-line--get-tab-property): New function (bug#52881).Juri Linkov2021-12-311-9/+15
* | * lisp/tab-line.el (tab-line-tab-name-format-default): Add help-echo.Juri Linkov2021-12-301-0/+2
* | Fix tab-line cycling when using buffer groups (bug#52050)Matt Kramer2021-11-241-2/+6
* | * lisp/tab-line.el (tab-line-mode): Preserve existing value of tab-line-formatJuri Linkov2021-11-141-1/+8
|/
* Add new and fix existing docstrings in tab-bar.el and tab-line.el (bug#51247)Juri Linkov2021-10-171-2/+2
* Improve doc strings in tab-line.elEli Zaretskii2021-10-171-37/+57
* Copy parent face attributes to tab-line-tab-current instead of inheriting faceJuri Linkov2021-10-111-1/+5
* * lisp/tab-line.el (tab-line-format): Add face-modified to the cache key.Juri Linkov2021-10-031-1/+4
* * lisp/tab-line.el: Add modified-buffer faceAdam Porter2021-09-251-1/+20
* * lisp/tab-line.el: Add context menu bound to down-mouse-3 like on tab bar.Juri Linkov2021-09-151-22/+41
* Don't turn mouse-1 into mouse-2 when clicking on the tab-line (bug#49247)Juri Linkov2021-07-081-1/+4
* * lisp/tab-line.el: Face cleanup.Juri Linkov2021-03-171-21/+14
* * lisp/tab-line.el: Update docstring of 'tab-line-tabs-function' (bug#47117)Gabriel do Nascimento Ribeiro2021-03-141-1/+9
* * lisp/tab-line.el: Add face for group-tab (bug#47118)Gabriel do Nascimento Ribeiro2021-03-141-0/+19
* * lisp/tab-line.el (tab-line-tab-name-format-function): New defcustom.Juri Linkov2021-02-231-30/+44
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-3/+1
* * lisp/tab-line.el (tab-line-new-tab): Use tty menus when supported.Jared Finder2021-01-301-1/+3