Ecosyste.ms: OpenCollective

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

github.com/emberjs/list-view

An incremental rendering list view for Ember.js
https://github.com/emberjs/list-view

Added a wrapper div; and made sure that any recycled elements used as padding are cleared of any HTML. @stefanpenner/@lukemelia/@kagemusha

d7a3157a36c4aa3959f0fd5539b04193f5a078f3 authored almost 12 years ago
Assure recycling views works correctly when there is less content than

could fit in the viewport @stefanpenner/@lukemelia

9b0e1197949d1876c47b98c0a8f78a86348f0ea5 authored almost 12 years ago
Add how to run tests to README

8b4b376935208e0ebdbc842e7a6b416468c04971 authored almost 12 years ago
Merge pull request #6 from stefanpenner/backportLifecycleHooks

[fixes #3] Backport lifecycle hooks

d38a5ce8eb8591ef7496846cdd9d853f99e10ebd authored almost 12 years ago
Merge remote-tracking branch 'sebastianseilund/changing-property-failing-test' into backportLifecycleHooks

95782b7a5f78b083924c4abb5acae6d7e251d48c authored almost 12 years ago
Lifecycle hooks during ListItemView contextChange

740b461dac6ad74d7cde08055d2d71aa213a2894 authored almost 12 years ago
WIP

55be5d4462cab997b3adccf7e5003c718cdd15ea authored almost 12 years ago
add https://github.com/emberjs/list-view/pull/3 to confirm it we fixed it, and prevent future regressions.

e754db8be84dff47512c873614b535a323257761 authored almost 12 years ago
test + fixes for startingIndex beyond contentLength

b5cfdda04e9bc0dad3675a3709a976bfdf7032ed authored almost 12 years ago
add height and width change post scroll test

1a21b4c940893a7ed1308c179513dd9b31245822 authored almost 12 years ago
prevent non integers from entering the system

ba39821f47ceed7448ee2f957216ac686bd954d5 authored almost 12 years ago
Lifecycle hooks during ListItemView contextChange

b67809d62e8d5d43a5d3ba4d3f81914e2f08aa7a authored almost 12 years ago
WIP

e32818c4d44ece5192c2ac0266e25853f7b6552a authored almost 12 years ago
Add failing view recycling test

f35d3b6c05ca2879a201f40996f9ad3ef17e835d authored almost 12 years ago
backported innerString functionality

ff59429bd30c11314726a417bf77e5d5d110469b authored almost 12 years ago
allow overriding applyTransform

9c999330a3a0c692e93a788a820b3683034551ea authored almost 12 years ago
remove unused param

bad92e3554d4cc15f8c9a4673fa5c1ead93cd485 authored almost 12 years ago
whitespace

31e376ddd68cfc18a0324c8cbf272e3c15182394 authored almost 12 years ago
fix lost columnCount changes

9f3b0a1cc9bb678884ec5965518a9127ba28b972 authored almost 12 years ago
add classname to the scrolling view

030f4881813e8655a4a03beecaa0bc2320a4da34 authored almost 12 years ago
prevent extra transforms on context changes

4e165280c3c3421d5c29dd0871c7f7c710a800fb authored almost 12 years ago
fix totalHeight when working with fractions

c466373e86718e8093cc7610d1afadb3c2fc39ea authored almost 12 years ago
Merge pull request #1 from raycohen/minimizeRedraws

make columnCount a computed property

7c83a35fcb9570376b4b2fed71f15ecce7d619ee authored almost 12 years ago
make columnCount a computed property

869b5a007be5c3a4d503c771a78be13f79ee1049 authored almost 12 years ago
add IOS polyfil

846aaff82d8fad7cfd35d536536fe5100aeab5b6 authored almost 12 years ago
quick older ember support addition

356c80366aadeae33511815e8bb99676cf0b3929 authored almost 12 years ago
remove unused variable (thx ray)

67b52f768758059dbac06d9fe96576acf1c8b6fc authored almost 12 years ago
for now, do not expect the listView to pin viewable location

6a2ae01dcf36aaa77a9bb795d4f5d397423de27a authored almost 12 years ago
first pass at grid supporting run time width changes.

ca3876b2773c4fc44b7e6a24f579ed53c6837dbf authored almost 12 years ago
Simple Grid

b18c1b7a1d6d20a188f7283238b5961c36c74400 authored almost 12 years ago
add mobile and virtual WIP DEMO's

cccb1c9c57c007b86a1560d4b36220881d935fe9 authored almost 12 years ago
syncChildViews refactor

- maintain the correct number of child views,
even when content changes, or the height changes.
...

828780ab61bf12d6739e0939546c9ac19328ef19 authored almost 12 years ago
extracting paddingCount

0695797b9be0910c4d91f546c8144f04cd03b90b authored almost 12 years ago
Create ListViewMixin, and put in the correct hooks

for a future VirtualListView

4fb75fe53699904fb83008549a81f198b821b0c7 authored almost 12 years ago
Add Images to demo (for testing)

a474848c0fee23f3815434eda1ce67cb4a1d891a authored almost 12 years ago
no longer serialize viewState.

we can always make this a pluggable strategy but we
should prefer ItemControllers for this.

118ae51a4b61446d5b6b104a695f20114d5e0ee4 authored almost 12 years ago
work with both css.top and 3dtransform

c924a31aaf52b921eb543af8b65d06f7d0e57e39 authored almost 12 years ago
demo directory

ef3a643e6e80bed68335a239180d8b5737df6475 authored almost 12 years ago
Failing test: Item's properties can't be changed. Throws metamorph exception.

58696c1d298ab4e974657a272ac6e90771bbaf0d authored almost 12 years ago
Add demo

eafdf4a702c097719d74fb5ba6a12030c255ab85 authored almost 12 years ago
Merge pull request #1 from sebastianseilund/css-class-names

Prefixed `.list-view` and `.list-item-view` with `ember-`

1cb412d0c80a2878972c0e4b600abdf19cb90f72 authored almost 12 years ago
Improve performance

c20a2e7588234b8c4b9de29c5db4cfe6739fcc3a authored almost 12 years ago
Prefixed `.list-view` and `.list-item-view` with `ember-`

3fe3271c25360ddb101e094ad74c4a3cd27cddf4 authored almost 12 years ago
Add demo link

73694aea91403d509925b64f8be0f719cfc51911 authored almost 12 years ago
Improve readme

ec732d1363a55c6321e04ef3e9e6db628d5e0099 authored almost 12 years ago
Add README

30da1e04bee866c37cf999c0f22c7d645eeb4600 authored almost 12 years ago
Tweaks for the latest version of Ember

9de6e58f174c956f60400e4e090f3905f157f608 authored almost 12 years ago
initial commit

b7ec3035295d2f7b449ab8f2d82b4699585b6512 authored almost 12 years ago