summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-01-24Sanitize input strings that should be a single lineJunegunn Choi
2023-01-24Support custom separator of inline infoJunegunn 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-23Make test case pass on 32-bit platformsJunegunn Choi
2023-01-23Add 'focus' eventJunegunn Choi
2023-01-23Do not restore terminal state while running an external commandJunegunn Choi
2023-01-22Add 'transform-border-label' and 'transform-preview-label'Junegunn Choi
2023-01-22Add change-border-label and change-preview-label actions, update manjpcrs
2023-01-21Action argument in enclosed form should allow new linesJunegunn Choi
2023-01-170.36.00.36.0Junegunn 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-12Resume preview following if the user scrolls the window to the bottomJunegunn Choi
2023-01-09Allow re-enabling preview follow on change-preview-windowJunegunn Choi
2023-01-09Disable preview follow after dragging the scrollbarJunegunn Choi
2023-01-07Run preview command when preview window appears after resize (#3113)Junegunn Choi
2023-01-07Prevent fzf crashing on malformed remote actionJunegunn Choi
2023-01-07Allow toggling of alternative preview window layout that is hiddenJunegunn Choi
2023-01-06Add scrollbar to the preview windowJunegunn Choi
2023-01-05Reduce flickering of the scroll info panel on the preview windowJunegunn Choi
2023-01-04Fix cyclic scrolling with non-zero preview header linesJunegunn Choi
2023-01-04Fix preview border on tcell rendererJunegunn Choi
2023-01-03Allow dragging of the preview windowJunegunn 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-02Avoid superfluous update of scrollbarJunegunn Choi
2023-01-01Fix scrollbar rendering (#3096)Junegunn Choi
2023-01-01Restore mouse drag mode (#3096)Junegunn Choi
2023-01-01Allow dragging of scrollbarJunegunn Choi
2023-01-01Colors for 'separator' and 'scrollbar' will default to that for 'border'Junegunn Choi
2023-01-01Add scrollbarJunegunn Choi
2022-12-31Only allow local requestsJunegunn Choi
2022-12-31Fix cache being immediately cleared on reload-syncJunegunn Choi
2022-12-31Add transform-prompt(...) actionJunegunn Choi
2022-12-30Always execute preview command if {q} is in the templateJunegunn Choi
2022-12-29Add reload-sync actionJunegunn Choi
2022-12-29Add 'load' event that is triggered when the input stream is completeJunegunn Choi
2022-12-28Make server channel bufferedJunegunn Choi
2022-12-28Add transform-query(...) actionJunegunn Choi
2022-12-27Remove $FZF_LISTEN_PORTJunegunn Choi
2022-12-27Allow put action with an argument i.e. put(...)Junegunn Choi
2022-12-27Add pos(...) action to move the cursor to the numeric positionJunegunn Choi
2022-12-25Revert "Add GET endpoints for getting the state of the finder"Junegunn Choi
2022-12-25Add GET endpoints for getting the state of the finderJunegunn Choi
2022-12-23Fix bind spec parserJunegunn Choi
2022-12-23Rewrite bind spec parserJunegunn Choi