Spade-Editor / Spade

Cross-platform raster graphics editor inspired by Paint.NET
GNU General Public License v3.0
41 stars 10 forks source link

(Big) Lot of small changes. #15

Closed Longor1996 closed 10 years ago

Longor1996 commented 10 years ago

Just read the titles of the commits to understand the changes. By no means I will now write a list of what changed, way too many changes!

HeroesGrave commented 10 years ago

Is this ready to be merged?

HeroesGrave commented 10 years ago

Also note that with Pull request #5, I will have to rewrite the canvasmanager anyway, so that will be the best time to implement layers.

Longor1996 commented 10 years ago

Yes, this is ready to be merged. Also, do you actually know how to generate a javadoc for a project? It's not like I can keep doing that forever! I will do it for the next couple of weeks though.

Also, I thought of a interesting effect one can do, called 'Affine Transformation', which exists as the class 'Affine Transform', but it would be for the user himself.

I got sooooo(for_each Long.MAX_VALUE do append('o'))ooooo many ideas for Paint.JAVA. Now I can finally live my little dream of having my "own" image-editor. ("own" as in: "Code a thousand cool things in!")

Have a nice day!

HeroesGrave commented 10 years ago

On Javadocs:

As long as people know what the code does (sometimes comments may be neccessary), I think it's fine without too many javadocs.

The only part where we'd probably need Javadoc information is the parts of the program that need to be accessed by plugins.

I'll be happy to handle Javadoc generation once we get to '1.0', but until then, it isn't that neccessary.