1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed dependencies on internal _bttn and stage references. So now ComboBoxes are closer to a pure "controller" implementation: with Buttons dynamically assigned. More... over 15 years ago
Setting textformat on the DefaultListRenderer sets both the default and the new textFormat properties More... over 15 years ago
Added a fix to UIContainer for VISIBLE_ON_HOVER setting Also added a moveX effect More... over 15 years ago
Added the MIT license in the main repo More... over 15 years ago
Fixed a big in OverlayManager if the overlay layer was resent More... over 15 years ago
ComboBox now toggles the button when its opened or closed. This lets you write skins correctly More... over 15 years ago
Fixes: ComboBox now accepts externally supplied List objects, OverlayManager checks non null overlays before removing and added some properties for AuroraComboBoxSkin More... over 15 years ago
Fixed bug introduced due to yesterday's refactor. Missing paranethesis in TextInput was causing infinite loop when no text or promptText value was set More... over 15 years ago
Made _selected a protected param rather than a private one. More... over 15 years ago
1) Added promptText and promptFormat to textInput 2) Added Application.application to reference the application instance More... over 15 years ago
Merge branch 'master' of [email protected]:arpit/openpyro More... over 15 years ago
Minor bugfix: vertical scrollbar fadein/fadeout now doesnt happen if the content is scrolling Todo: same thing for horizontal scrollbar More... over 15 years ago
Added a remove() method that'll remove items on the overlay Added a method in StringUtil that can measure text based on TextFormat. More... over 15 years ago
Moved the mouseChildren false setting in Label to setTextFieldProperties function, fixes bug in extending TextInput class More... over 15 years ago
added load() method in image that set source() calls: gives us a function to call if autoLoad is off Added a minor check to prevent excessive scale function calls More... over 15 years ago
added some documentation More... over 15 years ago
Label is has now its mouseChildren set to false More... over 15 years ago
Fixed bug in SlidePane so the slides dont happen if the creationComplete hasnt fired yet Fixed bug in ComboBox so the change Event doesnt fire when the drop down list is first created Fixed bug in Image so scaling happens correctly including the padding Fixed Effect class bug when EffectDescriptors onComplete was being ignored. May need refactoring later More... almost 16 years ago
Changes to combobox including set selectedItem More... almost 16 years ago
Added a moveXBy method to Effects as well as added some padding to the mask used for effects More... almost 16 years ago
Removed a trace statement More... almost 16 years ago
Added dropshadowEnabled flag More... almost 16 years ago
Added dropShadowEnabled flag to the List More... almost 16 years ago
Added an exec() function in Effect that can arbitrarily execute any function. Handy during chaining. More... almost 16 years ago
Changes to make sure the ComboBoxes can accept any UIControl as the button. More... almost 16 years ago
AuroraPainterButtonSkin fix for gap between icon and label ComboBox bugfix for hiding list after wipeUp More... almost 16 years ago
Container now looks for scrollbarWidth and scrollbarHeight on the skin to size the scrollbars. More... almost 16 years ago
Added a doLater function in UIControl that can execute a function after a given number of frames More... almost 16 years ago
Added a check at creation of scrollbars to hide them if mouse is not over and ScrollPolicy is VISIBLE_ON_HOVER More... almost 16 years ago
fixed a bug in ListBase. Setting a selectedIndex now sets the cursorIndex of the iterator. Also switched the CIM_Logging swc to non alpha version which was buggy. More... almost 16 years ago