Max Katz
e717cce7e8
Update headless implementations, managed and samples
4 years ago
Max Katz
2863021498
Update Avalonia.DesignerSupport.csproj
4 years ago
Steven He
7530e20be0
Move EnumHelper to Avalonia.Base
4 years ago
Steven He
67b18b8e3f
Rename EnumParserHelper
4 years ago
Steven He
7418fd7dc3
Apply code review feedbacks
4 years ago
dependabot[bot]
c1644eb214
Bump async in /src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Steven He
0bb22cff12
SubtypesFactory generator
4 years ago
Steven Kirk
fb0da85ad3
Merge core libraries. ( #5831 )
* Merge core libraries.
Everything below `Avalonia.Controls` into `Avalonia.Base`.
* Move new files to correct place.
* Removed unused dirs/projects,
* Removed outdated references from theme assemblies.
* Merge unit tests to match new assembly layout.
* Fixup test namespaces.
* Make directory match namespace.
* Move files to match namespace.
* Move files to match namespace.
* Fix up incorrect namespace.
`Avalonia.Visuals.Media.Imaging` -> `Avalonia.Media.Imaging`.
* Fix resource URL.
* Removed outdated dependencies.
* Added missing project reference.
* Update test namespaces.
* Fix merge error.
* Fix merge errors.
* Fix bad merge in WindowsInteropTest.csproj.
* Fix up merge errors in csprojs.
* Remove merged tests from nuke.
* Fix up namespace.
* Fix compile error.
* Fix failing tests.
Now that more unit tests are present in Avalonia.Base.UnitTests, general `AvaloniaObject` properties are getting registered. Ignore those.
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
4 years ago
dependabot[bot]
580841f042
Bump minimist
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Dan Walmsley
b2ce338ade
add empty baselines.
4 years ago
Mike Irving
a529ae88d5
Grammatical corrections to product names: XCode -> Xcode, .Net -> .NET, Javascript -> JavaScript, MacOS -> macOS, MacOs -> macOS
4 years ago
Benedikt Stebner
f3a6e88a72
Fix webapp dependency vulnerabilities
4 years ago
Dariusz Komosinski
6986f0d668
Implement screen helper to simply cross platform screens implementation.
4 years ago
Dariusz Komosinski
a7ace8f57b
Add more platform specific screen from X methods.
4 years ago
Takoooooo
21cc80932a
use IPlatformSettings instead of creating a separate interface.
4 years ago
Giuseppe Lippolis
2ac4eafdcf
fixes: WarningsAsErrors in Visual Studio
4 years ago
Jeremy Koritzinsky
2647c5cc73
Implement support for method->command direct binding (not hooked up yet)
4 years ago
Steven Kirk
691f93a1ed
Multi-target net6.0.
4 years ago
Dan Walmsley
5687b27fe5
fix gitignore.
4 years ago
Dan Walmsley
136ba933c4
remove git ignore file from wwwroot.
4 years ago
Giuseppe Lippolis
ca24cae783
fixes: Warnings CS0219 and CS0168
4 years ago
Giuseppe Lippolis
59f4adcdd3
fix: Warning CS0067 The event is never used
4 years ago
Dan Walmsley
786375aff9
handle platforms that return null for the trayiconimpl.
5 years ago
Steven Kirk
11c60b4294
Decouple automation peers from platform nodes.
Now peers are entirely unaware of the platform implementation.
5 years ago
Dan Walmsley
abf4242280
support trayicon clicked on osx.
5 years ago
Dan Walmsley
f65f08e4be
implement trayicon lifetime management.
5 years ago
Dan Walmsley
8b410e83f9
add a managed native menu exporter for win32 tray icon menus.
5 years ago
Dan Walmsley
3438ac149b
initial implementation of tray icon.
5 years ago
Steven Kirk
ba369a9059
Fix auto-scaling on win32.
- Adds a "resize reason" to platform `Resized` events
- Which is used by the auto-sizing code to determine whether to reset `SizeToContent`
- Also other improvements to the reset logic for `SizeToContent`:
- Don't reset it if the size hasn't changed
- Don't reset it if `CanResize == false`
- Only reset the dimensions whose size has changed
- Obsolete the `BeginAutoSizing`/`AutoSizing` feature in `WindowBase`
5 years ago
Steven Kirk
cd51d638e9
Pass dialog flag to window impl Show.
Not doing anything with it yet.
5 years ago
Nathan Garside
bccbf0570c
Make FrameSize nullable
5 years ago
Nathan Garside
d77d1fd5da
Rename to FrameSize
5 years ago
Nathan Garside
9feb2376a0
Squash toplevel-totalsize
5 years ago
Splitwirez
68ba6a3238
Fixed package-lock.json thing
5 years ago
Splitwirez
41ecdb7e37
Re-add reference to ManagedFileDialog styles
5 years ago
Steven Kirk
8add2371c6
Make root automation node come from OS.
This will be needed for OSX.
5 years ago
Friedrich von Never
4ba8c4ebb7
Fix #5699 : filter BuildAvaloniaApp by signature
5 years ago
Jumar Macato
518d4022c8
Delete ApiCompatBaseline.txt
5 years ago
Jumar Macato
ce655d715c
Apply suggestions from code review
5 years ago
Jumar Macato
ceb170e472
add apicompat for the new api
5 years ago
Steven Kirk
ea90f05f83
Added Window.ShowActive for win32.
5 years ago
Steven Kirk
ca408e55b5
Added ICursorImpl.
6 years ago
Steven Kirk
a832d63915
IStandardCursorFactory -> ICursorFactory.
6 years ago
Steven Kirk
03a18f56bb
Initial support for custom cursors on Win32.
6 years ago
Rustam Sayfutdinov
9ce5a98277
IsNullOrEmpty -> IsNullOrWhiteSpace
6 years ago
Rustam Sayfutdinov
79a53846c8
InvariantCultureIgnoreCase -> OrdinalIgnoreCase
6 years ago
Rustam Sayfutdinov
e1045a09c9
Improve for the backend web preview
6 years ago
Rustam Sayfutdinov
1025b12402
Add tests
6 years ago
Rustam Sayfutdinov
5f4f52f78d
Fix comparing strings with InvariantCultureIgnoreCase
6 years ago
Rustam Sayfutdinov
fe1a847847
Revert "Fix API key to lower invariant"
This reverts commit c019f3a3f9 .
6 years ago