summaryrefslogtreecommitdiffstats
path: root/src/demos/j2d
Commit message (Expand)AuthorAgeFilesLines
* Fixes against JOGL2 revision 1922 - Multi GL Profiles, plus setenv scriptsSven Gothel2009-06-035-8/+11
* Updated demos after refactoring of OpenGL capability bits back into GLCapabil...Kenneth Russel2009-03-193-6/+6
* NEWT window closing:Sven Gothel2009-03-147-0/+38
* Adapt to JOGL nwi package changesSven Gothel2009-03-133-6/+6
* - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ...Sven Gothel2009-03-053-5/+8
* Refactored AWT dependencies in Animator class differently to allowKenneth Russel2008-12-307-7/+7
* Moved GL2- and AWT-specific utility classes into the AWT packageKenneth Russel2008-12-307-24/+22
* Changed gleem to explicitly declare AWT dependencies. Updated allKenneth Russel2008-11-212-2/+4
* Applied second jogl-demos patch from Michael Bien. Adjusted build.xmlKenneth Russel2008-11-207-21/+37
* Incorporated patch from Michael Bien fixing roughly 80% of compilation errorsKenneth Russel2008-10-307-116/+174
* Added flush() call to render loop needed for new TextRenderer. Added Kenneth Russel2007-11-031-1/+5
* Integrated John Burkey's new TextRenderer implementation using Kenneth Russel2007-10-092-0/+19
* Added a markDirty() method to TextureRenderer and removed the sync() Kenneth Russel2007-03-272-4/+4
* Added RenderDelegate mechanism to TextRenderer to provide more control Kenneth Russel2007-02-111-0/+409
* Made default size of demo window largerKenneth Russel2007-01-211-1/+8
* Added 3D rendering methods to TextureRenderer and TextRenderer on Kenneth Russel2007-01-203-55/+218
* Robustness improvements to TextRenderer and underlying RectanglePacker. Kenneth Russel2007-01-131-0/+202
* Added new FlyingText demo to illustrate more advanced usage of the Kenneth Russel2007-01-071-0/+472
* With help from Chris Campbell, fixed incredibly stupid bug on my part Kenneth Russel2007-01-063-9/+13
* Removed debugging codeKenneth Russel2007-01-041-69/+1
* With extensive help from Phil Race and Chris Campbell from the Java 2D Kenneth Russel2007-01-041-0/+246
* Moved J2DTextureRenderer and J2DOverlay into their own sub-package and Kenneth Russel2007-01-042-13/+13
* On request from James Gosling and others, added a J2DTextureRenderer Kenneth Russel2006-12-302-0/+407