1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed an unused import from Button class More... about 16 years ago
Patch to prevent accidental access to null objects. More... about 16 years ago
Added a isThumbPressed getter. Also Slider now automatically centers the thumb and the trackSkin. More... about 16 years ago
Added a centerTrackSkin property More... about 16 years ago
MeasuremableControl now listens to the stage's invalidation rather than its own: allows the rendering to happen faster More... about 16 years ago
Changed DragManager implementation to be closer to Flex's. Also fixed a bug is ScrollBar that was causing an issue with the background track to not show up More... about 16 years ago
[BUGFIX] Fixed OpenPyro scrollbars so that on resize the scrollbar resets to correct position (major bug) More... about 16 years ago
Application now revalidates immediately on resize so the user doesnt see a lag in the UI More... about 16 years ago
Removed some extraneous trace statements More... about 16 years ago
Fixed H and VDividedBox implementation with modified DragManager More... about 16 years ago
DragManager implementation for UIControl. Added functionality to DragManager as well More... about 16 years ago
Text Input now supports corner radius that bumps the underlying textfield appropriately. Useful for creating Mac like search input fields More... about 16 years ago
Now Label components have a default text format of Arial 12pt and not the crappy default for TextFields More... about 16 years ago
First pass at new core class: Application More... about 16 years ago
UpdateDisplaylist is now triggered on Event.RENDER instead of Event.ENTER_FRAME More... about 16 years ago
Fixed a bug in Slider thumb sizing when skin is attached to a slider that already has a thumb button created already. More... about 16 years ago
Merge branch 'master' of git://github.com/geekrelief/openpyro into geekrelief/master More... about 16 years ago
Removed import to charts that is no longer included in OpenPyro core. More... about 16 years ago
fixed repeated adds to ViewStack, added addChild to UIContainer, added method 'transitionAttitude' to specify transition direction for SlidePane, and updated TestViewStack sample More... about 16 years ago
Removing charts package since they werent really charts and also all extra controls need to be packaged as plugins More... about 16 years ago
Merge git://github.com/vitch/openpyro More... about 16 years ago
Deleting old Unit test file in the wrong namespace More... about 16 years ago
Added new unit test files, deleting the old one in the wrong namespace More... about 16 years ago
Mat Schaffer's patch fixes a duplicate variable definition warning in List control More... about 16 years ago
added embedFonts property for Label and aurora's AbstractButtonSkin, changed List to allow for repeated item click events More... about 16 years ago
updated TestList to test List fixes More... about 16 years ago
fixed basic item renderer for List control More... about 16 years ago
Small bugfix on Slider. Slider now centers thumb position within itself. More... about 16 years ago
Fixed a bug in setting the thumbWidth property of a slider. More... about 16 years ago
Added ProgressBar component (first pass) Fixed bug in Slider causing a rollover event after the thumb was released. Added MouseUtil class with isMouseOver method More... about 16 years ago