summaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit c135d...v2.0-rc11Sven Gothel2012-10-311-1/+8
* NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k...Sven Gothel2012-10-312-3/+13
* Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo...Sven Gothel2012-10-316-174/+220
* NEWT Windows: Add more verbose DEBUG information for FOCUS handlingSven Gothel2012-10-301-5/+12
* NEWT/OSX getLocationOnScreenImpl(..): Use real OSXUtil.GetLocationOnScreen(.....Sven Gothel2012-10-301-6/+12
* NEWT X11 Display: Ignore events w/ NULL window, instead of throwing a disturb...Sven Gothel2012-10-282-14/+12
* Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSXSven Gothel2012-10-286-99/+148
* NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using b...Sven Gothel2012-10-273-25/+27
* Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i...Sven Gothel2012-10-273-102/+98
* 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-264-40/+61
* NEWT ScreenMode Change Failover / Window.setFullscreen() shall use current Sc...Sven Gothel2012-10-192-16/+35
* NEWT / BCM-VC-IV: Fix transparency according to given capabilitiesSven Gothel2012-10-192-12/+26
* Minor NEWT Display/Screen API docSven Gothel2012-10-172-6/+8
* NEWT X11/KeyMap: Add XK_grave -> J_VK_BACK_QUOTESven Gothel2012-10-091-0/+2
* Raise NEWT MouseButton Maximum from 6 -> 16 (API Change)Sven Gothel2012-10-084-25/+43
* Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin...Sven Gothel2012-10-051-0/+1
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-053-8/+8
* Fix regression of commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b: X11 Displa...Sven Gothel2012-10-051-1/+5
* Fix SWTEDTUtil bug, where it simply doesn't start by an implicit 'invoke()' -...Sven Gothel2012-10-052-2/+15
* Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilatio...Sven Gothel2012-10-026-0/+1346
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-024-5/+5
* NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server...Sven Gothel2012-09-283-7/+12
* NEWT X11 ScreenMode: Ignore invalid rotation eventSven Gothel2012-09-281-9/+16
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-2717-271/+200
* 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-162-2/+22
* Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR...Sven Gothel2012-09-1611-38/+214
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-158-74/+103
* NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...Sven Gothel2012-09-073-24/+110
* NEWT EDTUtil: Complete AWT and SWT impl. w/ Newt event dequeue thread (NEDT)Sven Gothel2012-09-077-92/+477
* Fix Android Power-suspend and Power-resumeSven Gothel2012-08-231-5/+10
* Fix Android/NEWT WindowDriver: Add missing eglDestroySurface() in closeNative...Sven Gothel2012-08-231-9/+27
* Fix/Workaround: For BCM_VC_IV EGL (alpha) configurationSven Gothel2012-08-211-1/+8
* NEWT Windows.closeNativeImpl(): Remove 'GDI.SetParent(windowHandleClose, 0)' ...Sven Gothel2012-08-191-1/+0
* Fix missing NEWT driver class name change - regression of a694cadca4ab72481e7...Sven Gothel2012-08-181-1/+1
* Fix bcm_vc_iv.h: redefinition of typedef ‘DISPMANX_ELEMENT_HANDLE_TSven Gothel2012-08-181-2/+0
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-1846-400/+379
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-182-2/+2
* NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ...Sven Gothel2012-08-1610-11/+925
* Resolve conflictSven Gothel2012-08-077-25/+24
|\
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-107-24/+24
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-103-0/+0
* | 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-2512-79/+775
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-248-16/+23
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-222-64/+71
* | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-201-2/+8
* | Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t...Sven Gothel2012-07-201-2/+1