summaryrefslogtreecommitdiffstats
path: root/pkg/gui/layout.go
AgeCommit message (Collapse)Author
2021-04-11support scrolling extras viewJesse Duffield
2021-04-11add cmdLog panelJesse Duffield
2021-04-11fix merge conflict panel not renderingJesse Duffield
2021-04-09potentially fix credentials issuev0.27.2Jesse Duffield
2021-04-09fix crash at startJesse Duffield
2021-04-07fix crash on first openJesse Duffield
2021-04-06move suggestions view behind confirmation viewJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06testJesse Duffield
type safe view access
2021-04-06refactorJesse Duffield
2021-04-06switching repos without restarting the guiJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
switch to other fuzzy package with no dependencies
2020-11-18fix lint errorsJesse Duffield
2020-10-10fix submodule tab colourJesse Duffield
2020-10-10for some reason the commit files view was on topJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
support searching in line by line panel move mutexes into their own struct add line by line panel mutex apply LBL panel mutex bump gocui to prevent crashing when search item count decreases
2020-10-10type i18nJesse Duffield
2020-10-02add mutexes for when looping through viewsJesse Duffield
2020-10-02add submodules contextJesse Duffield
2020-10-02make it easier to add a tab to a viewJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-08-23set keybindings after initialising viewsJesse Duffield
2020-08-23attempt at fixing bad lazyloadingJesse 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-23add sub commit contextJesse Duffield
2020-08-23show when building patchJesse Duffield
2020-08-23commit files kind of generalisedJesse Duffield
2020-08-23use interface for panel state rather than pointerJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23use camelCaseJesse Duffield
2020-08-23good progressJesse Duffield
2020-08-23stop crash due to context stack not being initializedJesse Duffield
2020-08-23centralise setting of main views contextJesse Duffield
2020-08-23lots more stuffJesse Duffield
2020-08-23dont check for error when sending view to bottomJesse Duffield
2020-08-23hide view if not specified in dimensions objectJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23centralise some list view codeJesse Duffield
2020-08-16support opening lazygit outside a git directoryJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-15move box layout stuff into its own packageJesse Duffield
2020-08-13centralise logic for information sectionJesse Duffield
WIP
2020-08-13more work on new layout functionalityJesse Duffield
2020-08-13some more changesJesse Duffield
2020-08-13move some things aroundJesse Duffield
2020-08-13add portrait mode for when the window is really tallJesse Duffield