Steven Kirk
e54694cfae
Typo
10 years ago
Steven Kirk
90efeeeb18
Added TODO doc.
10 years ago
Steven Kirk
cb98a09548
Supply a base URI when loading assets.
This allows assets to be loaded relative to the URI which loaded them,
e.g. a bitmap will now be loaded from the same assembly as the XAML file
that loads the bitmap rather than the entry assembly.
10 years ago
Steven Kirk
58305ca59f
Update OmniXAML
10 years ago
Steven Kirk
33052270d4
Target specific android version.
As VS was changing the version depending on the VS installed.
10 years ago
Steven Kirk
0c458383be
Merge branch 'master' of https://github.com/Perspex/Perspex
10 years ago
Steven Kirk
0581a0078d
Merge branch 'VitalElement-fix_carousel_presenter'
10 years ago
Steven Kirk
2dcc5e3c6b
Merge branch 'fix_carousel_presenter' of https://github.com/VitalElement/Perspex into VitalElement-fix_carousel_presenter
10 years ago
Steven Kirk
82e0e39b46
Merge pull request #528 from wieslawsoltes/FixForToggleButtonOnClickEvent
Fixed ToggleButton OnClick behavior
10 years ago
Wiesław Šoltés
a3d2cc400d
Updated BindingTest sample view model
10 years ago
Wiesław Šoltés
557fda7f45
Updated BindingTest sample
10 years ago
Wiesław Šoltés
13580100a6
Fixed ToggleButton OnClick behavior when using IsChecked OneWay binding and Command together
10 years ago
Steven Kirk
75801a0b34
Merge pull request #527 from wieslawsoltes/Issue526
Fix for issue #526
10 years ago
Wiesław Šoltés
b25125108a
Added Commands tab
10 years ago
Wiesław Šoltés
b4d486f45d
Added StringValueCommand
10 years ago
Wiesław Šoltés
2fa336a4c7
Call ToggleButton OnClick base method
10 years ago
Dan Walmsley
09d4f61db2
fixed remove range, not taking into account if a container yet existed or not.
10 years ago
Dan Walmsley
1292d237ce
fixed carousel presnter not removing last container, was not recalculating indexes when items are removed.
10 years ago
Dan Walmsley
9f9e9920e4
added unit tests to test carousel presenter.
10 years ago
Dan Walmsley
068a94259e
fixed dematerializing when container was never generated.
10 years ago
Steven Kirk
bf7a9e5cca
Merge branch 'jazzay-controlcatalog_pcl'
10 years ago
Steven Kirk
9a2aa9b667
Merge branch 'controlcatalog_pcl' of https://github.com/jazzay/Perspex into jazzay-controlcatalog_pcl
10 years ago
Dan Walmsley
8595eb58b3
updated repro design.
10 years ago
Dan Walmsley
0b2be540d5
Merge branch 'leaks-again' of https://github.com/Perspex/Perspex into fix_carousel_presenter
10 years ago
Steven Kirk
d31efbe4cf
Use weak reference in for Gesture last press.
10 years ago
Steven Kirk
d8cf474274
Clear TabOnceActiveElement on removed container.
10 years ago
Steven Kirk
ca301280e8
Correctly clear focus when control removed.
Focus was staying on removed element.
10 years ago
Dan Walmsley
33099b6130
Merge branch 'leaks-again' of https://github.com/Perspex/Perspex into fix_carousel_presenter
10 years ago
Steven Kirk
139cc9416e
Fix test that was failing in Release mode.
Not sure why this makes it pass, but it does...
10 years ago
Dan Walmsley
a790c034cb
Merge branch 'leaks-again' of https://github.com/Perspex/Perspex into fix_carousel_presenter
10 years ago
Steven Kirk
06d37b85d0
Fix memory leaks.
Holding a static set of IDisposables for direct bindings wasn't a good
idea - it caused leaks. Use a per-instance list.
10 years ago
Steven Kirk
db33bd9af9
Merge branch 'master' into leaks-again
10 years ago
Steven Kirk
91220a648e
VS made this changes.
10 years ago
Steven Kirk
3374db1aab
Run dotMemory Unit tests in AppVeyor.
10 years ago
Steven Kirk
c85f6302fa
VS made this changes.
10 years ago
Dan Walmsley
ab3237a923
repro commit for itemscontrol causing memory leak.
10 years ago
Steven Kirk
9b91533b77
Merge pull request #515 from wieslawsoltes/FixSharpDxNuget
Fix SharpDX nuget version
10 years ago
Steven Kirk
2e3f0d9c04
Merge pull request #517 from wieslawsoltes/ExceptionSystemDialogImplWin32
Fixed NRE in SystemDialogImpl
10 years ago
Jason Jarvis
aedf06dcf1
Attempt to fix solution problem on appveyor.
10 years ago
danwalmsley
9940464fa1
fix for carousel presenter in isvirtualized = false
10 years ago
Nikita Tsukanov
36515e05d7
Fixed d2d RenderTargetBitmap leak
10 years ago
Steven Kirk
e305ec2f52
Added packages.config for skia render tests.
10 years ago
Jason Jarvis
33dc98b882
Merge branch 'master' into controlcatalog_pcl
10 years ago
Jason Jarvis
c79c383450
Replaced the contents of ControlCatalog.csproj with that from ControlCatalog.PCL and swapped all references. Removed temporary PCL version.
10 years ago
Jason Jarvis
309dabe0c2
Fix Asset DLL loading on non-iOS platforms that I broke.
10 years ago
Nikita Tsukanov
bf25cf4817
Skip tests
10 years ago
Steven Kirk
381e9d4c9b
Merge pull request #509 from wieslawsoltes/SkiaSharpNuget
Updated Perspex.Skia.Desktop nuget
10 years ago
Wiesław Šoltés
5f61fecd57
Fixed NRE in SystemDialogImpl
10 years ago
Nikita Tsukanov
dd67d49960
Fixed Size::operator -
10 years ago
Nikita Tsukanov
ad6805f860
Fixed build
10 years ago