11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 22 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do not call _doShow() in all SHOWN states, except ATTACHED_HIDING More... about 9 years ago
Do not call _doShow() if the view is already in ATTACHED_SHOWN state More... about 9 years ago
Fixed issue with nested record hack meant for toMany nested records. More... about 9 years ago
Minor doc correction. More... about 9 years ago
Fixes SC.ScrollView#scrollLeftFile and scrollRightLine More... about 9 years ago
Fixed SC.Application docs. More... about 9 years ago
Adds a failing unit test with nested SC.ContainerView More... about 9 years ago
Fixed some docs. More... about 9 years ago
Removes minimal-ui viewport tag. It is no longer supported in iOS. More... about 9 years ago
Added `SC.platform.supportsWebSocket` to be used in SC.WebSocket primarily (doesn't require calling connect on the SC.WebSocket object to determine WebSocket support). More... about 9 years ago
Improves documentation a bit for SC.Record & SC.WebSocket. More... about 9 years ago
Updated SC.VERSION. More... about 9 years ago
Fixed CHANGELOG to reflect changes since last version. More... about 9 years ago
The `hasObserverFor` method of `SC.Observable` has been improved to also be able to optionally check against a specific target and method. This allows the developer to properly check for the existence of a specific handler before adding it rather than only being able to check for the existence of any handler (without knowing which handler it is). More... about 9 years ago
Added tiny comment note for future reference. More... about 9 years ago
The `owner` property of SC.View has been deprecated for general use. This property is identical to the existing `parentView` property on all views. It existed in order for some ancestor view to claim ownership of a descendent view, so that the descendent could reference the ancestor directly as `owner` rather than using some chain like `parentView.parentView...`. However, this type of connection can still be achieved by the an ancestor simply assigning `owner`, or whichever property they want to use, none-the-less and there's no need for every single SC.View to have it assigned. More... about 9 years ago
Improves SC.Query debugging messages More... about 9 years ago
Minor SC.SegmentedView refactor More... about 9 years ago
Bumped Showcase. More... about 9 years ago
Fixed a regression that caused an exception in SC.SelectView. More... about 9 years ago
Fixed a regression that caused a long menu pane to not fit within the window. More... about 9 years ago
Refactored the layout extension of SC.View to improve readability and the resize code so that view resize notifications aren't sent when the width & height don't change even for flexible views. More... about 9 years ago
Fixes an issue where SC.MenuPane items overflowed the window More... about 9 years ago
Call super class is _sc_repositionContentViewUnfiltered More... about 9 years ago
Fixes a type in SC.MenuScrollView More... about 9 years ago
Removes useless code in SC.MenuScrollerView More... about 9 years ago
Fixes declaration of reserved word `throw` so that YUI doesn't fail to minify. Also tidies whitespace and syntax a bit. More... about 9 years ago
Removes unused variables. More... about 9 years ago
Fixes duplicated properties (probably due to bad merge somewhere down the line). More... about 9 years ago
Fixes memory leaking accidental global variable. More... about 9 years ago