11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Phase 1 of re-enabled IE support for SproutCore 1.0
Charles Jolley
as cjolley
More... about 16 years ago
Changes required to support enhanced inline editing
Charles Jolley
as cjolley
More... about 16 years ago
Replaced setInterval calls with SC.Timer objects. More... about 16 years ago
Make sure that the _mouseDownEvent is not null before starting a drag operation.
Peter Bergstrom
as pbergstr
More... about 16 years ago
To get the year, use getFullYear() instead of getYear().
Peter Bergstrom
as pbergstr
More... about 16 years ago
* Added hello world sample app.
Charles Jolley
as cjolley
More... about 16 years ago
* Updated copyright to 2008.
Charles Jolley
as cjolley
More... about 16 years ago
Added Timer support, testing, and invokeLater().
Charles Jolley
as cjolley
More... about 16 years ago
* New SC.Timer class provides more efficient triggers for timeouts, etc. The rest of the framework will be moving to this class one it is fully tested. Also, it has really awesome docs.
Charles Jolley
as cjolley
More... about 16 years ago
Test runner works and all tests pass once again in FF & Safari
Charles Jolley
as cjolley
More... about 16 years ago
Mostly bug fixes for docs & source list view
Charles Jolley
as cjolley
More... about 16 years ago
SC.SliderView supports a simple horizontal slider.
Charles Jolley
as cjolley
More... about 16 years ago
* SourceListGroupViews now automatically collapse their group title if the group value is null. Items will still be shown; they will just appear to be "top level"
Charles Jolley
as cjolley
More... about 16 years ago
* Added sc-build -d option to generate docs along with the build of your code.
Charles Jolley
as cjolley
More... about 16 years ago
* Renamed buttons-sprite.png to sc-theme-sprite.png. Added sc-theme-ysprite.png. One is now used to hold all repeat-x and non-repeating sprites while the other is used for repeat-y sprites only.
Charles Jolley
as cjolley
More... about 16 years ago
If sel is null, set propertyRevision n to null.
Peter Bergstrom
as pbergstr
More... about 16 years ago
Refactored list item view to add render methods for individual list item elements (label, icon, etc). You can now override a specific render method to generate the desired HTML for your app; each method will be called (when necessary) and injected into the innerHTML for the list item. More... about 16 years ago
Latest changes to photos demo and fix for SC.ArrayController.
Charles Jolley
as cjolley
More... about 16 years ago
If the group visible key is not defined, just display the group anyway.
Peter Bergstrom
as pbergstr
More... about 16 years ago
Change label view inline editor from using content to value.
Peter Bergstrom
as pbergstr
More... about 16 years ago
Change from checking valid to ret.
Peter Bergstrom
as pbergstr
More... about 16 years ago
Add source list group which now lives in its own file.
Charles Jolley
as cjolley
More... about 16 years ago
* SC.ListView now uses SC.ListItemView as its default example view instead of SC.LabelView (or the old SC.TextCellView)
Charles Jolley
as cjolley
More... about 16 years ago
* Partial support for disclosure triangles in source list. * SC.DisclosureView - Shows a disclosure triangle button. * [FIX] Left over calls to SC.TextCellView. Replaced with SC.LabelView.
Charles Jolley
as cjolley
More... about 16 years ago
* SC.WorkspaceView is now removed from the framework. It was always intended for use in Sproutit applications and it is really too specific for such a generic framework.
Charles Jolley
as cjolley
More... about 16 years ago
Improved integration for SC.LabelView and SC.ListView. Removed SC.TextCellView.
Charles Jolley
as cjolley
More... about 16 years ago
* SC.LabelView gets a new API! Now in line with other SC.Control based classes. Set value for the value, content/contentValueKey to display part of some content.
Charles Jolley
as cjolley
More... about 16 years ago
* You can add view helpers to your own projects just by dropping them into a lib directory inside your framework or client. If you need to load your view helpers in a certain order, use the view_helper() method. See the view helpers in SproutCore for an example usage.
Charles Jolley
as cjolley
More... about 16 years ago
* SC.SourceList and SC.ListItemView properties now use "content..Key" convention for naming properties. If you have built code with the old "content..Property" conventions, you will need to update your code.
Charles Jolley
as cjolley
More... about 16 years ago
Oops. last commit was wrong. Trying again:
Charles Jolley
as cjolley
More... about 16 years ago