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

Enable ObservableForProperty and WhenAny for all classes

This commit uses the infrastructure built up earlier to add the ability to use
ObservableForProp...

e51142ad17e4f3f1d2b57f36e680c48539f4fabe authored over 12 years ago
Create dispatch classes to subscribe to notifications for objects

This is the first step towards creating an extensible WhenAny /
ObservableForProperty, for being...

77c3cd57bbdc8dad6a6b94e90e14359b965dd91e authored over 12 years ago
Add the ability to register new types with service locator

This patch adds the ability to register types with the service locator, so
that RxUI itself can ...

c4f2f5041bd0b1127f9afd466909c630c41f25b5 authored over 12 years ago
Demote some noisy log lines

327bca5567eb36914934d7a4b40bc729a1c39246 authored over 12 years ago
Fix WP7 bug

The fact that nobody has caught this until now tells me how seriously I should take WP7 development

c2813a30333119a3a91709c620b29302094e81f9 authored over 12 years ago
Compatibility fix to make RxUI 2.x code easier

4916ed28d1b3d8846d0dc6a11645b99764c1f2ad authored over 12 years ago
Use a conventionless version of RaiseAndSetIfChanged so we don't break people who change it

1d0e3ded27b1b315a023ee6185602fe7a1c8dcae authored over 12 years ago
Merge pull request #72 from lunaryorn/fix-template-access

Access template elements after template is applied

2015fdbba52e414b47265418f1bf6467f7b8a710 authored over 12 years ago
Fix template access in TransitioningContentControl

Template elements cannot safely be accessed during the Loaded event
because Loaded events might ...

baa31c2c96af9b89525052dba8cf88a4ffe89340 authored over 12 years ago
Why.

05fc4dda64afe45ca7c23d3bcf76bfd350527a51 authored over 12 years ago
Version bump to 3.2.0

75aa4cee6e891b1dda38d0d048f96d1c8322fa65 authored over 12 years ago
Add additional options for View location

This patch makes RxRouting.ResolveView resolve several new options:

* IFooBarView that implemen...

2026708a340ea78833218103663e9bdefc9af250 authored over 12 years ago
Fix for issue #68

4ac53c73ead55d9041d9ddc50053efa56c19f227 authored over 12 years ago
Merge pull request #70 from PKRoma/pk/vs2010

