Steven Kirk
|
934c8d8de1
|
Merge branch 'master' into readonly-struct
|
8 years ago |
Steven Kirk
|
24f83fe3b8
|
Merge pull request #1367 from sdoroff/date-picker-control
DatePicker control
|
8 years ago |
Steven Kirk
|
c4b994a9bf
|
Merge branch 'master' into date-picker-control
|
8 years ago |
Steven Kirk
|
f2fd17070d
|
Merge pull request #1366 from sdoroff/tab-navigation-fix
Tab navigation fix
|
8 years ago |
Steven Kirk
|
08f5907ab4
|
Merge branch 'master' into date-picker-control
|
8 years ago |
Steven Kirk
|
25c23c06ee
|
Merge branch 'master' into tab-navigation-fix
|
8 years ago |
Steven Kirk
|
3891cbf06d
|
Fixed spelling.
|
8 years ago |
Steven Kirk
|
d716fa5e8e
|
We're in beta now.
|
8 years ago |
Jeremy Koritzinsky
|
0a8f3419a8
|
Merge pull request #1382 from neyromant/master
Fixed broken links in readme.md
|
8 years ago |
Andrey Kudashkin
|
c870e65b40
|
Merge pull request #1 from neyromant/neyromant-patch-1
Update readme.md
|
8 years ago |
Andrey Kudashkin
|
91998ff678
|
Update readme.md
Fidex broken links
|
8 years ago |
Nikita Tsukanov
|
559d389547
|
Update readme.md
|
8 years ago |
Jeremy Koritzinsky
|
c8a8e82441
|
Merge pull request #1379 from jkoritzinsky/refcount-scene
Make Scene own VisualNodes
|
8 years ago |
Jeremy Koritzinsky
|
0d7f577284
|
Merge branch 'refcount-scene' of https://github.com/jkoritzinsky/Avalonia into refcount-scene
|
8 years ago |
Jeremy Koritzinsky
|
92d171f154
|
VisualNodes are now owned by Scene objects, not by their parents. Add a Disposed member to make it easier to diagnose ownership bugs.
|
8 years ago |
Steven Kirk
|
2203b6c4e1
|
Merge pull request #1377 from AvaloniaUI/fixes/1376-textbox-scrollbar
Fix TextBox ScrollBar visibility.
|
8 years ago |
Steven Kirk
|
83f795480b
|
Fixed #1376
|
8 years ago |
Steven Kirk
|
53ff0e178c
|
Added failing test for #1376
|
8 years ago |
Nikita Tsukanov
|
c93335e6c8
|
Removed NUGET_API_KEY from appveyor.yml
|
8 years ago |
Steven Kirk
|
53a73df9fc
|
Updated version.
|
8 years ago |
Steven Kirk
|
aa09db0f58
|
Merge pull request #1373 from AvaloniaUI/fixes/1372-textbox-pointer-capture
Handle pointer down/up events in Thumb.
|
8 years ago |
Steven Kirk
|
92094473e3
|
Handle pointer down/up events in Thumb.
Fixes #1372.
|
8 years ago |
Steven Kirk
|
6656b10376
|
Merge pull request #1371 from jkoritzinsky/refcount-scene
Don't dispose visual nodes replaced with themselves.
|
8 years ago |
Steven Kirk
|
c8ed20d66c
|
Merge branch 'master' into refcount-scene
|
8 years ago |
Jeremy Koritzinsky
|
c88f7a9844
|
Merge branch 'refcount-scene' of https://github.com/jkoritzinsky/Avalonia into refcount-scene
|
8 years ago |
Jeremy Koritzinsky
|
458d8bf760
|
Don't dispose replaced visual nodes if they're replaced with themselves.
|
8 years ago |
Steven Kirk
|
597da9d1ec
|
Merge pull request #1370 from AvaloniaUI/fixes/1354-textbox-truncated
Fix TextBox text truncation.
|
8 years ago |
danwalmsley
|
a747f0ddca
|
Merge branch 'master' into fixes/1354-textbox-truncated
|
8 years ago |
Nikita Tsukanov
|
d5819db175
|
Merge pull request #1369 from AvaloniaUI/fixes/1074-unify-initial-directory-file-dialogs
system dialog combines the initialDirectory and InitialFileName on Gtk.
|
8 years ago |
Steven Kirk
|
11903bfe08
|
Merge pull request #1365 from jkoritzinsky/refcount-scene
Add ref-counting for the scene instance in DeferredRenderer
|
8 years ago |
Steven Kirk
|
e5800c17f1
|
Fix TextBlock click positioning.
When the click was outside the `TextPresenter`, it was not registering with the `TextBox` so the caret was being moved to the beginning.
|
8 years ago |
Steven Kirk
|
b7de65f1aa
|
Fix TextBox text truncation.
Correctly set the value of the `TextBox`'s `HorizontalScrollBarVisibility` so that the text is not truncated.
Fixes #1354
|
8 years ago |
Steven Kirk
|
433939726e
|
Merge branch 'master' into refcount-scene
|
8 years ago |
Dan Walmsley
|
fafcecf0f3
|
system dialog combines the initialDirectory and InitialFileName on Gtk.
|
8 years ago |
Nikita Tsukanov
|
3a42ef3463
|
Fixed designer focus issue
|
8 years ago |
sdoroff
|
89b018135e
|
Added Unit Tests
|
8 years ago |
sdoroff
|
6e774349f8
|
Added a DatePicker control ported from Silverlight
|
8 years ago |
sdoroff
|
7969749cd1
|
Added a unit test
|
8 years ago |
Jeremy Koritzinsky
|
53bf2431ed
|
Clean up OnRenderLoopTick code.
|
8 years ago |
Jeremy Koritzinsky
|
fd45ff050f
|
Merge pull request #1364 from AvaloniaUI/fixes/window-autosize
Fix Window auto-sizing.
|
8 years ago |
sdoroff
|
d9622effe5
|
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into tab-navigation-fix
|
8 years ago |
Steven Kirk
|
2af1f20108
|
Mark SizeToContent with [Flags].
And explicitly assign values.
|
8 years ago |
sdoroff
|
f50223cb0d
|
Fixed a bug in tab navigation
TabNavigation.GetFirstInNextContainer would only check one sibling
and would move up to the parent if the first sibling was not focuable
|
8 years ago |
Jeremy Koritzinsky
|
8817910549
|
Add ref-counting for the scene instance in DeferredRenderer to ensure that we don't dispose a scene while it is being rendered.
Also rename Scene.Clone to Scene.CloneScene to prevent confusion between IRef<Scene>.Clone and Scene.Clone.
|
8 years ago |
Steven Kirk
|
70d75c0eb5
|
Fix Window auto-sizing.
`Window` was acting like `SizeToContent="WidthAndHeight"` was set even when it wasn't. This fixes that.
|
8 years ago |
Steven Kirk
|
dd2c92cfe7
|
Merge pull request #1363 from kekekeks/netcore-win32-previewer
.NET Core win32 previewer support
|
8 years ago |
Nikita Tsukanov
|
13171c4be3
|
Implemented `--session-id` and `--method win32` for previewer
|
8 years ago |
Nikita Tsukanov
|
75d7341fa1
|
"Cherry-picked" EmbeddedWindowImpl.cs from single win32 assembly PR
|
8 years ago |
Steven Kirk
|
316da842bd
|
Merge pull request #1358 from sdoroff/data-validation-error
Created a shared DataValidationErrors framework
|
8 years ago |
Steven Kirk
|
85059a36e9
|
Merge branch 'master' into data-validation-error
|
8 years ago |