0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Nearly complete library manager. It works, just can't make much use of it and still missing some important features. Disable the toolbox for now. More... over 17 years ago
SVGLReader now uses a map instead of an array to store the different parts required for drawing. More... over 17 years ago
Add some TODO items Fix JBColorButton which did not initialize properly for some constructors Change default size of JBPreferenceDialog internal scroll pane so it is less likely to show. More... over 17 years ago
Changes to Applicaiton and LocalResource to use urls instead of files, because this is more general. I'm still not happy with the way this works yet, but the functionality has been simplified somewhat by this commit (which is a good thing). More... over 17 years ago
More work on the library functionality. More... over 17 years ago
First commit of the graph cell library framework. Won't work quite yet as some parts are not implemented, but signficant progress has been made. More... over 17 years ago
Lots of updates to SVGL rendering. Now correctly parses colours. More... over 17 years ago
Add a GraphColor preference page. Separate out other Graph properties to the Graph preference page Create a default SVGL rectange cell on EditInsertCell More... over 17 years ago
Updates to color dialogs to correctly draw the color button and correctly return null if the user did not select another color. More... over 17 years ago
Resource loader updates. More... over 17 years ago
Rearchitecture of the SVGL renderer. This new architecture makes a _lot_ more sense the previous, and is easily extensible. More... over 17 years ago
Updates for changes to JBF. Start work on a toolbox for dnd of graph cells. More... over 17 years ago
More work to create an abstract doument interface. Not quite done as Applicaiton still calls a few JInternalFrame methods More... over 17 years ago
Do not pack the MessageDialog, set the size instead More... over 17 years ago
Forgot to add the SF image. More... over 17 years ago
Create the main webpage (still some work needed to make it look a little better) More... over 17 years ago
Add action to set the visible state. More... over 17 years ago
Change the layout manager for the status bar to be a box layout. Helps keep the components from moving around. More... over 17 years ago
Add a NullBorderPreferencePage. Now properly show the IBorderPreferencePage that handles the border type for the first cell in the list. Clean up layout for some border preference pages. More... over 17 years ago
Major new functionality. I had forgotten that it might be important to demonstrate the state feature, to allow adding and removing cells from states, and had neglected to create an interface to allow this. Hence pretty well all that is new here. More... over 17 years ago
Major new functionality. I had forgotten that it might be important to demonstrate the state feature, to allow adding and removing cells from states, and had neglected to create an interface to allow this. Hence pretty well all that is new here. More... over 17 years ago
Major bug bix where cells were not removed from the state on edit. More... over 17 years ago
A StateCell should extend a GraphCell. More... over 17 years ago
Add cell to a state on insert More... over 17 years ago
Add a website field. Note caps indicates something that is globally defined, whereas mixed case is local More... over 17 years ago
Fix help about More... over 17 years ago
Somehow the about dialog was not committed. More... over 17 years ago
Finish up the about. Add a PreferencePage to edit cell text. More... over 17 years ago
Finish up help. Removed some debug code. Added a version label to Application. More... over 17 years ago
Fixes to run as a jar More... over 17 years ago