| Commit message (Expand) | Author | Age | Files | Lines |
* | jogl: indent trace statements in the Trace pipelines when we hit glBegin | Harvey Harrison | 2013-10-23 | 1 | -0/+3 |
* | jogl: add final to Debug wrapper error code and fix indentation | Harvey Harrison | 2013-10-23 | 1 | -4/+6 |
* | jogl: pass format and arguments directly to the printGLError function | Harvey Harrison | 2013-10-22 | 1 | -7/+11 |
* | jogl: save on class size in the Debug pipelines | Harvey Harrison | 2013-10-22 | 1 | -11/+22 |
* | jogl: do not generate an extra String for the Debug pipeline wrappers | Harvey Harrison | 2013-10-22 | 1 | -4/+4 |
* | jogl: change code generation for Debug pipelines to avoid building large strings | Harvey Harrison | 2013-10-22 | 1 | -15/+11 |
* | jogl: use .format() to build the method signature when generating pipeline code | Harvey Harrison | 2013-10-21 | 1 | -8/+4 |
* | jogl: adapt code generator to output @Override annotations in various places | Harvey Harrison | 2013-10-21 | 1 | -1/+2 |
* | jogl: enable generics annotations on TextRenderer | Harvey Harrison | 2013-10-20 | 1 | -16/+13 |
* | jogl: remove clone() version that can only ever fail | Harvey Harrison | 2013-10-20 | 1 | -17/+0 |
* | jogl: remove clone() method that only throws Exceptions | Harvey Harrison | 2013-10-20 | 1 | -5/+0 |
* | jogl: replce more unneeded String() construction | Harvey Harrison | 2013-10-20 | 3 | -9/+8 |
* | PinchToZoomGesture: Add ctor arg 'allowMorePointer', should be false to be mo... | Sven Gothel | 2013-10-19 | 4 | -71/+81 |
* | Fix Bug 827 - ShaderProgam helper class reports errors incorrectly | Sven Gothel | 2013-10-19 | 1 | -2/+2 |
* | Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ... | Sven Gothel | 2013-10-19 | 6 | -98/+119 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2013-10-18 | 10 | -12/+10 |
|\ |
|
| * | jogl: allow short-circuited comparison in comparison | Harvey Harrison | 2013-10-18 | 1 | -1/+1 |
| * | jogl: avoid creating a second String object, one is enough | Harvey Harrison | 2013-10-18 | 6 | -6/+6 |
| * | jogl: fix typo in RandomTileRenderer, range chack was for tY, not tX again | Harvey Harrison | 2013-10-17 | 1 | -1/+1 |
| * | jogl: allow case statements to fall through to same block | Harvey Harrison | 2013-10-17 | 1 | -2/+0 |
| * | jogl: fix two impossible comparisons in glu/tessellator | Harvey Harrison | 2013-10-17 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2013-10-18 | 658 | -12273/+13401 |
|\| |
|
| * | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 323 | -4/+1132 |
| * | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 643 | -12269/+12269 |
* | | Bump 7u45 | Sven Gothel | 2013-10-18 | 9 | -19/+21 |
|/ |
|
* | MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no butt... | Sven Gothel | 2013-10-18 | 3 | -23/+78 |
* | AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3... | Sven Gothel | 2013-10-18 | 3 | -14/+17 |
* | Bug 800: Windows 7 Touch Event Support for NEWT: Fix Focus and LBUTTON[DOWN|U... | Sven Gothel | 2013-10-17 | 3 | -55/+78 |
* | WindowImpl: Fix DEBUG output's method name of doPointerEvent and consumePoint... | Sven Gothel | 2013-10-17 | 1 | -11/+11 |
* | Bug 800: Add Windows 7 Touch Event Support for NEWT | Sven Gothel | 2013-10-17 | 2 | -112/+368 |
* | WindowImpl.doPointerEvent(..) Simplify pointer name->ID mapping, fix DEBUG. | Sven Gothel | 2013-10-17 | 1 | -5/+7 |
* | Regression of commit a90bf31f8747dd38c61d518f8af4d4d4a64a8e90: 'consume<Type>... | Sven Gothel | 2013-10-17 | 1 | -3/+3 |
* | NEWT Multiple-Pointer API: Use PointerType[] instead of ordinal int[], implem... | Sven Gothel | 2013-10-17 | 2 | -46/+108 |
* | Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2... | Sven Gothel | 2013-10-17 | 2 | -16/+59 |
* | PinchToZoomGesture: Validate pointer-IDs, skip if invalid. | Sven Gothel | 2013-10-17 | 1 | -24/+26 |
* | NEWT PointerEvent: Unify event processing in new doPointerEvent(..) and consu... | Sven Gothel | 2013-10-17 | 7 | -294/+303 |
* | Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat... | Sven Gothel | 2013-10-17 | 2 | -12/+22 |
* | MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven... | Sven Gothel | 2013-10-17 | 6 | -39/+110 |
* | Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ... | Sven Gothel | 2013-10-16 | 19 | -79/+50 |
* | Validate codebase in jnlp files, add missing codebase entries. | Sven Gothel | 2013-10-16 | 1 | -1/+2 |
* | AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo... | Sven Gothel | 2013-10-15 | 15 | -107/+187 |
* | Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processing | Sven Gothel | 2013-10-15 | 14 | -525/+1531 |
* | GLMediaPlayer: Fix CameraInputScheme URI doc and Android test streams (Use mp... | Sven Gothel | 2013-10-15 | 5 | -7/+7 |
* | Cleanup DirectDataBufferInt: Fix type ; Remove unsused local vars | Sven Gothel | 2013-10-15 | 1 | -5/+1 |
* | Bug 365: Add unit test, which run's through most of the ScaleInternal functio... | Michael Esemplare | 2013-10-13 | 2 | -1/+274 |
* | Merge pull request #71 from esemplare/master | Sven Gothel | 2013-10-12 | 1 | -14/+63 |
|\ |
|
| * | Fix Bug 365: Bug on javax.media.opengl.glu.GLU.gluBuild2DMipmaps | Michael Esemplare | 2013-10-07 | 1 | -14/+63 |
* | | Bug 860 - AWT Printing (AWTTilePainter): Shall use the enclosing integer rect... | Sven Gothel | 2013-10-12 | 2 | -9/+4 |
* | | Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi... | Sven Gothel | 2013-10-12 | 10 | -86/+282 |
* | | WWW: Shorten C3D Studio & Mobile description. | Sven Gothel | 2013-10-11 | 1 | -6/+2 |