aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic...Sven Gothel2014-01-035-14/+13
* 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 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representationSven Gothel2013-12-315-5/+41
* Bug 935: NEWT: Expose Pointer Icons Feature in JOGLNewtAppletBase TestsSven Gothel2013-12-311-19/+66
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-3122-36/+1008
* NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm...Sven Gothel2013-12-313-28/+7
* NEWT WindowImpl: Add 'final' qualifier where possibleSven Gothel2013-12-311-54/+49
* JOGL Assets: Replace test-ntsc01-160x90.png w/ test-ntsc01-57x32.png (Save ~2...Sven Gothel2013-12-285-6/+6
* Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need...Sven Gothel2013-12-233-16/+59
* Fix TestGLProfile01NEWT: Regression of commit 3d0ab3e6263dfdbb9dd0014443ad28b...Sven Gothel2013-12-221-2/+8
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-216-87/+252
* Bug 925 - Refine GLContextImpl.setGLFunctionAvailability(..)'s ES version val...Sven Gothel2013-12-211-4/+16
* Bug 925 - Accept an ES3 Context, if reported via GL-Version-String w/o EGL_OP...Sven Gothel2013-12-216-34/+128
* Bug 925: Use proper common profile and test compatibility for GLContextImpl's...Sven Gothel2013-12-211-8/+11
* Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs (Unity) ...Sven Gothel2013-12-201-2/+10
* Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a...Sven Gothel2013-12-203-4/+10
* 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: More robost Fullscreen ExitSven Gothel2013-12-191-24/+26
* NEWT WindowImpl: Enhance insetsChanged(..) DEBUG outputSven Gothel2013-12-191-4/+5
* Bug 924: Remove position criteria from reparent/fullscreen success, WM's only...Sven Gothel2013-12-191-5/+6
* Bug 924: X11 WindowDriver: Only perform 'tempFSAlwaysOnTop' toggle @ focusCha...Sven Gothel2013-12-191-9/+10
* Bug 924: Ignore reparent when in fullscreen - otherwise may confuse WMSven Gothel2013-12-191-0/+8
* 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
* FFMPEGMediaPlayer: Add missing indentation of commit 8a032a2c1f247819bdb08382...v2.1.4_rc01Sven Gothel2013-12-181-7/+7
* Merge remote-tracking branch 'xranby/master'Sven Gothel2013-12-183-3/+7
|\
| * ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag.Xerxes RĂ„nby2013-12-183-3/+7
* | Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original visi...Sven Gothel2013-12-181-8/+14
|/
* Merge pull request #76 from esemplare/masterSven Gothel2013-12-155-1/+130
|\
| * Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16Michael Esemplare2013-12-115-1/+130
* | Bug 918: Fix EOS Regression: Only use pts>duration for EOS if duration > 0 (c...Sven Gothel2013-12-113-4/+4
* | ALAudioSink: Fix stop and flush of OpenAL sourceSven Gothel2013-12-111-115/+125
* | Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ...Sven Gothel2013-12-115-168/+309
* | Bug 918: GLMediaPlayer: Fix Deadlock if EOS happens after pause/resume (seek)...Sven Gothel2013-12-111-10/+18
* | Bug 918 (1/2): Use StreamWorker in 'Audio Only' mode, since no 'getNextTextur...Sven Gothel2013-12-112-7/+2
|/
* Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI...Sven Gothel2013-12-116-19/+272
* Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_...Sven Gothel2013-12-1114-159/+204
* TestShutdownCompleteNEWT/AWT: Align both tests and account for GLInfo.Sven Gothel2013-12-102-37/+79
* TestShutdownCompleteNEWT: Enhance profiling via '-wait -initOnly' ; Use Platf...Sven Gothel2013-12-101-37/+35
* Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...Sven Gothel2013-12-106-68/+197
* Bug 904: 'User Vertical Flip' for GLJPanel shall be performed via PROJECTION ...Sven Gothel2013-12-104-119/+155
* Bug 747: VectorUtil: Make scale(..) creating new float[] deprecated, adding '...Sven Gothel2013-12-101-5/+33
* TestNewtKeyEventAutoRepeatAWT: Fix regression of commit 8512777873461ee33d8ed...Sven Gothel2013-12-041-2/+3
* Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge...Sven Gothel2013-12-0413-264/+268
* Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum...Sven Gothel2013-12-035-63/+84
* 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