summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAgeFilesLines
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-3/+4
* * lisp/tab-bar.el (tab-bar-new-tab-to): Use ignore-window-parameters.Juri Linkov2021-09-251-1/+2
* * lisp/tab-bar.el: Preserve all existing tab parameters when switching tabs.Juri Linkov2021-09-211-6/+27
* * lisp/tab-bar.el (tab-bar-new-tab): Add optional arg 'from-number'.Juri Linkov2021-09-201-7/+10
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* * lisp/tab-bar.el (tab-bar-format): Add new option tab-bar-format-menu-globalJuri Linkov2021-09-151-1/+24
* * lisp/tab-bar.el (tab-bar-close-other-tabs): Add arg ‘tab-number’.Juri Linkov2021-09-151-6/+21
* * lisp/tab-bar.el: Rename args to consistent naming convention.Juri Linkov2021-09-151-65/+65
* * lisp/tab-bar.el: Close tab only on mouse-1, not down-mouse-1 (bug#41343)Juri Linkov2021-09-141-10/+25
* Support mouse events clicked on the tab bar but outside of any tab (bug#41343)Juri Linkov2021-09-131-46/+72
* * lisp/tab-bar.el (tab-bar-get-buffer-tab): Use 'remq' instead of 'seq-remove'Juri Linkov2021-09-121-1/+1
* * lisp/tab-bar.el: Improve logic of 'ignore-current-tab'.Juri Linkov2021-09-121-11/+25
* Improve documentation of some tab-bar featuresEli Zaretskii2021-09-121-8/+11
* 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