1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui
2021-04-11 17:07:49 +10:00
..
boxlayout
filetree support file tree mode on windows 2021-04-08 21:33:17 +10:00
mergeconflicts refactor 2021-04-02 11:09:12 +11:00
modes/filtering show branches context when starting in filtering mode 2021-04-06 19:34:32 +10:00
presentation
types
app_status_manager.go more refactoring 2021-04-06 19:34:32 +10:00
arrangement.go start adding support for logging of commands 2021-04-11 17:07:49 +10:00
branches_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
cherry_picking.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
commit_files_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
commit_message_panel.go start adding support for logging of commands 2021-04-11 17:07:49 +10:00
commits_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
confirmation_panel.go more refactoring 2021-04-06 19:34:32 +10:00
context.go reduce chance of deadlock by using a RW mutex on the context stack 2021-04-06 19:34:32 +10:00
credentials_panel.go potentially fix credentials issue 2021-04-09 00:39:04 +10:00
custom_commands.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
diffing.go allow opening diff menu panel when other popup is open 2021-04-06 19:34:32 +10:00
discard_changes_menu_panel.go start adding support for logging of commands 2021-04-11 17:07:49 +10:00
editors.go support alt-enter for inserting newline when typing commit message within the app 2021-04-06 19:34:32 +10:00
errors.go remove sentinel errors 2021-04-06 19:34:32 +10:00
file_watching.go
files_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
filtering_menu_panel.go allow opening filter menu panel when other popup is open 2021-04-06 19:34:32 +10:00
filtering.go refactor 2021-04-06 19:34:32 +10:00
git_flow.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
global_handlers.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
gpg.go fix commit amend 2021-04-10 11:54:38 +10:00
gui_test.go support file tree mode on windows 2021-04-08 21:33:17 +10:00
gui.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
keybindings.go allow opening merge tool 2021-04-11 10:21:53 +10:00
layout.go add cmdLog panel 2021-04-11 17:07:49 +10:00
line_by_line_panel.go fix merge conflict panel not rendering 2021-04-11 10:21:53 +10:00
list_context.go test 2021-04-06 19:34:32 +10:00
main_panels.go fix windows compilation issue 2021-04-06 19:34:32 +10:00
menu_panel.go test 2021-04-06 19:34:32 +10:00
merge_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
modes.go change order of filtering and patch building so that esc key exits patch building mode first 2021-04-06 19:34:32 +10:00
options_menu_panel.go get rid of these positively ghastly method signatures 2021-04-06 19:34:32 +10:00
patch_building_panel.go test 2021-04-06 19:34:32 +10:00
patch_options_panel.go start adding support for logging of commands 2021-04-11 17:07:49 +10:00
pty_windows.go fix windows compilation issue 2021-04-06 19:34:32 +10:00
pty.go more refactoring 2021-04-06 19:34:32 +10:00
quitting.go only re-use repo state when jumping in and out of submodules 2021-04-06 19:34:32 +10:00
rebase_options_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
recent_repos_panel.go only re-use repo state when jumping in and out of submodules 2021-04-06 19:34:32 +10:00
recording.go allow decimal replay speeds for integration tests 2021-04-06 19:34:32 +10:00
reflog_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
remote_branches_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
remotes_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
reset_menu_panel.go more logging of commands 2021-04-11 17:07:49 +10:00
searching.go more refactoring 2021-04-06 19:34:32 +10:00
side_window.go test 2021-04-06 19:34:32 +10:00
staging_panel.go start adding support for logging of commands 2021-04-11 17:07:49 +10:00
stash_panel.go start adding support for logging of commands 2021-04-11 17:07:49 +10:00
status_panel.go fix merge conflict panel not rendering 2021-04-11 10:21:53 +10:00
sub_commits_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
submodules_panel.go start adding support for logging of commands 2021-04-11 17:07:49 +10:00
suggestions_panel.go test 2021-04-06 19:34:32 +10:00
tags_panel.go full coverage for logging commands 2021-04-11 17:07:49 +10:00
tasks_adapter.go reduce flicker without worrying about carriage returns 2021-04-09 22:50:55 +10:00
undoing.go more logging of commands 2021-04-11 17:07:49 +10:00
updates.go more refactoring 2021-04-06 19:34:32 +10:00
view_helpers.go fix merge conflict panel not rendering 2021-04-11 10:21:53 +10:00
window.go more refactoring 2021-04-06 19:34:32 +10:00
workspace_reset_options_panel.go fix bug where mixed reset is actually a soft reset 2021-04-11 17:07:49 +10:00