1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui
2021-03-30 21:57:00 +11:00
..
boxlayout fix lint errors 2020-11-18 08:36:19 +11:00
presentation WIP 2021-03-30 21:57:00 +11:00
types support labels for suggestions which are distinct from values 2020-11-28 20:48:17 +11:00
app_status_manager.go notify user upon copying something to clipboard 2020-11-21 17:31:08 +11:00
arrangement.go preserve width of side panel when main view split unless window is wide enough 2020-10-13 07:31:14 +11:00
branches_panel.go gui: ReplaceAll -> Replace 2021-02-24 00:09:05 +01:00
cherry_picking.go type i18n 2020-10-10 00:23:01 +11:00
commit_files_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
commit_message_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
commits_panel.go refactor prompt opts 2020-11-28 20:48:17 +11:00
confirmation_panel.go refactor 2020-11-28 20:48:17 +11:00
context.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
credentials_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
custom_commands.go refactor prompt opts 2020-11-28 20:48:17 +11:00
diffing.go refactor prompt opts 2020-11-28 20:48:17 +11:00
discard_changes_menu_panel.go fix lint errors 2020-11-18 08:36:19 +11:00
editors.go fix panic for unprintable key presses 2021-03-21 11:24:36 +11:00
file_watching.go fix lint errors 2020-11-18 08:36:19 +11:00
files_panel.go support toggling collapsed 2021-03-30 21:57:00 +11:00
filtering_menu_panel.go refactor prompt opts 2020-11-28 20:48:17 +11:00
filtering.go fix lint errors 2020-11-18 08:36:19 +11:00
git_flow.go refactor prompt opts 2020-11-28 20:48:17 +11:00
global_handlers.go gui: ReplaceAll -> Replace 2020-12-24 10:21:54 +01:00
gui_test.go add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
gui.go support toggling collapsed 2021-03-30 21:57:00 +11:00
keybindings.go update wording 2021-03-30 21:57:00 +11:00
layout.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
line_by_line_panel.go fix mutex deadlock 2020-10-10 00:23:01 +11:00
list_context.go WIP 2021-03-30 21:57:00 +11:00
main_panels.go fix lint errors 2020-11-18 08:36:19 +11:00
menu_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
merge_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
modes.go type i18n 2020-10-10 00:23:01 +11:00
options_menu_panel.go add colors to differentiate action and menu commands 2021-02-16 13:52:04 -08:00
patch_building_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
patch_options_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
pty_windows.go fix windows CI 2020-10-02 08:09:42 +10:00
pty.go allow submodule init and show submodule diff with a prefix 2020-10-02 08:09:42 +10:00
quitting.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
rebase_options_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
recent_repos_panel.go Visualize the commits for all branches 2020-11-28 19:19:47 +11:00
recording.go gui: fix go-1.10 compatibility 2020-10-14 12:43:31 +02:00
reflog_panel.go type i18n 2020-10-10 00:23:01 +11:00
remote_branches_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
remotes_panel.go refactor prompt opts 2020-11-28 20:48:17 +11:00
reset_menu_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
searching.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
side_window.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
staging_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
stash_panel.go refactor prompt opts 2020-11-28 20:48:17 +11:00
status_line_manager_test.go combining nodes when only one child exists 2021-03-30 21:57:00 +11:00
status_line_manager.go support toggling collapsed 2021-03-30 21:57:00 +11:00
status_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
status_tree.go combining nodes when only one child exists 2021-03-30 21:57:00 +11:00
sub_commits_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
submodules_panel.go WIP 2021-03-30 21:57:00 +11:00
suggestions_panel.go soft code finding of suggestions 2020-11-28 20:48:17 +11:00
tags_panel.go refactor prompt opts 2020-11-28 20:48:17 +11:00
tasks_adapter.go allow submodule init and show submodule diff with a prefix 2020-10-02 08:09:42 +10:00
undoing.go fix lint errors 2020-11-18 08:36:19 +11:00
updates.go fix updater 2020-11-22 10:00:35 +11:00
view_helpers.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +11:00
window.go cleanup 2020-08-23 14:29:18 +10:00
workspace_reset_options_panel.go type i18n 2020-10-10 00:23:01 +11:00