1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui
2020-08-13 21:50:23 +10:00
..
presentation standardise how we handle background colours 2020-05-13 21:24:25 +10:00
app_status_manager.go better error handling 2020-03-28 11:59:45 +11:00
arrangement.go move some things around 2020-08-13 21:50:23 +10:00
branches_panel.go allow entering a password when fast forwarding another branch 2020-08-12 18:47:16 +10:00
commit_files_panel.go allow editing commit files 2020-07-21 18:24:39 +10:00
commit_message_panel.go Add tab keybinding in commit message 2020-07-26 16:28:01 +10:00
commits_panel.go support copying stuff to clipboard 2020-04-15 10:44:56 +00:00
confirmation_panel.go fix up some things with the patch handling stuff 2020-03-28 13:19:35 +11:00
context.go big golangci-lint cleanup 2020-03-09 12:23:13 +11:00
credentials_panel.go lowercase function name 2020-08-12 18:47:16 +10:00
diffing.go some more UI logic 2020-03-29 18:26:24 +11:00
dimensions.go move some things around 2020-08-13 21:50:23 +10:00
discard_changes_menu_panel.go add new diff mode 2020-03-29 18:26:24 +11:00
file_watching.go smart refreshing files 2020-03-28 11:59:45 +11:00
files_panel.go support force push after failure 2020-08-12 21:11:24 +10:00
filtering_menu_panel.go add new diff mode 2020-03-29 18:26:24 +11:00
filtering.go refactor gui.go 2020-03-29 11:37:29 +11:00
git_flow.go add bugfix git flow option 2020-04-20 18:31:13 +10:00
global_handlers.go support multiple modes of git pull 2020-08-12 18:47:16 +10:00
gui.go support multiple modes of git pull 2020-08-12 18:47:16 +10:00
keybindings.go accept umlaut keybindings 2020-08-12 20:07:56 +10:00
layout.go move some things around 2020-08-13 21:50:23 +10:00
line_by_line_panel.go fix race condition when scrolling to merge conflict 2020-05-19 18:05:14 +10:00
list_view.go split reflog commits into ReflogCommits and FilteredReflogCommits 2020-03-29 11:37:29 +11:00
menu_panel.go Decouple escaping from quitting 2020-07-18 20:00:48 +10:00
merge_panel.go allow user to scroll themselves inside merge panel 2020-05-19 18:44:53 +10:00
options_menu_panel.go remove old createMenu function 2020-02-15 08:47:36 +11:00
patch_building_panel.go fix race condition when scrolling to merge conflict 2020-05-19 18:05:14 +10:00
patch_options_panel.go Add option to split patch into a new commit 2020-05-09 11:59:37 +10:00
pty_windows.go refactor 2020-03-04 00:12:23 +11:00
pty.go pkg: use upstream pty package 2020-03-25 21:26:15 +11:00
quitting.go immediately quit when pressing q in diff or filter mode 2020-08-12 20:44:29 +10:00
rebase_options_panel.go fix up some things with the patch handling stuff 2020-03-28 13:19:35 +11:00
recent_repos_panel.go reset state on each Run() call 2020-03-29 11:37:29 +11:00
reflog_panel.go add new diff mode 2020-03-29 18:26:24 +11:00
remote_branches_panel.go allow rebasing onto remote branch 2020-08-12 20:58:34 +10:00
remotes_panel.go add new diff mode 2020-03-29 18:26:24 +11:00
reset_menu_panel.go better error handling 2020-03-28 11:59:45 +11:00
searching.go big golangci-lint cleanup 2020-03-09 12:23:13 +11:00
staging_panel.go whoops 2020-04-17 09:27:23 +10:00
stash_panel.go warnings for stash actions 2020-04-20 18:57:08 +10:00
status_panel.go fix race condition when scrolling to merge conflict 2020-05-19 18:05:14 +10:00
tags_panel.go add new diff mode 2020-03-29 18:26:24 +11:00
tasks_adapter.go fix race condition when scrolling to merge conflict 2020-05-19 18:05:14 +10:00
undoing.go split reflog commits into ReflogCommits and FilteredReflogCommits 2020-03-29 11:37:29 +11:00
updates.go better error handling 2020-03-28 11:59:45 +11:00
view_helpers.go refactor how we handle layouts 2020-08-13 21:50:23 +10:00
workspace_reset_options_panel.go better error handling 2020-03-28 11:59:45 +11:00