Clean references to ext/*.dll's to enable build of main and SL5 solutions on W7/VS2010

22e54857bb84580a83d479d538a0742020935bc8 authored over 12 years ago
Merge branch 'master' into pk/vs2010

Conflicts:
ReactiveUI.Routing/ReactiveUI.Routing_WP7.csproj
ReactiveUI.Testing/ReactiveUI.Test...

3ac3885ba8aca9fe033a9d177fc6b75c72cd3960 authored over 12 years ago
Clean references to ext/*.dll's for building on W7/VS2010

12b791c4f07440f27d893c28f575cdcf42f3b5af authored over 12 years ago
Work around broken ObservableForDP in WinRT

99c088e228add4ec28648b437667b39021dac7ba authored over 12 years ago
Update to be compatible with Win8 RP

00199075b3c5594c334fdd47ca975d55d929d798 authored over 12 years ago
Update WinRT binaries to 2.0 RC

bc3dcea52ea7940ed8c11f260dd93b3354a07af8 authored over 12 years ago
Update version to 3.1.3

af89690ea56c06238e35b274d98c0d37096bd51f authored over 12 years ago
*Finally* fix the WP7 and SL5 builds

b9840d10c49ae52f3ec84e4f32a4b4dd7d942119 authored over 12 years ago
Merge pull request #66 from jimitndiaye/master

ReactiveUI.Sample does not compile

4ff40d7be14d62010a284223e1568d921201cae5 authored over 12 years ago
Fixed compilation issues with ReactiveUI.Sample

49651494f0aba94157189e3b2418c99921727e86 authored over 12 years ago
Merge branch 'detached'

61ce7394e8854f5ffb904b1e62f03961d454df5b authored over 12 years ago
Switch Mono back to official Rx.NET

10ffd6e3ad263c028d4b5e3b3e171617d1ef0060 authored over 12 years ago
Stop throwing exceptions from validation attributes

It should simply return a validation result.

ea9026908236e6546f2d9419f907b5f9653c6d70 authored over 12 years ago
Renamed method to InvalidateValidationCache

I realized that in the context of `ReactiveValidatedObject` this
method makes total sense. But w...

59170e3e4fc5737fc13eaea87aec4227e8973a9e authored over 12 years ago
Added a method to invalidate the validation cache.

Sometimes the validation cache gives you the wrong answer for whatever reason.
This gives the de...

bfa6c42b10fbb98fe4a97dc64165b9094c3026fa authored over 12 years ago
Version bump to 3.1.2

0d378067a157626e8087888e97fb7814a5ef2302 authored over 12 years ago
My hatred for VS project files is Infinite

11d8e7bddcaeef7a10fcdf4e851127e2ab578849 authored over 12 years ago
Add a GTK+ version of RoutedViewHost

55f01a94921bcff342765eaf1d48bd8ed956c789 authored over 12 years ago
For some reason, this builds in MD but not xbuild

53b8bb656aceb72c8ab01e44f6bfe208a722dd0a authored over 12 years ago
Le sigh.

17ebece08d554156dab458df7dc4885f96b9fddb authored over 12 years ago
Disable ThemeInfo in Mono

e01e3779c69488dbf2fea0bfe907829a79781e8c authored over 12 years ago
Create ReactiveUI.Gtk

5cd7099e0e3fc8dcb58af895c8a45105d4b3ce50 authored over 12 years ago
Why does Microsoft hate UI developers

d5f00aebedad12d25b59f76cc0be556c99e695ea authored over 12 years ago
Version bump to 3.1.1, fix missing ThemeInfo

5e9e48c9bd8ff86f7ac31ccc0e81ae9140475d6a authored over 12 years ago
Merge pull request #62 from jlaanstra/WP7Serialization

OnDeserialized throws MethodAccessException on Windows Phone because method is not public.

90aee1a6eaf5593a362703d0e7ace03bbecb0bcc authored over 12 years ago
OnDeserialized throws MethodAccessException on Windows Phone because method is not public.

7f088268d7bc8a78be1b8346ef26cbb41845f574 authored over 12 years ago
Nuke old-and-busted README

3fae29ccb8f903442baf183052becf18b929abaf authored over 12 years ago
We moved back to 1.1, unbreak Silverlight

755b84a81c51943a24fd28010658f6e3f4987732 authored over 12 years ago
64-bit Interlocked doesn't exist on WP7

ec7d3deaf70cf9ae8a70d0f2170920948eeaa753 authored over 12 years ago
Add an IsEmpty helper Observable

73819ffe61aeb1a64ebab54a47660aa9bf0410f4 authored over 12 years ago
Fix build paths for WinRT

dd18824ead61c1cf616fcab9237b29c085ce9cae authored over 12 years ago
Create a stub for TransitioningContentControl for WinRT

996fa68ab0beb64f1bb33d14aebe4f759097ce10 authored over 12 years ago
Update MakeRelease

ce66b6928b31ce88c9914c8be8ae7394607a3728 authored over 12 years ago
Version bump to 3.1

73049a0f957da6f45ff77f060cb231944598e67c authored over 12 years ago
Fix merge bug in RxApp

64d159ab16a6da88af2166bf82f15dfa3a4829c7 authored over 12 years ago
Switch all project files back to Rx1.1

935bb282e370869635caee9b19bf8cf6d98efef1 authored over 12 years ago
Move back to v1.1.11111

dffeebd37f2df67c00bdbc125d7856b4f6ab12ee authored over 12 years ago
Revert "Upgrade to Rx 2.0"

This reverts commit fd4e043127a8468f2cff8d6b74079b209e031113.

7e83e42a4109ed710da2b8b1fcd12bc89d567951 authored over 12 years ago
Merge branch 'winrt'

Conflicts:
ReactiveUI/RxApp.cs

0840a36ae73214fa72df10cac89892d44ff10c5a authored over 12 years ago
Improve RoutingState usability

06f0d46859d3980418fffdb99682638f4af9eddf authored over 12 years ago
Nuke broken MessageBus extensions

c4418cbc60067f8f0541581241f1004f0b2befbe authored over 12 years ago
Fix all the bugs in TransitioningContentControl

245274747e3ab3b646458b5f0f484e0da01aee11 authored almost 13 years ago
Add TransitioningContentControl to RxUI

fad4e4ff038a3a7958a28954aae7c52be0eba974 authored almost 13 years ago
Add methods to log Observables

a617ea5669449fc54f6f9923c3b8ac04bd7bd7bf authored almost 13 years ago
Rewrite the missing Rx2.0 methods

132f3296f0dab6584a675f8b088015ec9c835b60 authored almost 13 years ago
Revert "Silverlight on Windows Phone does not support Tasks."

This reverts commit 74dd2545947205cb91464e7ddd31c68b50e1ca9c.

Let's make WP71 support tasks ins...

98b648db58581f433982f48dfe19bacfc89ccfde authored almost 13 years ago
Make RxApp.InUnitTestRunner not throw exceptions when run in Blend

d349650f04548bca8b5501b1b4c16007cb49d1ac authored almost 13 years ago
Add AsyncCtpLibrary_Phone to the ext/WP71 directory

c310e19bac976f7a310bb3a0d9bc5c2bf3906f69 authored almost 13 years ago
Silverlight on Windows Phone does not support Tasks.

Conflicts:

ReactiveUI/RxApp.cs

a768b9de0015280a71667c0773fdbfdf6bee5599 authored almost 13 years ago
Nuke SelectAsync, this is in LinqToAsync now

785cfe11a25b50a672b9a8cc79deac9aa0d030e1 authored almost 13 years ago
Tabs to spaces

205bcb675c470157b78f8923cf43f571046c3ad1 authored almost 13 years ago
Add a scheduler that schedules on the GTK+ runloop

78af48f38d047218b250c86d0bee85164c45c46d authored almost 13 years ago
Move ICommand into System

97a52b4a27524f751b8b19a6e76912c042639306 authored almost 13 years ago
Nuke some solutions

f4dd08f17fb10f5bd3c25dff61b15e39633831b3 authored almost 13 years ago
Fix build paths for Mono

4c860bc9267ec4130f51732bb903eac5d51baaab authored almost 13 years ago
Initial hack at Mono support

20d45d1a306b4c8493dda4c6e740ea370788ecea authored almost 13 years ago
Merge branch 'master' into winrt

c49339435f0f7dadd3b2857e29f175886793cebe authored almost 13 years ago
More improvements to routing

c1907b1b8e5339559a06e162659855a6e72a558b authored almost 13 years ago
Merge pull request #55 from StanislawSwierc/9add858c332fd273b305e6cc8e5f92c7170428b9

Use Reactive Extensions assemblies from ext directory and not from GAC

b3124f298dc8800985d057817b1f2720f4674925 authored almost 13 years ago
Use Reactive Extensions assemblies from ext directory and not from GAC

76f79dfd5d5bb26c6b16f8604c172f04cc7a8e27 authored almost 13 years ago
Dynamically determine the type, don't use T

6144f2bffd0197b6b5e665ab45ac16e62120832b authored almost 13 years ago
Make ViewContractAttribute apply to the ViewModel and use the locator

b4ecdc0f5a85b8da7c9d618ee80507941a4642c8 authored almost 13 years ago
Make an easier override of OverrideHandlersForTesting

0cab6aea872f181e380681c577094c74f0ac17e9 authored almost 13 years ago
Fix a bug in RxUI.RoutedViewHost

998adfd0dea83d922c31e9447928477eb921b626 authored almost 13 years ago
Fix #defines

946d2db2f4c746f558927e9df354d88dcef10583 authored almost 13 years ago
Merge branch 'master' into winrt

44cceb0203b4628f2cede64e875d3f9c0e1b4447 authored almost 13 years ago
Implement more reflection to enable Rx Routing

3f64a2879b9adbb74dffd243a85323b775d76d17 authored almost 13 years ago
Mostly enable ReactiveUI.Routing

ReactiveUI.Routing mostly works, but CommonServiceLocator doesn't exist
for WinRT - need to hack...

8e101486ff3f1456402e4fa6c8a85be665b48e37 authored almost 13 years ago
Fixups to RxUI.Xaml, enable ObservableFromDP

ba32d429cb42177743b207d6a0fd5d24d0f527b2 authored almost 13 years ago
Merge branch 'master' into winrt

8a639db99085f7fe6f6c30844ce0c0b0d875c2b1 authored almost 13 years ago
Make RxUI more TPL friendly :gag:

fc85f4daa3509f3aafe88bb1291e8b79513a0dde authored almost 13 years ago
Lame project fixups

d8430012b1eeede4afcb3b1e67ecdd5ab0fcac86 authored almost 13 years ago
Fix up build against Rx 2.0

20a8507ae9e88d940358b1129ae8add372f471f2 authored almost 13 years ago
Update to Rx 2.0 for WinRT

eb3d6c416b2e8862f0dc17c577faa24d0716b7dc authored almost 13 years ago
Fuck a color CSL, implement our own

b4eae4ca603a97cd6877c112f8b302bb8c7148dd authored almost 13 years ago
Nuke old test. If you throw in a Subscribe, behavior is undefined

ef2197f93cb400ca33a95feb7523f3049040b3c6 authored almost 13 years ago
Ensure ThrownException blows up with no subscriber on OAPH

56a489c7f863a6ba93e2882d1a46d0577e381d7f authored almost 13 years ago
DefaultExceptionHandler should *always* be set up

39abb93c3fb6a3d429cee0473103e382577e2705 authored almost 13 years ago
Test ThrownExceptions on ReactiveCommand and RAC

d41d015e3412ce8b1f38d337de2be464899cdc09 authored almost 13 years ago
Major cleanup of TestUtils

e5f03ae52e78dc607e0ddd888cc94852ff84b9ed authored almost 13 years ago
Fix some ugly API surfaces in CreateDerivedCollection

29fd5d9e4aaabaae217ead97a67555abe3ed8cde authored almost 13 years ago
Nuke ObservableCollectionView, use CreateDerivedCollection overload

bdde856a222ba846bcbc98c74fd8ab11ef5b08a9 authored almost 13 years ago
Interface'ify RoutingState and move everything to mixins

acba3bdb60c52489a3ec001fc859472ac685ec32 authored almost 13 years ago
Nuke autoSaveContract

84f0bacf13d6dd668f3577a57eee3094a957c0fd authored almost 13 years ago
Enable ThrownExceptions on ReactiveAsyncSubject

a1cbcf167e23153eb286496e31b8dc58364426f1 authored almost 13 years ago
Add all of ReactiveUI.Xaml

c1e541131e9548a9894df71e213a6e26c0e329ff authored almost 13 years ago
Wow, that was easy. Enable all of ReactiveUI.Core

36472d1bf9d6425d8e40c4205d64da17041f687c authored almost 13 years ago