Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NativeWindow: Move RegisteredClass to private impl package | Sven Gothel | 2010-12-12 | 1 | -2/+0 |
| | |||||
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | This solves the issue when an applet is started/stop and started again, or another applet runs in the same JVM. Also soves the issue for multiple JVMs. RegisteredClassFactory can be instanced to manage one shared window class, currently in use for GDI's dummy window and NEWT. A class base name and a window proc handle must be passed in the factory cstr. Before registering, the class is tested if already exists, eg another applet in the same JVM. If registration fails, the class name will iterate until successful or MAX_INT reached, eg if multiple JVMs are running. Added NativeWindow Common Native Code. | ||||
* | GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize ↵ | Sven Gothel | 2010-12-09 | 1 | -1/+1 |
| | | | | factory method. | ||||
* | NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage | Sven Gothel | 2010-11-22 | 1 | -3/+5 |
| | | | | NativeWindow+JOGL/Windows: Complete Opaque types | ||||
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving ↵ | Sven Gothel | 2010-11-17 | 1 | -0/+37 |
NEWT WindowsWindow GetRelativeLocation() native implementation to GDI as well. |