1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui
2022-07-31 12:04:40 +08:00
..
boxlayout better weight distribution in window arrangement 2022-04-17 12:48:04 +10:00
context fix: lint error 2022-05-30 23:19:48 +08:00
controllers Allow adding a file to the .git/info/exclude file 2022-07-05 19:33:44 +10:00
filetree fix: fix diff of renamed files 2022-04-06 08:26:13 +10:00
keybindings allow menu to store keybindings for quick menu navigation 2022-03-27 18:16:16 +11:00
lbl more documentation 2022-05-07 16:02:04 +10:00
mergeconflicts more documentation 2022-05-07 16:02:04 +10:00
modes introduce Ref interface 2022-04-02 17:04:42 +11:00
popup fix: fix lint error 2022-05-18 20:34:35 +09:00
presentation test: fix timezone for time format tests 2022-05-18 20:55:29 +09:00
services/custom_commands Add empty output message and refreshing to showOutput 2022-07-31 12:04:40 +08:00
style
types allow opening lazygit to a specific panel 2022-06-11 11:23:56 +10:00
app_status_manager.go more documentation 2022-05-07 16:02:04 +10:00
arrangement.go refactor view definitions 2022-05-08 11:41:13 +10:00
branches_panel.go chore(i18n): localize panel titles 2022-05-18 20:55:42 +09:00
command_log_panel.go
commit_files_panel.go fix commit description 2022-04-02 17:04:42 +11:00
commit_message_panel.go add commit message controller 2022-03-17 19:13:40 +11:00
commits_panel.go more consistent naming 2022-03-17 19:13:40 +11:00
confirmation_panel.go better popup resizing logic 2022-05-08 13:24:36 +10:00
context_config.go refactor credential handling 2022-03-17 19:13:40 +11:00
context.go more documentation 2022-05-07 16:02:04 +10:00
controllers.go Add option to (un)set upstream for a local branch 2022-04-11 14:04:06 +02:00
diff_context_size_test.go
diff_context_size.go more consistent naming 2022-03-17 19:13:40 +11:00
diffing.go rename displayString to label for menu items 2022-05-08 14:26:18 +10:00
dummies.go
editors.go
errors.go
extras_panel.go rename displayString to label for menu items 2022-05-08 14:26:18 +10:00
file_watching.go
files_panel.go refactor 2022-05-15 19:10:04 +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 add scrollbars 2022-04-16 17:29:17 +10:00
gui_common.go refactor credential handling 2022-03-17 19:13:40 +11:00
gui_test.go run integration tests in parallel and properly cache windows build 2022-06-11 13:06:29 +10:00
gui.go allow opening lazygit to a specific panel 2022-06-11 11:23:56 +10:00
information_panel.go fix: fix collision of Donate and Ask Question 2022-05-07 18:02:09 +09:00
keybindings.go chore(i18n): move InitialViewTabContextMap to gui package 2022-05-18 21:09:48 +09:00
layout.go fix: fix lint error 2022-05-18 20:34:35 +09:00
line_by_line_panel.go add commit files controller 2022-03-17 19:13:40 +11:00
list_context_config.go feat: add ability to customize time format 2022-05-18 20:55:27 +09:00
main_panels.go working again 2022-03-17 19:13:40 +11:00
menu_panel.go rename displayString to label for menu items 2022-05-08 14:26:18 +10:00
merge_panel.go feat(merge_panel): Add open/edit files in merge conflict panel 2022-04-06 08:27:03 +10:00
modes.go refactor controllers 2022-03-17 19:13:40 +11:00
options_menu_panel.go fix: fix lint error 2022-05-18 20:34:35 +09:00
patch_building_panel.go introduce Ref interface 2022-04-02 17:04:42 +11:00
patch_options_panel.go rename displayString to label for menu items 2022-05-08 14:26:18 +10:00
pty_windows.go
pty.go
quitting.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
recent_repos_panel.go Merge pull request #1950 from HiromasaNojima/add_subcommand_into_specific_layout_directly 2022-06-11 11:51:14 +10:00
recording.go update linters 2022-03-19 12:12:57 +11:00
reflog_panel.go reflog controller 2022-03-17 19:13:40 +11:00
refresh.go do not highlight line if there are no items to display 2022-04-16 15:19:32 +10:00
remote_branches_panel.go fix: fix ambiguous refname 2022-05-13 21:05:51 +09:00
remotes_panel.go refactor contexts 2022-03-17 19:13:40 +11:00
searching.go use PopContext 2022-03-17 19:13:40 +11:00
side_window.go
staging_panel.go feat: add ability to edit hunk 2022-05-06 21:53:00 +09:00
stash_panel.go stash controller 2022-03-17 19:13:40 +11:00
status_panel.go rename displayString to label for menu items 2022-05-08 14:26:18 +10:00
sub_commits_panel.go cleanup 2022-03-17 19:13:40 +11:00
submodules_panel.go refactor contexts 2022-03-17 19:13:40 +11:00
suggestions_panel.go refactor contexts 2022-03-17 19:13:40 +11:00
tags_panel.go fix: fix ambiguous refname 2022-05-13 21:05:51 +09:00
tasks_adapter.go add scrollbars 2022-04-16 17:29:17 +10:00
updates.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
view_helpers.go better popup resizing logic 2022-05-08 13:24:36 +10:00
views.go add tooltip view for showing menu item descriptions 2022-05-08 13:24:36 +10:00
whitespace-toggle.go
window.go don't hide transient views upon losing focus 2022-03-26 18:00:46 +11:00