aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native
Commit message (Expand)AuthorAgeFilesLines
* 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
* NEWT Windows/X11: Remove missed negative coordinate restrictions.Sven Gothel2011-12-241-6/+4
* NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all...Sven Gothel2011-12-241-14/+49
* NEWT/OSX MacWindow.close(): More conservative closing approach.Sven Gothel2011-12-231-3/+8
* Screen: width/height reflects virtual Screen size (-> big-desktop)Sven Gothel2011-12-231-2/+2
* NEWT/X11: Fix regressions of commit f3f794fe37a7e33a771a4a702f3f46ead4dc6d03:...Sven Gothel2011-12-233-9/+13
* NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;Sven Gothel2011-12-2313-1131/+1385
* NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati...Sven Gothel2011-12-201-8/+179
* NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.Sven Gothel2011-12-022-13/+7