leo
bd6228bb26
refactor: using ListBox
instead of DataGrid
for commit list and remove dependency of Avalonia.Controls.DataGrid
2024-08-28 10:02:14 +08:00
leo
64943044aa
ux: new style for Flyout
2024-08-27 16:28:20 +08:00
leo
2b7b1e81e0
ux: force using arrow cursor when hover a menu item
2024-08-25 18:17:45 +08:00
leo
7a2722e928
feature: add a context menu to copy entire content of SelectableTextBlock ( #394 )
2024-08-25 15:11:31 +08:00
leo
c6b26517c0
ux: style for branch/tag filter toggle button
2024-08-23 11:35:57 +08:00
leo
c2549869ce
code_style: clean up unused styles
2024-08-22 21:46:06 +08:00
leo
38e2e0f3f4
refactor: rewrite the welcome page since the original TreeView
has many limitations ( #391 )
2024-08-22 21:10:23 +08:00
leo
10e5c7aa6c
refactor: window chrome style
2024-08-22 15:06:30 +08:00
leo
eaf5eba0e7
ux: using Brush.Popup
for menu flyouts
2024-08-22 10:20:18 +08:00
leo
191763e1d8
refactor: commit sha link in message ( #382 )
...
* remove the built-in commit issue tracker rule
* hyperlink in commit message now supports commit sha
2024-08-21 12:46:36 +08:00
leo
7b26589485
fix: button tooltip foreground ( #381 )
...
* TextBlock may not be the direct child of Button, for example, it may wrapped by a StackPanel with icons.
* Introduce another way to solve this problem
2024-08-21 10:18:28 +08:00
Chiahong Hong
1dfa7aa1a7
fix: correct selector for foreground color in tooltip on primary button
2024-08-21 01:28:13 +08:00
leo
f4f5ae7430
ux: remove rounded corner when window is maximized using TemplateBinding ( #378 )
2024-08-20 20:59:57 +08:00
leo
c1c1e1f0c8
ux: remove rounded corner when window is maximized ( #378 )
2024-08-20 20:48:44 +08:00
leo
5370526fcc
ux: selected style for repo dashboard contents
2024-08-20 17:11:51 +08:00
leo
9844043c7f
ux: use ListBox with VirtualizingStackPanel instead of DataGrid since height of DataGridRow is not equal with the RowHeight value
2024-08-20 16:55:28 +08:00
leo
9057b71f2d
refactor: rewrite the font configuration ( #366 )
...
* input font name directly instead of a font picker because localized font family name is not supported by Avalonia
* fallback monospace font to default font
* remove unused code
2024-08-19 17:14:41 +08:00
leo
f7e0cbf989
ux: style for disabled menu item
2024-08-16 10:14:08 +08:00
leo
eb56de2d6f
ux: change min height of DataGridCell's from 32 (default) to 24
2024-08-15 21:34:24 +08:00
leo
3bcea2a4f0
ux: style of commit message picker button
2024-08-15 19:52:05 +08:00
leo
55da40f8dc
fix: sometimes textblock with issue link will render nothing
2024-08-14 11:06:37 +08:00
leo
202aa379f8
fix: can not select the entire content of commit message
2024-08-13 12:08:33 +08:00
leo
965a4b21ae
feature: use Ctrl
+ click to start fetch/pull/push automatically with default options ( #351 )
2024-08-12 15:01:00 +08:00
leo
de2f70b8ea
feature: supports display tags in a tree ( #350 )
2024-08-11 18:12:58 +08:00
leo
a2749d3c4f
ux: add Color.Link
for issue links ( #315 )
2024-08-06 13:57:51 +08:00
leo
f754b2c63a
feature: supports issue tracker in commit message ( #315 )
2024-08-05 17:34:49 +08:00
leo
281ef8b490
fix: first '_' character not shown in menu item ( #313 )
2024-08-02 22:53:55 +08:00
leo
327b8033b6
rename: rename monospace
style to primary
2024-07-29 20:48:04 +08:00
leo
aea61e0067
feature: add a toggle button in Preference dialog to only use monospace font in code editor ( #292 )
2024-07-29 20:20:27 +08:00
leo
869ba7a471
ux: improve tooltip recognition
2024-07-24 17:45:30 +08:00
leo
80a7b73dd4
ux: style for commit time display mode toggle
2024-07-16 13:26:04 +08:00
leo
1eb77a5e49
feature: add a toggle button to change the commit time display mode to time period it is passed from now ( #259 )
2024-07-16 12:16:08 +08:00
leo
684fedb9bd
ux: icons
2024-07-15 15:47:28 +08:00
leo
a807aa9e12
code_style: remove all IDE warnings
2024-07-14 15:55:15 +08:00
leo
6206c6abbc
ux: remove unused styles
2024-07-12 17:42:03 +08:00
leo
1c204e72a1
refactor: remove dependency on Avalonia.Controls.TreeDataGrid
2024-07-12 17:14:52 +08:00
leo
7f228385f9
refactor: use cutom RevisionFileTreeView
instead of TreeDataGrid
2024-07-12 13:54:38 +08:00
leo
3c770e2525
ux: tree toggle button
2024-07-12 11:01:02 +08:00
leo
0ba58a6e9b
fix: ItemsPanel
assign more than once
2024-07-10 12:04:01 +08:00
leo
386c92fa28
localization: add translations for histories datagrid column header
2024-07-09 16:42:07 +08:00
leo
fda13468c4
enhance: supports virtualization in sub context menu
2024-07-07 09:56:22 +08:00
leo
3193693d77
ux: force using double-click to expand/collapse item in TreeView (not TreeDataGrid)
2024-07-04 20:08:37 +08:00
leo
997edae858
fix: tooltip not updated after theme changed ( #233 )
2024-07-03 00:03:24 +08:00
leo
54fb25257e
fix: binding error
2024-07-02 23:14:49 +08:00
leo
1241539260
refactor: custom renderer for launcher tab bar
2024-06-29 17:04:39 +08:00
leo
1972e26da1
ux: margins for group_expander
2024-06-29 11:02:05 +08:00
leo
c53aad7142
fix: selected color in TreeDataGrid not updated after system accent color changed
2024-06-26 10:06:03 +08:00
leo
6206626687
ux: group label layout
2024-06-25 21:32:05 +08:00
leo
b5393c5ace
fix: selected color of ListBoxItem not work on Debain 12 Wayland
2024-06-25 16:08:27 +08:00
leo
432f5a98da
ux: new design for repository left side bar
2024-06-25 15:03:21 +08:00