summaryrefslogtreecommitdiffstats
path: root/pkg/gui/filtering.go
AgeCommit message (Collapse)Author
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
Follow the JavaScript naming scheme for user interaction (alert, prompt, confirm) as discussed in #1832.
2022-03-17more consistent namingJesse Duffield
2022-03-17controller for viewing sub commitsJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
more and more move rebase commit refreshing into existing abstraction and more and more WIP and more handling clicks properly fix merge conflicts update cheatsheet lots more preparation to start moving things into controllers WIP better typing expand on remotes controller moving more code into controllers
2022-03-17start refactoring guiJesse Duffield
2021-10-23show suggestions when typing in an originJesse Duffield
2021-10-19suggest files when picking a path to filter onJesse Duffield
async fetching of suggestions remove limit cache the trie for future use more more
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-10type i18nJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23better handling of our different modes and also cherry pickingJesse Duffield
2020-08-23refactor how we handle different modesJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-03-29refactor gui.goJesse Duffield