aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
...
* SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem...Sven Gothel2012-12-021-9/+6
* NEWT EDTUtil: Simplify running state (default is running @ setEDTUtil()); Sim...Sven Gothel2012-12-023-10/+10
* Fix NewtCanvasSWT's newtChild usage: Only use set newtChild if it's ready, i....Sven Gothel2012-11-301-6/+15
* Simplify NEWT EDTUtil invoke: To start EDT Runnable maybe null - start EDT ev...Sven Gothel2012-11-303-23/+19
* NewtCanvasSWT: Add DisposeListenerSven Gothel2012-11-291-3/+18
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug...Sven Gothel2012-11-271-32/+57
* SWTAccessor: OS_gtk_widget_unrealize optional (SWT 4.3) ; decorate Privileged...Sven Gothel2012-11-261-2/+11
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situation in waitUntilStopped(), etc - wr...Sven Gothel2012-11-251-9/+15
* Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to poss...Sven Gothel2012-11-231-6/+9
* NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit c135d...v2.0-rc11Sven Gothel2012-10-311-1/+8
* Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo...Sven Gothel2012-10-311-44/+67
* Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSXSven Gothel2012-10-281-12/+4
* NEWT KeyEvent: Remove invalid version remarks.Sven Gothel2012-10-261-81/+35
* NEWT KeyEvent: Fix intendationSven Gothel2012-10-261-119/+119
* Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ...Sven Gothel2012-10-262-5/+12
* Minor NEWT Display/Screen API docSven Gothel2012-10-172-6/+8
* Raise NEWT MouseButton Maximum from 6 -> 16 (API Change)Sven Gothel2012-10-082-13/+26
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-052-4/+4
* Fix SWTEDTUtil bug, where it simply doesn't start by an implicit 'invoke()' -...Sven Gothel2012-10-052-2/+15
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-273-13/+26
* NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFacto...Sven Gothel2012-09-201-1/+8
* Complete 646714d3dab87396b9a3119bf90ca26e0b1c97ce / Fix Bug 601: Add missing ...Sven Gothel2012-09-161-1/+1
* Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR...Sven Gothel2012-09-167-24/+132
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-153-11/+26
* NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...Sven Gothel2012-09-071-4/+24
* NEWT EDTUtil: Complete AWT and SWT impl. w/ Newt event dequeue thread (NEDT)Sven Gothel2012-09-073-33/+234
* Fix missing NEWT driver class name change - regression of a694cadca4ab72481e7...Sven Gothel2012-08-181-1/+1
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-181-1/+1
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-182-2/+2
* Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10Sven Gothel2012-08-031-1/+1
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-255-21/+678
* Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-221-16/+20
* Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-201-2/+8
* Minor editsSven Gothel2012-07-201-5/+6
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-193-4/+21
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-1/+1
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-051-1/+1
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-38/+4
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-021-298/+34
* NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerantSven Gothel2012-06-291-2/+2
* NEWT GLWindow multithreading fix and annotations (see commit bc7503c77892a9e1...Sven Gothel2012-06-281-72/+235
* Misc cleanup: add @OverrideSven Gothel2012-06-271-43/+44
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-271-4/+4
* NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro...Sven Gothel2012-06-212-7/+36
* Refine commit be7cac1713b166ca6578c685ec8a7231a8429919:Sven Gothel2012-05-131-1/+1
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+0
* NewtFactory: Show failure in getCustomClass(..) - require both, packagename a...Sven Gothel2012-05-021-3/+8
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-024-12/+12
* NEWT: Revert static/locked action instances due to possible deadlocks; class ...Sven Gothel2012-05-022-11/+11
* JOGLNewtAppletBase: Minor cleanupSven Gothel2012-05-011-2/+0