Commit Graph

1291 Commits

Author SHA1 Message Date
Stephan Dilly
680b178a37 make revlog sorted by time 2021-05-29 15:42:17 +02:00
Stephan Dilly
76002f1b9c update changelog, fix dates 2021-05-28 12:22:50 +02:00
Stephan Dilly
b59e050d67 cleanup some todos 2021-05-28 12:11:39 +02:00
Stephan Dilly
c0ce674438 readme: warn that gpgsign not supported 2021-05-28 11:52:30 +02:00
Stephan Dilly
a5f739aa69 update readme 2021-05-28 11:48:41 +02:00
Stephan Dilly
7fbc3f020d version bump 2021-05-28 11:41:20 +02:00
Stephan Dilly
0e2833224a version bump filetree 2021-05-28 11:36:14 +02:00
Stephan Dilly
e351c410b2 fix demo gif location 2021-05-28 11:34:35 +02:00
Stephan Dilly
b7d7f0ab84 version bump gitui 2021-05-28 11:33:07 +02:00
Stephan Dilly
c8099ee9f9 cleanup 2021-05-28 11:31:43 +02:00
ImgBotApp
8ddeddf8c5 [ImgBot] Optimize images
/filetreelist/demo.gif -- 1,041.05kb -> 910.62kb (12.53%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-28 11:20:47 +02:00
Stephan Dilly
470ca4a678 todos 2021-05-28 11:18:58 +02:00
Stephan Dilly
3c8060f6f5 readme for filetreelist 2021-05-28 11:18:54 +02:00
Stephan Dilly
032948f01a rename filetree crate to prepare for publish 2021-05-28 11:10:11 +02:00
Stephan Dilly
bfa83ae343 move async_job abstraction into asyncgit for now 2021-05-28 11:02:31 +02:00
Stephan Dilly
16f03d459e bump asyncgit version 2021-05-28 10:44:10 +02:00
Stephan Dilly
f5b9f7259c more gifs 2021-05-28 09:57:20 +02:00
Stephan Dilly
9700f9f5ee fix margin in file-tree 2021-05-28 09:49:44 +02:00
Stephan Dilly
b8f8081e58 changelog 2021-05-28 00:20:28 +02:00
Stephan Dilly
739d7e7f84
Fix 730 files tab (#743) 2021-05-28 00:15:02 +02:00
Stephan Dilly
1149ddddd3 fix popup draw order (followup to 594a1a9) 2021-05-27 23:20:57 +02:00
Stephan Dilly
5304303aa6 todo 2021-05-27 22:03:09 +02:00
Richard Menzies
594a1a936d
Turn popup functions into macros (#383)
* Make popup functions into macros
* update to master
* simplify

Co-authored-by: Stephan Dilly <dilly.stephan@gmail.com>
2021-05-27 22:02:09 +02:00
Stephan Dilly
ce5a1a754b update readm 2021-05-27 21:11:40 +02:00
Stephan Dilly
e52b4a35d0 changelog update 2021-05-27 21:08:21 +02:00
Christoph Rüßler
2ed6f53dcf Add popup for tags
This closes #483.
2021-05-27 21:02:30 +02:00
Stephan Dilly
bea7edf90e reorder 2021-05-27 09:39:50 +02:00
Stephan Dilly
242319b1d9
Fix 740 gpgsign warning (#741)
* error if gpgsign=true
2021-05-27 09:34:44 +02:00
Stephan Dilly
5a51fc63ad cleanup 2021-05-26 23:23:04 +02:00
Stephan Dilly
246ea9195d more warnings as errors 2021-05-26 09:13:24 +02:00
Stephan Dilly
094a5f360c cleanup 2021-05-25 14:43:20 +02:00
Stephan Dilly
6b237cdced git2-rs pdate 2021-05-24 18:29:48 +02:00
Stephan Dilly
693bc255ab doc key_config file location on windows 2021-05-24 18:06:59 +02:00
Stephan Dilly
a5b63e5936 support common nav for syntax view (closes #725) 2021-05-24 11:07:32 +02:00
Stephan Dilly
0dd1afb9db cargo update 2021-05-24 10:44:43 +02:00
Stephan Dilly
8a3930c315 changelog 2021-05-24 10:38:53 +02:00
Stephan Dilly
7177bb223b change temporary commit msg file path
we now use `.git/COMMIT_EDITMSG` for vim to recognise
2021-05-24 10:37:58 +02:00
dependabot[bot]
fdcd393ce7 Bump thiserror from 1.0.24 to 1.0.25
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.24...1.0.25)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 10:32:27 +02:00
Stephan Dilly
a8bf31b0ab optimize all async job related clones away (#725) 2021-05-24 02:15:52 +02:00
Stephan Dilly
f73cfa01f1 cleanup 2021-05-24 01:34:58 +02:00
Stephan Dilly
eb9b0753a0 show scrollbars in tree and syntax text (#725) 2021-05-24 01:29:48 +02:00
Stephan Dilly
13b346b8b1 fix scrolling bounds (#725) 2021-05-24 01:12:34 +02:00
Stephan Dilly
6ace7f8eea cleanup 2021-05-24 00:35:00 +02:00
Stephan Dilly
a99baa0427 more clippy checks 2021-05-24 00:28:17 +02:00
Stephan Dilly
3ff8584438 remove some excepts 2021-05-24 00:25:54 +02:00
Stephan Dilly
9b6dd60fe0
Stateful paragraph (#729)
* introduce stateful paragraph
* limit scroll
* show focus clearly
2021-05-23 23:42:49 +02:00
Stephan Dilly
7ac40f73eb warning as error 2021-05-23 13:47:14 +02:00
Stephan Dilly
6decd7a638 allow scrolling syntax text (see #725) 2021-05-23 12:37:32 +02:00
Stephan Dilly
eab8fc202b move syntax highlighting into compononent (see #725) 2021-05-23 12:19:38 +02:00
Stephan Dilly
afa10fe756 help note: external editor key bind (closes #728)
plain chars will be interpreted as text.
2021-05-23 11:35:49 +02:00