Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
sproutit
/
sproutcore
Public
Notifications
You must be signed in to change notification settings
Fork
67
Star
446
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Quilmes
- #8
#8
Open
ColinCampbell
wants to merge 15 commits into
sproutit:quilmes
sproutit/sproutcore:quilmes
from
ColinCampbell:quilmes
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Quilmes
#8
ColinCampbell
wants to merge 15 commits into
sproutit:quilmes
sproutit/sproutcore:quilmes
from
ColinCampbell:quilmes
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2010
ImageButton renderer does not have a focus method, need to check inside SC.ButtonView
ColinCampbell
committed
737ef26
View commit details
Copy full SHA for 737ef26
Browse repository at this point
Fixed issue with SC.TabView CSS applying to its container CSS to all container views inside of it, rather than just its own direct descendant
ColinCampbell
committed
9fb9f7d
View commit details
Copy full SHA for 9fb9f7d
Browse repository at this point
Added WellView renderers to the BaseTheme and AceTheme, as well as default styles
ColinCampbell
committed
347cdea
View commit details
Copy full SHA for 347cdea
Browse repository at this point
ListItem renderer now uses renderContents/updateContents functions to make it easier to subclass
ColinCampbell
committed
35d89c3
View commit details
Copy full SHA for 35d89c3
Browse repository at this point
SC.ListItemView checks rightIcon property when determining if click occurred within it
ColinCampbell
committed
e6a6947
View commit details
Copy full SHA for e6a6947
Browse repository at this point
Fixed SC.FormRowView from blowing out passed label value
ColinCampbell
committed
96edc8f
View commit details
Copy full SHA for 96edc8f
Browse repository at this point
Initial tests of SC.FixturesDataSource, issues remain with tests (functionality should be fine)
ColinCampbell
committed
b5a9612
View commit details
Copy full SHA for b5a9612
Browse repository at this point
Explicitly check falsity of isReady in SC._object_className so searching for class names in tests work
ColinCampbell
committed
16b970e
View commit details
Copy full SHA for 16b970e
Browse repository at this point
Implemented polymorphic to-one relationships for record attributes through SC.PolymorphicSingleAttribute
ColinCampbell
committed
0336f94
View commit details
Copy full SHA for 0336f94
Browse repository at this point
ScrollView now detects Safari 5 and changes to delta (was scrolling far too fast). -- fix courtesy stillmotion
ColinCampbell
committed
3c80dc1
View commit details
Copy full SHA for 3c80dc1
Browse repository at this point
Created a renderer for SC.Toolbar
ColinCampbell
committed
5f5e6b8
View commit details
Copy full SHA for 5f5e6b8
Browse repository at this point
SC.ScrollerView's thumbs now default to their position -- solves an issue where going back to a view that had already been scrolled did not display its correct position
ColinCampbell
committed
10476fa
View commit details
Copy full SHA for 10476fa
Browse repository at this point
Fixed issue with SC.ScrollerView not properly updating its element's class names, e.g., if controlsHidden changed to false, the controls-hidden class would not be removed
ColinCampbell
committed
41c6d1a
View commit details
Copy full SHA for 41c6d1a
Browse repository at this point
Make SC.View#themed resilient to themed value not being present on renderer
ColinCampbell
committed
3cc5fba
View commit details
Copy full SHA for 3cc5fba
Browse repository at this point
SC.WellView now uses themed value for contentLayout
ColinCampbell
committed
a9dac18
View commit details
Copy full SHA for a9dac18
Browse repository at this point
You can’t perform that action at this time.