summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test scriptsSven Gothel2011-09-072-7/+8
* Fix commit e1ecd85a9d5877861cde35baababb298d1339898 - send resize event on Sc...Sven Gothel2011-09-071-0/+1
* ScreenImpl: Debug - drop stack dumpSven Gothel2011-09-071-1/+0
* NewtCanvasAWT: setNEWTChild() shall not be public - removeNotify shall not ma...Sven Gothel2011-09-071-4/+3
* GLWindows Lifecycle Destroy: Don't remove itself from animator-ctrl - recreat...Sven Gothel2011-09-071-7/+1
* NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and DecorationSven Gothel2011-09-075-89/+163
* NEWT/ScreenMode: setCurrentScreenMode() shall only act if new mode differs; O...Sven Gothel2011-09-062-9/+23
* NEWT/WindowsWindow: call sizeChanged() if invisible as wellSven Gothel2011-09-061-5/+2
* NEWT/X11Window: Remove unused 'windowReparented()' callback; Remove redundant...Sven Gothel2011-09-062-21/+4
* NEWT Cleanup: Remove DEBUG_WINDOW_EVENT, ..Sven Gothel2011-09-065-10/+13
* Test ScreenMode: Minor changes - less wait/timingSven Gothel2011-09-063-12/+27
* Fix test case for commit 68f5a97ef165a39769040e36114c572c7d0f1abdSven Gothel2011-09-061-3/+1
* X11Util/Display Lifecycle: Reuse pending (unclosable) Display connectionsSven Gothel2011-09-061-46/+83
* NEWT: Sync User-LifecycleSven Gothel2011-09-062-10/+15
* NEWT/X11Screen::setCurrentScreenMode: Use device's 'user' Display connection ...Sven Gothel2011-09-061-6/+7
* NEWT/ScreenMode: Remove Cloneable on Immutable .. makes no senseSven Gothel2011-09-062-15/+17
* _NET_FRAME_EXTENTS: Remove annoying Warning message. 1 Compiler warningSven Gothel2011-09-061-4/+4
* test scriptsSven Gothel2011-09-063-15/+18
* NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf...Sven Gothel2011-09-0620-472/+610
* NativeWindow/NEWT: Cont. refinement of Insets usageSven Gothel2011-09-063-9/+21
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-0416-140/+219
* Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly typesSven Gothel2011-09-0410-33/+30
* NativeWindow: Add new Insets/InsetsImmutableSven Gothel2011-09-042-0/+161
* Remove prev. Insets implSven Gothel2011-09-041-112/+0
* WindowsDWM: Check all methods for availability - Cleanup headerSven Gothel2011-09-042-9/+2
* Test Multisample/Translucency: Remove implicit alpha settingsSven Gothel2011-09-042-1/+6
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-0412-7/+226
* NativeWindow/JOGL: Cleanup Caps doc and implicit related values.Sven Gothel2011-09-042-46/+57
* test script ..Sven Gothel2011-09-031-1/+1
* Complete translucency support (core w/ X11 (only) - tested w/ NEWT)Sven Gothel2011-09-036-19/+183
* Revert commit 8dc31bcaa3ee3a2407d1960ab42d094cac642876: Implicit setUndecorat...Sven Gothel2011-09-031-2/+1
* JOGL/X11GLXGraphicsConfiguration: Query opaque/transparent by XRender 'alphaM...Sven Gothel2011-09-031-1/+12
* NativeWindow X11: Add DSO Xrender dependencySven Gothel2011-09-031-0/+6
* Fix XRenderFindVisualFormat return capacity (commit dcb0cc571298be90d0db7ad00...Sven Gothel2011-09-031-1/+1
* NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add XRenderFind...Sven Gothel2011-09-033-0/+49
* NEWT Window: Implicit setUndecorated(true) if Capabilities !isBackgroundOpaque()Sven Gothel2011-09-031-1/+2
* NEWT: Respect 'setUndecorated(true)' before native creation (ie. startup w/ u...Sven Gothel2011-09-023-5/+11
* Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...Sven Gothel2011-09-0212-48/+64
* Test Gears ES1/ES2: Fix shared destructionSven Gothel2011-09-021-6/+19
* Test Gears ES1/ES2: Fix lifecycle check (shared gears)Sven Gothel2011-09-022-10/+14
* TestParenting02NEWT: Don't move parent window -> lots of WM fighting / flicke...Sven Gothel2011-09-021-2/+4
* Test GLSLSimpleProgram: Add proper destroy ..Sven Gothel2011-09-021-0/+10
* Gears/RedSquare ES1/ES2: Add proper destroy/init lifecycle incl. assertion ch...Sven Gothel2011-09-025-129/+200
* Fix NEWT/Window/Windows: setSize/setPosition/reconfigure: 'nop size' -1x-1 ->...Sven Gothel2011-09-022-16/+9
* GLArrayDataWrapper: Allow vboTarget '0' -> no VBOSven Gothel2011-09-022-3/+3
* test scripts ..Sven Gothel2011-09-013-5/+9
* Test TestBug463ScaleImageMemoryAWT: Use UI Locking and AWT-EDT create/disposeSven Gothel2011-09-011-15/+34
* Test PIXMAP/BITMAP: Can't expect GL2/ES2 - might be SW OpenGLSven Gothel2011-09-011-3/+7
* Test ElektronenMultiplizierer: Unix coding of shader source (failed on Window...Sven Gothel2011-09-012-2/+2
* TestScreenMode01NEWT: Validate window size after FS toggleSven Gothel2011-09-012-3/+11