1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-02 09:21:40 +02:00
lazygit/pkg/gui
2021-07-01 17:13:13 +10:00
..
boxlayout support static boxes that go outside the available size 2021-04-11 17:07:49 +10:00
filetree bubble up tracked files in flat file view 2021-04-17 10:04:49 +10:00
lbl fix lbl scrolling 2021-06-05 13:54:05 +10:00
mergeconflicts prevent closure issue 2021-06-05 13:54:05 +10:00
modes refactoring 2021-06-06 09:12:49 +10:00
presentation more refactoring 2021-06-06 09:12:49 +10:00
types
app_status_manager.go more refactoring 2021-04-06 19:34:32 +10:00
arrangement.go smarter sizing of command log panel 2021-04-19 18:09:01 +10:00
basic_context.go more support for command log and more code reuse for contexts 2021-04-11 17:07:49 +10:00
branches_panel.go more refactoring 2021-06-06 09:12:49 +10:00
cherry_picking.go refactoring 2021-06-06 09:12:49 +10:00
command_log_panel.go Fix typo in random tip 2021-06-28 11:03:54 +10:00
commit_files_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
commit_message_panel.go update keybindings 2021-04-12 23:40:20 +10:00
commits_panel.go support reverting merge commits 2021-06-05 22:15:51 +10:00
confirmation_panel.go force cursor to be at end of line when opening confirmation panel 2021-04-17 21:15:54 +10:00
context_config.go allow focusing on command log view 2021-04-11 17:07:49 +10:00
context.go allow focusing on command log view 2021-04-11 17:07:49 +10:00
credentials_panel.go potentially fix credentials issue 2021-04-09 00:39:04 +10:00
custom_commands.go add spans to i18n 2021-04-11 23:36:34 +10:00
diffing.go refactoring 2021-06-06 09:12:49 +10:00
discard_changes_menu_panel.go force cursor to be at end of line when opening confirmation panel 2021-04-17 21:15:54 +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
extras_panel.go allow focusing on command log view 2021-04-11 17:07:49 +10:00
file_watching.go big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
files_panel.go facilitate toggling whitespace in the diff view with a hotkey (c-w by default) 2021-07-01 17:13:13 +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 add spans to i18n 2021-04-11 23:36:34 +10:00
global_handlers.go add spans to i18n 2021-04-11 23:36:34 +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 facilitate toggling whitespace in the diff view with a hotkey (c-w by default) 2021-07-01 17:13:13 +10:00
information_panel.go add random tip to command log 2021-04-12 21:48:08 +10:00
keybindings.go facilitate toggling whitespace in the diff view with a hotkey (c-w by default) 2021-07-01 17:13:13 +10:00
layout.go add random tip to command log 2021-04-12 21:48:08 +10:00
line_by_line_panel.go fix lbl scrolling 2021-06-05 13:54:05 +10:00
list_context_config.go more support for command log and more code reuse for contexts 2021-04-11 17:07:49 +10:00
list_context.go more support for command log and more code reuse for contexts 2021-04-11 17:07:49 +10:00
main_panels.go fix windows compilation issue 2021-04-06 19:34:32 +10:00
menu_panel.go Use static context 2021-06-16 15:00:17 +10:00
merge_panel.go refactor merge panel 2021-04-18 18:58:09 +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 refactor line by line panel 2021-04-18 16:55:09 +10:00
patch_options_panel.go add spans to i18n 2021-04-11 23:36:34 +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 facilitate toggling whitespace in the diff view with a hotkey (c-w by default) 2021-07-01 17:13:13 +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 add spans to i18n 2021-04-11 23:36:34 +10:00
remote_branches_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
remotes_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
reset_menu_panel.go more logging of commands 2021-04-11 17:07:49 +10:00
searching.go more support for command log and more code reuse for contexts 2021-04-11 17:07:49 +10:00
side_window.go test 2021-04-06 19:34:32 +10:00
staging_panel.go facilitate toggling whitespace in the diff view with a hotkey (c-w by default) 2021-07-01 17:13:13 +10:00
stash_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
status_panel.go more refactoring 2021-06-06 09:12:49 +10:00
sub_commits_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
submodules_panel.go facilitate toggling whitespace in the diff view with a hotkey (c-w by default) 2021-07-01 17:13:13 +10:00
suggestions_panel.go test 2021-04-06 19:34:32 +10:00
tags_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
tasks_adapter.go reduce flicker without worrying about carriage returns 2021-04-09 22:50:55 +10:00
undoing.go add spans to i18n 2021-04-11 23:36:34 +10:00
updates.go more refactoring 2021-04-06 19:34:32 +10:00
view_helpers.go Use static context 2021-06-16 15:00:17 +10:00
window.go more refactoring 2021-04-06 19:34:32 +10:00
workspace_reset_options_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00