Steven Kirk
f1deacdc74
Merge pull request #65 from ncarrillo/fix-progress-bar
Fix progress bar
11 years ago
Steven Kirk
e4d2943208
Merge pull request #64 from ncarrillo/fix-cairo-image-clip
Fixing clipping issue with images using the Cairo backend
11 years ago
Steven Kirk
60b6f23aef
Refactored ISelectable behavior into a mixin.
11 years ago
Steven Kirk
b3bdbe8025
Merge pull request #62 from ncarrillo/fix-progressbar
Fixed a bug in ProgressBar
11 years ago
Nelson Carrillo
2074e18294
Merge from upstream
11 years ago
Nelson Carrillo
3ed4cc0192
Moved ProgressBar value calculation to ValueChanged
Moved indicator lookup to OnTemplateApplied
11 years ago
Nelson Carrillo
f7410049b1
Fixing clipping issue with images using the Cairo backend
11 years ago
Nelson Carrillo
08ca269a09
Correctly subtracted the minimum from the value and the divisor.
11 years ago
Steven Kirk
237076d637
Demonstrate bug in ProgressBar.
11 years ago
Steven Kirk
a97465b1bd
Test scrollbar auto-hiding.
11 years ago
Nelson Carrillo
e8d5dae0b3
Fixed a bug in ProgressBar
11 years ago
Steven Kirk
c453ad3b36
Removed Scrollbar binding workaround.
Binding system now handles this. Added unit tests to ensure it works
property.
11 years ago
Steven Kirk
4d56d2a440
Remove ScrollBar pseudoclasses.
11 years ago
Steven Kirk
324785f253
Documented ScrollBar.
11 years ago
Steven Kirk
09ef0309b1
Added validation/coercion to RangeBase properties.
11 years ago
Steven Kirk
570d37509a
Stylecop-ed ProgressBar stuff.
11 years ago
Steven Kirk
ea62b109b7
Make ProgressBar compile.
And add to test app.
11 years ago
Steven Kirk
f42e89a8a6
Make tooltips show more than once.
11 years ago
Steven Kirk
2731387423
Removed debug code.
11 years ago
Steven Kirk
5860540bab
Merge pull request #60 from ncarrillo/feat-win-progress
Implemented ProgressBar
11 years ago
Steven Kirk
92c4f502a2
Removed INameScope.
No point having it in there if it's not used.
11 years ago
Steven Kirk
9a9132c42b
Manipulate logical parent thru ISetLogicalParent.
Ported from ideas branch. Also includes beginnings of INameScope
support, though nothing implements this interface yet.
11 years ago
Steven Kirk
05ec12e2cf
Added IControl interface.
11 years ago
Steven Kirk
7775f9f942
Documented Control class.
11 years ago
Steven Kirk
4e443c87bd
More porting docs etc from ideas branch.
11 years ago
Steven Kirk
d064508f25
Documented/updated Decorator.
11 years ago
Steven Kirk
0a0e35646f
Documented Border.
Ported from ideas branch so some other changes came across too.
11 years ago
Steven Kirk
fba2633ab9
Renamed Decorator.Content property as Child.
11 years ago
Steven Kirk
51a1a32d43
Documented Grid + supporting classes.
11 years ago
Steven Kirk
486da2103e
Documented StackPanel.
11 years ago
Steven Kirk
4fc7d00cb4
Documented Panel.
11 years ago
Steven Kirk
9e913998f3
Forgot to save csproj again.
11 years ago
Steven Kirk
655966742b
Add ncrunch solution file.
11 years ago
Steven Kirk
8d565cacaf
Use correct version of ImageMagick.
11 years ago
Steven Kirk
33696785ab
Forgot to save .csproj after last commit it seems
11 years ago
Steven Kirk
3e15dfd0dc
Update readme for VS2015 RTM.
11 years ago
Steven Kirk
ed3b5df146
Updated stylecop analyser.
11 years ago
Steven Kirk
0c102d6d60
Reinstalled problematic NuGet pkgs.
11 years ago
Steven Kirk
8dafd64ae3
Allow PerspexProperty validation to be overridden.
11 years ago
Steven Kirk
ee8c211683
Renamed PerpexProperty coercion as validation.
As it can be used to invalidate a property change by throwing an
exception as well as coerce the value.
11 years ago
Steven Kirk
f3ab1b35dd
Refactored PerspexObject tests.
Into separate classes.
11 years ago
Steven Kirk
5a9caee4dc
Merge pull request #59 from ncarrillo/feat-cairo-geometry
Implement Geometry support for Cairo/GTK
11 years ago
Steven Kirk
c046676bb8
Merge pull request #57 from ncarrillo/cornerradius
Implemented CornerRadius for Border
11 years ago
Steven Kirk
e7524de762
Merge pull request #58 from ncarrillo/gtk-popup-dialog-resize
Fixes/cleanups to the Gtk/Cairo platforms
11 years ago
Nelson Carrillo
d0fcaf52be
Implemented ProgressBar
11 years ago
Nelson Carrillo
95d5ce56a4
Began implementing Geometry support for Cairo/Gtk
11 years ago
Nelson Carrillo
d66c1545ce
Began implementing geometry
11 years ago
Nelson Carrillo
6826ef19a5
Implemented CornerRadius for Border
11 years ago
Nelson Carrillo
daf771ba2c
Fixes/cleanups to the Gtk/Cairo platforms
- Added PopupImpl support in Perspex.Gtk
- Added ShowDialog support to WindowImpl in Perspex.Gtk
- Fixed resize issues in Perspex.Gtk
- Renamed Centered to Center to match WPF in Cairo
- Removed old Serilog references breaking compile
11 years ago
Steven Kirk
15cbcdc648
Fix popup placement.
11 years ago