Commit graph

1524 commits

Author SHA1 Message Date
leo
907e009275
ux: subject length tooltip font size and color 2024-06-23 21:35:28 +08:00
leo
ee6c360dc9
ux: z order of horizontal indicator line 2024-06-23 17:30:47 +08:00
leo
dca8f8b39b
feature: warn when commit subject line goes beyond a certain number of characters (#201) 2024-06-23 15:45:54 +08:00
leo
d3042bbe8d
ux: style for buttons in conflict bar 2024-06-22 19:35:15 +08:00
leo
bfd364752b
fix: crash while running WorkingCopy.Clear 2024-06-22 19:05:34 +08:00
leo
dbce8eebde
refactor: use the same control between image preview view and image diff view 2024-06-22 18:56:49 +08:00
leo
45b93a117e
ux: foreground for primary button 2024-06-22 18:38:18 +08:00
leo
4e8e39d2fe
enhance: do NOT use render target when there's only added or delete image. 2024-06-22 14:00:49 +08:00
leo
dde5d4a2a8
ux: margins for FileHistories content 2024-06-22 12:07:28 +08:00
leo
24590a0e43
readme: add image diff view mode tips 2024-06-22 11:51:58 +08:00
leo
209f51da9e
enhance: new image alpha blend implementation 2024-06-22 11:25:19 +08:00
leo
7a5279f717 ux: hide if image not exists 2024-06-21 23:52:40 +08:00
leo
d23740d9e8 ux: tab item font size for image diff view 2024-06-21 23:18:46 +08:00
leo
73e450c684 enhance: new image blend algorithm 2024-06-21 23:07:11 +08:00
leo
2a85f26754 fix: openpgp typo 2024-06-21 23:02:28 +08:00
leo
e1cdbae0ab
fix: wrong percentage for both old and new 2024-06-21 18:49:17 +08:00
leo
1f0c4be625
enhance: update GPG program path after type changed 2024-06-21 18:38:32 +08:00
leo
16b6e90656
fix: configuration of gpg.ssh.program was cleared on Preference windows closing. 2024-06-21 18:23:32 +08:00
leo
c713210a9e
Merge pull request #200 from gadfly3173/fix/working-copy
fix: NRE in WorkingCopy (#199)
2024-06-21 17:56:22 +08:00
leo
8e88df92b3
feature: add two view mode for image diff - side-by-side and blend 2024-06-21 17:48:19 +08:00
Gadfly
0ffc30d58f
fix: print Type Name in crash log 2024-06-21 17:37:04 +08:00
Gadfly
aad91ea834
fix: NRE in WorkingCopy (#199) 2024-06-21 17:22:28 +08:00
leo
d3d6889e25
feature: supports P4Merge as external merge/diff tool (#181) 2024-06-21 10:29:01 +08:00
leo
280df7377e
code_style: remove useless code 2024-06-20 20:58:14 +08:00
leo
b39d33a897
ux: style change for InteractiveRebase 2024-06-20 20:03:01 +08:00
leo
8c8e09aa67
fix: crash when de-select commit using Ctrl 2024-06-20 17:32:14 +08:00
leo
376f775078
fix: remove code for debug 2024-06-20 17:11:23 +08:00
leo
a2866a8789
readme: add description for interactive rebase 2024-06-20 17:08:29 +08:00
leo
7070a07e15
feature: simple interactive rebase support (#188)
* Only allow to start interactive rebase from merged commit in current branch
* The order of commits in the interactive rebase window is as same as it's in histories page.
* Unlike anthor git frontend app `Fork`, you should edit the final message on the last commit rather than the  previous commit that will be meld into while squashing commits
2024-06-20 17:02:12 +08:00
leo
6c9f7e6da3
Merge pull request #193 from gadfly3173/ci/package-tar
ci: Remove the publish directory when packaging tarball
2024-06-20 12:43:20 +08:00
Gadfly
d0ca40bf58
ci: Remove the publish directory when packaging tarball 2024-06-20 11:17:14 +08:00
leo
c1c27be39a
fix: crash when click blank area of change list in Information page of CommitDetail (#192) 2024-06-20 11:11:09 +08:00
leo
02ace694d0
Merge pull request #191 from ennerperez/feature/q-open-submodule
Quick open submodule
2024-06-20 09:27:48 +08:00
leo
7241879f5a
code_review: PR #190
* check middle button click before other action
* pass clicked tab instead of null to avoid closing current active page while clicking on other invalid tab
2024-06-20 09:25:56 +08:00
leo
f3e54369ad
Merge pull request #190 from ennerperez/feature/middle-click-close
Middle Button Close Tab
2024-06-20 09:19:25 +08:00
leo
0a35d8a22d
Merge pull request #189 from workgroupengineering/feature/Clone_Populate_URL
feature: Allow populating the repository URL from the clipboard
2024-06-20 09:15:16 +08:00
Enner Pérez
46b1fc1831 DoubleTab Open Submodule 2024-06-19 13:24:54 -05:00
Enner Pérez
033fbc6383 OpenSubmodule Method 2024-06-19 13:24:33 -05:00
Enner Pérez
0d14e31e02 Middle Button Close Tab 2024-06-19 13:02:47 -05:00
Giuseppe Lippolis
7b0444d317 feature: Allow populating the repository URL from the clipboard
Allow populating the repository URL from the clipboard if the clipboard contains a valid URL.
2024-06-19 17:45:40 +02:00
leo
fec2b402e0
code_review: PR #187
* replace icon with common whitespace icon in other editors
* button tooltip translations
* rename `_showHiddenSymbols` to `_showHiddenSymbolsInDiffView` to make its usage clear
* change the order of this button
2024-06-19 18:15:32 +08:00
leo
4e44d6a7b1
Merge pull request #187 from workgroupengineering/feature/ShowHiddenSymbols
feature: Allows you to show space and tab symbols in DiffView
2024-06-19 17:58:22 +08:00
leo
a472d07544
ux: new theme for statistics 2024-06-19 17:53:02 +08:00
Giuseppe Lippolis
9c7ac5b067 feature: Allows you to show space and tab symbols in DiffView 2024-06-19 11:33:34 +02:00
leo
3d205378d8
fix: crash because CRLFMode do not have a default value 2024-06-19 16:32:21 +08:00
leo
3dc32c87a8
ux: change the primary button theme 2024-06-19 16:14:41 +08:00
leo
dcc63e187b
enhance: remember the last selection of Use rebase instead of merge on pull for each repository (#185) 2024-06-19 15:37:05 +08:00
leo
a717e48a29
enhance: change the default action to deal with local changes on pull/checkout/create new branch to Do Nothing (#185) 2024-06-19 15:29:40 +08:00
leo
a168b05ac6
ux: re-design submodule preview in revision files 2024-06-19 14:24:49 +08:00
leo
e17e4b9a53
enhance: only show tracking options when file is not tracked by GIT LFS 2024-06-19 12:06:34 +08:00