summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAgeFilesLines
* Use quit-restore-window to close tab (bug#39446)Juri Linkov2020-02-101-14/+42
* Fix faces tab-bar and tab-line.Juri Linkov2020-02-051-2/+2
* Tab-bar related fixes.Juri Linkov2020-01-301-4/+8
* Tab-bar related finishing touches.Juri Linkov2020-01-231-6/+11
* Allow optional truncation of tab names in tab-bar and tab-line (bug#38693)Juri Linkov2020-01-211-0/+25
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/tab-bar.el: Use alist-get instead of (cdr (assq ...))Juri Linkov2019-12-231-37/+39
* * lisp/tab-bar.el: Rename tab-bar-list to tab-switcher (bug#38624)Juri Linkov2019-12-221-66/+66
* * lisp/tab-bar.el: Sort tab names by recency for tab switching (bug#38624)Juri Linkov2019-12-201-14/+22
* * lisp/tab-bar.el (tab-bar-handle-mouse): Handle close button.Juri Linkov2019-12-161-3/+6
* * lisp/tab-bar.el (tab-bar-select-tab): Message about selected tab (bug#38624)Juri Linkov2019-12-161-2/+6
* * lisp/tab-bar.el (tab-bar-close-other-tabs): Use tab close customsRobert Cochran2019-12-161-2/+9
* Document variables that affect tabs in function docstringsRobert Cochran2019-12-161-2/+12
* Add hooks for after tab open, before close, and to prevent closingRobert Cochran2019-12-081-46/+88
* * lisp/tab-bar.el (tab-bar-get-buffer-tab): Move code closer to its use.Juri Linkov2019-12-051-38/+38
* * lisp/tab-bar.el (switch-to-buffer-other-tab): Use display-buffer-in-tab.Juri Linkov2019-12-051-57/+81
* * lisp/tab-bar.el (tab-bar-move-tab-to-frame): New command (bug#38354)Juri Linkov2019-12-041-29/+62
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-031-1/+43
* * lisp/tab-bar.el (display-buffer-in-tab): New function (bug#38354)Juri Linkov2019-11-271-0/+30
* * lisp/tab-bar.el: Add missing arg.Juri Linkov2019-11-171-2/+2
* * lisp/tab-bar.el: Better handling of closed-tabs in tab-bar-list.Juri Linkov2019-11-101-2/+8
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-1/+1
* * lisp/tab-bar.el (tab-bar-history-old): Rename from tab-bar-history-current.Juri Linkov2019-11-071-10/+10
* * lisp/tab-bar.el: Better handling of tab-bar-history.Juri Linkov2019-11-031-10/+12
* * lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.Juri Linkov2019-11-031-13/+23
* * lisp/tab-bar.el (tab-bar-select-tab): Use set-frame-parameter.Juri Linkov2019-10-311-11/+8
* * lisp/tab-bar.el: Store point position and frame buffer-lists in tab.Juri Linkov2019-10-301-37/+93
* * lisp/tab-bar.el: Check for minibuffer-depth in tab-bar-history-mode.Juri Linkov2019-10-281-10/+16
* * lisp/tab-bar.el: Add tab-bar-history-mode with arrow buttons for navigation.Juri Linkov2019-10-281-2/+110
* * lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.Juri Linkov2019-10-271-4/+28
* * lisp/tab-bar.el (tab-bar-move-tab-to): Add force-mode-line-update.Juri Linkov2019-10-271-18/+20
* Add customization option for what do when the last tab is closedRobert Cochran2019-10-271-30/+54
* * lisp/tab-bar.el: Allow to specify interactively where to add a new tab.Juri Linkov2019-10-231-8/+24
* * lisp/tab-bar.el: Rename tab-bar-swap-tabs to tab-bar-move-tab-to.Juri Linkov2019-10-231-7/+10
* Implement tab close undo feature for tab-bar.Juri Linkov2019-10-231-3/+48
* Fix "make bootstrap" build warning in tab-bar.elLars Ingebrigtsen2019-10-221-1/+3
* * lisp/tab-bar.el: Use autoloaded seq-position.Juri Linkov2019-10-201-43/+26
* * lisp/tab-bar.el (tab-bar-swap-tabs): Use cl-rotatef instead of rotatef.Juri Linkov2019-10-201-2/+2
* * lisp/tab-bar.el (tab-bar-swap-tabs, tab-bar-move-tab): New commands.Juri Linkov2019-10-201-7/+29
* Provide default value for tab-name/frame-name reading minibufferJuri Linkov2019-10-201-8/+20
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-1/+1
* Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map.Juri Linkov2019-10-201-8/+8
* Declare tab-bar-tabs the single source of truth in regard to current tab nameJuri Linkov2019-10-161-27/+29
* Allow tabs to have consistent given namesRobert Cochran2019-10-161-20/+73
* * lisp/tab-bar.el (tab-bar-select-tab-modifiers): New defcustom.Juri Linkov2019-10-151-4/+42
* Don't use expand-file-name to find images for tabs.Juri Linkov2019-10-151-16/+12
* Add images on tab-bar buttons the first time the tab bar is activatedJuri Linkov2019-10-151-14/+24
* Set tab-line face height to 0.9.Juri Linkov2019-10-151-1/+0
* Use variable-pitch fonts in tab-bar and tab-line facesJuri Linkov2019-10-141-1/+4
* * lisp/tab-bar.el (tab-bar-tab-name-current): Fix with buffer-name.Juri Linkov2019-10-141-1/+1