Krunoslav Zaher
|
9ce054936d
|
Merge branch 'swift-3.0-removing-rx_-prefix' of https://github.com/JegnuX/RxSwift into JegnuX-swift-3.0-removing-rx_-prefix
|
2016-08-19 00:45:51 +02:00 |
Mo Ramezanpoor
|
b0026d65eb
|
Fixes RxCocoa for macOS.
|
2016-08-16 15:36:20 +01:00 |
Jérôme Alves
|
e59adc3ae9
|
Updates Unit Tests and makes them succeed.
|
2016-08-15 17:46:13 +02:00 |
Jérôme Alves
|
e4e422c4f1
|
Merge branch 'swift-3.0' into swift-3.0-removing-rx_-prefix
Conflicts:
RxCocoa/Common/Observables/NSNotificationCenter+Rx.swift
RxCocoa/OSX/NSImageView+Rx.swift
RxCocoa/iOS/UICollectionView+Rx.swift
RxCocoa/iOS/UIControl+Rx.swift
RxCocoa/iOS/UIImageView+Rx.swift
RxCocoa/iOS/UILabel+Rx.swift
RxCocoa/iOS/UITableView+Rx.swift
RxExample/RxDataSources/DataSources+Rx/UISectionedViewType+RxAnimatedDataSource.swift
RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift
RxExample/RxExample/Examples/GitHubSearchRepositories/GitHubSearchRepositoriesViewController.swift
RxExample/RxExample/Examples/GitHubSignup/UsingDriver/GitHubSignupViewController2.swift
RxExample/RxExample/Examples/GitHubSignup/UsingVanillaObservables/GitHubSignupViewController1.swift
RxExample/RxExample/Examples/ImagePicker/UIImagePickerController+RxCreate.swift
RxExample/RxExample/Examples/OSX simple example/IntroductionExampleViewController.swift
RxExample/RxExample/Examples/SimpleTableViewExample/SimpleTableViewExampleViewController.swift
RxExample/RxExample/Examples/SimpleTableViewExampleSectioned/SimpleTableViewExampleSectionedViewController.swift
RxExample/RxExample/Examples/SimpleValidation/SimpleValidationViewController.swift
RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
RxExample/RxExample/Examples/WikipediaImageSearch/Views/WikipediaSearchCell.swift
RxExample/RxExample/Examples/WikipediaImageSearch/Views/WikipediaSearchViewController.swift
Tests/RxCocoaTests/DelegateProxyTest.swift
Tests/RxCocoaTests/KVOObservableTests.swift
Tests/RxCocoaTests/RxTest+Controls.swift
Tests/RxCocoaTests/UICollectionView+RxTests.swift
Tests/RxCocoaTests/UIScrollView+RxTests.swift
Tests/RxCocoaTests/UITableView+RxTests.swift
|
2016-08-15 12:17:26 +02:00 |
Mo Ramezanpoor
|
1fe15bb9da
|
Replaces all calls to `NopDisposable.instance` with `Disposables.create()`.
|
2016-08-10 14:47:53 +01:00 |
Jérôme Alves
|
10ff55cfba
|
Moves RxCocoa extensions from `rx_` syntax to `rx.` syntax.
The main work is done in this commit but the feature it's still "work in progress"
|
2016-08-09 00:17:38 +02:00 |
Krunoslav Zaher
|
d1cde77b18
|
Modernizes image view extensions.
|
2016-08-07 18:08:13 +02:00 |
Jamie Pinkham
|
c35136fe0b
|
get example projects working.. woo!
|
2016-06-18 15:21:44 -07:00 |
Krunoslav Zaher
|
3aa3850a74
|
Makes `NSTextField` implement `RxTextInput`.
|
2016-05-15 18:28:31 +02:00 |
Krunoslav Zaher
|
d197ce0fbb
|
Exposes `installForwardDelegate` and transforms `proxyForObject` into protocol extension.
|
2016-05-08 21:32:02 +02:00 |
Krunoslav Zaher
|
43b0c306d8
|
Updates comments.
|
2016-04-07 23:25:25 +02:00 |
Krunoslav Zaher
|
300c44aced
|
More workarounds for Swift compiler bugs.
|
2016-02-13 23:36:01 +01:00 |
Krunoslav Zaher
|
2aebe1499f
|
Adds `UIBindingObserver`.
|
2016-02-13 21:25:31 +01:00 |
tarunon
|
00b9169538
|
Move `rx_lazyInstanceObservable` from NSControl to private NSObject extension.
|
2016-01-21 11:27:11 +09:00 |
mrahmiao
|
2ea5b73bd0
|
Adds `rx_enabled` to `NSControl`.
|
2016-01-01 17:51:02 +08:00 |
mrahmiao
|
96aef6e47a
|
Adds `rx_state` to `NSButton`.
|
2016-01-01 17:30:34 +08:00 |
Krunoslav Zaher
|
aca3b28213
|
Removes deprecated APIs.
|
2015-12-31 00:37:58 +01:00 |
Krunoslav Zaher
|
e79cc3c88f
|
Deprecates `rx_controlEvents` in favor of `rx_controlEvent`. Adds `Equatable` constraint to `rx_value<T>`.
|
2015-12-29 17:31:57 +01:00 |
Krunoslav Zaher
|
5d677eaf91
|
Standardizes header format.
|
2015-12-29 16:56:21 +01:00 |
Krunoslav Zaher
|
5e1732134c
|
Fixes warnings in unit tests.
|
2015-12-21 21:34:48 +01:00 |
Fernando Paredes
|
442066562a
|
Match NSImageView to UIImageView's optional image API
|
2015-12-16 11:47:59 -08:00 |
Krunoslav Zaher
|
b08c1a5969
|
Extends `UIView` with `rx_alpha`, `rx_hidden`. `NSLayoutConstraint` with `rx_constant`.
|
2015-12-06 20:33:03 +01:00 |
Krunoslav Zaher
|
827ee57fff
|
Exposes initializers for `ControlEvent` and `ControlProperty`.
|
2015-12-06 01:14:05 +01:00 |
Krunoslav Zaher
|
d2b374a6a7
|
Exposes `UITableView` and `UICollectionView` delegate and data source proxies.
|
2015-12-05 17:42:43 +01:00 |
Krunoslav Zaher
|
e52b2c9449
|
Changes `AnonymousObservable` access modifier to `private`.
|
2015-11-02 10:31:38 +01:00 |
Krunoslav Zaher
|
e22cf3dfb8
|
Adds RxCocoa unit tests.
|
2015-10-19 00:55:41 +02:00 |
Krunoslav Zaher
|
6dc7f2e4a6
|
Rename `ObserverOf` to `AnyObserver`.
|
2015-10-17 12:15:37 +02:00 |
Krunoslav Zaher
|
d4b39565c8
|
Fixes unused warning.
|
2015-09-09 12:19:52 +02:00 |
Krunoslav Zaher
|
964d44d733
|
Documentation and interface cleanup.
|
2015-09-09 11:29:39 +02:00 |
Krunoslav Zaher
|
12089a017c
|
Moves from `send*` to `.on`
|
2015-09-01 12:54:44 +02:00 |
Krunoslav Zaher
|
a4219416cd
|
Introduces new units `ControlProperty` and `ControlEvent`.
|
2015-08-31 22:01:07 +02:00 |
Krunoslav Zaher
|
9c893e75f4
|
Merges `RxSwift.xcodeproj`, `RxCocoa.xcodeproj` and `RxBlocking.xcodeproj` to `Rx.xcodeproj`.
|
2015-08-24 00:06:52 +02:00 |