Nikita Tsukanov
|
6bf7ebd721
|
Updated xamlil
|
7 years ago |
Nikita Tsukanov
|
831589e2d3
|
Updated XamlIl
|
8 years ago |
Nikita Tsukanov
|
189c7ca5e5
|
Updated XamlIl
|
8 years ago |
Nikita Tsukanov
|
af57196f9b
|
Resolve all AvaloniaProperty values at compile time
|
8 years ago |
Nikita Tsukanov
|
f03b84e970
|
Updated XamlIl
|
8 years ago |
Nikita Tsukanov
|
c332e79df5
|
Exclude submodule projects
|
8 years ago |
Nikita Tsukanov
|
73ababfff7
|
Styles are now compiled
|
8 years ago |
Nikita Tsukanov
|
7983ed0e08
|
Cache types generated by cecil
|
8 years ago |
Nikita Tsukanov
|
ad7f0977d0
|
WIP
|
8 years ago |
Nikita Tsukanov
|
4c7551b9fa
|
CECIL
|
8 years ago |
Nikita Tsukanov
|
58de2aaac0
|
WIP2
|
8 years ago |
Nikita Tsukanov
|
f14aac365b
|
WIP
|
8 years ago |
Nikita Tsukanov
|
c742fa42d2
|
[REMOTE] Skip unknown BSON properties
|
8 years ago |
Nikita Tsukanov
|
d2e930af38
|
[X11] Use simple DllImport-based GTK file dialog instead of GTK3 backend
|
8 years ago |
Nikita Tsukanov
|
345658cee5
|
Merge pull request #2269 from AvaloniaUI/build-number-fix
Use '0000000' for build number formatting and "cibuild" because it's …
|
8 years ago |
Nikita Tsukanov
|
c54b9798c7
|
Use '0000000' for build number formatting and "cibuild" because it's greater than "build"
|
8 years ago |
Steven Kirk
|
498d3e7e99
|
Merge pull request #2257 from AvaloniaUI/fixes/2203-stream-binding-value-types
Fix stream bindings with observable value types
|
8 years ago |
Steven Kirk
|
bd7212303b
|
Merge branch 'master' into fixes/2203-stream-binding-value-types
|
8 years ago |
Steven Kirk
|
6ad07e7fc1
|
Merge pull request #2209 from mstr2/value-lookup
Improved performance of value lookup in AvaloniaObject's ValueStore
|
8 years ago |
Steven Kirk
|
7c47070a18
|
Merge branch 'master' into value-lookup
|
8 years ago |
Steven Kirk
|
251f825513
|
Merge pull request #2266 from AvaloniaUI/feature/window-open
Added TopLevel.Opened event and use it for RxUI Activation.
|
8 years ago |
Steven Kirk
|
b5b4b4d97d
|
Merge branch 'master' into feature/window-open
|
8 years ago |
Steven Kirk
|
20df4273f9
|
Merge pull request #2268 from AvaloniaUI/feature/not-selector
Added `:not()` style selector.
|
8 years ago |
Steven Kirk
|
233adc9ca5
|
Added `:not()` style selector.
|
8 years ago |
Steven Kirk
|
5cb4cabb2e
|
Merge branch 'master' into fixes/2203-stream-binding-value-types
|
8 years ago |
Steven Kirk
|
653fa458c1
|
Call InitializeComponent in RxUI activation tests.
To make sure activation works after loading XAML.
|
8 years ago |
Steven Kirk
|
163abb8322
|
Added Avalonia.ReactiveUI.UnitTests to solution.
|
8 years ago |
Steven Kirk
|
068acb6376
|
Added TopLevel.Opened unit tests.
|
8 years ago |
Steven Kirk
|
6a167a6882
|
Use Window.Opened event for rxui activation.
|
8 years ago |
Steven Kirk
|
81846e87ec
|
Added TopLevel.Opened event.
And raise the event when a window is opened.
|
8 years ago |
Steven Kirk
|
cbf22436aa
|
Merge pull request #2265 from worldbeater/patch-1
Fix AvaloniaProperty registration type in ReactiveUserControl
|
8 years ago |
Artyom
|
533284cd61
|
Fix AvaloniaProperty registration type
|
8 years ago |
Nikita Tsukanov
|
f97a699904
|
Switch to custom-built skia
|
8 years ago |
Nikita Tsukanov
|
88fdbcf2a9
|
[X11] Call XCreateIC *after* creating a window, not before
|
8 years ago |
Nikita Tsukanov
|
aa18bbf224
|
[GLX] Use glxGetProcAddress and always pass at least something to GlxMakeContextCurrent
|
8 years ago |
Nikita Tsukanov
|
a7b09c05d5
|
[GLX] Try newer versions of OpenGL first
|
8 years ago |
Nikita Tsukanov
|
abd05f0ed7
|
[X11] Abort GLX context creation if GL_VERSION is null
|
8 years ago |
danwalmsley
|
0f94a0012d
|
Merge pull request #2255 from AvaloniaUI/glx2
GLX
|
8 years ago |
danwalmsley
|
06ad9c0461
|
Merge branch 'master' into glx2
|
8 years ago |
Nikita Tsukanov
|
f1e3fb8d22
|
[X11] Always use a separate child window for rendering if OpenGL is available
|
8 years ago |
Nikita Tsukanov
|
9eef037079
|
[X11] Don't use XSync with discard=true from the main display connection
|
8 years ago |
Steven Kirk
|
c440e4dcec
|
Merge pull request #2254 from Kermalis/master
Update NumericUpDown Text when losing focus
|
8 years ago |
Steven Kirk
|
b66b63dc33
|
Merge branch 'master' into master
|
8 years ago |
Steven Kirk
|
d3e8752f15
|
Make ObservableStreamPlugin work with value types.
Use reflection to call `Observable.Select` on the source observable to box the value.
|
8 years ago |
Steven Kirk
|
f3029d3346
|
Added failing test for #2203.
|
8 years ago |
Steven Kirk
|
418bd43e77
|
Merge pull request #2253 from AvaloniaUI/fixes/1999-remove-valid-invalid-pseudoclasses
Remove :valid and :invalid pseudoclasses.
|
8 years ago |
Nikita Tsukanov
|
4cdf933fe2
|
Merge remote-tracking branch 'origin/master' into glx2
|
8 years ago |
Nikita Tsukanov
|
ed9dff6b8f
|
[X11] Use GLX and transparent visuals when possible
|
8 years ago |
Steven Kirk
|
dafced0366
|
Merge branch 'master' into fixes/1999-remove-valid-invalid-pseudoclasses
|
8 years ago |
Nikita Tsukanov
|
6badd34c6a
|
[X11] Prevent possible blocking calls to XNextEvent
|
8 years ago |