1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
AuroraButtonSkin now extends AbstractButtonSkin. Todo: AuroraPaintersButtonSkin needs to extend AbstractButtonSkin as well. Fix to TestSlider class Added a null check on Slider's thumb value set method More... about 16 years ago
implemented setPainters() function on AuroraPainterButtonSkin that returns reference to the object for method chaining. More... about 16 years ago
Minor changes to examples More... about 16 years ago
Merge branch 'master' of git://github.com/arpit/openpyro More... about 16 years ago
UIControl setSize() is now size() size() returns reference to the control new function: position() First implementation of chaining hooks for OpenPyro (see http://wiki.github.com/arpit/openpyro/chaining) More... about 16 years ago
Added some asdoc explaining how the padding works... More... about 16 years ago
Added some asdoc explaining how the padding works... More... about 16 years ago
Added a toString method which allows you to see what values were set for a Padding. More... about 16 years ago
Added a toString method which allows you to see what values were set for a Padding. More... about 16 years ago
Fixed an obvious bug - calculated values rather than passed values are now used. More... about 16 years ago
Fixed an obvious bug - calculated values rather than passed values are now used. More... about 16 years ago
Changes to Padding constructor to allow for propogation of passed values in the same manner as CSS padding (pass just one number and it is for TRBL, pass two numbers and 1st is TB, second is RL etc etc) More... about 16 years ago
Changes to Padding constructor to allow for propogation of passed values in the same manner as CSS padding (pass just one number and it is for TRBL, pass two numbers and 1st is TB, second is RL etc etc) More... about 16 years ago
Added a UI test in TestSlider to validate Slider thumb not showing up based on when addChild was being called (http://github.com/arpit/openpyro/issues/#issue/1) More... over 16 years ago
Merged changes from branch back into master and deleted wrong changes that had occured in master More... over 16 years ago
Merge branch 'better-approach' More... over 16 years ago
Cleaner approach for the issue where a thumb wasn't shown if it had a percent size and the value was set before it was added to stage More... over 16 years ago
Possible workaround for an issue where creating a Slider with a percentWidth and assigning the value before adding it to a container would break. More... over 16 years ago
Added generated swc file... More... over 16 years ago
Added the minimum number of semicolons so that FDT doesn't totally freak out More... over 16 years ago
Fix to Image class so loader remains invisible till the content has been resized. More... over 16 years ago
Added local image file for TestImage. Also modified .gitignore to ignore .actionscriptProperties file from Flex Builder More... over 16 years ago
TestImage now uses local file rather than remote to make sure the test can run off anywhere. More... over 16 years ago
Removed references to cimLogger (external project) as well as added dimensionalMarkerSkin as the skin element to make the example look better More... over 16 years ago
Bugfix for scrollbar behavior. Somehow this line was commented out (probably for testing something else). Adding that back in fixes bug is TestList.as test file More... over 16 years ago
Deleted accidentally committed .metadata folder More... over 16 years ago
Deleted a bunch of accidentally committed files, modified .gitignore to ignore them going forward More... over 16 years ago
Added Graphics assets swc to examples project More... over 16 years ago
Added TestCheckBox.as More... over 16 years ago
Moved asset symbols to fla. Also removed [Embed] metatag, replaced with code to allow the symbols to be retrieved from the swc. More... over 16 years ago