summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAgeFilesLines
...
* Improve documentation of tab-bar functions and variablesEli Zaretskii2021-09-091-5/+12
* Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-61/+111
|\
| * Improve tab-bar event handling (bug#41343)Juri Linkov2021-09-051-52/+44
| * Mouse wheel scrolling on the tab barJuri Linkov2021-08-181-5/+22
| * Bind [drag-mouse-1] to tab-bar-mouse-move-tab on tab-bar-mapJuri Linkov2021-08-181-2/+15
| * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-36/+64
* | Fix display of tab-bar buttonsEli Zaretskii2021-09-071-4/+4
* | ; * lisp/tab-bar.el (toggle-frame-tab-bar, tab-bar-new-tab-to): Doc fix.Eli Zaretskii2021-09-061-2/+5
|/
* * lisp/tab-bar.el (tab-bar-new-button-show): Make variable obsolete.Juri Linkov2021-08-151-0/+1
* * lisp/tab-bar.el (tab-bar-history-buttons-show): Remove defcustom.Juri Linkov2021-08-131-11/+4
* Adjust tab-bar to the new mode-line-misc-info value (bug#49806)Juri Linkov2021-08-031-2/+1
* * lisp/tab-bar.el (tab-bar-format-global): Use string-trim-right (bug#30056).Juri Linkov2021-07-271-1/+1
* Adjust tab-bar to the new mode-line-misc-info valueLars Ingebrigtsen2021-07-241-1/+1
* * lisp/tab-bar.el (tab-bar--define-keys): Fix global-mode-string (bug#49215)Juri Linkov2021-06-251-9/+6
* * lisp/tab-bar.el: Add repeat-map keymaps.Juri Linkov2021-04-061-0/+22
* * lisp/tab-bar.el (tab-bar-tab-post-change-group-functions): New hook.Juri Linkov2021-03-241-0/+38
* * lisp/tab-bar.el (tab-bar-new-tab-group): Set default to t.Juri Linkov2021-03-221-6/+9
* * lisp/tab-bar.el: New faces and face options.Juri Linkov2021-03-171-16/+69
* * lisp/tab-bar.el (tab-bar-select-tab): Support negative arg.Juri Linkov2021-03-161-2/+4
* * lisp/tab-bar.el: Simplify internal functions.Juri Linkov2021-03-161-25/+24
* * lisp/tab-bar.el (tab-bar-new-tab-group): New defcustom.Juri Linkov2021-03-151-3/+25
* * lisp/tab-bar.el (tab-bar-tab-group-format-function): New defcustom.Juri Linkov2021-03-151-17/+39
* * lisp/tab-bar.el: Tab groups can be displayed with tab-bar-format-tabs-groupsJuri Linkov2021-03-141-40/+106
* * lisp/tab-bar.el (tab-bar--current-tab-find): New function.Juri Linkov2021-03-111-9/+10
* * lisp/tab-bar.el (tab-bar-close-group-tabs): New command.Juri Linkov2021-03-101-9/+39
* * lisp/tab-bar.el: 'C-x t G' (tab-group) assigns a group name to the tab.Juri Linkov2021-03-101-2/+51
* * lisp/tab-bar.el (tab-bar-select-tab): Set window-state-put WINDOW arg to nilJuri Linkov2021-03-091-1/+2
* * lisp/tab-bar.el: Minor stylistic fixes.Juri Linkov2021-03-021-28/+27
* * lisp/tab-bar.el (tab-bar--define-keys): Add check for tab-bar-format-global.Juri Linkov2021-03-011-2/+3
* * lisp/tab-bar.el: Support displaying global-mode-string in the tab bar.Juri Linkov2021-02-271-48/+117
* * lisp/tab-bar.el: Move aliases down closer to keybindings.Juri Linkov2021-02-241-20/+20
* * lisp/tab-bar.el (tab-switch): New defalias to 'tab-bar-switch-to-tab'.Juri Linkov2021-02-241-1/+3
* * lisp/tab-bar.el (tab-prefix-map): Bind "n" to 'tab-duplicate'.Juri Linkov2021-02-231-3/+7
* * lisp/tab-bar.el: 'C-x t N' bound to tab-new-to supports a negative argumentJuri Linkov2021-02-221-11/+22
* * lisp/tab-bar.el: 'C-x t M' bound to tab-move-to supports a negative argumentJuri Linkov2021-02-221-3/+11
* 'Mod-9' bound to 'tab-last' now switches to the last tab like in web browsersJuri Linkov2021-02-221-5/+15
* * lisp/tab-bar.el (tab-bar--undefine-keys): New function from tab-bar-mode.Juri Linkov2021-02-221-7/+10
* New command 'tab-duplicate' like in web browsersJuri Linkov2021-02-171-0/+9
* * lisp/tab-bar.el: Fix behavior of toggle-frame-tab-bar (bug #46299)Bastian Beranek2021-02-161-2/+5
* Fix showing and hiding of tab-bar on new frames (bug#46299)Bastian Beranek2021-02-141-43/+52
* Prefer defvar-local in preloaded filesStefan Kangas2021-01-311-2/+1
* * lisp/tab-bar.el: Improve tab-bar-show (bug#45556)Juri Linkov2021-01-071-7/+20
* * lisp/tab-bar.el (tab-bar-tab-name-format-function): New defcustom.Juri Linkov2021-01-051-14/+26
* * lisp/tab-bar.el (toggle-frame-tab-bar): New command (bug#45556)Juri Linkov2021-01-051-0/+12
* Refactor tab-bar-mode to -define-keys and -load-buttons (bug#42052)James N. V. Cash2021-01-051-35/+44
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-2/+4
* New option tab-bar-history-buttons-showGabriel do Nascimento Ribeiro2020-12-141-1/+11
* Allow creating a new tab for tab-switcher from the minibuffer (bug#45072)Juri Linkov2020-12-141-11/+5
* Allow creating a new tab from the minibuffer (bug#45072)Juri Linkov2020-12-101-0/+2