summaryrefslogtreecommitdiffstats
path: root/src/newt/native
Commit message (Expand)AuthorAgeFilesLines
* NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre...Sven Gothel2013-02-203-44/+56
* Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-196-573/+374
* NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on...Sven Gothel2013-02-172-27/+36
* Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen...Sven Gothel2013-01-291-1/+1
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-147-76/+227
* NEWT WindowsWindow.c: UpdateInsets: Fix determiniation of isUndecorated - WS_...Sven Gothel2012-12-301-1/+1
* Fix Bug 643: SWT 'display.asyncExec(Runnable runnable)' runnable not executed...Sven Gothel2012-12-021-10/+9
* NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k...Sven Gothel2012-10-311-3/+3
* Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo...Sven Gothel2012-10-313-96/+136
* NEWT Windows: Add more verbose DEBUG information for FOCUS handlingSven Gothel2012-10-301-5/+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-283-9/+71
* Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ...Sven Gothel2012-10-261-0/+2
* NEWT / BCM-VC-IV: Fix transparency according to given capabilitiesSven Gothel2012-10-191-3/+18
* 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-081-10/+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-022-3/+3
* 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-273-102/+0
* Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR...Sven Gothel2012-09-162-10/+30
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-11/+38
* 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-1811-217/+217
* NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ...Sven Gothel2012-08-163-8/+401
* Resolve conflictSven Gothel2012-08-071-10/+10
|\
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-101-10/+10
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-30/+26
* | Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-3/+3
|/
* C code: remove warningsSven Gothel2012-07-061-4/+4
* NEWT/KD Adapt to 'new' KD Window Creation API, use EGLConfigSven Gothel2012-07-051-17/+4
* NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc...Sven Gothel2012-07-055-28/+87
* NEWT/OSX: Fix occasional crash 'free of non allocated object' - change window...v2.0-rc8Sven Gothel2012-05-021-8/+17
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-017-13/+61
* Bug 570: NEWT General/X11: Decouple setFullscreen() and setAlwaysOnTop(); Use...Sven Gothel2012-04-271-5/+8
* Newt/OSX(native): close0() shall not release NewtMacWindow (NSWindow) in case...Sven Gothel2012-04-213-20/+53
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-161-0/+36
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-051-10/+8
* NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration...Sven Gothel2012-02-231-57/+79
* X11Screen: Only dump RandR version info in DEBUG mode.Sven Gothel2012-02-221-1/+1
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-1/+1
* Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...Sven Gothel2012-01-221-0/+4
* NEWT/OSX: Window close (release) on main thread, ensuring no 'main thread' ev...Sven Gothel2012-01-191-1/+2
* NEWT/X11: Fix Insets determination for undecorated / child window.Sven Gothel2012-01-181-53/+86
* NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lost...Sven Gothel2012-01-183-8/+42
* Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handli...Sven Gothel2012-01-181-1/+30
* NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations); Remo...Sven Gothel2012-01-173-123/+129
* NEWTWindow Focus: Skip requestFocus() if already owning focus; setFullscreen(...Sven Gothel2012-01-161-1/+1
* NEWT/OSX Pointer Invisible Fix: 10.6.* responder declarations & test focus/is...Sven Gothel2012-01-163-9/+39
* NEWT/OSX Performance Fix: Cache CGDisplayScreenSize() result, since it's ridi...Sven Gothel2012-01-131-5/+57