Граф коммитов

903 Коммитов

Автор SHA1 Сообщение Дата
Max Katz 9d436c761e Update templates once more 2024-11-14 23:51:20 -08:00
Max Katz 17e0bd4d94
Merge pull request #503 from AvaloniaUI/update-avalonia
Update avalonia
2024-11-15 05:42:15 +00:00
Max Katz 343f66ff23 Bump version 2024-11-14 21:41:59 -08:00
Max Katz 22010c827a Update Avalonia 2024-11-14 21:41:37 -08:00
Max Katz c52e9548be
Merge pull request #502 from vimaec/mavimaec/sourceProjectSafe
Add GetSourceProjectSafe
2024-11-04 23:02:14 +00:00
Martin Ashton 5527f17f3c Add GetSourceProjectSafe 2024-11-01 15:37:34 -04:00
Max Katz 3adda0fcfb
Merge pull request #501 from codecat/feature/designer-error-details
Added error details for exception stack trace
2024-10-30 20:57:55 +00:00
Melissa Geels 80c2c75c75
Added error details for exception stack trace 2024-10-30 14:34:53 +01:00
Max Katz 6f60430542
Merge pull request #497 from Keboo/fixSizing
Fixing the sizing of the grid in the options view
2024-09-27 14:18:00 -07:00
Kevin B 81a008c2cd
Fixing the sizing of the grid in the options view 2024-09-23 12:30:33 -07:00
Max Katz c8c475402f
Merge pull request #495 from codecat/feature/swap-panes-setting
Added option to swap editor and preview panes by default
2024-09-11 22:24:11 -07:00
Max Katz 39e0291be1
Merge pull request #494 from codecat/fix/preview-layout-rounding
Fixed jagged lines on designer preview
2024-09-11 22:23:38 -07:00
Melissa Geels eb8bd6d2be
Added option to swap editor and preview panes by default 2024-08-26 12:49:51 +02:00
Melissa Geels 7df05ee8c9
Fixed jagged lines on designer preview 2024-08-26 11:58:42 +02:00
Max Katz 3c210142a9
Update readme.md 2024-07-25 23:19:45 -07:00
Max Katz 31da48c636 11.7 2024-07-25 23:03:41 -07:00
Max Katz 62b03be577
Merge pull request #489 from AvaloniaUI/fix-light-theme-errors
Avoid hardcoding Black/White colors
2024-07-25 23:02:24 -07:00
Max Katz 9779f0f727
Merge pull request #487 from AvaloniaUI/vs-assembly-provider
VsProjectAssembliesProvider
2024-07-25 23:01:49 -07:00
Max Katz 80c1198905 Avoid hardcoding Black/White colors 2024-07-25 23:01:16 -07:00
Max Katz 237d103a5f Implement simple VsProjectAssembliesProvider 2024-07-24 21:27:29 -07:00
Max Katz 6813f02307 Restore DepsJsonFileAssemblyProvider and use as a fallback, rename ReferenceFileAssemblyProvider 2024-07-24 21:27:21 -07:00
Max Katz bda860ee36 Update tests TFM 2024-07-22 14:59:24 -07:00
Max Katz 03292126eb Install latest SDK 2024-07-22 14:48:07 -07:00
Max Katz c4603c658e Update versions 2024-07-22 14:35:08 -07:00
Max Katz 8afb76af7c
Merge pull request #478 from workgroupengineering/new/features/Preview/ZoomLevel_enhancement
feat(Preview): Zoom level enhancement
2024-07-22 14:23:17 -07:00
Max Katz 1c1d8057d8
Merge pull request #480 from workgroupengineering/fixes/Test-Assembly-loader
fix(test): Allow using references for load test assembly dependecies
2024-07-22 14:22:38 -07:00
Max Katz bbd7316ad5
Merge pull request #481 from workgroupengineering/fixes/Intellisense/Mixing_Assembly
fix: Intellisense does not work whem mix assembly version
2024-07-22 14:21:26 -07:00
Giuseppe Lippolis 01f0d94fd4 fix: resize preview on splitter changed 2024-06-18 12:55:25 +02:00
Giuseppe Lippolis ab3a6fe3e4 fix: NRE 2024-06-14 12:11:48 +02:00
Giuseppe Lippolis a1310dc6fb fix: Mixing Assembly Versions 2024-06-13 17:13:13 +02:00
Giuseppe Lippolis 5d043a5b25 Add test 2024-06-13 16:10:22 +02:00
Giuseppe Lippolis 33a4bce06a fix(test): Allow using references for load test assembly dependecies 2024-06-13 15:26:46 +02:00
Giuseppe Lippolis 36c85d7a74 feat: Allow set default ZoomLevel 2024-06-12 17:01:58 +02:00
Giuseppe Lippolis 3b1586422f feat(Previewer): Allow the preview to align to the top when its height is greater than the height of the viewport 2024-06-12 15:41:14 +02:00
Giuseppe Lippolis 14c7329558 feat(Designer): Fit to Width 2024-06-12 15:37:14 +02:00
Max Katz 41f4539f70
Merge pull request #470 from workgroupengineering/features/Intellisense/Paste_Selector
feat: When in DevTools using Copy Selector replace Clr Namespace with xmlns
2024-05-13 07:55:25 -07:00
Max Katz 7e3f4e445b
Merge branch 'master' into features/Intellisense/Paste_Selector 2024-05-13 07:45:07 -07:00
Giuseppe Lippolis 13aa7e769a fix: Address Review 2024-05-13 12:33:51 +02:00
Giuseppe Lippolis a0875a22cd feat: Move DevTools Selector Parser to CompletionEngine 2024-04-29 10:54:11 +02:00
Giuseppe Lippolis 9485ec07aa feat: Exetnsible xmlns name rules 2024-04-29 10:41:47 +02:00
Max Katz ad67d6449f
Merge pull request #469 from workgroupengineering/fixes/Intellisense/Random_NRE
fix: Random NRE
2024-04-19 15:06:24 -07:00
Giuseppe Lippolis 30e4bb95bf fix: Address review 2024-04-19 10:45:23 +02:00
Giuseppe Lippolis 167328e85f fix: Address review 2024-04-19 09:05:16 +02:00
Giuseppe Lippolis af53918413 fix: Random NRE 2024-04-18 14:51:36 +02:00
Giuseppe Lippolis 2a6470cef2 feat: When in DevTools using Copy Selector replace Clr Namespace with xmlns 2024-04-18 14:42:35 +02:00
Max Katz a297a692b4
Merge pull request #445 from workgroupengineering/fixes/Intellisense/Internal_Members
fix: Intellisense does not show internal members
2024-04-05 15:04:53 -07:00
Max Katz afcb081437
Merge pull request #467 from workgroupengineering/fixes/Intellisense/ControlTheme/Selector
Improve Intellisense ControlTheme compilation
2024-04-05 15:04:17 -07:00
Giuseppe Lippolis ce75d44fc4 fix: revert LangVersion to 11 2024-04-05 09:33:35 +02:00
Giuseppe Lippolis 92ba5e2244 fix: C.I. Test Tun 2024-04-04 17:34:33 +02:00
Giuseppe Lippolis 4259920df4 fix: Address review 2024-04-04 17:26:46 +02:00