1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Check that @_rows exists on table resize More... over 11 years ago
Build instructions for media playback components More... over 11 years ago
No reason to have padding for the button label anymore, so it's from edge to edge now. More... over 11 years ago
Set an IE-specific match for the ::ms-clear so that other browsers wouldn't complain about it More... over 11 years ago
ELEm.setPosition works properly now More... over 11 years ago
MediaElement doesn't need the document to be loaded to be set with the theme path to find its flash/silverlight stuff. More... over 11 years ago
Simple audio player using MediaElement fallback for incomplete browsers More... over 11 years ago
Text controls support a new option: .snatchField, which is intended for getting a pre-existing element for input. It can be an elemId or dom object id attribute. More... over 11 years ago
Added ELEM.moveToParent method for easily move items from one parent element to another More... over 11 years ago
js/controls More... over 11 years ago
Text entry bug fixes related to ie as well as new value setting in certain cases, like stepping values. More... over 11 years ago
Added the missing setResize method to HEventResponder to toggle the refresh event. More... over 11 years ago
CodeMirror will require additional work, it's failing basic linting (and jsmin). More... over 11 years ago
Fixed MediaElement.js pluginPath setup More... over 11 years ago
Chose MediaElement.js as the library for audio/video elements. More... over 11 years ago
Included new revision of moment.js, which appears to have time zone savvyness for date/time differences. Remains to be seen, whether the calendar needs un-workarounding as the result. More... over 11 years ago
Fixed recently introduced menu theme bugs More... over 11 years ago
Fixed global references More... over 11 years ago
Calls destroyMarkupELem, because the element would still have a reference otherwise, which causes issues upon destruction. More... over 11 years ago
Added the destroyMarkupElem, which is a shortcut for destroying theme elements and their references. More... over 11 years ago
HComboBox pulldown widget styling More... over 11 years ago
Theme optimizations. More... over 11 years ago
The text entry components have their known bugs fixed and a greatly improved way to handle text input as well as validation status. More... over 11 years ago
changeActiveControl in EVENT is cancelled, if the control was already active, which may happen in code outside EVENT itself calling changeActiveControl More... over 11 years ago
HThemeManager now implements a new shortcut for themeGfxFile: just replace these with #url(somefile.png) in your css templates More... over 11 years ago
All components get the BROWSER_TYPE properties (when true) copied as class names to the cell element. This eases themeing conditionals quite a bit. More... over 11 years ago
HComboBox has an unofficial _comboNumber property to check number validation against, but this may still change. More... over 11 years ago
Check for array type in menu listItems, assume hash with value and label items otherwise. More... over 11 years ago
HTextArea resize disabled More... over 11 years ago
Preventing circular loop in defaultKey handling More... over 11 years ago