Commit graph

102 commits

Author SHA1 Message Date
leo
794a6437fb style<*>: remove unused brushes 2021-04-07 12:35:04 +08:00
leo
fa3ff6f2db style<*>: remove Waiting panel; adjustment for high dpi screens; 2021-04-02 22:45:19 +08:00
leo
762e51de74 optimize<WorkingCopy>: use animated icon instead of waiting panel for committing status 2021-04-02 19:29:05 +08:00
leo
9641613bdb feature<WorkingCopy>: show waiting panel while commiting 2021-04-02 17:44:07 +08:00
leo
c1b9fbaddd feature<Dashboard>: show waiting panel while staging objects 2021-04-02 17:37:47 +08:00
leo
5bc7f9021b style<Histories>: change icons for buttons in histories panel 2021-04-02 16:26:16 +08:00
leo
1d401d0955 style<*>: use Style.Icon as default style of Path 2021-04-02 15:45:31 +08:00
leo
6e6bbaaf0b style<Dashboard>: add Brush.SideBar to replace both Brush.GroupBar and Brush.Content 2021-04-02 14:07:17 +08:00
leo
d1842392bc style<Icon>: new icons for window command 2021-04-02 12:04:45 +08:00
leo
e688441948 style<*>: smaller window command icon size 2021-04-02 11:45:04 +08:00
leo
a163c2e4e8 style<*>: more flat-style theme 2021-04-02 11:34:08 +08:00
leo
e370f93458 style<Theme>: change popup background color for light theme 2021-04-01 17:50:36 +08:00
leo
af875b9ed0 style<*>: flat style without dropshadow effects for toolbar and tabs 2021-04-01 17:31:15 +08:00
leo
3dfe3ae252 feature<Avatar>: add settings for avatar server 2021-04-01 12:47:01 +08:00
leo
38545518a9 optimize<Icons>: remove unused icon 2021-03-31 20:36:28 +08:00
leo
f84118ac9f style<Theme>: colors for light theme 2021-03-31 10:24:51 +08:00
leo
e677a6a6a4 style<Launcher>: change Brush.TitleBar for dark theme 2021-03-30 09:59:26 +08:00
leo
e00271199a style<*>: add border for main window; changed popup background for dark theme; use Consolas for changes in stashes view 2021-03-29 16:26:05 +08:00
leo
872eec85b7 style<Theme>: change Brush.GroupContent color for dark theme 2021-03-25 16:57:10 +08:00
leo
672783390b style<ContextMenu>: decrease thickness of ContextMenu's DropShadowEffect 2021-03-02 09:13:54 +08:00
leo
5239c396f8 style<ContextMenu>: Decrease opacity of ContextMenu's DropShadowEffect 2021-02-25 19:08:49 +08:00
leo
f98ba79c09 style<ContextMenu>: use DropShadowEffect instead a solid border for ContextMenu 2021-02-25 19:00:43 +08:00
ZCShou
643368c6c9 style<Light>: 增加了一些对比度 2021-02-03 16:59:31 +08:00
leo
ed911fb679 style<Dashboard>: toolbar style 2021-02-01 10:18:56 +08:00
leo
91f3f1263a feature<Clone>: support additional parameters to clone remote repository 2021-01-28 15:04:57 +08:00
leo
9ac37ccc09 style<Launcher>: better titlebar background color for dark theme 2021-01-26 17:07:17 +08:00
leo
48efec0e7c style<NewPage>: new icon for new page; change logo size 2021-01-15 17:01:41 +08:00
leo
7c6765b532 style<DiffViewer>: add icon for copy 2021-01-15 16:39:52 +08:00
leo
7055ed84b3 style<SettingDialog>: translations and size 2021-01-14 16:42:27 +08:00
leo
5418ccac9e feature<*>: add translation for Simplified Chinese 2021-01-14 16:31:03 +08:00
leo
ae1224ded3 optimize<Theme>: remove unused code 2021-01-07 15:01:25 +08:00
leo
9daaa5907d style<Theme>: colors for light theme 2021-01-07 09:31:52 +08:00
leo
7106f3b978 feature<Launcher>: add ChromeTabShape; new titlebar theme for Launcher 2021-01-07 00:35:48 +08:00
leo
f98b73eaea optimize<Theme>: rename brushes used by this app and re-design light-theme 2021-01-06 21:08:32 +08:00
leo
72f09e96af refactor<Launcher>: rewrite title bar of Launcher 2020-12-31 11:26:33 +08:00
leo
cdc31a47e6 fix<Launcher>: re-arrange app alerts to remove event blocking on top-left corner in Histories panel 2020-12-19 22:40:37 +08:00
leo
00214fe0ab style<Theme>: change brush colors for light theme 2020-12-17 14:54:56 +08:00
leo
bb1c98917e style<Launcher>: remove ShadowEffect for tabs in titlebar;change color for light theme 2020-12-17 14:27:50 +08:00
leo
0517142330 style<Dashboard>: change style for tags & submodules toggle button 2020-12-14 13:54:07 +08:00
leo
a53d3f642d style<Histories>: move guide into a tooltip button 2020-12-10 21:15:59 +08:00
leo
24719f37d2 style<Launcher>: change bookmark style 2020-12-07 19:39:50 +08:00
leo
a2254ae578 feature<Launcher>: change style of tabs in title bar; bookmark color for repository 2020-12-07 18:03:05 +08:00
leo
1a46551a77 feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
leo
8a6d970498 feature<WorkingCopy>: add grid layout for unstaged and staged files mode 2020-11-27 18:47:32 +08:00
leo
400b8c3af5 optimize<CommitViewer>: use d=404 instead of d=mp to get avatar from gravatar.com 2020-11-26 11:52:50 +08:00
leo
d6526e7907 fix<ToggleButton>: fix status icon for diff mode 2020-11-23 13:46:35 +08:00
leo
b97d5e608d feature<DiffViewer>: add combined diff view mode; optimize line number using virtualizing ItemsControl instead of TextBox 2020-11-20 15:45:04 +08:00
leo
2685a9b709 optimize<Icon>: remove duplicated icon 2020-11-18 14:38:34 +08:00
leo
12169cc53a feature<Histories>: add collapse button in search bar 2020-11-17 12:59:55 +08:00
leo
19bccbecf6 feature<Dashboard>: add context menu "Tracking" to change upstream of selected local branch 2020-11-04 11:54:09 +08:00
leo
77ba0e6cdb feature(LFS): LFS diff and preview support 2020-09-25 16:30:28 +08:00
leo
5ce9cffcee refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00