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
setLocaleData hook for the RSence object More... over 11 years ago
new UtilMethods. COMM.Queue hooks: pushTask, unshiftTask; current milliseconds getter: msNow; moment.js utc/local getter based on locale: moment; int/float detection: isFloat; object property updater: updateObject; More... over 11 years ago
Refactored HDateTime to use moment.js more extensively More... over 11 years ago
new version of moment.js More... over 11 years ago
minor syntax touch-up More... over 11 years ago
Added size and position tuples More... over 11 years ago
Added more options to HLocale More... over 11 years ago
HSystem can now be paused and resumed, if needed More... over 11 years ago
Added gradinentStyle method hook to return a style object in similar fashion as gradientCSS does for css strings. More... over 11 years ago
Reverted firefox specfific fix More... over 11 years ago
Fixed bug on HTable More... over 11 years ago
Added firefox fix, because problem with firefox and scollbars More... over 11 years ago
Removed all hard coded text indentes from table. More... over 11 years ago
Added itemStyle of HMinimenu into options More... over 11 years ago
Added dummyvalue as parameter More... over 11 years ago
defaultKeyClick mode of HButton has its own style. expect the 'action' className to be set on the cell element of similar controls in the future More... over 11 years ago
Bug fixes, prettier themeStyle More... over 11 years ago
Bug fixes regarding multiple simultaneous themes with firefox and opera More... over 11 years ago
IE8 and IE9 fixes More... over 11 years ago
Re-themed HButton with pure css, made it support the pack option and fixed items depending on it More... over 11 years ago
Saner concatenation of 'help' into HSearchField markupElemNames More... over 11 years ago
IE10 related fixes More... over 11 years ago
Added patching system for IE: replaces the :active pseudoelement selector with the .ieActive class and adds it on mousedown, removes on mouseup More... over 11 years ago
God rid of HMarkupView, options can have pack: true for components that support packing via optimizeWidth, fixed stringSize calculation. More... over 11 years ago
CSS cleanup and standardizing font on Helvetica, Arial, sans-serif More... over 11 years ago
CSS cleanup and standardizing font on Helvetica, Arial, sans-serif More... over 11 years ago
textarea no longer conflicts with defaultKey (when returning true, the event is stopped; won't reach the default action), but when returning false, the search for responder is stopped, but the event is allowed to make its default browser action More... over 11 years ago
IE-related text entry issues work-arounded More... over 11 years ago
Some elements may not have parentNodes, display warnings when encountered More... over 11 years ago
Added special events for RETURN and ESC key presses. More... over 11 years ago