Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/reactiveui/ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
https://github.com/reactiveui/ReactiveUI

Initial hack at getting Android to build

465af72b9b7d6422410c40c9d2d289fe7edc5050 authored about 12 years ago
Add building Mono.Reactive to the sln

5735be459a42bfb72ab5e267e2a203fe74bed4c7 authored about 12 years ago
Look up the type specified by ViewModelToViewFunc verbatim

681d4c63e015106e05b0e47e24012a2351e005df authored over 12 years ago
Stupid mistake is Stupid

a04090eb1a391c24bc0ffb667ad288c44f14c967 authored over 12 years ago
Make reflection trickery in ToProperty optional

8ac488246cd44214e0c5131a77f83a8a25a80258 authored over 12 years ago
Version Bump to Preview 4

f4c2ebb9f8c8815929a24f3d1530979355a9b55f authored over 12 years ago
Reregister preregistered types whenever we configure the SL

167522fcd96336084629aa350342d7887b5ce00f authored over 12 years ago
Merge pull request #78 from wbardzinski/rxui4

When ReactiveObject is being deserialized using DataContractSerializer c...

0e341bb83a53ad60cb45923274f1e6b973cf8831 authored over 12 years ago
Improve error message when you try to convention Bind and the control doesn't exist

b6c4313d05d81cb6b1e16861408b9a0e18d107da authored over 12 years ago
Search all base classes of a control to see if it's ICommand'able

1cef23813529cb23974ee477d2c56954bde27cb4 authored over 12 years ago
When ReactiveObject is being deserialized using DataContractSerializer changingSubject and changedSubject fields are not initialized since the serializer do not call constructors. This results in null reference exception being thrown when calling raisePropertyChanging or raisePropertyChanged. The fix is to move initialization of the fields to the setupRxObj method which is called both from a constructor and when deserializing an object.

084e4208767eba692695f3247975490e1e5439da authored over 12 years ago
The default property for vm.Foo.Bar should be a view control named Bar

4aff6fec0f84e82a8ba53c25282f5a79ed31d1c6 authored over 12 years ago
Enable Intellisense docs on WinRT

15a89931a358b70470e7e76248dccdb7874d9412 authored over 12 years ago
Make ReallyFindType work with fully-qualified types

430e120a17ee45e099ad2ab9a0eff1690dfa67c3 authored over 12 years ago
Derp, fix this on !WinRT

a7692b4ab59cd8a2f958e4a93984edcdf6f72996 authored over 12 years ago
Version bump to Preview 3

2a480449bb1d499f6e03e871efc44e2690b8ac1d authored over 12 years ago
Disable DP notifications on WinRT

886c6a7a3714bc8c9d453dab24b03f7af3c2a310 authored over 12 years ago
Add XUnit.NET license

59a211e1898577b3d100906c288e651fbde8f1f7 authored over 12 years ago
Add .NET 4.5 Binaries

994de664bc194bdfb1d30a9771afb0e6defdeea6 authored over 12 years ago
Initial hack at .NET 4.5 support, doesn't work

c02ec91b2638cad3f170a7f8762e104049a500f0 authored over 12 years ago
Fix BindingFlags.FlattenHierarchy for WinRT

0bbbf996fecaa05355c05539847657f3777c19ef authored over 12 years ago
Make this easier to debug

f0db07388305d9065d5706330055053b49339d2c authored over 12 years ago
Fix type resolution on WinRT

518564c461dc0f36df364a8f27175564f9d10a27 authored over 12 years ago
Use interface instead of concrete router in RoutedViewHost

87a700e11217b31fc5a25aa3217268301f3a9533 authored over 12 years ago
Jankily fix assembly resolution on platforms that suck

