1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/pkg/gui
2021-10-30 18:26:06 +11:00
..
boxlayout support static boxes that go outside the available size 2021-04-11 17:07:49 +10:00
filetree Lint 2021-08-25 20:13:50 +10:00
lbl minor changes 2021-10-16 21:18:43 +11:00
mergeconflicts Address feedback 2021-08-25 22:23:55 +10:00
modes refactoring 2021-06-06 09:12:49 +10:00
presentation Make cherry pick commit color customisable 2021-09-30 01:26:05 +10:00
style Fix misspells 2021-09-01 22:51:24 +02:00
types support labels for suggestions which are distinct from values 2020-11-28 20:48:17 +11:00
app_status_manager.go more refactoring 2021-04-06 19:34:32 +10:00
arrangement.go Fix misspells 2021-09-01 22:51:24 +02: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 add more suggestions 2021-10-23 12:29:52 +11:00
cherry_picking.go refactoring 2021-06-06 09:12:49 +10:00
command_log_panel.go Fix misspells 2021-09-01 22:51:24 +02:00
commit_files_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
commit_message_panel.go stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
commits_panel.go support reverting merge commits 2021-06-05 22:15:51 +10:00
confirmation_panel.go add more suggestions 2021-10-23 12:29:52 +11:00
context_config.go allow focusing on command log view 2021-04-11 17:07:49 +10:00
context.go honour options menu press 2021-09-27 19:41:38 +10:00
credentials_panel.go small fixes 2021-10-17 06:41:21 +00:00
custom_commands_test.go add tests for dealing with remotes 2021-10-22 21:33:17 +11:00
custom_commands.go Add color functions to templates funcMaps 2021-08-09 11:52:00 +01:00
diffing.go add more suggestions 2021-10-23 12:29:52 +11: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
dummies.go allow user to configure the gui language 2021-08-30 09:12:29 +10:00
editors.go suggest files when picking a path to filter on 2021-10-19 09:02:42 +11:00
errors.go remove sentinel errors 2021-04-06 19:34:32 +10:00
extras_panel.go stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
file_watching.go Fix misspells 2021-09-01 22:51:24 +02:00
files_panel.go fix commit message prefix thingo 2021-10-25 22:40:15 +00:00
filtering_menu_panel.go add more suggestions 2021-10-23 12:29:52 +11:00
filtering.go show suggestions when typing in an origin 2021-10-23 12:29:52 +11:00
find_suggestions.go add more suggestions 2021-10-23 12:29:52 +11: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 stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
gui_test.go add tests for dealing with remotes 2021-10-22 21:33:17 +11:00
gui.go easier hiding of command log 2021-10-23 12:54:57 +11:00
information_panel.go simplify code a bit 2021-07-31 17:33:13 +10:00
keybindings.go Add variable to simplify JumpToBlock keybinding 2021-10-22 22:38:26 +11:00
layout.go stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
line_by_line_panel.go minor changes 2021-10-16 21:18:43 +11:00
list_context_config.go stop resetting scroll all the time 2021-10-17 19:45:57 +11:00
list_context.go stop resetting scroll all the time 2021-10-17 19:45:57 +11:00
main_panels.go stop resetting scroll all the time 2021-10-17 19:45:57 +11:00
menu_panel.go honour options menu press 2021-09-27 19:41:38 +10:00
merge_panel.go Fix translations 2021-08-25 22:23:55 +10:00
modes.go simplify code a bit 2021-07-31 17:33:13 +10:00
options_menu_panel.go Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02: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 Format code to pass lint 2021-09-16 21:38:43 +08:00
pty.go stop resetting scroll all the time 2021-10-17 19:45:57 +11:00
pull_request_menu_panel.go show suggestions when typing in an origin 2021-10-23 12:29:52 +11:00
quitting.go 🚚 move whitespace toggle out of quitting.go 2021-07-01 17:13:14 +10:00
rebase_options_panel.go simplify pull logic 2021-10-22 21:33:17 +11:00
recent_repos_panel.go use cached git config 2021-10-23 10:26:47 +11: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 surface error when trying to set upstream 2021-10-17 09:00:08 +00:00
remotes_panel.go Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
reset_menu_panel.go Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
searching.go fix editor 2021-10-17 04:17:59 +00:00
side_window.go test 2021-04-06 19:34:32 +10:00
staging_panel.go ♻️ temporarily bypass ignore whitespace for diff view instead of turning the toggle off completely 2021-07-01 17:13:14 +10:00
stash_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
status_panel.go small changes 2021-10-16 12:22:34 +11:00
sub_commits_panel.go add spans to i18n 2021-04-11 23:36:34 +10:00
submodules_panel.go Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
suggestions_panel.go test 2021-04-06 19:34:32 +10:00
tags_panel.go show suggestions when typing in an origin 2021-10-23 12:29:52 +11:00
tasks_adapter.go fix merge conflict scrolling 2021-10-22 22:16:52 +11: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 Improve JumpToBlock keybinding functionality 2021-10-22 22:38:26 +11:00
whitespace-toggle.go ♻️ temporarily bypass ignore whitespace for diff view instead of turning the toggle off completely 2021-07-01 17:13:14 +10:00
window.go more refactoring 2021-04-06 19:34:32 +10:00
workspace_reset_options_panel.go Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00