summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/commit_files_context.go
AgeCommit message (Expand)Author
2024-06-23Use model searching in commits (and sub-commits) viewStefan Haller
2024-06-23Add type assertions for all searchable contextsStefan Haller
2024-06-23Cleanup: reduce some code duplicationStefan Haller
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-22Add config setting to suppress showing file iconsStefan Haller
2024-01-22Show file names in default colour (#3081)Jesse Duffield
2024-01-22Show unstaged file names in default colourJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2023-08-28Extract a ListRenderer structStefan Haller
2023-08-28Change length parameter of getDisplayStrings to endIdxStefan Haller
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-03Use searching, not filtering, in file tree viewsJesse Duffield
2023-07-03Support filtering filesJesse Duffield
2023-04-30fix rendering of commit files viewJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30move getDisplayStrings funcs into contextsJesse Duffield
2023-04-30move getModel functions into contextsJesse Duffield
2023-04-30move views into contextsJesse Duffield
2023-04-30remove context callback optsJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-03-26show namesake for child viewsJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17working againJesse Duffield
2022-03-17refactor keybindingsJesse Duffield
2022-03-17some more refactoringJesse Duffield
2022-03-17move commit files context into new structureJesse Duffield