0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified for NoteLab version 0.2.1. In version 0.2.1 NoteLab has the ability to annotate PDF documents and export the current session to a PDF document. The current code has these abilities. More... almost 17 years ago
Modified for NoteLab version 0.2.1. In version 0.2.1 NoteLab has the ability to annotate PDF documents and export the current session to a PDF document. The current code has these abilities. More... almost 17 years ago
Modified for NoteLab version 0.2.1. In version 0.2.1 NoteLab has the ability to annotate PDF documents and export the current session to a PDF document. The current code has these abilities. More... almost 17 years ago
Modified for NoteLab version 0.2.1. In version 0.2.1 NoteLab has the ability to annotate PDF documents and export the current session to a PDF document. The current code has these abilities. More... almost 17 years ago
Modified for NoteLab version 0.2.1. In version 0.2.1 NoteLab has the ability to annotate PDF documents and export the current session to a PDF document. The current code has these abilities. More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
The code for version 0.2. More... almost 17 years ago
Changed the MainFrame's icon to be an image of the "feather" icon at its original size. Originally the icon was scaled to 24x24 pixels which made the icon look very bad. More... about 18 years ago
Now when the size or color of a Pen is changed the new invalidatePen() method is called. This sets the field Pen.cursor to 'null'. Then when with the next invocation of getCursor() if Pen.cursor is 'null' it is updated and then returned. This has the affect of only changing cursor when it is actually requested to improve performance and memory usage. More... about 18 years ago
Now the Pen's cursor is a circle with its size and color reflective of the width and color of the pen. If the width is less than 3 units, the size of 3 units is used. More... about 18 years ago
Now when the canvas is zoomed or the pen is changed, the CompositeCanvas has its cursor set to the new Pen's cursor. More... about 18 years ago
Now the toolbar is not floatable. More... over 18 years ago
Now the toolbar is not floatable. More... over 18 years ago
Now this class extends JToolBar to have a consistent look. Also the toolbar is not floatable. More... over 18 years ago
Now the toolbar is not floatable. More... over 18 years ago
Now the toolbar is not floatable. More... over 18 years ago
Now the graphic (box, circle, and line) is drawn centered in the button. More... over 18 years ago
Added the field DUAL_DROP_BUTTON. More... over 18 years ago
Now this class extends JToolBar to have a consistent look. More... over 18 years ago
Now DUAL_BUTTON_SIZE instead of BUTTON_SIZE is used for the button's sizes. Also this canvas's toolbar is not floatable. More... over 18 years ago
Now this class extends JToolBar to have consistent look. Also, border changes have been made so that the panel looks more consistent. More... over 18 years ago
Now a SlidingPanel is used instead of a JToolBar to place buttons. More... over 18 years ago
Now DUAL_BUTTON_SIZE instead of BUTTON_SIZE is used to specify the size of the buttons on the toolbars. More... over 18 years ago
Now the toolbars are not floatable and the button sizes used are DUAL_BUTTON_SIZE instead of BUTTON_SIZE+8. More... over 18 years ago
Now JToolBar objects are used instead of JPanels to make the look consistent. Also an EmptyBorder border is used with negative values for the margins so that the toolbar looks compact. More... over 18 years ago
Removed the need for the variable JPanel 'bottomPanel' that is only used one time. More... over 18 years ago
Removed an unused import. More... over 18 years ago
Now instead of adding the forward button to a panel and then adding that panel to the main panel, the forward button is added to the east side of the main panel. The same has also been done for the back button. This makes the panel more compact by reducing unnecessary empty space. More... over 18 years ago
When the user selected to resize the current selected strokes, the scaleBy() method was used instead of the resizeTo() method. As a result, when the user would zoom to 100% the stroke's size would move back to its size before being "resized" by the user. Now this has been fixed. More... over 18 years ago