neuecc
|
bef0269e02
|
to extension
|
2024-09-03 10:25:22 +09:00 |
|
neuecc
|
67c41178dd
|
disable warning
|
2024-09-02 21:25:58 +09:00 |
|
neuecc
|
a38a751f48
|
ready
|
2024-09-02 21:20:52 +09:00 |
|
neuecc
|
d84965e20e
|
optimize for ObservableList
|
2024-09-02 21:19:15 +09:00 |
|
neuecc
|
a981b3121f
|
merge master
|
2024-09-02 19:55:13 +09:00 |
|
neuecc
|
591163e844
|
Merge remote-tracking branch 'origin/master' into rework-filter-and-view
|
2024-09-02 19:52:18 +09:00 |
|
neuecc
|
90e6a54218
|
Add ObserveClear, ObserveReverse, ObserverSort
|
2024-09-02 19:50:59 +09:00 |
|
neuecc
|
c0c9cd48d7
|
replace SynchronizedViewList backed uses AlternateIndexList
|
2024-09-02 19:31:29 +09:00 |
|
neuecc
|
08b328c16f
|
impl AlternateIndexList
|
2024-09-02 16:27:23 +09:00 |
|
neuecc
|
b69f32c450
|
how sync...
|
2024-08-28 19:03:03 +09:00 |
|
neuecc
|
6ee7fb7301
|
list
|
2024-08-28 17:53:17 +09:00 |
|
Yoshifumi Kawai
|
3488094882
|
Merge pull request #63 from zerodev1200/#58
Fix #58 IsCompatibleObject
2.2.2
|
2024-08-28 16:03:57 +09:00 |
|
Yoshifumi Kawai
|
9109711524
|
Merge pull request #62 from zerodev1200/Add-INotifyCollectionChangedSynchronizedView.Refresh()
Add INotifyCollectionChangedSynchronizedView.Refresh()
|
2024-08-28 16:03:30 +09:00 |
|
neuecc
|
7e37cfc878
|
f
|
2024-08-28 03:52:42 +09:00 |
|
neuecc
|
7eef45cadb
|
more changed wip
|
2024-08-28 03:09:29 +09:00 |
|
neuecc
|
5b3eb80158
|
c
|
2024-08-27 23:28:30 +09:00 |
|
zero
|
cb0cf8b386
|
Fix #58 IsCompatibleObject
|
2024-08-27 23:20:00 +09:00 |
|
neuecc
|
295cef5ae5
|
Dict, HashSet, Queue, RingBuffer, Stack
|
2024-08-27 18:36:01 +09:00 |
|
neuecc
|
ce624265f3
|
ObservableList
|
2024-08-27 15:50:19 +09:00 |
|
zero
|
d8b0d8f117
|
Add INotifyCollectionChangedSynchronizedView.Refresh()
|
2024-08-26 18:28:11 +09:00 |
|
neuecc
|
9ffd0417ba
|
lll
|
2024-08-26 16:33:36 +09:00 |
|
neuecc
|
68618fda10
|
more interface change
|
2024-08-23 17:09:32 +09:00 |
|
neuecc
|
abed307158
|
more
|
2024-08-22 17:19:28 +09:00 |
|
neuecc
|
4aacf11bee
|
WIP
|
2024-08-21 17:00:28 +09:00 |
|
neuecc
|
ffa8a97e35
|
reworking
|
2024-08-20 19:06:57 +09:00 |
|
neuecc
|
998f74c18d
|
Merge branch 'master' into rework-filter-and-view
|
2024-08-20 18:33:14 +09:00 |
|
neuecc
|
d7fac361bd
|
capacity
2.2.1
|
2024-08-20 17:08:27 +09:00 |
|
neuecc
|
d5f52ee6b7
|
todo
|
2024-08-20 17:00:17 +09:00 |
|
Yoshifumi Kawai
|
b0f2a500d6
|
Merge pull request #55 from erri120/comparer
Add missing equality comparer parameter and getter
|
2024-08-20 16:57:46 +09:00 |
|
Yoshifumi Kawai
|
f718492d9f
|
Merge pull request #57 from JeongJiwon-Ruya/ObservableQueue-TryPeek
Add 'out' keyword in ObservableQueue.TryPeek method
|
2024-08-20 16:56:46 +09:00 |
|
JeongJiwon
|
9b2d05798b
|
add out keyword
|
2024-08-15 20:25:15 +09:00 |
|
erri120
|
32f83949f6
|
Expose comparer
|
2024-08-14 14:30:39 +02:00 |
|
erri120
|
82ae67ab29
|
Forward equality comparer to dictionary
|
2024-08-14 14:27:56 +02:00 |
|
erri120
|
0fc595f8a5
|
Forward equality comparer to set
|
2024-08-14 14:27:50 +02:00 |
|
neuecc
|
a7d6e51831
|
no packable
2.2.0
|
2024-08-13 20:40:53 +09:00 |
|
neuecc
|
de8cbeb795
|
Merge branch 'master' of https://github.com/Cysharp/ObservableCollections
|
2024-08-13 20:38:45 +09:00 |
|
neuecc
|
5b20164dad
|
test
|
2024-08-13 20:38:42 +09:00 |
|
Yoshifumi Kawai
|
d3493356fd
|
Merge pull request #51 from prozolic/pullreq
fix ResizableArray
|
2024-08-13 20:38:32 +09:00 |
|
neuecc
|
7162edd503
|
Merge branch 'master' of https://github.com/Cysharp/ObservableCollections
|
2024-08-13 20:33:53 +09:00 |
|
Yoshifumi Kawai
|
fbdbfe0d5e
|
Merge pull request #54 from AnnulusGames/add-readonlyobservablelist
Add IReadOnlyObservableList interface
|
2024-08-13 20:33:21 +09:00 |
|
neuecc
|
07ab2bd8dd
|
impl IReadOnlyList
|
2024-08-13 20:32:03 +09:00 |
|
neuecc
|
fa6a843a49
|
ObservableList.View.ToNotifyCollectionChanged collection implements IList(allow binding for Avalonia)
|
2024-08-13 20:30:44 +09:00 |
|
neuecc
|
f2e26e95a3
|
avalonia test
|
2024-08-13 20:29:39 +09:00 |
|
Yoshifumi Kawai
|
d0013a61e6
|
Merge pull request #49 from Cysharp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
|
2024-08-13 17:45:35 +09:00 |
|
AnnulusGames
|
80e29f0c25
|
Add IReadOnlyObservableList interface
|
2024-08-11 10:25:10 +09:00 |
|
Yoshifumi Kawai
|
b5cf2a0415
|
Update README.md
|
2024-08-08 18:50:33 +09:00 |
|
neuecc
|
a99b10ca49
|
Add ICollectionEventDispatcher, ToNotifyCollectionChanged(ICollectionEventDispatcher)
2.1.4
|
2024-08-08 18:42:03 +09:00 |
|
prozolic
|
923f8869a5
|
fix ResizableArray
|
2024-06-26 22:52:22 +09:00 |
|
dependabot[bot]
|
c321a18094
|
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-10 05:50:43 +00:00 |
|
Yoshifumi Kawai
|
7e139dc57a
|
Merge pull request #45 from TORISOUP/add_readonlyObservableDictionary
Add IReadOnlyObservableDictionary interface and ObservableDictionaryR3Extensions
2.1.3
|
2024-06-10 14:50:36 +09:00 |
|