0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. Added support for selected/deselecting multiple files More... about 17 years ago
Now when a SwingDrawingBoard is constructed, it sets itself as its CompositeCanvas's display panel (the panel responsible for More... about 17 years ago
1. Added methods to get the paint, stroke, and page canvases. More... about 17 years ago
Added the addPageBefore() and addPageAfter() methods. More... about 17 years ago
Initial commit. More... about 17 years ago
Initial commit. More... about 17 years ago
Added the enum fields unselect_all, paste_down, feather_invert, and feather_down. More... about 17 years ago
Fixed a spelling mistake with the PASTE_CMMD field and added methods to change the cut, copy, and paste icons. More... about 17 years ago
Now the OpenFileProcessor doesn't need a CompositeCanvas given to its constructor. More... about 17 years ago
Now this class does not extend the CanvasFileProcessor class to make it more modular so that it can be used with the More... about 17 years ago
Now this class implements the processFileImpl() method instead of the processFile() method. More... about 17 years ago
Now this class implements the getLastFileProcessed() method. Subclasses need to implement the getLastFileProcessedImpl() method. More... about 17 years ago
Now this class's FileProcessor implements the getLastFileProcessed() method. More... about 17 years ago
Added the method getLastFileProcessed(). More... about 17 years ago
Now pages will be selected and deselected as the user moves the cursor (before the user couldn't just move the cursor over a More... about 17 years ago
Now if the current canvas returns true from its 'clipPoints()' method points will be clipped to the current page before they are More... about 17 years ago
Modified the constructor so that points are cliped by the superclass (i.e. set clipPoints to true). More... about 17 years ago
Added the methods setClipPoints() and clipPoints() which are used to determine if the CompositeCanvas should clip points to the More... about 17 years ago
Added the method getPageAt(FloatPoint2D) to get the page at a given point on the canvas. More... about 17 years ago
Now multiple pages can be selected and unselect and an action can be performed on all of the pages. Also only dirty regions of the More... about 17 years ago
Now the setCurrentPage(int index) method stores the new current page's index but does not change if it is enabled or can be enabled. More... about 17 years ago
The setEnabled() method is now overriden to make buttons change their appearance when their enabled state has been changed. More... about 17 years ago
Constructed Mode and Action enums which are used to describe an action being done (instead of referencing a string). More... about 17 years ago
Now the smooth() method smooths the path 5 times using cubic interpolation instead of using cubic once, quadratic once, and More... about 17 years ago
Now smoothing is done in a new Runnable which is run inside a new Thread (instead of placing the runnable on the event More... about 17 years ago
An inverted image of the feather icon. More... about 17 years ago
Fixed a bug where the xscale and yscale levels were not used while determing the gap between pages. This caused problems in that More... about 17 years ago
Now when the user changes either the default paper color or paper type in the settings gui, all of the binder's pages are More... about 17 years ago
Now in the settingsChanged() method when the unit scale factor setting has changed, the canvas calls the setUnitScaleFactor() More... about 17 years ago
Added the setUnitScaleFactor(). After the resizeTo() method is called, this method can be called to tell the Paper object that its More... about 17 years ago