Commit graph

  • b3b014f84e feature<Histories>: add usage guide for histories panel. leo 2020-11-26 13:18:03 +0800
  • 757c64e49c fix<Diff, Blame>: check scroller before use it leo 2020-11-26 12:47:24 +0800
  • f1b31820a7 style<CommitViewer>: default color for avatar mask leo 2020-11-26 12:05:17 +0800
  • 9532d4cf8f fix<CommitViewer>: auto hide/show avatar mask leo 2020-11-26 12:01:55 +0800
  • 400b8c3af5 optimize<CommitViewer>: use d=404 instead of d=mp to get avatar from gravatar.com leo 2020-11-26 11:52:50 +0800
  • 60254e15ad optimize<Diff,Blame>: optimize layout calculation leo 2020-11-26 11:08:08 +0800
  • 4d3dc4398b style<DiffViewer>: minWidth scrollbar size leo 2020-11-25 20:56:41 +0800
  • e5913b6ff6 optimize<Diff>: improve update layout performance leo 2020-11-25 20:51:33 +0800
  • 12b4783d6e style<CommitViewer>: use same font size with author's name for comitter's leo 2020-11-24 19:00:29 +0800
  • 4aa4c39326 update<screenshots>: update screenshots leo 2020-11-24 18:21:48 +0800
  • 86fd64c342 upgrade<Version>: Release 2.0 v2.0 leo 2020-11-24 17:59:11 +0800
  • 7fecc471b0 feature<Dashboard>: auto delete .git/rebase-apply when there's no conflicts detected leo 2020-11-24 17:55:44 +0800
  • cbdebee4c2 feature<*>: use DataGrid instead of RichTextBox to improve performance leo 2020-11-24 17:14:44 +0800
  • 544d819c96 style<CommitViewer>: alignment for refs of selected commit leo 2020-11-23 19:09:01 +0800
  • d42da5f5fa style<CommitViewer>: better layout for committer and author leo 2020-11-23 19:00:14 +0800
  • 9d9e741aa5 optimize<FolderDialog>: simplify FolderDialog interface leo 2020-11-23 14:02:13 +0800
  • 5a9c4c32b0 style<FolderDialog>: use different icons for expanded/collapsed items leo 2020-11-23 13:53:46 +0800
  • d6526e7907 fix<ToggleButton>: fix status icon for diff mode leo 2020-11-23 13:46:35 +0800
  • e42290eef1 feature<FolderDialog>: add FolderDialog to remove dependency on System.Windows.Forms leo 2020-11-23 13:41:13 +0800
  • 6bf06c87f1 optimize<project>: remove unused resources leo 2020-11-20 15:46:30 +0800
  • cad64f6352 optimize<Blame>: using ItemsControl instead of TextBox to show line numbers leo 2020-11-20 15:46:06 +0800
  • b97d5e608d feature<DiffViewer>: add combined diff view mode; optimize line number using virtualizing ItemsControl instead of TextBox leo 2020-11-20 15:45:04 +0800
  • 788013817d style<Histories>: font family change leo 2020-11-19 15:47:22 +0800
  • db799f5c92 fix<CommitViewer>: fix save revision file to path error when selected file is managed by LFS leo 2020-11-18 20:05:41 +0800
  • 0e48344401 feature<CommitViewer>: using d=map instead of d=identicon leo 2020-11-18 17:34:38 +0800
  • dab5302fc8 feature<CommitViewer>: support avatar from gravatar.com leo 2020-11-18 17:14:32 +0800
  • 730cf2a842 feature<WorkingCopy>: enable mergetool.writeToTemp when open external merge tool leo 2020-11-18 14:49:08 +0800
  • 2685a9b709 optimize<Icon>: remove duplicated icon leo 2020-11-18 14:38:34 +0800
  • af5ae8383b feature<Launcher>: add DropShadowEffect for top of toolbar leo 2020-11-18 14:29:53 +0800
  • 59e075ff09 upgrade<Version>: Release 1.9 v1.9 leo 2020-11-18 09:33:43 +0800
  • 84b2b4d7ae fix<InteractiveRebase>: root commit can NOT be rebased leo 2020-11-17 21:06:04 +0800
  • 76e6719441 update<project>: add PropertyGroup.RuntimeIdentifier leo 2020-11-17 20:34:21 +0800
  • 2b660e26f3 update<README>: update document leo 2020-11-17 20:25:30 +0800
  • ff4427f49f update<project>: force using "framework-dependent single-file app" mode leo 2020-11-17 20:23:15 +0800
  • 24ce527803 optimize<project>: remove prefer 32-bit setting leo 2020-11-17 20:20:09 +0800
  • df1cdb201f update<README>: add .NET 5.0 requirements anouncement leo 2020-11-17 20:01:38 +0800
  • 551021520a feature<Dashboard>: auto remove .git/rebase-apply when continue finished leo 2020-11-17 19:56:18 +0800
  • 78614a71db optimize<Blame>: remove unused code leo 2020-11-17 19:33:22 +0800
  • 5584b323de optimize<Blame, DiffViewer>: using StringBuilder instead of TextBox.AppendText leo 2020-11-17 19:31:39 +0800
  • befe54240a style<Histories>: change style of CLEAR/TOGGLE button in search bar leo 2020-11-17 18:11:42 +0800
  • 12169cc53a feature<Histories>: add collapse button in search bar leo 2020-11-17 12:59:55 +0800
  • 1a719a464e fix<*>: open explore exception on .NET 5.0 leo 2020-11-17 12:41:51 +0800
  • 24b175c331 upgrade<project>: upgrade to .net 5.0 leo 2020-11-17 11:41:01 +0800
  • a3f2c672b7 style<Launcher>: better z-index for tabs in titlebar leo 2020-11-16 21:06:56 +0800
  • c14198a830 fix<Diff>: getting wrong size for LFS objects when the size of file didn't changed leo 2020-11-04 23:35:12 +0800
  • 19bccbecf6 feature<Dashboard>: add context menu "Tracking" to change upstream of selected local branch leo 2020-11-04 11:54:09 +0800
  • 5e6ef8abcb optimize<CommitGraph>: remove unused code leo 2020-11-03 11:45:46 +0800
  • dbf5ffe01b style<Launcher>: hide tab close button by default leo 2020-10-30 12:05:52 +0800
  • 3b7a030846 upgrade<Version>: Release 1.8 v1.8 leo 2020-10-27 16:15:35 +0800
  • 01aafd61f8 style<Dashboard>: re-arrange buttons in toolbar leo 2020-10-27 15:51:57 +0800
  • 8050d5a2ab fix<Remote>: do NOT check remote name if only edit it's URL leo 2020-10-12 09:58:39 +0800
  • f476d758ca fix<Repository>: validation for remote uri with 'git@' leo 2020-09-29 14:13:49 +0800
  • 382ea6b89a fix<Dashboard>: update filters for commits when branch changed or tag deleted leo 2020-09-29 10:53:49 +0800
  • 5f34f968d7 style(Dashboard): move configuration from left to right leo 2020-09-28 10:36:14 +0800
  • 11b9c8ac09 style(TwoCommitsDiff): change title style leo 2020-09-25 18:02:12 +0800
  • d2f5e2caf0 optimize(TwoCommitsDiff): remove unused code leo 2020-09-25 17:31:11 +0800
  • 5592c652f7 feature(Histories): supports to diff selected 2 commits leo 2020-09-25 17:24:43 +0800
  • b177f541be update(README): doc update leo 2020-09-25 16:33:37 +0800
  • 77ba0e6cdb feature(LFS): LFS diff and preview support leo 2020-09-25 16:30:28 +0800
  • f3ee044818 fix<CommitGraph>: ignore all other branches merged into the last commit. leo 2020-09-25 11:15:04 +0800
  • 488a7b37c4 upgrade(Version): Release 1.7 v1.7 leo 2020-09-23 10:26:06 +0800
  • 8719a7c935 fix(Diff): fixup diff unstaged/staged file error leo 2020-09-23 10:15:59 +0800
  • 9b452bef8b fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. leo 2020-09-01 17:22:47 +0800
  • cfce4bddd7 style(History): unify context menu style for commit leo 2020-08-18 09:49:08 +0800
  • 96bf5548c6 fix(Merge): auto delete MERGE_HEAD/REVERT_HEAD/REBASE_HEAD/CHERRY_PICK_HEAD when merge command returns no errors. leo 2020-08-18 09:40:21 +0800
  • 42c933ab54 optimize(Commit): detect selected file type before reading its content leo 2020-08-12 14:24:38 +0800
  • 8628e2af2d Release 1.6 v1.6 leo 2020-08-12 09:08:46 +0800
  • 1bdc4f91af <style>(<*>): 完善Tab的阴影效果,调整 Merge 提示框 和 错误提示框的按键大小 ZCShou 2020-08-12 08:06:43 +0800
  • fa1a86b7ac fix(Checkout): never update repository when checkout failed. leo 2020-08-11 19:47:13 +0800
  • 8bc23a7d71 fix(*): show special characters, like '-', '_', etc, in local branches; App.RaiseError crashes when called in other threads except UI. leo 2020-08-07 23:40:23 +0800
  • cf203c66aa update(License): change license leo 2020-08-07 17:20:18 +0800
  • e00799555f feature(WorkingCopy): add context menu entry to view histories from selected unstaged change leo 2020-08-07 17:16:17 +0800
  • 5fa2c601a8 fix(Pull): make sure git pull succeeds before dropping stash leo 2020-08-07 17:02:43 +0800
  • 861ed8bdb6 style(Launcher): nothing changed leo 2020-08-07 09:52:40 +0800
  • a86f8cd463 fix(Submodule): refresh working copy status after submodule updated leo 2020-08-06 16:39:10 +0800
  • 9fceb821ea refactor(PercentToDouble): remove unused PercentToDouble converter leo 2020-08-06 16:11:00 +0800
  • 5ce9cffcee refactor(*): re-arrange project leo 2020-08-06 16:01:10 +0800
  • 7558bbd4f2 refactor(PopupManager): rewrite popup leo 2020-08-06 15:41:25 +0800
  • 28e3a1bb27 optimize(Manager): add context menu for recent opened repositories leo 2020-08-06 11:31:20 +0800
  • 08dc039768 style(Conflict): better color for conflicts detected tool bar leo 2020-08-06 11:08:58 +0800
  • ba2063f956 style(Dashboard): remove line between tab and toolbar when using light theme leo 2020-08-06 10:21:30 +0800
  • 4d3a0a45cb style(Launcher): drop shadow direction for tabs in title bar leo 2020-08-06 10:11:11 +0800
  • 692442aff1 feature(Launcher): show repository path as tooltip on tabs leo 2020-08-05 16:35:01 +0800
  • 073c189f18 optimize(*): speed up for openning same repository that already opened before leo 2020-08-05 16:21:40 +0800
  • 65d89897f1 style(Histories): startup page leo 2020-08-05 15:07:46 +0800
  • 1732e5ed7c style(TreeView): padding 0 leo 2020-08-05 11:47:21 +0800
  • c9cb1af7ac style(Manager): change splitter color leo 2020-08-05 10:08:19 +0800
  • 6d54207b50 feature(Launcher): enable scroll for tabs in title bar v1.5 leo 2020-08-05 10:01:27 +0800
  • 5066b974a1 optimize(*): move App.Launcher.GetPopupManager to App.GetPopupManager leo 2020-08-05 09:32:24 +0800
  • 3c24eaa6a7 style(Launcher): tabitem style leo 2020-08-04 09:41:55 +0800
  • 90b92b1944 fix(DiffViewer): hide original file name when it's /dev/null leo 2020-08-03 20:11:25 +0800
  • a743cf6bd5 update(Preview): screenshots leo 2020-08-03 19:57:04 +0800
  • 036a4cb3d5 style(Launcher): offset for first tab in title bar leo 2020-08-03 19:51:36 +0800
  • 41a66c67b5 style(Dashboard): arrange button in toolbar leo 2020-08-03 19:49:23 +0800
  • 67df225ba0 style(*): splitter color leo 2020-08-03 19:25:36 +0800
  • 7337d4ebd1 style(Icon): remove unused icons leo 2020-08-03 19:16:14 +0800
  • 4bb20616db fix(Launcher): using MouseMove instead of PreviewMouseMove event leo 2020-08-03 18:34:53 +0800
  • a4d1617c5a feature(Launcher): enable drag-drop on title bar leo 2020-08-03 18:29:48 +0800
  • c6e094b95c update(*): update screenshots leo 2020-08-03 17:50:50 +0800
  • 31c660e5ad style(Histories): change background color to remove line between GridSplitter and DataGrid leo 2020-08-03 17:48:53 +0800