0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing useless debug code. Moving to requirements from bespin.get More... almost 16 years ago
Pushing factory startup strings to builtins.js More... almost 16 years ago
small steps to prevent the container and hub from being singletons More... almost 16 years ago
Adding license block to top of new files, adding new container logic which removes the need to mess with plugins More... almost 16 years ago
Moving bespin.userSettingsProject to FileSystem.userSettingsProject More... almost 16 years ago
fixing settings access (2 's's) More... almost 16 years ago
Various touchups for the scroll bar rendering (be better about hitting pixel centers, in particular) More... almost 16 years ago
Add padding to the editor view so that scroll bars won't appear in front of the cursor More... almost 16 years ago
Make scroll bar mouse events take padding into account More... almost 16 years ago
download tiki, now sproutcore More... almost 16 years ago
sproutcore and tiki go in frameworks, not abbot/frameworks More... almost 16 years ago
embedded editor is functional now with the new build More... almost 16 years ago
provide new "docs" task to make it easy to open up the docs in your browser More... almost 16 years ago
Automated merge with http://hg.mozilla.org/labs/bespinclient More... almost 16 years ago
Fix scroll bar rendering issues relating to padding More... almost 16 years ago
adds -g option to install_sproutcore so that you can optionally install using git. Otherwise, uses new code provided by Dany to download tarballs. More... almost 16 years ago
Pushing the set of known settings inside the settings object rather than it being global. replacing settings.[g|s]etValues(x...) with settings.values.x.... Also making settings typed rather than just strings More... almost 16 years ago
Fixing missed merge More... almost 16 years ago
experimenting with jsdoc tags More... almost 16 years ago
can build a single .js file More... almost 16 years ago
Bring the fix for the cut-off text into the current editor.js; document textWidth properly More... almost 16 years ago
Fix misspelled "frame" variable that was preventing automatic horizontal scrolling More... almost 16 years ago
Display the gutter in a consistent position when scrolled horizontally More... almost 16 years ago
Have the model push changes to the view through moveCursor; make charWidth and lineHeight cacheable properties More... almost 16 years ago
Add private functions to the editor view to scroll around More... almost 16 years ago
add the other two javascript files so that they get bundled in More... almost 16 years ago
refactoring settings to be less entangled with the editor More... almost 16 years ago
Push editor controller into container, rather than it being a special case, also prevent recursive lookups More... almost 16 years ago
Make scroll bars' transparency and nib logic work more like the original Bespin More... almost 16 years ago
Create a custom BespinScrollView that overlays scroll bars on top of the content view More... almost 16 years ago