Dariusz Komosinski
35f26081c6
Implement events for ToggleButton.
6 years ago
Steven Kirk
3d3ef68d4b
Merge pull request #3378 from AvaloniaUI/feature/drawing-image
Display Drawings in Image control
6 years ago
Jumar Macato
a71b3ba70a
Merge branch 'master' into feature/drawing-image
6 years ago
Jumar Macato
08c9710ad1
Merge pull request #3347 from macpawluk/issues/immediate-renderer
Fix for issue #3344 - ImmediateRenderer trimming content
6 years ago
Steven Kirk
fea0d76a5e
Merge branch 'master' into issues/immediate-renderer
6 years ago
danwalmsley
d9bf203c5f
Merge pull request #3409 from AvaloniaUI/fixes/osx-black-corners
fixes the black window corners on OSX.
6 years ago
Dan Walmsley
3338215946
fixes the black window corners on OSX.
6 years ago
Steven Kirk
b8ff41dea5
Merge pull request #3405 from JaggerJo/remove-script-not-needed-anymore
Delete 'avalonia-rename.ps1' Script
6 years ago
Josua Jäger
cab67d680d
Delete avalonia-rename.ps1
Looks like the script is not needed anymore. I was initially searching for a script to build all Nuget Packages. Removing scripts that are no longer needed / up to date seems like a good idea.
6 years ago
Jumar Macato
9c3fd08a1b
Merge pull request #3391 from jp2masa/update-obsolete-api-usages
Fixed PlatformHotkeyConfiguration obsolete API usage
6 years ago
Dariusz Komosiński
c8b0087a01
Merge branch 'master' into update-obsolete-api-usages
6 years ago
Nikita Tsukanov
7ee96105a6
Merge pull request #3398 from yahiheb/duplicate-link
Remove duplicate link (mentioned below)
6 years ago
Jumar Macato
37e541e925
Merge branch 'master' into duplicate-link
6 years ago
Jumar Macato
91af53a527
Merge pull request #3397 from yahiheb/typo
Fix typo
6 years ago
Yahia Chiheb
7db73dfa95
Remove duplicate link (mentioned below)
6 years ago
Yahia Chiheb
d50f33e912
Fix typo
6 years ago
José Pedro
11b1ec2ded
Fixed PlatformHotkeyConfiguration obsolete API usage.
7 years ago
Steven Kirk
db76f0496c
Merge branch 'master' into feature/drawing-image
7 years ago
Steven Kirk
580697b25d
Make DrawingPresenter obsolete.
7 years ago
Benedikt Stebner
4340831f29
Merge pull request #3377 from donandren/issues/3376
Fixes font fallback when non default weight/style used
7 years ago
Steven Kirk
de31680253
Make D2D backend match Skia.
Skia doesn't support getting DPI from loaded bitmaps and always returns 96. Do the same in D2D.
7 years ago
Steven Kirk
37d00781cb
Invalidate DrawingImage when Drawing changed.
And add some XML docs.
7 years ago
Steven Kirk
dbe4301d36
Sanitize image drawing API.
- Remove opacity parameter - should push an opacity instead
- Add a WPF-compatible overload of `DrawImage` to `DrawingContext`
7 years ago
Andrey Kunchev
c64cc71c6c
fix fontfallback for font with some styles like bold/italic etc.
7 years ago
Andrey Kunchev
dd864dd5c9
add a test for same situation for direct2d
7 years ago
Andrey Kunchev
44fa2152bd
add failing test for #3376
7 years ago
Steven Kirk
fd08fdc820
Update ControlCatalog image page.
To display `DrawingImage`.
7 years ago
Steven Kirk
11a714dbf7
Use Size not PixelSize in ImageTests.
`Image` now bases the size of a bitmap on `IImage.Size`.
7 years ago
Steven Kirk
6bd9ca8fa3
Initial implementation of DrawingImage.
7 years ago
Steven Kirk
a8e75384b7
Added IImage interface.
`IImage` represents a base interface for raster and vector images. `IBitmap` now implements this interface and `DrawingContext` accepts this interface in `DrawImage`.
The interface defines a `Draw` method which introduces a level of indirection for drawing the image through the image itself.
Renamed `IDrawingContextImpl.DrawImage` to `DrawBitmap` as this only handles drawing bitmap images. `Bitmap` now calls this method directly on the platform implementation.
7 years ago
Jumar Macato
e822c24282
Merge pull request #3373 from AvaloniaUI/fixes/3371-image-sizing
Added Image.StretchDirection and fix Image measurement
7 years ago
Steven Kirk
4d8266df9c
Port Image sizing algorithm from WPF.
Fixes #3371
Fixes #2380
7 years ago
Steven Kirk
062ec0ccb6
Added Image.StretchDirection.
But not yet implemented.
7 years ago
Steven Kirk
a0f72ff47c
Added failing tests for #3371 .
7 years ago
Jumar Macato
fe2d2ac9d6
Merge pull request #3327 from AvaloniaUI/fixes/3323-resourcedictionary-resource
Fix referencing resources in merged dictionaries
7 years ago
Steven Kirk
e41c5864ec
Merge branch 'master' into fixes/3323-resourcedictionary-resource
7 years ago
Steven Kirk
e48bbe667d
Merge pull request #3369 from AvaloniaUI/fixes/2732-textbox-undo
Snapshot TextBox undo text after paste.
7 years ago
Steven Kirk
4c2b77fdb6
Snapshot undo text after paste.
Fixes #2732
7 years ago
danwalmsley
e7f546ed7f
Merge pull request #3363 from PJB3005/19-12-16-egl
Fix loading EGL functions on GLX.
7 years ago
Pieter-Jan Briers
fc5ada5e23
Use invariant culture.
7 years ago
Pieter-Jan Briers
fb1dcc11b4
Fix loading EGL functions on GLX.
This fixes apps refusing to run on Arch Linux.
7 years ago
Dariusz Komosiński
3dbbe6d531
Merge pull request #3359 from jp2masa/target-null-value
Fixed BindingExtension.TargetNullValue default value
7 years ago
José Pedro
6fabfdc561
Fixed BindingExtension.TargetNullValue default value.
7 years ago
Dariusz Komosiński
a7ebcf89fe
Merge pull request #3348 from pr8x/fix-TargetNullValue-xaml
Adding TargetNullValue to BindingExtension
7 years ago
Dariusz Komosiński
2b59c86170
Merge branch 'master' into fix-TargetNullValue-xaml
7 years ago
danwalmsley
9e347316b7
Merge pull request #3345 from AvaloniaUI/fixes/filter-snap-dir-linux
Exclude snap directories in Managed Dialogs volume enumeration
7 years ago
Jumar Macato
769a27ecb1
Merge branch 'master' into fixes/filter-snap-dir-linux
7 years ago
Nikita Tsukanov
101c54f9d2
Merge pull request #3338 from AvaloniaUI/fixes/osx-rapid-menu-open-crash
Fixes/osx rapid menu open crash (many osx stability issues)
7 years ago
Luis von der Eltz
d88640b1ea
!B Fixing test
7 years ago
Luis v.d.Eltz
adb1bb9a1d
Merge branch 'master' into fix-TargetNullValue-xaml
7 years ago