1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-25 00:46:54 +02:00
Commit Graph

77 Commits

Author SHA1 Message Date
a38d1a3b68 Explicitly refer confirmation panel view
as @jesseduffield pointed in #358, need to refer
confirmation panel view explicitly in case something
else has focus

Co-Authored-By: KOREAN139 <korean139@gmail.com>
2019-01-17 10:29:52 +11:00
2dc5e6d503 Fix recent repo view size issue
getMessageHeight() calculates height under assumption that given view's
wrap option (view.Wrap) is true, and createMenu() does not set wrap
option as true. this causes gocui set improper view's height when lines
in view needs to be wrapped.
add *gocui.View as parameter in getMessageHeight(), and calculates
view's height depend on its wrap option.

resolve issue #354
2019-01-17 10:29:52 +11:00
4886b8350e always hide rather than delete the credentials view, and don't log on error in case there is a user password in the error 2018-12-16 17:28:04 +11:00
9489a94473 Make merge panel its own panel 2018-12-11 22:02:12 +11:00
61c2778de1 Changed pushPassUname name to credentials 2018-12-10 07:51:06 +01:00
19a6a32625 Merge branch 'master' into https-ask-for-username-password 2018-12-08 16:41:39 +01:00
ff856b7630 fetching branches without checking out 2018-12-08 11:51:47 +11:00
1b6d34e76a Merge branch 'master' into https-ask-for-username-password 2018-12-06 08:31:12 +01:00
c0f9795910 staging lines and hunks 2018-12-05 19:33:46 +11:00
80c6e0a8c4 Fixed pushing forever 2018-11-10 17:02:39 +01:00
1be44eae84 Fixed surgestion from golangcibot 2018-10-20 19:03:51 +02:00
12425f0aa7 First good success 2018-10-20 17:37:55 +02:00
986774e5c7 add commit count via gocui subtitle 2018-09-05 20:43:45 +10:00
422b263df4 fix popup panel resizing 2018-09-05 19:10:46 +10:00
96eef7838e better auto update logic 2018-08-27 20:08:10 +10:00
21f6e9ba87 auto-updates 2018-08-25 17:32:34 +10:00
5628eae502 WIP 2018-08-23 18:43:16 +10:00
f025b289f0 enforce white text color in prompt panels 2018-08-18 16:23:19 +10:00
90746502df Fixed comments from jesseduffield on issue #137 2018-08-16 11:31:03 +02:00
88e1a815fe Fixed comment on issue #137 from @jesseduffield 2018-08-16 07:16:32 +02:00
9abbfe5a43 Fully translated pkg/gui/confirmation_panel.go 2018-08-15 15:12:55 +02:00
9112278ab7 Merge pull request #4 from jesseduffield/master
Update to latest master
2018-08-15 15:03:27 +02:00
8d99b400fd factor out code for new popup panels 2018-08-15 21:49:38 +10:00
7c33c02930 dont panic if unable to close confirmation prompt 2018-08-15 21:43:31 +10:00
7e926cf41d Added translation for pkg/gui/ confirmation_panel.go gui.go merge_panel.go 2018-08-15 10:53:05 +02:00
dfafb98871 tried to update to latest master 2018-08-14 11:05:26 +02:00
97cff65612 progress on refactor 2018-08-13 20:26:02 +10:00