summaryrefslogtreecommitdiff
path: root/lisp/tab-line.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/tab-line.el: New options, faces, and functionsAdam Porter2020-12-231-6/+59
* Use '…' for ellipsis in truncate-string-to-width by default (bug#41250)Juri Linkov2020-10-041-2/+1
* ; * lisp/tab-line.el (tab-line-switch-cycling): Fix last change.Eli Zaretskii2020-09-131-1/+1
* Clarify when tab-line-switch-cycling is usedKiso Katsuyuki2020-09-131-1/+2
* ; Silence byte-compilation warning in last changeBasil L. Contovounesios2020-09-101-9/+9
* ; Fix typo in last changeBasil L. Contovounesios2020-09-101-2/+2
* Introduce a new variable tab-line-switch-cyclingKiso Katsuyuki2020-09-091-2/+17
* Suppress errors of tab-line-switch functionsKiso Katsuyuki2020-09-091-14/+14
* Add support for horizontal scrolling in tab-lineDaniel Martín2020-09-071-0/+4
* Move tab-bar and tab-line faces to faces.el (part of bug#41200)Juri Linkov2020-06-081-15/+1
* Fix bugs in tab-bar and tab-line and mention remaining features in manual.Juri Linkov2020-04-271-1/+5
* * lisp/tab-line.el (tab-line-new-button-show): New defcustom.Juri Linkov2020-03-201-6/+16
* * lisp/tab-line.el: Fix tab-line-format and tab-line-format-template.Juri Linkov2020-03-171-4/+5
* * lisp/tab-line.el: Fix auto-hscrolling (bug#39649)Juri Linkov2020-02-291-12/+24
* Fix faces tab-bar and tab-line.Juri Linkov2020-02-051-2/+2
* Tab-bar related finishing touches.Juri Linkov2020-01-231-1/+1
* Allow optional truncation of tab names in tab-bar and tab-line (bug#38693)Juri Linkov2020-01-211-39/+34
* * lisp/tab-line.el (tab-line-auto-hscroll): Fix for long tab names.Juri Linkov2020-01-201-12/+16
* Handle tab-bar clicks on a GPM-capable console.Juri Linkov2020-01-131-3/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/tab-line.el (tab-line-auto-hscroll): Improve.Juri Linkov2019-12-161-22/+47
* * lisp/tab-line.el (tab-line-format): Use composite cache key (bug#38522)Juri Linkov2019-12-091-7/+10
* * lisp/tab-line.el: Cache the tab-line-format template.Juri Linkov2019-12-051-2/+9
* * lisp/tab-line.el (tab-line-auto-hscroll): Don't let-bind buffer-local valuesJuri Linkov2019-11-301-2/+2
* * lisp/tab-line.el (tab-line-auto-hscroll): New defcustom (bug#37667)Juri Linkov2019-11-181-3/+13
* Auto-scrolling in tab-line (bug#37667)Juri Linkov2019-11-171-12/+60
* * lisp/tab-line.el (tab-line-tabs-buffer-list): Use window-prev-buffers too.Juri Linkov2019-11-141-6/+5
* * lisp/tab-line.el (tab-line-tabs-buffer-list-function): New variable.Juri Linkov2019-11-121-27/+62
* * lisp/tab-line.el: More configurability for tab buffer groups.Juri Linkov2019-11-071-33/+51
* * lisp/tab-line.el: New option for tabs where buffers are grouped by mode.Juri Linkov2019-11-061-29/+109
* * lisp/tab-line.el (tab-line-tab-selected): New face.Juri Linkov2019-11-021-5/+18
* Customizable tab-line-tabs-function and new buffer-local tab-line-mode.Juri Linkov2019-10-271-16/+75
* Tab-line horizontal scrolling with UI buttons and commands (bug#37667)Juri Linkov2019-10-231-43/+142
* * lisp/tab-line.el: Bind mouse commands to [tab-line].Juri Linkov2019-10-211-18/+25
* Don't use expand-file-name to find images for tabs.Juri Linkov2019-10-151-6/+2
* Set tab-line face height to 0.9.Juri Linkov2019-10-151-0/+1
* Use variable-pitch fonts in tab-bar and tab-line facesJuri Linkov2019-10-141-3/+5
* * lisp/tab-bar.el (tab-bar-show): New defcustom.Juri Linkov2019-10-021-1/+2
* * lisp/tab-line.el: Add new defcustom tab-line-close-tab-action.Juri Linkov2019-09-281-8/+32
* Improve customization.Juri Linkov2019-09-251-16/+52
* Small fixes. Bind [tab-line mouse-1] to mouse-select-window.Juri Linkov2019-09-251-1/+2
* Improve customizability and better tab separators.Juri Linkov2019-09-221-26/+43
* Use images for new/close buttons in tab-bar and tab-line.Juri Linkov2019-09-151-59/+70
* Small fixes for tty and w32.Juri Linkov2019-09-081-2/+4
* * lisp/tab-bar.el (tab-bar-make-keymap-1): Don't use fixed "Current tab".Juri Linkov2019-09-071-3/+8
* Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-051-20/+2
* * lisp/tab-line.el (tab-line-tab-name): Try to use truncate-string-to-width.Juri Linkov2019-09-031-2/+2
* * lisp/tab-line.el: Limit the number of window tabs to tab-line-tabs-limit.Juri Linkov2019-09-031-10/+29
* * lisp/tab-line.el: Display truncated tab name in the tooltip.Juri Linkov2019-09-021-2/+3
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-0/+264