aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix: GLX exception message / sorted importsSven Gothel2011-01-314-7/+11
| |/ |/|
* | AMD/X11: Added AMD/X11 workaroundSven Gothel2010-12-232-17/+52
* | Fix WindowClosingProtocol test, using new AWTRobotUtilsSven Gothel2010-12-233-79/+39
* | TestCloseNewtAWT: Use new AWTRobotUtil.closeWindow()Sven Gothel2010-12-231-18/+2
* | GLCanvas: lock/sync drawable usage ; remove destroyed refs (context, drawable...Sven Gothel2010-12-231-17/+104
* | Cleanup / DebugSven Gothel2010-12-234-5/+15
* | NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed()Sven Gothel2010-12-2316-58/+158
* | Always issue GLEventListener's initialization, if provoked by ctx creationSven Gothel2010-12-221-1/+8
* | Fix WGL bitmap regression while fixing it (96a0e0706258824c1dd524d4cbd7682a90...Sven Gothel2010-12-221-2/+1
* | JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-1919-170/+1104
* | Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win...Sven Gothel2010-12-193-0/+49
* | GLDrawableFactory: Add getFactory(AbstractGraphicsDevice device)Sven Gothel2010-12-191-1/+20
* | Fix GLProfile initProfilesForDevice and DEBUG ; Fix JoglVersion.getGLInfoSven Gothel2010-12-192-35/+36
* | Debug/Cleanup: toString: print base classname only; Misc ..Sven Gothel2010-12-1910-11/+26
* | WindowsWGLContext: Proper var names, misc cleanupSven Gothel2010-12-181-17/+22
* | convenient internal queries for sharedSven Gothel2010-12-181-0/+12
* | GLCanvas: init drawable by paint/display makes the init sequence more equal f...Sven Gothel2010-12-181-1/+3
* | NativeWindow Debug: Early stack trace info w/ thread nameSven Gothel2010-12-181-3/+7
* | Version Applet as JavaWSSven Gothel2010-12-181-7/+64
* | GLProfile: refine docSven Gothel2010-12-181-1/+2
* | debug node: WindowsDummyWGLDrawableSven Gothel2010-12-171-0/+1
* | SharedResourceRunner: Expose convenient 'getShared()' w/o creationSven Gothel2010-12-171-0/+5
* | debug: print thread name only; simplify mapGLVersion(..) callSven Gothel2010-12-171-16/+12
* | Version Applet: set GLCanvas size, otherwise it won't realize GL drawableSven Gothel2010-12-161-0/+1
* | Fix WGL Bitmap Offscreen DrawableSven Gothel2010-12-169-203/+286
* | Add Version AppletSven Gothel2010-12-151-0/+88
* | JAWTUtil: Fix case when init is run on AWT EDT (which is odd, ie not using GL...Sven Gothel2010-12-151-11/+16
* | Cleanup (removed obsolete class / imports) ; Cg fixSven Gothel2010-12-134-79/+0
* | tests: test.auto.run (junit.run) and test.manual.runSven Gothel2010-12-131-4/+4
* | Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp...Sven Gothel2010-12-1391-179/+1105
* | Fix API doc: firstUIActionOnProcessSven Gothel2010-12-122-31/+77
* | NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-125-7/+7
* | GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close ...Sven Gothel2010-12-124-21/+26
* | makeCurrent/release within closuresSven Gothel2010-12-121-3/+4
* | GLProfile: initialize 1st, debug info later.Sven Gothel2010-12-121-2/+2
* | JAWTUtil: Eager initialization of AWT desktop propsSven Gothel2010-12-121-0/+25
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-1216-283/+556
* | Generalize SharedResourceRunner and use/impl it for WGL as well (besides X11).Sven Gothel2010-12-113-368/+521
* | GLCanvas: sync drawable access; flush awtConfig at remove;Sven Gothel2010-12-101-80/+101
* | FIX gears demo: set lists to 0 at disposeSven Gothel2010-12-101-0/+1
* | NEWT: Minor cleanup ; Debug setVisible message in issuing threadSven Gothel2010-12-101-6/+8
* | Minor test cleanupSven Gothel2010-12-102-25/+10
* | WGL/DummyWindow: Roll back GetDC/ReleaseDC via lock/unlock surface, redundant...Sven Gothel2010-12-101-54/+26
* | Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-1020-465/+717
* | NativeWindow: Expose lock test/get methods and constructor with HDCSven Gothel2010-12-091-2/+17
* | JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key...Sven Gothel2010-12-096-65/+80
* | DummyWindow: 64x64, WGL: Use lockSurface/unlockSurface block to gather / rele...Sven Gothel2010-12-092-11/+56
* | GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...Sven Gothel2010-12-091-30/+33
* | NEWT/Windows: Use GDI GetDC/ReleaseDCSven Gothel2010-12-092-27/+3
|/
* Fix: Typo unlock() -> lock() .. oopsSven Gothel2010-12-041-1/+1