aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resizeSven Gothel2015-11-154-5/+48
* Remove deprectated classes and methodsSven Gothel2015-10-151-35/+0
* WindowImpl.quirks: Access default -> protected, also fix API doc comment.v2.3.2Sven Gothel2015-10-101-3/+3
* Bug 1249: NEWT/X11 Visibility: Listening to more events for updated state; Ad...Sven Gothel2015-10-103-45/+159
* Bug 1247 - TestGearsNewtAWTWrapper fails AWT recreation case removeNotify -> ...Sven Gothel2015-10-092-46/+112
* Bug 1247: Align NEWT AWT driver w/ GLCanvas (not fixing any issues)Sven Gothel2015-10-091-18/+40
* Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN: Hand...Sven Gothel2015-10-092-5/+8
* Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a...Sven Gothel2015-10-094-49/+105
* Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S...Sven Gothel2015-10-085-122/+243
* Bug 1238 - Fix NPE for Window-Icon's PNGPixelRect for unresolved location; Bu...Sven Gothel2015-10-036-40/+68
* Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...Sven Gothel2015-10-033-9/+9
* Bug 1205: Revert clear background to support fix for Bug 1232: NEWT Transluce...Sven Gothel2015-10-011-7/+24
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-012-58/+84
* Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil...Sven Gothel2015-09-292-51/+145
* NEWT WindowImpl.createNative(): Post creation: Only perform mod-actions if no...Sven Gothel2015-09-291-22/+27
* Bug 1222 - NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not workingSven Gothel2015-09-264-62/+26
* NEWTDemoListener: Fix 'v' modifier collision of ctrl, use shift.Sven Gothel2015-09-261-1/+1
* Bug 1188: Fix setMaximized(..) isReconfigureMaskSupported(..) querySven Gothel2015-09-261-2/+2
* Bug 1214: Fix Deadlock in screenPositionChanged(..); Use screenPositionChange...Sven Gothel2015-09-264-146/+219
* Bug 1214 - NEWT MacOSX: Detect auto-resize of Window when it is larger than s...Sven Gothel2015-09-255-33/+93
* NEWTDemoListener: Double-Mouse-Click Fullscreen only w/ 3 pointers involvedSven Gothel2015-09-191-1/+1
* TestGearsES2*AWT / NewtDemoListener: Show pixel-scale in title bar.Sven Gothel2015-09-181-1/+9
* Unit Tests: NEWTDemoListener: Less verbose; GraphUI-Demos: Show DPI and Pixel...Sven Gothel2015-09-171-11/+12
* NEWT Window Maximize: re-gain focus after maximize action (maybe lost on plat...Sven Gothel2015-09-151-0/+5
* Fix NEWT DisplayImpl.createPointerIcon: Pass through Exceptions, as required ...Sven Gothel2015-09-151-10/+24
* Bug 1211: Refine NEWTDemoListener, JOGLNewtAppletBaseSven Gothel2015-09-152-48/+72
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-1511-154/+604
* Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil...Sven Gothel2015-08-311-10/+9
* Bug 1208 - NEWT: Window: Consider avoiding operations if not supported, see g...Sven Gothel2015-08-311-28/+84
* Fix Bug 1209 - Regression of Bug 1188 Patches: Parented Fullscreen Issues (X1...Sven Gothel2015-08-311-51/+94
* Bug 1188: Refine getSupportedStateMask() semantics and minimum requirements (...Sven Gothel2015-08-318-20/+18
* Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tearSven Gothel2015-08-273-6/+3
* Merge branch 'Bug1178' of https://github.com/xranby/joglSven Gothel2015-08-261-14/+44
|\
| * Bug 1178: X11UnderlayTracker: Resend identical KeyCode, KeySymbol and KeyCharXerxes Rånby2015-08-251-6/+2
| * Bug 1178: Fix cc3: Set position using LocationOnScreen coordinates.Xerxes Rånby2015-08-251-8/+42
* | Bug 1188: NEWT WindowsWindow.c: Better support for 'isOnBottom' on Windows (F...Sven Gothel2015-08-261-14/+68
* | Bug 1188: Fix API doc of getSupportedStateMask(); Misc Changes (see below)Sven Gothel2015-08-253-31/+29
* | NEWT WindowsWindow.c: Fix return value; Add tracking of inOn[Bottom|Top]Sven Gothel2015-08-251-4/+24
* | Bug 1188: Introduce getSupportedStateMask() implemented via WindowDriver's ge...Sven Gothel2015-08-2114-59/+271
* | Bug 1188: Refine reconfig state bitsSven Gothel2015-08-202-8/+8
* | Bug 1196: Fix Unresolved strncpy_s (MSVCRT) on WinXPSven Gothel2015-08-201-2/+8
* | Bug 1188: Cleanup public/private[reconfig, non-reconfig] state bitsSven Gothel2015-08-193-17/+19
|/
* Bug 1188: Add @since 2.3.2 tagSven Gothel2015-08-182-14/+86
* Merge branch 'Bug1183' of https://github.com/xranby/joglSven Gothel2015-08-181-0/+8
|\
| * Bug 1183: X11RandR13 XRRGetScreenResourcesCurrent _occasionally_ reports empt...Xerxes Rånby2015-08-161-0/+8
* | Bug 1192: NEWT native/X11Display.c Cleanup JNI signatures in commentsXerxes Rånby2015-08-131-6/+6
|/
* Bug 1188: Windows: Implement unresizable using appropriate windows stylesSven Gothel2015-08-122-115/+51
* Bug 1188: Refine Maximized on X11 / Impl. Maximized and Iconify on WindowsSven Gothel2015-08-127-176/+345
* NEWT WindowImpl + WindowDriver: Remove updateInsetsImpl(Insets insets) and re...Sven Gothel2015-08-1111-64/+5
* NEWT OSX WindowDriver: Must wait for resize on main-thread (Related to Bug 1188)Sven Gothel2015-08-111-1/+1