Commit Graph

1088 Commits

Author SHA1 Message Date
Abdelilah El Aissaoui
1af4542c7c
Implemented close view with ESC 2024-09-09 00:32:06 +02:00
Abdelilah El Aissaoui
355cbc3f79
Code refactoring 2024-09-09 00:32:06 +02:00
Abdelilah El Aissaoui
a9a35b304a
Removed unused parameter 2024-09-09 00:32:06 +02:00
Abdelilah El Aissaoui
422b431fdf Fixed tree view on windows
Fixes #235
2024-09-06 13:33:07 +02:00
Abdelilah El Aissaoui
c6c3c0451a
Added gitnuro.iss for windows build 2024-09-03 17:49:30 +02:00
Abdelilah El Aissaoui
27e2745281
Added aarch64 build 2024-09-03 17:12:40 +02:00
Abdelilah El Aissaoui
1e351ed11c
Added simplified project version 2024-09-03 16:55:30 +02:00
Abdelilah El Aissaoui
599fe5396a
Changed release to draft 2024-09-03 00:47:23 +02:00
Abdelilah El Aissaoui
30eb4857a7
Fixed release repo url 2024-09-02 16:11:53 +02:00
Abdelilah El Aissaoui
fb8576beec
Fixed build issue 2024-09-02 16:04:17 +02:00
Abdelilah El Aissaoui
c140b29c5c
Changed spacing of files in release build 2024-09-02 15:59:53 +02:00
Abdelilah El Aissaoui
ea4572b91b
Fixed delete tag calling wrong use case 2024-09-02 15:58:43 +02:00
Abdelilah El Aissaoui
df684a0a94
Added release CI build 2024-09-02 15:55:09 +02:00
Abdelilah El Aissaoui
9e0052ef0d
Version bump to 1.4.0-beta01 2024-09-02 15:52:46 +02:00
Abdelilah El Aissaoui
dfa9ea2307
Moved to Kotlin 2.0.20 and newer compose dev build 2024-09-02 15:52:29 +02:00
Abdelilah El Aissaoui
5a24c13628
Fixed tree tests in windows 2024-09-01 14:45:54 +02:00
Abdelilah El Aissaoui
70941c53f1
Fixed rebase and merge of remotes branches not working in side panel 2024-08-31 23:54:31 +02:00
Abdelilah El Aissaoui
cb705f29d1
Added stash/pop stash keybinding 2024-08-21 11:57:21 +02:00
Abdelilah El Aissaoui
761ea59986
Added keybindings to pull, push and create branch 2024-08-20 23:02:34 +02:00
Abdelilah El Aissaoui
0dad158275
Added basic syntax highlighting to blame 2024-08-20 23:01:30 +02:00
Abdelilah El Aissaoui
dfe9ebb4f0
Reenabled option to change lists spacing 2024-08-20 20:56:39 +02:00
Abdelilah El Aissaoui
635dfbbaed
Reduced line height in commits logs 2024-08-20 20:40:27 +02:00
Abdelilah El Aissaoui
9fea38f203
Moved to latest compose dev build 2024-08-18 20:47:31 +02:00
Abdelilah El Aissaoui
45a96ad4ea
Fixed removeLineDelimiters method not working properly in CRLF files (\n was removed before \r\n) 2024-08-18 20:45:34 +02:00
Abdelilah El Aissaoui
45629528f2
Removed option to stage/unstage lines in other than modified files 2024-08-18 20:44:59 +02:00
Abdelilah El Aissaoui
765bae578f
Fixed line endings not having the right line endings in CRLF files with autoCRLF=false
This also fixes the stage line/hunk issues of #221 and #213
2024-08-18 20:44:23 +02:00
Abdelilah El Aissaoui
8d863492ed
Added flags to enable alternate between debug and release Rust builds 2024-08-18 20:41:35 +02:00
Abdelilah El Aissaoui
301f55a307
Remove unused file 2024-08-18 20:18:41 +02:00
Abdelilah El Aissaoui
e47d4a199e
Changed fonts defaults 2024-08-06 23:44:40 +02:00
Abdelilah El Aissaoui
57e3ba4aa7
Changed default font to Inter 2024-08-04 02:17:06 +02:00
Abdelilah El Aissaoui
94536acf40
Updated compose to 1.7.0-dev to fix cursor hovering issues
In compose 1.6.0 the pointer would be changed to the default after some rendering-heavy operation or combining crossfade animations with pointerHoverIcon  in the inner composables.

This version introduces another where click events are dismissed if the cursor has moved even slightly.

Related to:
Youtrack issue: https://youtrack.jetbrains.com/issue/CMP-5069/1.7.0-alpha01-Moving-after-initiating-a-click-cancels-it

Compose Multiplatform PR: https://github.com/JetBrains/compose-multiplatform-core/pull/1445

Google gerrit patch: https://android-review.googlesource.com/c/platform/frameworks/support/+/3170403
2024-08-02 23:22:20 +02:00
Abdelilah El Aissaoui
ba13fec4a2
Fixed pointer not changing to hand in some components 2024-08-02 23:17:03 +02:00
Abdelilah El Aissaoui
fbe1dd3d9e
Fixed crash when last tab selected was an empty tab 2024-08-02 22:33:30 +02:00
Abdelilah El Aissaoui
3a45d40d66
Remove unused split pane dependency 2024-08-02 22:29:03 +02:00
Abdelilah El Aissaoui
ed704a629b
Removed unnecessary loop 2024-08-02 20:46:19 +02:00
Abdelilah El Aissaoui
e59fe7df69
Refactored user feedback.
Added warning/error messages
Change UI design
2024-08-02 16:24:55 +02:00
Abdelilah El Aissaoui
20830be926
Added preview to buttons 2024-08-01 22:00:57 +02:00
Abdelilah El Aissaoui
6404f1db46
Added workaround error management until kotars has proper Result support 2024-08-01 21:57:29 +02:00
Abdelilah El Aissaoui
063aab8507
Fixed flicker when changing tabs 2024-07-30 22:26:38 +02:00
Abdelilah El Aissaoui
26545f4d9c
Added keyboard bindings to repository search 2024-07-29 01:22:04 +02:00
Abdelilah El Aissaoui
90b613bc59
Restored rust side event batching & error handling in file watcher 2024-07-29 00:03:35 +02:00
Abdelilah El Aissaoui
56e82f7467
Merge pull request #218 from priahoud/fix-typo-in-uncommitted-changes
Fix typo in UncommittedChanges
2024-07-26 00:43:36 +02:00
priahoud
ba8e155161 Fix typo in UncommittedChanges 2024-07-26 00:28:32 +02:00
Abdelilah El Aissaoui
a6460569eb
Enabled tests run in CI 2024-07-21 00:05:01 +02:00
Abdelilah El Aissaoui
5a9e9b1038
Updated build workflow 2024-07-20 23:07:59 +02:00
Abdelilah El Aissaoui
7df9d93c5c
Removed drag icon in interactive rebase 2024-07-20 22:54:32 +02:00
Abdelilah El Aissaoui
2e0b4c143f
Added width limit to side panes 2024-07-20 17:06:07 +02:00
Abdelilah El Aissaoui
5c5a10262f
Disabled lines spacing customization option 2024-07-20 01:25:38 +02:00
Abdelilah El Aissaoui
f5ee173453
Width of triple vertical split pane columns is now persisted
Fixes #176
2024-07-20 01:18:39 +02:00
Abdelilah El Aissaoui
b9db9a8d57
Merge pull request #217 from priahoud/restore-selected-tabs-by-index
Restore selected tabs by index instead of by path
2024-07-19 21:44:17 +02:00