summaryrefslogtreecommitdiffstats
path: root/src/tui
AgeCommit message (Expand)Author
2023-10-26(Experimental) Improve Sixel graphics support (#2544)Junegunn Choi
2023-10-23Simplify LightRenderer.Size()Junegunn Choi
2023-10-23Experimental Sixel support (#2544)Junegunn Choi
2023-10-11Add mouse events for --bindJunegunn Choi
2023-10-07Experimental support for Kitty image protocol in preview windowJunegunn Choi
2023-07-16Fix deprecations of ioutil (#3370)Bart
2023-06-10Fix background color of spinner on the preview windowJunegunn Choi
2023-06-10Add new border style: 'thinblock' (#3327)Mike
2023-05-21Add key combinations for ctrl-delete and shift-delete (#3284)Syphdias
2023-05-20Update tcell renderer to support block borderJunegunn Choi
2023-05-16Add new border style: 'block'Junegunn Choi
2023-05-16Allow customizing the color of preview scrollbar via 'preview-scrollbar'Junegunn Choi
2023-05-01Fix the background color of the scrollbar inside the preview windowJunegunn Choi
2023-04-26Add 'zero' eventJunegunn Choi
2023-04-01Add 'one' eventJunegunn Choi
2023-03-26Respect 'regular' attribute in 'bw' base themeJunegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn Choi
2023-01-24No need to touch mouse flag if it's already falseJunegunn Choi
2023-01-24Temporarily disable mouse mode when switching to an external commandJunegunn Choi
2023-01-24Reenable mouse mode when coming back from an external programJunegunn Choi
2023-01-23Add 'focus' eventJunegunn Choi
2023-01-22Add 'transform-border-label' and 'transform-preview-label'Junegunn Choi
2023-01-16Fix rendering of double-column borders on light rendererJunegunn Choi
2023-01-16Fix rendering of double-column bordersJunegunn Choi
2023-01-16Better support for Windows terminalsJunegunn Choi
2023-01-06Add scrollbar to the preview windowJunegunn Choi
2023-01-04Fix preview border on tcell rendererJunegunn Choi
2023-01-03Fix double-click on light rendererJunegunn Choi
2023-01-03Make sure two consecutive double clicks require four clicksJunegunn Choi
2023-01-03Clicks with different x coordinates shouldn't be seen as a double-clickJunegunn Choi
2023-01-01Restore mouse drag mode (#3096)Junegunn Choi
2023-01-01Colors for 'separator' and 'scrollbar' will default to that for 'border'Junegunn Choi
2023-01-01Add scrollbarJunegunn Choi
2022-12-29Add 'load' event that is triggered when the input stream is completeJunegunn Choi
2022-12-10Fix uninitialized colors in base themesJunegunn Choi
2022-12-09Add color name 'preview-label' (#3053)Junegunn Choi
2022-11-18Fix mouse event above fzf finderJunegunn Choi
2022-11-06Add --border=[bold|double] and --preview-window=border-[bold|double]Junegunn Choi
2022-11-06Fix --border-label and --preview-label on tcell rendererJunegunn Choi
2022-11-01Add horizontal separator after info panel (counter)Junegunn Choi
2022-11-01Add --border-label and --border-label-posJunegunn Choi
2022-10-27Add 'start' event that is triggered once when fzf finder startsJunegunn Choi
2022-09-28Implement height range (--height ~[VALUE][%])Junegunn Choi
2022-09-26Fix tcell rendererJunegunn Choi
2022-08-26Add support for ANSI strike-through (#2932)Emil Vanherp
2022-07-29Fix mouse location in --height modeJunegunn Choi
2022-06-17Use SGR mouse mode for larger terminalsJunegunn Choi
2022-04-04Hide cursor while rendering the screenJunegunn Choi
2022-03-29Modernize build tagsJunegunn Choi
2022-03-09Increase TTY buffer limitJunegunn Choi