1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui
2021-04-06 19:34:32 +10:00
..
boxlayout big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
filetree safer code 2021-04-02 11:09:12 +11:00
mergeconflicts refactor 2021-04-02 11:09:12 +11:00
presentation better colouring for directories for when adding a patch 2021-04-02 11:00:15 +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 big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
cherry_picking.go type i18n 2020-10-10 00:23:01 +11:00
commit_files_panel.go remove dead code 2021-04-02 11:00:15 +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 big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
confirmation_panel.go refactor 2020-11-28 20:48:17 +11:00
context.go add mutex to prevent crashes with merge conflicts 2021-04-02 11:09:12 +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 file tree for commit files 2021-04-02 11:00:15 +11:00
diffing.go refactor prompt opts 2020-11-28 20:48:17 +11:00
discard_changes_menu_panel.go big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
editors.go prioritise keybindings on editors 2021-04-06 19:34:32 +10:00
errors.go big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
file_watching.go big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
files_panel.go do not jump cursor around when fixing merge conflicts 2021-04-02 11:09:12 +11:00
filtering_menu_panel.go refactor to no longer call these things file changes 2021-04-02 11:00:15 +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 big refactor to give our enums actual types 2021-04-02 11:00:15 +11: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 use true output mode 2021-04-06 19:34:32 +10:00
keybindings.go support backtab key 2021-04-06 19:34:32 +10: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 big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
list_context.go refactor 2021-04-02 11:00:15 +11:00
main_panels.go big refactor to give our enums actual types 2021-04-02 11:00:15 +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 better handling of scrolling for conflicted files 2021-04-02 11:09:12 +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 refactor to no longer call these things file changes 2021-04-02 11:00:15 +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 faster startup 2021-04-01 09:13:29 +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 big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
remotes_panel.go big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
reset_menu_panel.go big refactor to give our enums actual types 2021-04-02 11:00:15 +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 big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
stash_panel.go big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
status_panel.go Start on supporting auto-suggestions when checking out a branch 2020-11-28 20:48:17 +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 big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
suggestions_panel.go soft code finding of suggestions 2020-11-28 20:48:17 +11:00
tags_panel.go big refactor to give our enums actual types 2021-04-02 11:00:15 +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 big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
updates.go fix updater 2020-11-22 10:00:35 +11:00
view_helpers.go big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
window.go remove dead code 2021-04-02 11:00:15 +11:00
workspace_reset_options_panel.go big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00