Commit graph

  • d85f7ffe1b
    ux: use the same style for popup leo 2024-06-13 14:20:26 +0800
  • f3bbf79f4f fix: only fix content margin on Windows platform after window maximized leo 2024-06-13 12:31:45 +0800
  • f5b35d3db2
    refactor: replace all window with custom ChromelessWindow leo 2024-06-13 11:54:10 +0800
  • 68061f82b1
    refactor: rewrite TextDiffView leo 2024-06-12 21:12:45 +0800
  • eab680ae55
    fix: reset current revision file content when selected commit changed leo 2024-06-12 12:13:45 +0800
  • 2078886bc9
    fix: close popup if current page is the last one leo 2024-06-12 12:08:00 +0800
  • 78654243a0
    ux: trim subject if it's too long to display leo 2024-06-12 12:04:51 +0800
  • b59c12e1f0
    ux: re-design UI for checkout commit as deteched action leo 2024-06-12 11:42:22 +0800
  • 662c9e1580
    enhance: remember last WindowState of Launcher leo 2024-06-12 10:22:26 +0800
  • 7c79340cc1
    fix: view not update after Close Other Tabs clicked leo 2024-06-11 17:04:28 +0800
  • f977e76ea7
    feature: remember window size and layout information (#165) leo 2024-06-11 16:36:52 +0800
  • 7f2e22def6
    feature: supports branch compare (#174) leo 2024-06-11 15:30:06 +0800
  • 8bcce5f723
    fix: missing subject for the last commit (oldest in commit graph) leo 2024-06-11 11:08:20 +0800
  • ac1eacaa87
    Merge tag 'v8.16' into develop leo 2024-06-11 09:16:08 +0800
  • e7c52d0eaa
    Merge branch 'release/v8.16' v8.16 leo 2024-06-11 09:16:06 +0800
  • f4a70ba1be
    version: Release 8.16 leo 2024-06-11 09:15:36 +0800
  • c3cbb6d895 fix: submodule diff missing commit message leo 2024-06-08 21:13:59 +0800
  • 4ec93b9d75 enhance: remove nextPartIdx bound check leo 2024-06-08 14:45:18 +0800
  • 9e45a8a77d enhance: only store subject in commits. leo 2024-06-08 12:19:48 +0800
  • 6426da3289
    enhance: supports search commits by changed file path like src/Commands/* or */Add.cs. leo 2024-06-07 18:43:37 +0800
  • 89f2d3dd11
    localization: remove unused keys leo 2024-06-07 17:38:12 +0800
  • bacc1c85ad
    enhance: reduce memory usage by commit detail view leo 2024-06-07 16:32:06 +0800
  • 78c7168a46
    enhance: make commit's subject the same with pretty print parameter %s in git log command leo 2024-06-07 12:31:10 +0800
  • b4e01a8b93
    refactor: commits only hold the end position of subject in body leo 2024-06-06 20:59:09 +0800
  • 064d04fccc
    enhance: improve QueryCommits performance leo 2024-06-06 20:25:16 +0800
  • 1a18235a76
    fix: tab splitter visible issue leo 2024-06-06 18:25:28 +0800
  • 5514c56a29
    refactor: more efficient way to update the visibility of tab splitters leo 2024-06-06 18:09:35 +0800
  • b0c14ab3e4
    fix: tab splitter visible issue leo 2024-06-06 17:17:58 +0800
  • 4610f702b3
    code_style: run dotnet format leo 2024-06-06 15:31:02 +0800
  • ed62174942
    localization: add missing translations for zh_TW leo 2024-06-06 11:26:43 +0800
  • 7201f71e4b
    feature: add Traditional Chinese option (#172) leo 2024-06-06 11:15:22 +0800
  • 7c2edd8fbc
    Merge pull request #172 from gba3124/feature-zh_TW-i18n leo 2024-06-06 11:13:30 +0800
  • cf02c890bf
    ux: re-design the image diff view leo 2024-06-06 11:09:28 +0800
  • 2099f8e17e feat: add support for Traditional Chinese (zh_TW) i18n #172 owen 2024-06-06 10:41:22 +0800
  • 8b1f28ac95
    enhance: show file size change in image diff leo 2024-06-06 10:36:17 +0800
  • 54ef9c0bf7
    refactor: use bindings instead of sync manually leo 2024-06-06 10:01:14 +0800
  • e432559a5e
    enhance: only change the selected changes if it is necessary leo 2024-06-06 09:53:26 +0800
  • 2c0a58a99b
    ux: default color scheme with high contrast leo 2024-06-05 21:11:44 +0800
  • 557e6b48de
    Merge pull request #170 from ccyr119/develop leo 2024-06-05 21:06:48 +0800
  • 87dccda8ff
    fix: solve warnings - Layout cycle detected leo 2024-06-05 21:04:19 +0800
  • 7836f57904 ux: get brush color for LineBackgrounRenderer from themes #170 Chuanyan.Chen 2024-06-05 17:24:03 +0800
  • 0c618998b2
    refactor: sync scroll implement leo 2024-06-05 20:33:33 +0800
  • ce35a0365d
    fix: sync scroll not working #169 leo 2024-06-05 19:56:45 +0800
  • 1d7518a327
    fix: add homebrew to default PATH environment leo 2024-06-05 19:18:47 +0800
  • 7b71f8512d
    ux: re-arrange options in apperance page leo 2024-06-05 18:32:55 +0800
  • 7d49d2b913
    Merge pull request #167 from gadfly3173/fix/add-remote-ssh leo 2024-06-05 18:25:57 +0800
  • 62e5ed8a42
    enhance: supports user overrides the default color schema leo 2024-06-05 18:23:28 +0800
  • 1adf18c724
    fix: remove null-check of sshKey in AddRemote and change command execution order #167 Gadfly 2024-06-05 17:32:19 +0800
  • a9873f1f52
    Merge branch 'sourcegit-scm:develop' into develop #166 Chuanyan.Chen 2024-06-05 17:25:25 +0800
  • 2def606c82 ux: get brush color for LineBackgrounRenderer from themes Chuanyan.Chen 2024-06-05 17:24:03 +0800
  • 9aca84533c
    ux: color scheme for revision compare leo 2024-06-05 14:20:01 +0800
  • 78000b6d1a
    fix: show a empty commit with sha in submodule diff view if commit has been dropped leo 2024-06-05 13:54:52 +0800
  • 1870dcd468
    fix: select item in tree not work leo 2024-06-05 13:21:01 +0800
  • ce9a3dad2f
    enhance: improve commit and stash parsing time leo 2024-06-05 11:46:31 +0800
  • 57540b960a
    code_style: remove unused using leo 2024-06-04 21:05:23 +0800
  • d1eb9e15ef ux: use TextTrimming="CharacterEllipsis" for diff view title leo 2024-06-04 20:34:18 +0800
  • 802b429cc8 enhance: supports word wrap in text diff view leo 2024-06-04 20:19:49 +0800
  • d2ea90be23 ux: Opacity for selected items leo 2024-06-04 17:29:08 +0800
  • 4be068eb21 update: remove unused resources leo 2024-06-04 14:52:05 +0800
  • 863f88133c refactor: using command binding instead of routed event binding leo 2024-06-04 13:10:48 +0800
  • d0edc09b2e refactor: add a popup panel to show submodule updating status leo 2024-06-04 11:36:00 +0800
  • 069c78f213 readme: add tips for macOS users to set environment variables leo 2024-06-04 11:13:19 +0800
  • 5886997389 enhance: QuerySingleCommit supports X.509 and SSH gpg signing formats leo 2024-06-04 10:27:52 +0800
  • 4b0af79f73 enhance: GPG signing settings. leo 2024-06-04 10:20:31 +0800
  • 38fd30d431
    Merge pull request #163 from gadfly3173/fix/readme #164 leo 2024-06-03 15:00:19 +0800
  • 05ab236f8b
    fix: Adjust the insertion method of contrib.rocks to avoid images being cached #163 Gadfly 2024-06-03 14:53:52 +0800
  • 529dccfc44 Merge tag 'v8.15' into develop leo 2024-06-03 10:21:38 +0800
  • d8fe0e2387 Merge branch 'release/v8.15' v8.15 leo 2024-06-03 10:21:37 +0800
  • 9d46a9ae78 version: Release 8.15 leo 2024-06-03 10:21:18 +0800
  • 6a98af17e4 ux: add missing progress description leo 2024-06-03 10:17:47 +0800
  • 0e6a08860a ux: use DataGrid instead of ChangeCollectionView for changes in INFORMATION page leo 2024-06-03 10:06:23 +0800
  • 49ce07443e fix: application data dir may not have been created before crash (#161) leo 2024-06-03 09:44:12 +0800
  • f1f54bf6fe fix: force re-create the tree instead of only rebuild the source for the tree (#157) leo 2024-06-02 14:06:27 +0800
  • 9d88ae466f fix: xaml errors in Rider leo 2024-06-01 12:58:59 +0800
  • f1ff969090 fix: change list in grid mode looks and works weird (#157) leo 2024-06-01 12:46:31 +0800
  • 9d9dd6acb5 code_review: PR #160 leo 2024-06-01 12:34:16 +0800
  • 04e6ed45a7
    Merge pull request #160 from workgroupengineering/feature/CopyFileName leo 2024-06-01 12:19:03 +0800
  • 1257234712 fix: binding errors in xaml leo 2024-06-01 12:13:57 +0800
  • 33c9771f58 feat: Allow Copy only file name with extension #160 Giuseppe Lippolis 2024-05-31 16:37:36 +0200
  • b74bd997fe
    Merge pull request #158 from gadfly3173/feat/i18n-fallback leo 2024-05-31 22:22:56 +0800
  • 693648a321
    fix: i18n use en_US.axaml as default language resource #158 Gadfly 2024-05-31 21:59:56 +0800
  • 477c3126a1 feat: Allow clear all unsatge changes #159 Giuseppe Lippolis 2024-05-31 15:56:37 +0200
  • 7c8b04e84e ux: foreground color for dark theme (#156) leo 2024-05-31 14:18:08 +0800
  • 7f29d313c7 fix: commit graph rendering bug leo 2024-05-31 14:05:38 +0800
  • 71fbd90d21
    Merge pull request #155 from gadfly3173/feat/gpg-format leo 2024-05-31 14:00:58 +0800
  • 198cf04c09 fix: IsEnabled handler not triggered when GPGFormat changed #155 Gadfly 2024-05-31 11:39:15 +0800
  • 80dfa059ce
    feat: add gpg format switcher Gadfly 2024-05-31 00:25:30 +0800
  • b2996acb7b ux: better change list layout in commit detail's INFORMATION page leo 2024-05-30 20:03:36 +0800
  • 0a0551bd72 ux: popup running icon leo 2024-05-30 18:09:42 +0800
  • bf96823804 ux: style for revision comparison with current worktree leo 2024-05-30 18:08:32 +0800
  • 73cfeca8a9 fix: memory leak caused by animation leo 2024-05-30 17:30:54 +0800
  • 092bf15906 enhance: reduce CPU usage leo 2024-05-30 16:28:21 +0800
  • b6e087259b fix: memory leak caused by animation leo 2024-05-30 16:12:28 +0800
  • 8ae864a14d enhance: better support for signed commits (#154) leo 2024-05-30 15:18:26 +0800
  • fa3a3b2dad refactor: code cleanup leo 2024-05-30 15:13:59 +0800
  • 04f4293421 fix: remove binding to SelectedChanges from change list in the INFORMATION page leo 2024-05-30 10:00:24 +0800
  • 55c9fae110 feature: new way to expand/collapse folder node in TreeDataGrid leo 2024-05-30 09:53:07 +0800
  • f4d379e3b8
    Merge pull request #153 from Hammerliu/fix_crash leo 2024-05-29 22:05:37 +0800
  • ea1bfad84d revert: disable double-click folding/unfolding because it will cause IndexOutOfRange exception leo 2024-05-29 21:56:03 +0800
  • 7ec21e2e53 Fix the crash caused by pushing without a branch #153 DESKTOP-L3MJ80L\hamme 2024-05-29 21:31:46 +0800