On WinRT and other places, Type.GetType requires a fully qualified type name
(i.e. including the...

f1293bc8a043a2f6b82a983d0b505bd89323c76f authored over 12 years ago
Enable CallerMemberAttribute overloads in .NET 4.5

10629bdf2c09ba0ff8393d5a255ee7b063d033ae authored over 12 years ago
Prevent unsynchronized access to a MemoizedMRUCache

c1e7d3ad1613c0183a2e3e348be0669960e33040 authored over 12 years ago
Prevent unsynchronized access to a MemoizedMRUCache

c1e6ab4b4ee1e5cefc11e01ead5bb6cbbee3ffe3 authored over 12 years ago
Update to XUnit 1.9

6c36cc2ab43588ab73011a46ef68db3aa6e00492 authored over 12 years ago
A vain attempt at getting tests running on Mono

ed55521c202ad567dfff7c98cfd0e9c234c0cbb5 authored over 12 years ago
Fix dumb null exception

bae1ca6169ee667110682c5303a3443efcce0deb authored over 12 years ago
I am dabess.

9154ef5c2a17311e8b53ea2f1a15434c8983dd74 authored over 12 years ago
Prevent recursive logging

43438d80678f0a68e3b6b6975abaec927d352531 authored over 12 years ago
Bump to preview 2

5d143e029b10775b451a8005f2619391f1bdf5fe authored over 12 years ago
Visual Studio crap

ca067094be5900da4d35008f5dbcff7be4f742a9 authored over 12 years ago
Update to Rx 2.01

2e26490bc86392ea601f50c3f7ec787a93169631 authored over 12 years ago
Ignore release directories

6024ffadcdcae3e6a9ece28400828855ff6d1fe3 authored over 12 years ago
WinRT sucks at testing

43b99bdda36bcf0e1a53aeea66af5ee12b456490 authored over 12 years ago
Boring fixes yawn

84c2247f73d53e066c941eb790658e8ad3839afa authored over 12 years ago
Add NLog to ReactiveUI, make new package for WinRT

08ae07eeef959cf1a75eb32e5216c7d9623df424 authored over 12 years ago
Update NuGet package definitions for RxUI 4.0 Beta

69ccae241b3dddfe4bbf5b8565f86924767809e8 authored over 12 years ago
This and that related to RxUI.NLog

825eebc3d04aa8566f6b833bffd67d335bcf5a43 authored over 12 years ago
Create ReactiveUI.NLog

This commit creates a new project called ReactiveUI.NLog that recreates the
NLog adapter to work...

1bb46ec2d2da4d0a8c35b4b9823019a8c8c28e63 authored over 12 years ago
Removed all NLog references and implemented a system similar to

Caliburn.Micro's way of doing logging.

This is partially distantcam's code and partially mine - ...

6c8b79d1c3a92ecddc41f64864344f98b5e79422 authored over 12 years ago
Update MakeRelease to build NuGet Packages

d66012aebc31d5cfac4095189dc0b590a83319d6 authored over 12 years ago
Rename WinRT to match NuGet arch name

d9f6ff14d9dd0b3043daa9c97ac2ab86faaaa635 authored over 12 years ago
Initial rig of NuGet template

4247f78fc83ddbe8dbd24e4ff43d4ba42e4b91c4 authored over 12 years ago
Fix some Mono glitches in release build

2e972fc8a3cfeef45d44e2b131b51ad59b6cfd86 authored over 12 years ago
Nuke old-and-busted iOS projects

f7c1630513bc7acff2d04bcb07be46ed8cf1f7ea authored over 12 years ago
Apparently this was *super* important

ae3f83a09f723c71b2be775c7684da949e174080 authored over 12 years ago
IViewForViewModel => IViewFor<T>, thanks @shiftkey

3a803b58ee8a85a1a4c05ff5c676ebfe8f30d589 authored over 12 years ago
Sometimes I wonder if I'll forget to breathe sometime

08ca456f1a94322639aaf92a9bf0c43bdcbed727 authored over 12 years ago
D'oh.

f24504698a3674d0fdf8cfd9d7cfbb7f54f8959b authored over 12 years ago
Fix the build everywhere

8609af81bb2adc5f6a9e483cd911e19406626192 authored over 12 years ago
Fix loading of RxUI.Xaml

f00a607a782d34949f05159896a4aed2139db836 authored over 12 years ago
Enable logging in two-way binds

90d45e05390703c535614c7fa0f6212193d40b70 authored over 12 years ago
Early load any RxUI DLLs we find

c0c37020ba1140b1bce152db172debc5c571e27f authored over 12 years ago
Create the beginnings of modern Cocoa / UIKit support

7b225e64a29e76c6fc7d6b4ff7277d2e433bcde8 authored over 12 years ago
Refactor some Event munging

97046b9d67ee96b33f1c791a60369e257b75792f authored over 12 years ago
Allow signalling updating a two-way bind via an arbitrary IObservable

This is useful for updating a binding based on an event other than the one
determined progmatica...

541c9f35b8343550133790ae3c13e1f0963eddbe authored over 12 years ago
Replace WindowsThreading detection with ReactiveUI.Xaml service registration

0720632e6a7d1f3059a4752aacff8c8b6282dec0 authored over 12 years ago
Schedule POCO objects instead of immediately returning them

Often when we are setting up a WhenAny (and by proxy, a Bind or OneWayBind
binding) in a constru...

42368e6c4c5bb5806996907efbb6288892db5c2f authored over 12 years ago
Build Fixup for Mono 2.11 / GTK#

ad0f4ae12c69e1e5e2f71d943abbd9942d9aa926 authored over 12 years ago
Build fixups to tests

b8e6999d5381fa917482cfc937a3b73edfdd312c authored over 12 years ago
Build fixes for RxUI.Testing

bd2da72325431edf1f5f176b27237cd95974dc42 authored over 12 years ago
Build fixups for RxUI.Routing

83742b2ae5126fcf6d93330726c677b21f27f02f authored over 12 years ago
Fixup refs for RxUI.Blend

de9c79d1d8c04c733f2141d3922da80bb78407f5 authored over 12 years ago
Build Fixups for RxUI.Xaml

1b044de04e8d0033d31eed051a4ba548aa568c36 authored over 12 years ago
Build fixups for RxUI Core

6726758be9acb625ae765dcb1b4aa8167c3ba3a6 authored over 12 years ago
Update WP7 version of WhenAny

b9fd43c75010be68ea4ec2dbb974d0640ce4ddac authored over 12 years ago
Upgrade dependencies to Rx2.0 RTM + JSON.Net 4.5.7

3384ca1cf190ce3c96061b45d0bb2235c5dd8028 authored over 12 years ago
Initial implementation of Sample Data

When running in design mode, we switch to an alternate property binder that
instantiates an alte...

bb3df2623d8f97fb28648aa5f3b8ca34234ae426 authored over 12 years ago
Make it a bit easier to implement sample binding

c2606cf2c15b22b145a80554abfb9b7a3a3f6ae8 authored over 12 years ago
Derp null check derp

da406ae1086f3a2f5eb8c8df399dd4559c81190d authored over 12 years ago
Add convention-based property binding for common controls

d63f70eb34c3dbc7b3b81607aeb52005eab07123 authored over 12 years ago
Move to a more generic way to register stuff in RxUI.Xaml at startup

9b4ce2ebef0994f1762fe0a322d54eaa5a0790bb authored over 12 years ago
Fix handling of ViewModel object changes in Binding

Both property and command binding suffer from the problem where if the View's
ViewModel changes,...

7892ee02464cb664887b145967b16c4e7d24c4a3 authored over 12 years ago
Fix the T4 template

e80a3c5c5fcdac0d64e0798a3490e35683957f3d authored over 12 years ago
I don't know what all this did, but let's replace it

a1b461e1f5eab6672d11d9d91edd51be16f2f1ba authored over 12 years ago
If an object is a DO but the property being bound isn't a DP, fall back

88da06a3b698096b7c6359bd62fc88ec5b0b42f3 authored over 12 years ago
Solve Field vs Property issue completely by replacing PropInfo/FieldInfo with higher-order getter/setters

34bdd42059edff0955ee9780e403308650197b21 authored over 12 years ago
Refactor out reflection stuff to separate class

c0e30cb675c53ac1d8540696bded804fa5ab5801 authored over 12 years ago
Xaml uses *internal* fields, even better

26e3426828d95c15d71910e4ee6b2842c5b0aff2 authored over 12 years ago
Xaml generates Fields as its backing store for controls :-/

2e2a4cbc1d9a6f0cc73b789d95baa58d951598c5 authored over 12 years ago
Version bump to 4.0

7c1961825c5e2ea09f4e3bc019964eb11ad0dd02 authored over 12 years ago
Implement public interface for Property Binding

7e563c1f7b92327cb1c7e4210d917d78e15ba196 authored over 12 years ago
Implement the rest of the bindings

f07cc12a58450b2514cbe435d51cfcc36f2136ce authored over 12 years ago
Implement two-way binds

06e80483a13ad4b133749fb1ae684964f645a909 authored over 12 years ago
Sketch out Property Binding

Implement the implementation interfaces for property binding, allowing to
declaratively bind Vie...

5be569ceeab4c0d50f5b54ea722d9ed865307a48 authored over 12 years ago
Make BindTo use WhenAny internally

3d927a6591d9288f398f9f2ec1b0c35409b9fec9 authored over 12 years ago
Finish off the public interface for CommandBinder

cf04c606ccdbb824562777f38c7b08c5a5007ff7 authored over 12 years ago
Add support for binding Commands to arbitrary events

bcdec178c21387c75e2a2cbbc89cf72c0ac8d296 authored over 12 years ago
Implement Command Binding

Add the implementation for Command Binding, building off of the previous
commit. The intended sy...

0d4199a0988e6acef4b95b54c4851a05c750b9f8 authored over 12 years ago
Add basic interfaces for command binding

Add the raw methods to bind a command to a view object, in a similar fashion
to ICreatesObservab...

e78e15924afcb1c49f3b3a5c39c037a52f7ccd57 authored over 12 years ago
Deprectated, use CreateDerivedCollection

1dcda53514d5cd9c928ae88af818c3cd088134b5 authored over 12 years ago
Move IViewForViewModel down to RxUI core

fd6ac959a67c68b7da898417429aafc1886dbe03 authored over 12 years ago
This doesn't need to be so specific

7c533abacb25d0c980fc2cfc8005b5a416305816 authored over 12 years ago
Don't need this anymore

f300e3baeb1ac6b61a1ca4e514a2b5c85d7c40f8 authored over 12 years ago
Test WhenAny with a DependencyObject

4072aa6a1bb14b54e7b4a16bf5dbe7f0007a77d7 authored over 12 years ago
Hack in DepProp observer in RxApp. Ugly.

3e1185c1367926203c2bfbd9529fa58f15fa374a authored over 12 years ago