aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...Sven Gothel2013-03-141-8/+9
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-141-3/+0
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-131-1/+1
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-132-17/+33
* Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-281-1/+1
* NEWT: Harmonize MouseEvent Pressure (API Change!)Sven Gothel2013-02-282-18/+84
* NEWT WindowImpl: Cleanup redundancies in destroy() and windowDestroyNotify(bo...Sven Gothel2013-02-281-32/+37
* Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACKSven Gothel2013-02-285-36/+100
* Fix merge conflict of erikbrayet/bug_668Sven Gothel2013-02-281-1/+1
|\
| * Fix bug 668 : Android keyboard input was uppercaseEric Brayet2013-02-141-2/+2
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-2813-103/+184
* | NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use...Sven Gothel2013-02-224-205/+306
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-202-2/+14
* | NewtCanvasAWT: Fix size determination, i.e. take newt-child's size into accou...Sven Gothel2013-02-201-6/+10
* | NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre...Sven Gothel2013-02-204-80/+93
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-1925-1303/+1237
* | NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on...Sven Gothel2013-02-173-39/+67
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-151-2/+3
|/
* LinuxEventDeviceTracker: Map printable char using KeyEvent.isPrintableKey.Xerxes Rånby2013-01-311-1/+8
* LinuxEventDeviceTracker: LinuxEVKey2NewtVKey(EVKey 122-248)Xerxes Rånby2013-01-311-28/+273
* LinuxEventDeviceTracker: LinuxEVKey2NewtVKey(EVKey 0-121)Xerxes Rånby2013-01-311-81/+257
* LinuxEventDeviceTracker: gracefully manage hot-swap of USB devices.Xerxes Rånby2013-01-311-24/+29
* LinuxEventDeviceTracker: LinuxEventDeviceManager monitor /dev/input/event*Xerxes Rånby2013-01-301-4/+58
* Add LinuxEventDeviceTracker used by RaspPi newt/driver/bcm/vc/iv/WindowDriverXerxes Rånby2013-01-302-0/+409
* Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is ...Sven Gothel2013-01-302-26/+35
* Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen...Sven Gothel2013-01-293-67/+139
* Add WindowClosingProtocol impact detail on WindowListener.windowDestroyNotify...Sven Gothel2013-01-281-1/+10
* Fix regression of commit b738983638703bb721ee4c9820c8ef43e2252e73, possible '...Sven Gothel2013-01-271-1/+4
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-243-22/+15
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-203-48/+98
* Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would...Sven Gothel2013-01-191-2/+3
* NEWT/Android: Full Lifecycle for WindowDriver; Using static ViewGroup; AWTRob...Sven Gothel2013-01-192-47/+137
* 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