5
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 10 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated for CDK update, jars will follow
Egon Willighagen
as egonw
More... about 20 years ago
Better GUI design: details now readable
Egon Willighagen
as egonw
More... about 20 years ago
New set of minimalistic icons with a unified layout. More... about 20 years ago
Updated to 0.6: one can select dirs now
Egon Willighagen
as egonw
More... about 20 years ago
Incorporated all the changes needed to compile an editor applet which actually loads. Run "ant applet-jar" to compile JChemPaintApplet and load JCPAppletTest.html in the JCPCDK project root dir to test the resulting jar. It works for me with jdk1.4.2 and mozilla firefox on windows xp. Of course, a lot of stuff needs to be done and much functionality will fail. But I can draw a structure and create a smiles from it. That's enough for a start. More... about 20 years ago
Add the resources to the applet jar More... about 20 years ago
Added "description" to applet-jar target to make it show up in AntFarm. More... about 20 years ago
Use this to test the editor jar (which is generated by applet-jar target) More... about 20 years ago
A start for a editor applet More... about 20 years ago
Moved the "old" viewer applet to JChemPaintViewerApplet to make room for the "real" applet More... about 20 years ago
Updated for today
Egon Willighagen
as egonw
More... about 20 years ago
updated showChemModel() method for recent clean-up More... about 20 years ago
Synched CDK libs
Egon Willighagen
as egonw
More... about 20 years ago
Removed ChemObjectTree panel from devel gui, since it will be available as a plugin shortly
Egon Willighagen
as egonw
More... about 20 years ago
Make use of new plugin API and manager to signal changes in the model and added a null pointer check
Egon Willighagen
as egonw
More... about 20 years ago
Extensive clean-up of code for InternalWindow creation. Removed strange contructor with dummy-variable. Please checkout my email to jcp-devel list for details. More... about 20 years ago
Applied code cleanup to prepare for further work More... about 20 years ago
Synched with CDK from cvs
Egon Willighagen
as egonw
More... about 20 years ago
Added drawing time to devel GUI (try -Ddevel.gui=true), and Added switch to make use of AlphaRenderer2D (try -Drenderer=alpha)
Egon Willighagen
as egonw
More... about 20 years ago
Added Dict menu to stable GUI, and added HTML dialog for dictionary contents
Egon Willighagen
as egonw
More... about 20 years ago
Atom's can be changed to PseudoAtom's
Egon Willighagen
as egonw
More... about 20 years ago
Updated CDK lib and DirBrowser plugin: plugin is more responsive and plugin manager is generally better
Egon Willighagen
as egonw
More... about 20 years ago
Released 1.9.10
Egon Willighagen
as egonw
More... about 20 years ago
Added Help->Tutorial menu item
Egon Willighagen
as egonw
More... about 20 years ago
Updated GUIs: added tutorial menu item, synched different GUIs
Egon Willighagen
as egonw
More... about 20 years ago
The Help does not need to be modal; it's even far more handy to have it along side while learning and working in the editing window
Egon Willighagen
as egonw
More... about 20 years ago
Mostly debug statements needed to find the reason for the strange redo/undo behaviour. I'll clean that up tomorrow. More... about 20 years ago
Added debug logging statements to find problems with redo/undo. Problems seem to be associated with extensiv pushing of identical models in later stages of the editing process. At the beginning, undo/redo works quite well. More... about 20 years ago
Fixed three import statements. It compiles again.
Egon Willighagen
as egonw
More... about 20 years ago
Applied import cleanup patch by M.
Egon Willighagen
as egonw
More... about 20 years ago