aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/javafx
Commit message (Expand)AuthorAgeFilesLines
* After more thought, realized once again that because most Java windowKenneth Russel2008-12-291-5/+1
* Removed notion of wrapped windows from the NativeWindow interface,Kenneth Russel2008-12-237-29/+7
* Removed lockSurface(), unlockSurface(), and isSurfaceLocked() fromKenneth Russel2008-12-211-12/+0
* Factored out the remaining toolkit, and specifically AWT, dependenciesKenneth Russel2008-12-201-1/+1
* Removed setSize(), setPosition(), setVisible(), and setFullscreen()Kenneth Russel2008-12-161-13/+16
* Fixed breakage of GLJPanel caused by confusion between requested and Kenneth Russel2008-12-121-4/+0
* cleanSven Gothel2008-12-011-549/+0
* ? buildSven Gothel2008-11-291-0/+1
* ../jogl.logSven Gothel2008-11-271-0/+548
* KD Fix: Use EGL AttributeList directlySven Gothel2008-11-271-2/+2
* KDScreen cleanupSven Gothel2008-11-271-2/+0
* Newt-KD: working inc. events. Screen size can be set w/ property newt.ws.swid...Sven Gothel2008-11-279-51/+71
* Newt-KD: window working, pointer event buggySven Gothel2008-11-261-20/+21
* Ooops. Fix Newt KD package namesSven Gothel2008-11-262-2/+2
* Newt WindowSven Gothel2008-11-2610-32/+352
* fix compile errorGerard Ziemski2008-10-201-2/+0
* add Mac filesGerard Ziemski2008-10-203-0/+206
* starte native Cocoa based window implementationGerard Ziemski2008-10-174-0/+7
* using alternate hack for window transparencyChristopher Oliver2008-10-161-7/+30
* Patch from Chris Oliver to enable undecorated frames and setting ofKenneth Russel2008-10-164-6/+78
* Cleanup GLArrayData*, misc stuffSven Gothel2008-08-211-2/+2
* GLWindow: Added perf logging; FBO: adjusted texture format; Fixed: ColorTextu...Sven Gothel2008-08-121-0/+39
* Fixed problem with Newt GLWindow where the EGL implementation we're Kenneth Russel2008-08-091-1/+14
* Don't consider window to be full-screen if window implementation Kenneth Russel2008-08-041-2/+7
* Add event handling method to modify the GL context switch due to performance ...Sven Gothel2008-07-211-2/+0
* Add event handling method to modify the GL context switch due to performance ...Sven Gothel2008-07-211-6/+52
* Fixed:Sven Gothel2008-07-113-9/+31
* Removed debugging printlnKenneth Russel2008-07-031-1/+0
* Refactored more C compiler setup into gluegen-cpptasks.xml to make itKenneth Russel2008-06-3011-99/+757
* 3rd round cdcfp - compile clean.Sven Gothel2008-06-288-11/+70
* Mac OS X port of new JOGL and Newt. Currently leverages the AWT; willKenneth Russel2008-06-278-20/+412
* Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al...Sven Gothel2008-06-262-4/+4
* Added getSurfaceHandle() to NativeWindow abstraction in support of Kenneth Russel2008-06-262-2/+22
* Bug fixes to compile and run on Windows. Added more debugging code. Kenneth Russel2008-06-261-3/+2
* Native Compilation: Partitioning and X11 cleanSven Gothel2008-06-254-4/+4
* 2nd big refactoring.Sven Gothel2008-06-2111-145/+269
* Added Immediate Mode Sink (ImmModeSInk)Sven Gothel2008-06-032-2/+2
* Bug fixes to mouse dragging logicKenneth Russel2008-06-021-8/+12
* Made sendMouseEvent and sendKeyEvent protected because CVM won't look Kenneth Russel2008-06-011-4/+5
* Ported Newt event handling to Windows. Minor bug fixes to Windows Kenneth Russel2008-06-012-2/+2
* refactoring .. wip ..Sven Gothel2008-06-014-18/+15
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-0111-160/+448
* Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1.Sven Gothel2008-05-307-24/+252
* Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested.Sven Gothel2008-05-309-9/+977
* Various bug fixes. Incorporated minimal window abstraction to Kenneth Russel2008-05-292-0/+230
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-136-0/+1056