aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* LinuxMouseTracker: Fix inverted Y-axis & missing button release.Xerxes RĂ„nby2013-01-151-1/+2
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-1418-236/+673
* Minor: GLWindow fix size validation; GLContextImpl: Remove hold ctx lock coun...Sven Gothel2013-01-111-1/+1
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-111-1/+4
* NEWT WindowsWindow.c: UpdateInsets: Fix determiniation of isUndecorated - WS_...Sven Gothel2012-12-301-1/+1
* NEWT/Android: Fix NewtBaseActivity.getWindow() recursion if used w/o delegate...Sven Gothel2012-12-251-1/+1
* NEWT/Android: Fix NewtBaseActivity.getWindow() recursion if used w/o delegate...Sven Gothel2012-12-241-2/+6
* NEWT peserve 'mouseButtonModMask' to be sent for all mouse- and key events. T...Sven Gothel2012-12-241-30/+43
* AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..)Sven Gothel2012-12-241-8/+6
* Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / 811e3791b98fea0dfa3b7d301cb532...Sven Gothel2012-12-232-79/+128
* Fix commit 811e3791b98fea0dfa3b7d301cb532c54df8dc82: Make AWT usage Java6 cle...Sven Gothel2012-12-231-55/+35
* Merge branch 'master' of https://github.com/sgothel/joglrhatcher2012-12-0611-224/+481
|\
| * SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-043-45/+288
| * SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem...Sven Gothel2012-12-021-9/+6
| * NEWT EDTUtil: Simplify running state (default is running @ setEDTUtil()); Sim...Sven Gothel2012-12-026-79/+78
| * Fix Bug 643: SWT 'display.asyncExec(Runnable runnable)' runnable not executed...Sven Gothel2012-12-021-10/+9
| * NEWT WindowImpl fixes: surfaceLockCount-- if native lock fails; waitForVisibl...Sven Gothel2012-12-022-28/+36
| * NEWT WindowImpl: Don't issue native resize if invisible, simply use defineSiz...Sven Gothel2012-11-301-18/+13
| * Fix NewtCanvasSWT's newtChild usage: Only use set newtChild if it's ready, i....Sven Gothel2012-11-301-6/+15
| * Simplify NEWT EDTUtil invoke: To start EDT Runnable maybe null - start EDT ev...Sven Gothel2012-11-305-62/+54
| * NewtCanvasSWT: Add DisposeListenerSven Gothel2012-11-291-3/+18
* | Fix for JOGL bug 629, and added new unit tests.rhatcher2012-11-291-2/+120
|/
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug...Sven Gothel2012-11-273-61/+111
* SWTAccessor: OS_gtk_widget_unrealize optional (SWT 4.3) ; decorate Privileged...Sven Gothel2012-11-261-2/+11
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situation in waitUntilStopped(), etc - wr...Sven Gothel2012-11-253-15/+25
* Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to poss...Sven Gothel2012-11-232-12/+14
* NewtVersionActivity: Dump information in logcatSven Gothel2012-11-131-3/+7
* NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit c135d...v2.0-rc11Sven Gothel2012-10-311-1/+8
* NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k...Sven Gothel2012-10-312-3/+13
* Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo...Sven Gothel2012-10-316-174/+220
* NEWT Windows: Add more verbose DEBUG information for FOCUS handlingSven Gothel2012-10-301-5/+12
* NEWT/OSX getLocationOnScreenImpl(..): Use real OSXUtil.GetLocationOnScreen(.....Sven Gothel2012-10-301-6/+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-286-99/+148
* NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using b...Sven Gothel2012-10-273-25/+27
* Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i...Sven Gothel2012-10-273-102/+98
* NEWT KeyEvent: Remove invalid version remarks.Sven Gothel2012-10-261-81/+35
* NEWT KeyEvent: Fix intendationSven Gothel2012-10-261-119/+119
* Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ...Sven Gothel2012-10-264-40/+61
* NEWT ScreenMode Change Failover / Window.setFullscreen() shall use current Sc...Sven Gothel2012-10-192-16/+35
* NEWT / BCM-VC-IV: Fix transparency according to given capabilitiesSven Gothel2012-10-192-12/+26
* Minor NEWT Display/Screen API docSven Gothel2012-10-172-6/+8
* 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-084-25/+43
* Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin...Sven Gothel2012-10-051-0/+1
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-053-8/+8
* Fix regression of commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b: X11 Displa...Sven Gothel2012-10-051-1/+5
* Fix SWTEDTUtil bug, where it simply doesn't start by an implicit 'invoke()' -...Sven Gothel2012-10-052-2/+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-024-5/+5