openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
N
NoteLab
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jan 30, 2025 — Jan 30, 2026
Showing page 8 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Now the stroke is only triple rendered to make it look smoother if it is not actually selected.
kramerd
More...
over 18 years ago
Removed the import for SettingsUtilities since it was no longer used.
kramerd
More...
over 18 years ago
Reintroduced the method interpolateLinear(). Also in the smooth() method the smoothWithAverages() methods is called with a parameter of 1f instead of 2f.
kramerd
More...
over 18 years ago
Condensed the icons so that instead of having multiple icons for the up, down, left, and right arrows, there is one icon for each direction.
kramerd
More...
over 18 years ago
Modified to use the new forward, backward, up, and down DefinedIcons.
kramerd
More...
over 18 years ago
Modified to use the new forward, backward, up, and down DefinedIcons.
kramerd
More...
over 18 years ago
Modified to use the new forward, backward, up, and down DefinedIcons.
kramerd
More...
over 18 years ago
Modified to use the new forward, backward, up, and down DefinedIcons.
kramerd
More...
over 18 years ago
Removed the file Thumbs.db since it is not needed.
kramerd
More...
over 18 years ago
These icons were removed because they were replaced with a simplier set of icons. That is there is one icon for up, down, left, and right instead of several.
kramerd
More...
over 18 years ago
Modified the icons so that there is only one icon for the directions up, down, left, and right.
kramerd
More...
over 18 years ago
The previous commit has a bug in probably the Pen.setRawWidth() method. If this method is used to change the pen width, scaling of the pen's width does not work correctly after its width is changed back to its original value. I've made a temporary fix of this problem by using three different pens. However, a more efficient solution should be found.
kramerd
More...
over 18 years ago
Removed commented code that was no longer used.
kramerd
More...
over 18 years ago
Removed unused smoothing methods. The only method remaining is the smoothWithAverages() and smooth() methods. If the other methods are needed they can be recovered from subversion. Also smoothWithAverages() with a parameter of 2f seems to work very well.
kramerd
More...
over 18 years ago
Improved the code from the previous release to make strokes appear smoother by rerendering the stroke with varying widths to fill in any small anomolies in the stroke.
kramerd
More...
over 18 years ago
Changed the interpolation type back from nearest neighbor to bicubic. The graphics quality does not look as well with nearest neighbor as it does with bicubic.
kramerd
More...
over 18 years ago
This commit contains a change to the renderInto() method that improves the look of strokes. This change will be polished in the next commit. However, it is good to have a snapshot of working code (even if it is not very polished) in subversion to fall back on.
kramerd
More...
over 18 years ago
This commit includes many added methods that perform various types of path smoothing. Some are not completely working and the next commit will clean the incomplete methods and leave only the well tested ones.
kramerd
More...
over 18 years ago
Commented the coalesceEvents() method so that mouse events are coalesced.
kramerd
More...
over 18 years ago
Added the methods removeItemAt() and insertItemAt().
kramerd
More...
over 18 years ago
Now the swing renderer uses nearest neighbor interpolation instead of bicubic interpolation.
kramerd
More...
over 18 years ago
Added the smoothing methods smoothWithNAverages() which smooths the data using 'n' data points and smoothWithTimedLinear() which smooths the data using the distance between points using linear regression.
kramerd
More...
over 18 years ago
Now in the smooth() method the smoothWithAverages() method is called with a weight of 1.5f as its parameter. This seems to work very well for smoothing the path.
kramerd
More...
over 18 years ago
Now the smoothWithAverages() method takes a 'weight' value as a parameter. This parameter specifies how much weight to give to the value of the current point (compared to the previous and next point) when calculating the weighted average. Also the smooth method now gives a weight of 'i' to the smoothWithAverages() method on iterating 'i'. As such as more iterations are performed, each iteration modifies the stroke less and less.
kramerd
More...
over 18 years ago
Changed the version to 0.1.4.
kramerd
More...
over 18 years ago
Changed the version to 0.1.4rc17.
kramerd
More...
over 18 years ago
I've found that to get NoteLab to start using the exec() methods in the Runtime class one has to use the method exec(String[] cmdArr, String[] envArr, File workingDir) with the parent directory of the startup script set as the working directory, the envArr set to null, and the cmmdArr set to include one String, the full path to the startup script. This is needed because if an array of Strings is not used, Java will tokenize the string given and use the wrong pathname if it has spaces. Also Windows needs the working directory set to be able to start NoteLab.
kramerd
More...
over 18 years ago
Changed the version to 0.1.4rc16.
kramerd
More...
over 18 years ago
Enclosed the CLASSPATH variable with quotation marks.
kramerd
More...
over 18 years ago
Changed the version to 0.1.4rc15.
kramerd
More...
over 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree