tangled
alpha
login
or
join now
keii.dev
/
osu-framework
A game framework written with osu! in mind.
0
fork
atom
overview
issues
pulls
pipelines
osu-framework
/
osu.Framework
/
Bindables
/
at
master
31 files
Dean Herbert
Move bindables to their own namespace
7 years ago
f2dd4e5e
AggregateBindable.cs
Add back required list copy
4 years ago
Bindable.cs
Remove `Cached` overhead in `Bindable`
4 years ago
BindableBool.cs
Refactor to reduce inversion
4 years ago
BindableDictionary.cs
Rename method
4 years ago
BindableDouble.cs
Refactor to reduce inversion
4 years ago
BindableFloat.cs
Refactor to reduce inversion
4 years ago
BindableInt.cs
Refactor to reduce inversion
4 years ago
BindableList.cs
Rename method
4 years ago
BindableLong.cs
Refactor to reduce inversion
4 years ago
BindableMarginPadding.cs
Refactor to reduce inversion
4 years ago
BindableNumber.cs
Refactor to reduce inversion
4 years ago
BindableNumberWithCurrent.cs
Refactor to reduce inversion
4 years ago
BindableSafeArea.cs
Refactor to reduce inversion
4 years ago
BindableSize.cs
Refactor to reduce inversion
4 years ago
BindableWithCurrent.cs
Refactor to reduce inversion
4 years ago
IBindable.cs
Rename method
4 years ago
IBindableDictionary.cs
Remove extra CreateInstance() interface methods
4 years ago
IBindableList.cs
Remove extra CreateInstance() interface methods
4 years ago
IBindableNumber.cs
Add generic constraint on IBindableNumber. 'Min' and 'Max' are only meaningful when comparable.
6 years ago
IBindableWithCurrent.cs
Fix `IBindableWithCurrent` using wrong constructor signature
4 years ago
ICanBeDisabled.cs
Use paramref for referring to parameters.
6 years ago
IHasDefaultValue.cs
Move bindables to their own namespace
7 years ago
IHasDescription.cs
Move bindables to their own namespace
7 years ago
ILeasedBindable.cs
Drop the "read-only" qualifier
5 years ago
IParseable.cs
Move bindables to their own namespace
7 years ago
IUnbindable.cs
Move bindables to their own namespace
7 years ago
LeasedBindable.cs
Refactor to reduce inversion
4 years ago
NonNullableBindable.cs
Refactor to reduce inversion
4 years ago
NotifyDictionaryChangedEventArgs.cs
Apply fixes from reviews
4 years ago
RangeConstrainedBindable.cs
Unbind remaining events during `UnbindEvents`
4 years ago
ValueChangedEvent.cs
Use ValueChangedEvent everywhere
6 years ago