aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | GLProfile: Fix native profile mapping, i.e. use actual mapped profile-impl as...Sven Gothel2013-10-253-49/+96
| * | JoglVersion: "Default Profiles on device" -> "GLProfiles on device" - Since w...Sven Gothel2013-10-251-1/+1
| * | Fix GLContext: getGLProfile() add missing GLES3; getAvailableGLProfile(device...Sven Gothel2013-10-252-4/+17
| * | Use org.junit.Assert instead of deprecated junit.framework.AssertSven Gothel2013-10-257-304/+300
| * | Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-2510-85/+149
| * | Bug 867 - OSX: Allow core >=4 if isMavericksOrLater; Use [kCGLOGLPVersion_GL4...Sven Gothel2013-10-243-28/+50
| * | Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w...Sven Gothel2013-10-246-6/+6
| * | Bug 867 - OSX 10.9: Recognize OpenGL Core Profile > 3.0 - Add GLRendererQuirk...Sven Gothel2013-10-241-15/+84
| * | GLContext CTX_IMPL_* bits: Use 10 cached bits (+1), and 6 uncached (-1) ; CTX...Sven Gothel2013-10-241-9/+9
| * | MacOSXJAWTWindow.CALayer DEBUG: Only Dump AWT location-on-screen if property ...Sven Gothel2013-10-231-2/+16
| * | Fix Bug 866 - Frequent IndexOutOfBoundsException in jogamp.opengl.egl.EGLGrap...Brice Figureau2013-10-231-1/+1
| |/
| * PinchToZoomGesture: Add ctor arg 'allowMorePointer', should be false to be mo...v2.1.1Sven Gothel2013-10-194-71/+81
| * Fix Bug 827 - ShaderProgam helper class reports errors incorrectlySven Gothel2013-10-191-2/+2
| * Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ...Sven Gothel2013-10-196-98/+119
| * Merge remote-tracking branch 'hharrison/master'Sven Gothel2013-10-1810-12/+10
| |\
| | * jogl: allow short-circuited comparison in comparisonHarvey Harrison2013-10-181-1/+1
| | * jogl: avoid creating a second String object, one is enoughHarvey Harrison2013-10-186-6/+6
| | * jogl: fix typo in RandomTileRenderer, range chack was for tY, not tX againHarvey Harrison2013-10-171-1/+1
| | * jogl: allow case statements to fall through to same blockHarvey Harrison2013-10-171-2/+0
| | * jogl: fix two impossible comparisons in glu/tessellatorHarvey Harrison2013-10-171-2/+2
| * | Merge remote-tracking branch 'hharrison/master'Sven Gothel2013-10-18658-12273/+13401
| |\|
| | * jogl: add missing @Override annotationsHarvey Harrison2013-10-17323-4/+1132
| | * jogl: remove all trailing whitespaceHarvey Harrison2013-10-17643-12269/+12269
| * | Bump 7u45Sven Gothel2013-10-189-19/+21
| |/
| * MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no butt...Sven Gothel2013-10-183-23/+78
| * AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3...Sven Gothel2013-10-183-14/+17
| * Bug 800: Windows 7 Touch Event Support for NEWT: Fix Focus and LBUTTON[DOWN|U...Sven Gothel2013-10-173-55/+78
| * WindowImpl: Fix DEBUG output's method name of doPointerEvent and consumePoint...Sven Gothel2013-10-171-11/+11
| * Bug 800: Add Windows 7 Touch Event Support for NEWTSven Gothel2013-10-172-112/+368
| * WindowImpl.doPointerEvent(..) Simplify pointer name->ID mapping, fix DEBUG.Sven Gothel2013-10-171-5/+7
| * Regression of commit a90bf31f8747dd38c61d518f8af4d4d4a64a8e90: 'consume<Type>...Sven Gothel2013-10-171-3/+3
| * NEWT Multiple-Pointer API: Use PointerType[] instead of ordinal int[], implem...Sven Gothel2013-10-172-46/+108
| * Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2...Sven Gothel2013-10-172-16/+59
| * PinchToZoomGesture: Validate pointer-IDs, skip if invalid.Sven Gothel2013-10-171-24/+26
| * NEWT PointerEvent: Unify event processing in new doPointerEvent(..) and consu...Sven Gothel2013-10-177-294/+303
| * Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat...Sven Gothel2013-10-172-12/+22
| * MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven...Sven Gothel2013-10-176-39/+110
| * Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-1619-79/+50
| * Validate codebase in jnlp files, add missing codebase entries.Sven Gothel2013-10-161-1/+2
| * AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-1515-107/+187
| * Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processingSven Gothel2013-10-1514-525/+1531
| * GLMediaPlayer: Fix CameraInputScheme URI doc and Android test streams (Use mp...Sven Gothel2013-10-155-7/+7
| * Cleanup DirectDataBufferInt: Fix type ; Remove unsused local varsSven Gothel2013-10-151-5/+1
| * Bug 365: Add unit test, which run's through most of the ScaleInternal functio...Michael Esemplare2013-10-132-1/+274
| * Merge pull request #71 from esemplare/masterSven Gothel2013-10-121-14/+63
| |\
| | * Fix Bug 365: Bug on javax.media.opengl.glu.GLU.gluBuild2DMipmapsMichael Esemplare2013-10-071-14/+63
| * | Bug 860 - AWT Printing (AWTTilePainter): Shall use the enclosing integer rect...Sven Gothel2013-10-122-9/+4
| * | Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...Sven Gothel2013-10-1210-86/+282
| * | WWW: Shorten C3D Studio & Mobile description.Sven Gothel2013-10-111-6/+2
| * | Android uses-sdk: Add android:targetSdkVersion="14" (to show up for tablets)Sven Gothel2013-10-112-2/+2