0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
big move around to define boot classes (part 3) More... almost 16 years ago
big move around to define boot classes (part 2)10 More... almost 16 years ago
moving editor/utils into cursor because that what the utils were. now there is no clash with user/utils More... almost 16 years ago
big move around to define boot classes (part 1) More... almost 16 years ago
starting glossary. Also made it possible to use markdown extensions. More... almost 16 years ago
cleaned up content skeleton More... almost 16 years ago
extending the template to handle sections and the sidebar More... almost 16 years ago
clipboard works on mac too More... almost 16 years ago
documentation layout and skeleton built around my fork of "Growl" More... almost 16 years ago
fixed clipboard, moved remaining non-ui dojo functions to something else More... almost 16 years ago
s/dojo.cookie/util.cookie/ and s/dojo.keys/util.keys/ More... almost 16 years ago
s/dojo.some(x, y)/x.some(y)/, getting rid of dojo.onLoad plus fixing many undiscovered startup bugs, plus killing other minor dojo functions More... almost 16 years ago
pulling pubsub and common utilities out of dojo. More... almost 16 years ago
setting up doc tree More... almost 16 years ago
Automated merge with http://hg.mozilla.org/labs/bespinclient More... almost 16 years ago
s/dojo.mixin/SC.mixin/ More... almost 16 years ago
fixing broken dojo.extend More... almost 16 years ago
killing the remaining dojo.declares More... almost 16 years ago
s/dojo.fromJson/JSON.parse/ and killing dojo.provide More... almost 16 years ago
s/dojo.toJson/JSON.stringify/ More... almost 16 years ago
s/dojo.trim(x)/x.trim()/ More... almost 16 years ago
es5 has Function.prototype.bind and SC implements it. Yeay More... almost 16 years ago
merge More... almost 16 years ago
erm - bind doesn't work like that, it works like this More... almost 16 years ago
Automated merge with http://hg.mozilla.org/labs/bespinclient More... almost 16 years ago
Automated merge with http://bitbucket.org/savetheclocktower/bespin-sproutcore/ More... almost 16 years ago
s/dojo.global/window More... almost 16 years ago
s/dojo.hitch/self=this or util.bind/g More... almost 16 years ago
s/dojo.require More... almost 16 years ago
s/dojo.map(x, y)/x.map(y)/g More... almost 16 years ago