summaryrefslogtreecommitdiffstats
path: root/src/components/syntax_text.rs
AgeCommit message (Expand)Author
2024-02-21fix: fix typos (#2092)Anas
2024-02-20ratatui 0.24 updateextrawurst
2024-02-19fix nighty and raise msrvextrawurst
2024-02-12(refactor) shorten component creation by grouping common items in an EnvironmentAlexandru Macovei
2023-04-19tui -> ratatuiextrawurst
2023-01-29bump msrv 1.64extrawurst
2023-01-08Allow to scroll diffs horizontally (#1327)Christoph Rüßler
2022-12-10fix nightly clippyextrawurst
2022-08-17upgrade crossterm/tuiextrawurst
2021-12-05support bare repos (#1028)Stephan Dilly
2021-09-04find files via fuzzy finder (#890)Stephan Dilly
2021-09-02allow async jobs to set intermediate progressStephan Dilly
2021-09-02asyncjob supports sending arbitrary notificationsStephan Dilly
2021-09-02allow async job to return dynamic notificationStephan Dilly
2021-08-24fix filetree content not showing tabs (fixes #874)Stephan Dilly
2021-08-17cargo fmt: use hardtabs Stephan Dilly
2021-07-11app has its own async notifications now (#813)Stephan Dilly
2021-06-07refactor better nameStephan Dilly
2021-06-05nightly clippy fixesStephan Dilly
2021-05-28cleanupStephan Dilly
2021-05-28rename filetree crate to prepare for publishStephan Dilly
2021-05-28move async_job abstraction into `asyncgit` for nowStephan Dilly
2021-05-24support common nav for syntax view (closes #725)Stephan Dilly
2021-05-24optimize all async job related clones away (#725)Stephan Dilly
2021-05-24show scrollbars in tree and syntax text (#725)Stephan Dilly
2021-05-24fix scrolling bounds (#725)Stephan Dilly
2021-05-23Stateful paragraph (#729)Stephan Dilly
2021-05-23allow scrolling syntax text (see #725)Stephan Dilly
2021-05-23move syntax highlighting into compononent (see #725)Stephan Dilly