aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tab-bar.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/tab-bar.el (tab-bar-move-repeat-map): Fix alias binding of tab-move.Juri Linkov2021-10-241-1/+2
* ; More accurate doc string for 'tab-bar-format'Eli Zaretskii2021-10-211-2/+7
* * lisp/tab-bar.el (tab-bar-menu-bar): New command (bug#51247).Juri Linkov2021-10-201-17/+18
* Rename tab-bar-drag-maybe to tab-bar--dragging-in-progressJuri Linkov2021-10-181-4/+4
* Minor fixes for recent changes in ELisp manualEli Zaretskii2021-10-181-10/+14
* * lisp/tab-bar.el: Improve docstrings (bug#51247)Juri Linkov2021-10-171-14/+17
* * lisp/tab-bar.el (tab-bar-mouse-move-tab): Don't drag tab to itself.Juri Linkov2021-10-171-2/+3
* Add tab-bar-drag-maybe for indication of tab dragging (bug#50993)Martin Rudalics2021-10-171-0/+5
* * lisp/tab-bar.el: Add a new tab on [mouse-1] instead of [down-mouse-1]Juri Linkov2021-10-171-14/+16
* Add new and fix existing docstrings in tab-bar.el and tab-line.el (bug#51247)Juri Linkov2021-10-171-12/+32
* More documentation fixes in tab-bar.elEli Zaretskii2021-10-171-41/+65
* Improve doc strings of tab-bar commandsEli Zaretskii2021-10-171-10/+28
* * lisp/tab-bar.el (tab-detach, tab-window-detach): New aliases.Juri Linkov2021-10-071-20/+22
* Clone the frame window configuration in 'clone-frame'Juri Linkov2021-10-061-3/+3
* * lisp/tab-bar.el (tab-bar-detach-tab): Handle frame selected by make-frame.Juri Linkov2021-10-031-6/+20
* * lisp/tab-bar.el (tab-bar-move-tab-to-frame): Delete frame with last tab.Juri Linkov2021-09-291-0/+1
* * lisp/tab-bar.el: (tab-bar-detach-tab) New commandAdam Porter2021-09-291-0/+16
* ; 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