aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native
Commit message (Expand)AuthorAgeFilesLines
* Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro...Sven Gothel2014-02-101-8/+12
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-115-177/+120
* X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...Sven Gothel2014-01-111-28/+38
* BCM_VC_IV: Add 2 references (_poor_ API docs, very)Sven Gothel2014-01-092-0/+8
* NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and positionSven Gothel2014-01-091-52/+30
* NEWT bcm_vc_iv.c: Disable VERBOSE_ONSven Gothel2014-01-091-2/+2
* Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.)Sven Gothel2014-01-092-34/+416
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-084-20/+63
* NEWT OSX: Add missing NewtCommon_init(env) (duh!) - Issuing NewtCommon_throwN...Sven Gothel2014-01-051-31/+28
* Bug 935: NEWT Windows Pointer-Icon WM_SETCURSOR: Don't use DefWindowProc, Set...Sven Gothel2014-01-051-14/+35
* Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...Sven Gothel2014-01-051-8/+1
* Bug 935: NEWT Windows Window-Icon: Fix Window-Icon Visibility after Reparenti...Sven Gothel2014-01-041-0/+4
* Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...Sven Gothel2014-01-043-564/+652
* Bug 935: NEWT PointerIcon OSX: Safe use of NSCursor handleSven Gothel2014-01-033-16/+42
* NewtMacWindow: NSView: Remove unused 'myCursor' fieldSven Gothel2014-01-022-18/+0
* MacWindow.m: Add missing NSAutoreleasePool 'decoration'Sven Gothel2014-01-021-3/+17
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-316-15/+305
* Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a...Sven Gothel2013-12-201-4/+0
* Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c comm...Sven Gothel2013-12-201-8/+8
* Bug 924: Fix X11 Fullscreen ALT-TAB Regression ; Make ALWAYS_ON_TOP Persisten...Sven Gothel2013-12-191-1/+14
* Bug 924: Fix 'Unity WM' issue w/ sticky _NET_WM_STATE after Fullscreen On/Off...Sven Gothel2013-12-191-4/+12
* NEWT X11Window.c: Cleanup Code - No changes.Sven Gothel2013-12-191-8/+25
* Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge...Sven Gothel2013-12-041-2/+2
* Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum...Sven Gothel2013-12-033-51/+67
* Bug 916 - NEWT Fullscreen Mode on Windows ALT-TAB doesn't allow Application S...Sven Gothel2013-12-031-20/+58
* NEWT Windows: Rearrange wndProc switch-case: All key/mouse events shall be at...Sven Gothel2013-12-021-448/+449
* Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in ...Sven Gothel2013-12-023-0/+37
* Nativewindow/NEWT: Fix C Return StatementSven Gothel2013-11-171-1/+2
* Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXITSven Gothel2013-11-172-45/+93
* Fix Bug 901 - NEWT: Lookup Windows 7 Touch Event Functions Dynamically to not...Sven Gothel2013-11-101-5/+39
* Bug 882 - Crash on OSX when closing NEWT window - Fix: Release NewtMacWindow ...Sven Gothel2013-11-011-7/+21
* Bug 882 - Crash on OSX when closing NEWT window - Check JavaVM and JNIEnv han...Sven Gothel2013-11-011-11/+43
* Bug 800: Windows 7 Touch Event Support for NEWT: Fix Focus and LBUTTON[DOWN|U...Sven Gothel2013-10-171-51/+74
* Bug 800: Add Windows 7 Touch Event Support for NEWTSven Gothel2013-10-171-101/+334
* NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add...Sven Gothel2013-10-091-1/+5
* NEWT/OSX (Bug 836): Lifecycle operations performed on main-thread must be syn...Sven Gothel2013-10-071-25/+34
* X11Window FullScreen: Toggle _NET_WM_BYPASS_COMPOSITOR not only for ABOVE .. ...Sven Gothel2013-07-041-2/+2
* Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and...Sven Gothel2013-07-031-1/+1
* Fix Bug 768 / NEWT Windows: Use layout dependent keySymbol, if independent ke...Sven Gothel2013-07-021-0/+3
* Fix Bug 770 and 771Sven Gothel2013-07-021-98/+61
* NEWT Screen ..: Typos / JNI signatureSven Gothel2013-06-301-1/+1
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-174-14/+0
* Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow ...Sven Gothel2013-06-121-0/+7
* Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ...Sven Gothel2013-05-163-33/+53
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-0611-495/+773
* Bug 721: NEWT/X11 RandR 1.3 Support - Part 2 - Rename impl class/files, start...Sven Gothel2013-04-195-103/+90
* Bug 721: NEWT/X11 RandR 1.3 Support - Part 1 - Delegate RandR functionality t...Sven Gothel2013-04-184-452/+219
* Bug 697: Fix commit 4db745e84fac610f85ab085e5c147e571e82e008 - Not compile cl...Sven Gothel2013-04-111-31/+36
* NEWT/WindowsWindow.c: Simplify pointerVisible branch for calling SafeShowCurs...Sven Gothel2013-04-111-7/+2
* Merge remote-tracking branch 'gouessej/master'Sven Gothel2013-04-111-29/+53
|\