Wiesław Šoltés
|
704d6ae421
|
Draw current drawing context
|
10 years ago |
Wiesław Šoltés
|
efe76e59c4
|
Add SetContentView to draw view
|
10 years ago |
Wiesław Šoltés
|
4c9540eed7
|
Use platform handle
|
10 years ago |
Wiesław Šoltés
|
07a7bd033f
|
Do not Initialize Skia
|
10 years ago |
Wiesław Šoltés
|
3cce058c39
|
Render simple rectangle using SkiaSharp
|
10 years ago |
Wiesław Šoltés
|
a5837a9683
|
Fixed AssemblyName
|
10 years ago |
Wiesław Šoltés
|
6d89510272
|
Added AppBuilder and Initialize
|
10 years ago |
Steven Kirk
|
4dbdd3949e
|
Merge pull request #673 from yusuf-gunaydin/issue-666
Fixed crash when redo is called on a TextBox with no redoable change #666
|
10 years ago |
Jeremy Koritzinsky
|
d892ac393e
|
Merge pull request #674 from nc4rrillo/img-rz
Use GDK to scale images instead of cairo
|
10 years ago |
nc4rrillo
|
83e6a773d9
|
Use dest rect X,Y for GDK image resizing
|
10 years ago |
nc4rrillo
|
1c15d5f0aa
|
Use GDK to scale images instead of cairo
|
10 years ago |
yusuf-gunaydin
|
4f2f8f555f
|
Fixed crash when redo is called on a TextBox with no redoable change. #666
|
10 years ago |
danwalmsley
|
06bacaa7ee
|
Merge pull request #668 from donandren/issues/658
SetForegroundBrush in skia uses the smallest Length first. fixes #658
|
10 years ago |
donandren
|
6dd0213bbc
|
make SetForegroundBrush in skia take into account priority of available values. should fix #658
|
10 years ago |
Steven Kirk
|
70c997486f
|
Merge pull request #669 from wieslawsoltes/fixes/502-expander-header-background
Fixed dark background in Expander Header #502
|
10 years ago |
Wiesław Šoltés
|
d35b8d5083
|
Fixe dark background in Expander Header
|
10 years ago |
Steven Kirk
|
ba1bb0dbc3
|
Merge pull request #667 from yusuf-gunaydin/issue-666
Fixed crash when undo is called on a TextBox with no changes.
|
10 years ago |
donandren
|
d3dd806228
|
SetForegroundBrush in skia uses the smallest Length first. fixes #658
|
10 years ago |
yusuf-gunaydin
|
b4a0317604
|
Fixed crash when undo is called on a TextBox with no changes.
|
10 years ago |
Steven Kirk
|
1798b6e20e
|
Merge pull request #665 from yusuf-gunaydin/issue-609
Implemented Ctrl+Backspace and Ctrl+Delete for TextBox. Resolves #609
|
10 years ago |
yusuf-gunaydin
|
f86d90613b
|
Implemented Ctrl+Backspace and Ctrl+Delete for TextBox.
Fixes #609
|
10 years ago |
Steven Kirk
|
e71e6714f0
|
Added link to VS extension.
|
10 years ago |
Steven Kirk
|
f7d98ed366
|
Updated "Getting Started".
Removed OSX/Linux instructions for now as they were out of date and
didn't say much anyway.
|
10 years ago |
Steven Kirk
|
5fe215a18d
|
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia
|
10 years ago |
Steven Kirk
|
6b6d74f216
|
Updated version to 0.4.1
As 0.4.0 is released.
|
10 years ago |
Steven Kirk
|
1ff2e005dd
|
Updated link to VS extension.
|
10 years ago |
Steven Kirk
|
ffb96cf6bd
|
Updated add dialog image.
|
10 years ago |
Steven Kirk
|
f78267d1cd
|
Updated version to 0.4.0.
|
10 years ago |
Steven Kirk
|
e392ceae85
|
Added {x:Type} and {x:Static}
They were already available as {Type} and {Static} but these are
non-standard and should be removed in future.
|
10 years ago |
Steven Kirk
|
b029217048
|
Qualify icon assembly.
|
10 years ago |
Steven Kirk
|
14155e8088
|
Merge pull request #664 from jkoritzinsky/Direct2D-Debug
Recreate render target when SharpDX throws an exception
|
10 years ago |
Jeremy Koritzinsky
|
e29f554b9b
|
Fixed disposable resources tracking.
|
10 years ago |
Jeremy Koritzinsky
|
c3fb89ee73
|
Add code to re-create a render target and re-render the frame when the render target gets corrupted. Should fix #521
|
10 years ago |
Jeremy Koritzinsky
|
5f404638ae
|
Enabled debug support for our direct2d factory in debug builds.
|
10 years ago |
danwalmsley
|
95ed8b0365
|
Merge pull request #663 from wieslawsoltes/FixCairoPath
Fix multiple figure cairo path
|
10 years ago |
Wiesław Šoltés
|
ff8ac16e23
|
Fix multiple figure cairo path
|
10 years ago |
Steven Kirk
|
5b76f6e46b
|
Merge pull request #662 from AvaloniaUI/fixes/267-gtk-popup-size
Implement GTK window sizing.
|
10 years ago |
Steven Kirk
|
e82c34b010
|
Implement GTK window sizing.
`Avalonia.Gtk.WindowImpl.ClientSize` was previously not implemented.
Fixes #267. Fixes #269.
|
10 years ago |
Steven Kirk
|
12b6395105
|
Merge pull request #661 from AvaloniaUI/mono-build
Improve mono build experience.
|
10 years ago |
Steven Kirk
|
87fb978dfd
|
Use .net 4.5 for all samples.
|
10 years ago |
Steven Kirk
|
acac68cf22
|
More updates of build instructions.
|
10 years ago |
Steven Kirk
|
0d6fcab2c7
|
Remove travis-mono solution.
Instead use the Mono solution platform.
|
10 years ago |
Steven Kirk
|
fc13889599
|
Removed leak tests from mono configuration.
|
10 years ago |
Steven Kirk
|
3c164547ed
|
Added mono solution platform.
And removed the projects that don't apply/dont build on mono from it.
|
10 years ago |
Steven Kirk
|
78f032842b
|
Merge branch 'master' into mono-build
|
10 years ago |
Steven Kirk
|
ca7002b5b9
|
Added missing using.
|
10 years ago |
Steven Kirk
|
29f75c7ea8
|
Started updating build instuctions.
|
10 years ago |
Steven Kirk
|
cc6629f313
|
Merge pull request #660 from AvaloniaUI/fixes/659-use-platformdetect
Removed obsolete platform detection code in ControlCatalog.
|
10 years ago |
Steven Kirk
|
3bc3d5805a
|
Don't run layout tests in parallel.
|
10 years ago |
Steven Kirk
|
e058215085
|
Removed obsolete platform detection code in ControlCatalog.
Fixes #659.
|
10 years ago |