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
Removed the legacy event manager More... over 11 years ago
removeTab fix finalized from https://github.com/petta/rsence/commit/f612b1c6f34143eea300c76afe4e22305f51c094 More... over 11 years ago
The README is still in progress, but getting better More... over 11 years ago
menu-related bug fixes More... over 11 years ago
Added a few failsafes More... over 11 years ago
Kludgey workaround for menu positioning, not satisfactory yet. More... over 11 years ago
Implemented keyRepeat properly, fixed bug in keyUp and contextMenu. Fixed bug in focusing root-level componests. More... over 11 years ago
Event management overhaul; got finally rid of mouseover/mouseout events for focus/blur triggering. More... over 11 years ago
_getVisiblePosition (used by pageX and pageY of views/controls) doesn't add double scroll position anymore, as the root of the problem (the event x/y) works now. More... over 11 years ago
Add scrollTop/Left from document.body instead of document.documentElement, which may have worked in the past, but doesn't work anymore. More... over 11 years ago
Bug fix: Update flexible rect dimensions after animation More... over 11 years ago
HMiniMenu bug fixes. More... over 11 years ago
Removed unused code from HMinimenuItem More... over 11 years ago
rsnc.js starts at version 3.0.0 More... over 11 years ago
Removed the bright theme, which isn't being used and maintained More... over 11 years ago
Removed RSence server-related files & directories, added a template for README.md More... over 11 years ago
using refreshValue instead of drawSubviews for hiding the help text of the search field More... over 11 years ago
Merged with rsence version rsence-pre-2.3.0.26 More... over 11 years ago
Not show search help text, if init value length greater 0 More... over 11 years ago
Set minimenu as display none, if not visible More... over 11 years ago
Fixed that mini calendar closes by clicking calendar icon More... over 11 years ago
Added 'Search...' text to HSearchField More... over 11 years ago
RSence-pre 2.3.0.26 More... over 11 years ago
Enabled support for localized.yaml, strings.yaml and associated methods. The localized_string uses the msg.lang to get the desired language and it's by default included in gui_params for GUIPlugin. You can use it for other plugins too by including Localization. More... over 11 years ago
Set the default refreshAfter time to 200ms, because 1s was too laggy. 200ms feels as fast as it should, and if you have some highly interactive dependencies on text control input, just set it to something even lower. More... over 11 years ago
Added msg.user_info[:lang] and its alias msg.lang / msg.lang= which are used as the definition of the user's prefered language. The default is 'en'. More... over 11 years ago
Merged More... over 11 years ago
Merged More... over 11 years ago
RSence-pre 2.3.0.25 More... over 11 years ago
Double-check viewId index in listeners before removing; would remove event status of some items otherwise. More... over 11 years ago