Dan Walmsley
|
07b06aa148
|
Completed Ios AvaloniaView implementation.
|
10 years ago |
Dan Walmsley
|
4b33c02008
|
Completed Gtk Window implementation.
|
10 years ago |
Dan Walmsley
|
1efbb9823b
|
Fix Win32 WindowImplement to allow it to restore window size when
SystemDecorations=false and IgnoreTaskBarWhenMaximized=false
|
10 years ago |
Dan Walmsley
|
5cd8d3cfe7
|
Corrected default value for IgnoreTaskBarOnMaximizeProperty
|
10 years ago |
Dan Walmsley
|
96c2f947d7
|
Implemented SetIgnoreTaskBarWhenMaxmimized for Win32
|
10 years ago |
Dan Walmsley
|
ae40a3fa56
|
Add IgnoreTaskbarWhenMaximized property to IWindowImpl
|
10 years ago |
Dan Walmsley
|
49f2d7b477
|
WindowImpl on Win32 when no system decorations will not cover taskbar.
|
10 years ago |
Dan Walmsley
|
dff4fefa5d
|
Add Win32 Methods to allow getting of MonitorInfo
|
10 years ago |
Jeremy Koritzinsky
|
be01ef104c
|
Merge pull request #800 from jkoritzinsky/CI-Tests-Fix
Fixed Test running in CI
|
10 years ago |
Dan Walmsley
|
d4c4f3ab63
|
Fix skia text measure on EmptyString
|
10 years ago |
danwalmsley
|
5ced1db770
|
Removed hack for Skia render tests.
|
10 years ago |
Jeremy Koritzinsky
|
8f2c55fb04
|
Changed render tests and designer support test to always output to the artifacts/tests folder and modify the relative paths within so they don't fail on CI. Fixed CI to fail if tests fail (got turned off when OpenCover was added accidentally).
|
10 years ago |
Steven Kirk
|
f177a19946
|
Merge pull request #794 from AvaloniaUI/code-coverage-in-README
Update readme to include code coverage.
|
10 years ago |
Steven Kirk
|
c19d85789c
|
Merge branch 'master' into code-coverage-in-README
|
10 years ago |
Jeremy Koritzinsky
|
3f5d29101d
|
Merge pull request #790 from jkoritzinsky/UIThread-Scheduling
Schedule all binding updates on Dispatcher/UI thread
|
10 years ago |
Jeremy Koritzinsky
|
d27a999f75
|
Update readme to include code coverage.
Update readme to include code coverage. Move Gitter and build status into a table so it can show in the short preview.
|
10 years ago |
Jeremy Koritzinsky
|
ba2432d182
|
Merge branch 'master' into UIThread-Scheduling
|
10 years ago |
Jeremy Koritzinsky
|
104e0eb078
|
Removed the priority condition for using the scheduler.
|
10 years ago |
Steven Kirk
|
4c179634c1
|
Added a test for scheduler bindings.
Added a property which is updated on a b/g thead to BindingTest.
|
10 years ago |
Steven Kirk
|
db28cd621c
|
Merge pull request #793 from donandren/issues/screentoclient
Fixed PointToClient and added TranslatePoint
|
10 years ago |
donandren
|
80ce8412c0
|
added usefull TransalePoint extension method to IVisual
|
10 years ago |
donandren
|
c5bb77f3e3
|
PointToClient fixed
|
10 years ago |
Jeremy Koritzinsky
|
72334bd016
|
Merge pull request #784 from AvaloniaUI/scenegraph-rename
Renamed SceneGraph -> Visuals
|
10 years ago |
Jeremy Koritzinsky
|
58f0022720
|
Merge branch 'master' into scenegraph-rename
|
10 years ago |
Steven Kirk
|
a8c9acf919
|
Merge pull request #755 from jkoritzinsky/CodeCoverage-Support
Code Coverage information
|
10 years ago |
Jeremy Koritzinsky
|
26e60f9935
|
Moved failing test into LeakTests because it depends on runtime implementation details to pass.
|
10 years ago |
Jeremy Koritzinsky
|
33df423ef5
|
Remove Coveralls.io coverage support since we are using CodeCov instead.
|
10 years ago |
Jeremy Koritzinsky
|
22b89ed897
|
Copy all tests to a test directory under artifacts to prevent collecting coverage for multiple copies of the same assembly in multiple different areas. (Massively shrinks the coverage.xml file).
|
10 years ago |
Jeremy Koritzinsky
|
57750c8cfe
|
Added Coveralls credentials and settings
|
10 years ago |
Jeremy Koritzinsky
|
b6e062ed8a
|
Add initial Coveralls.io publishing
|
10 years ago |
Jeremy Koritzinsky
|
5edb20fdfe
|
Added CodeCov uploading.
|
10 years ago |
Jeremy Koritzinsky
|
c86e750281
|
Add OpenCover coverage testing for Windows builds.
|
10 years ago |
Jeremy Koritzinsky
|
4a8470d8a6
|
Updated fast-path of scheduler to call directly if updates are on the UI thread instead of scheduling on the Dispatcher.
|
10 years ago |
Jeremy Koritzinsky
|
428229e9b0
|
Optimized the "zero wait time" path in the scheduler and updated the code to always use a scheduler, either the ImmediateScheduler (same as the old default behavior) or the registered scheduler.
|
10 years ago |
Steven Kirk
|
53b76fb5f7
|
Merge pull request #788 from AvaloniaUI/fixes/728-textbox-invalid-caretindex
Coerce TextBox.CaretIndex when setting Text.
|
10 years ago |
Steven Kirk
|
1db79acec7
|
Merge branch 'master' into fixes/728-textbox-invalid-caretindex
|
10 years ago |
Jeremy Koritzinsky
|
6da1d620c9
|
Added test to ensure that the IObservable subscription is on the AvaloniaScheduler when the AvaloniaScheduler is bound in the AvaloniaLocator.
|
10 years ago |
Jeremy Koritzinsky
|
298fa627f8
|
Implemented binding scheduling via service injection.
|
10 years ago |
Jeremy Koritzinsky
|
428466ced3
|
Fixed bug in scheduler and runtime platform.
|
10 years ago |
Steven Kirk
|
b28fffc3f8
|
Coerce TextBox.CaretIndex when setting Text.
Fixes #728 .
|
10 years ago |
Steven Kirk
|
5259ce77a9
|
Merge pull request #774 from VitalElement/fixes/fix-skia-formatted-text-impl
Fix Skia formatted text measure
|
10 years ago |
Steven Kirk
|
b9dbc8c11f
|
Merge branch 'master' into fixes/fix-skia-formatted-text-impl
|
10 years ago |
Steven Kirk
|
d03ae15c05
|
Merge pull request #786 from AvaloniaUI/fixes/785-dialog-text-input
Call SetFocus in ShowWindow.
|
10 years ago |
Steven Kirk
|
01a1608a8d
|
Call SetFocus in ShowWindow.
Dialogs weren't receiving text input (WM_CHAR) after being shown (though
they were receiving key down/up messages). Fixes #785.
|
10 years ago |
Steven Kirk
|
ac07ce2b2d
|
Merge branch 'master' into scenegraph-rename
|
10 years ago |
Steven Kirk
|
1340a3cba5
|
Merge pull request #783 from AvaloniaUI/fixes/skia-rendererfactory
Register an IRendererFactory on Skia
|
10 years ago |
Steven Kirk
|
db8936f909
|
Register an IRendererFactory on Skia
|
10 years ago |
Steven Kirk
|
55dc7029c9
|
Merge pull request #782 from AvaloniaUI/danwalmsley-patch-1
Update readme.md
|
10 years ago |
danwalmsley
|
3bbd2285e4
|
Update readme.md
|
10 years ago |
danwalmsley
|
189d3ffd47
|
Merge branch 'master' into fixes/fix-skia-formatted-text-impl
|
10 years ago |