0
I Use This!
Inactive

Commits : Listings

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