| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'java11ios | Sven Gothel | 2019-09-09 | 1 | -0/+2 |
* | Bug 1363: Java 11: Complement javah replacement: Add new iOS | Sven Gothel | 2019-08-19 | 1 | -21/+20 |
* | Bug 1363: Java 11: bring back bootclasspath for java 8 target accuracy | Sven Gothel | 2019-08-19 | 1 | -0/+10 |
* | Removed remaining bootclasspath and javah; build now works on Windows 10 | Wade Walker | 2019-08-19 | 1 | -5/+145 |
* | NEWT iOS: Support Multi-Touch Events, PixelScale, .. | Sven Gothel | 2019-07-08 | 1 | -0/+2 |
* | NEWT: Align native MacOS / IOS file- and classnames | Sven Gothel | 2019-06-26 | 1 | -2/+2 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 1 | -5/+53 |
* | Bug 1190: Adapt cross build TARGET_PLATFORM_USRLIBS and TARGET_PLATFORM_SYSRO... | Sven Gothel | 2019-04-08 | 1 | -9/+9 |
* | Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib) | Sven Gothel | 2019-03-30 | 1 | -13/+2 |
* | Bug 1348: X11 XI Multitouch: Fixes of previous commit 92006e4baef57f1f3fb647d... | Sven Gothel | 2019-03-27 | 1 | -0/+10 |
* | JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ... | Sven Gothel | 2019-03-19 | 1 | -2/+17 |
* | Bug 1154 - Make plugin3-public.jar optional: Part 2 / 2 | Sven Gothel | 2015-07-28 | 1 | -1/+11 |
* | Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDID | Sven Gothel | 2015-02-16 | 1 | -0/+1 |
* | Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (G... | Sven Gothel | 2015-02-03 | 1 | -0/+3 |
* | Bug 1124 - Refine AArch64 Linux in ant build recipe, add Android AArch64 buil... | Sven Gothel | 2015-01-30 | 1 | -1/+23 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -5/+17 |
* | Attempt to remove aliasing from native libraries. | Mark Raynsford | 2014-06-30 | 1 | -1/+1 |
* | NEWT: Add Support for AWT-Less Applet3 | Sven Gothel | 2014-01-30 | 1 | -1/+1 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 1 | -1/+11 |
* | build-*.xml: Unify 'javah' tasks where possible, i.e. per destination directo... | Sven Gothel | 2013-09-08 | 1 | -18/+6 |
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ... | Sven Gothel | 2013-06-21 | 1 | -0/+1 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 1 | -0/+1 |
* | Bug 721: NEWT/X11 RandR 1.3 Support - Part 2 - Rename impl class/files, start... | Sven Gothel | 2013-04-19 | 1 | -2/+3 |
* | Bug 721: NEWT/X11 RandR 1.3 Support - Part 1 - Delegate RandR functionality t... | Sven Gothel | 2013-04-18 | 1 | -11/+13 |
* | Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case... | Sven Gothel | 2013-04-08 | 1 | -1/+4 |
* | Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722... | Sven Gothel | 2013-03-28 | 1 | -4/+5 |
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 1 | -1/+1 |
* | Footprint Stats ; Fix Bug 624 - Compile and generate android JAR files (jogl-... | Sven Gothel | 2012-10-04 | 1 | -2/+2 |
* | Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilatio... | Sven Gothel | 2012-10-02 | 1 | -0/+8 |
* | NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,... | Sven Gothel | 2012-08-18 | 1 | -18/+18 |
* | Include NEWT driver BCM_VC_IV to 'all' JAR (completes 0ca481381b51b4082ac2b3b... | Sven Gothel | 2012-08-16 | 1 | -5/+23 |
* | Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 | Sven Gothel | 2012-08-16 | 1 | -20/+35 |
* | Resolve conflict | Sven Gothel | 2012-08-07 | 1 | -1/+1 |
|\ |
|
| * | Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing | Xerxes RĂ„nby | 2012-07-10 | 1 | -1/+1 |
* | | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 1 | -2/+17 |
|/ |
|
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -11/+11 |
* | Fix regression of commit 54d0ff131097a2cd9a91a0c1dd84deb8b1f7d0ac in build-ne... | Sven Gothel | 2012-06-19 | 1 | -1/+1 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-15 | 1 | -14/+34 |
* | Get JOGL to build with NDK r7 | Edwin Vane | 2012-02-28 | 1 | -3/+3 |
* | NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration... | Sven Gothel | 2012-02-23 | 1 | -1/+1 |
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 1 | -0/+4 |
* | Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,... | Sven Gothel | 2012-01-22 | 1 | -1/+8 |
* | NEWT/OSX Performance Fix: Cache CGDisplayScreenSize() result, since it's ridi... | Sven Gothel | 2012-01-13 | 1 | -0/+1 |
* | Fix Bug 547: Enable others architectures under GNU/Linux | Sylvestre Ledru | 2012-01-09 | 1 | -1/+61 |
* | OSX: NW/NEWT use weak binding for Quartz and Cocoa (compatibility for 10.5) | Sven Gothel | 2012-01-09 | 1 | -1/+1 |
* | NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index; | Sven Gothel | 2011-12-23 | 1 | -0/+2 |
* | NEWT build: Add jogamp/newt/driver/* to core | Sven Gothel | 2011-11-19 | 1 | -1/+1 |
* | Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ... | Sven Gothel | 2011-10-18 | 1 | -10/+11 |
* | Proper classpath for all javah commands, using 'rootrel.build' | Sven Gothel | 2011-08-30 | 1 | -18/+20 |
* | Fix classpaths to work with Java 7's javah | Wade Walker | 2011-08-25 | 1 | -1/+1 |