1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00
lazygit/pkg/gui
2022-08-06 13:49:11 +10:00
..
boxlayout better weight distribution in window arrangement 2022-04-17 12:48:04 +10:00
context refactor to only have one context per view 2022-08-06 13:49:11 +10:00
controllers refactor to only have one context per view 2022-08-06 13:49:11 +10:00
filetree handle nil properly with file nodes 2022-08-01 20:32:01 +10:00
keybindings allow menu to store keybindings for quick menu navigation 2022-03-27 18:16:16 +11:00
mergeconflicts more documentation 2022-05-07 16:02:04 +10:00
modes introduce Ref interface 2022-04-02 17:04:42 +11:00
patch_exploring refactor to only have one context per view 2022-08-06 13:49:11 +10:00
popup fix popup focus issue 2022-08-01 22:09:48 +10:00
presentation refactor to use generics for file nodes 2022-07-31 19:43:14 +10:00
services/custom_commands refactor to only have one context per view 2022-08-06 13:49:11 +10:00
style start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
types refactor to only have one context per view 2022-08-06 13:49:11 +10:00
app_status_manager.go more documentation 2022-05-07 16:02:04 +10:00
arrangement.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
branches_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
command_log_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
commit_files_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
commit_message_panel.go add commit message controller 2022-03-17 19:13:40 +11:00
commits_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
confirmation_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
context_config.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
context.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
controllers.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
custom_patch_options_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
diff_context_size_test.go move context keys into context package 2022-03-17 19:13:40 +11:00
diffing.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
dummies.go resetting controllers on new repo 2022-03-17 19:13:40 +11:00
editors.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
errors.go remove sentinel errors 2021-04-06 19:34:32 +10:00
extras_panel.go rename displayString to label for menu items 2022-05-08 14:26:18 +10:00
file_watching.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
files_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
filtering_menu_panel.go rename displayString to label for menu items 2022-05-08 14:26:18 +10:00
filtering.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
global_handlers.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
gui_common.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
gui_test.go run integration tests in parallel and properly cache windows build 2022-06-11 13:06:29 +10:00
gui.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
information_panel.go fix: fix collision of Donate and Ask Question 2022-05-07 18:02:09 +09:00
keybindings.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
layout.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
list_context_config.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
main_panels.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
menu_panel.go add better support for OpensMenu option when creating a menu 2022-07-30 20:27:51 +10:00
merge_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
modes.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
options_menu_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
pty_windows.go Format code to pass lint 2021-09-16 21:38:43 +08:00
pty.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
quitting.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
recent_repos_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
recording.go update linters 2022-03-19 12:12:57 +11:00
reflog_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
refresh.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
remote_branches_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
remotes_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
searching.go use PopContext 2022-03-17 19:13:40 +11:00
side_window.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
stash_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
status_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
sub_commits_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
submodules_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
suggestions_panel.go refactor contexts 2022-03-17 19:13:40 +11:00
tags_panel.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
tasks_adapter.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
updates.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
view_helpers.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
views.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
whitespace-toggle.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
window.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00