Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding test invocation script for linux aarch64 / Refined HowToBuild.html | Sven Gothel | 2019-11-30 | 1 | -1/+3 |
| | |||||
* | Bug 1156: HowToBuild: Add GNU/Linux dependencies to libdrm and libgbm | Sven Gothel | 2019-11-29 | 1 | -2/+8 |
| | |||||
* | Bug 1363: Java 11: Aligned HowToBuild.html w/ GlueGen's updated version | Sven Gothel | 2019-08-19 | 1 | -75/+108 |
| | |||||
* | Update CSS; Add responsive viewport design tag | Sven Gothel | 2019-05-06 | 5 | -0/+10 |
| | |||||
* | Merge remote-tracking branch 'xranby/robovm' | Sven Gothel | 2019-04-12 | 1 | -0/+58 |
|\ | |||||
| * | doc/misc/robovm.txt: Update to JogAmp JOGL 2.3.2 and last libre RoboVM 1.6.1 | Xerxes Rånby | 2015-10-30 | 1 | -7/+7 |
| | | |||||
| * | doc/misc/robovm.txt: Explore low footprint deployment 6.3Mb | Xerxes Rånby | 2015-09-08 | 1 | -5/+36 |
| | | |||||
| * | doc/misc/robovm.txt: Mention -rvm: runtime flags | Xerxes Rånby | 2015-08-20 | 1 | -0/+12 |
| | | |||||
| * | doc/misc/robovm.txt: Writedown howto use JogAmp in combination with RoboVM AOT | Xerxes Rånby | 2015-08-20 | 1 | -0/+15 |
| | | |||||
* | | Update HowToBuild.html | Sven Gothel | 2019-03-27 | 1 | -34/+6 |
| | | | | | | | | | | Minimum supported Debian version is now Debian 9 or Stretch to minimize maintenance. Note: No other GNU/Linux version has been validated so far. | ||||
* | | Bug 1348: X11 XI Multitouch: Fixes of previous commit ↵ | Sven Gothel | 2019-03-27 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 92006e4baef57f1f3fb647dd307aed5989fd4c8d Previous commit 92006e4baef57f1f3fb647dd307aed5989fd4c8d (Note to Danny: I cannot test this now - please re-test and/or review) X11Common::JavaWindow - Owns XI extension's xiOpcode, selected xiTouchDeviceId and tracked XITouchPosition array X11Window::CreateWindow - Query XI extension only once @ window creation and earmark xiOpcode in JavaWindow instance - Fix: Device selection code was "class->type != XITouchClass", but shouldn't it be 'XITouchClass == class->type' (as patched here) - Fix: Free XIQueryDevice returned XIDeviceInfo array via XIFreeDeviceInfo - Earmark deviceid in JavaWindow instance X11Display - Moved global static touch_coordinates to JavaWindow::xiTouchCoords instance X11Display::DispatchMessage - Changed event handling structure similar to https://keithp.com/blogs/Cursor_tracking/ - Fix: Free XGetEventData's optional memory allocation via XFreeEventData - Reuse JavaWindow's queried xiOpcode - Fix: Don't overrise windowPointer, instead validate and require a match. JavaWindow must match! - Fix: Also validate chosen deviceid with JavaWindow's registered device Newt Build: - Added libXi in build recipe and doc | ||||
* | | HowToBuild: Add Debian 9 Notes | Sven Gothel | 2018-01-15 | 1 | -2/+20 |
| | | |||||
* | | HowtoBuild: Update Debian 8.1.0 package recipe .. | Sven Gothel | 2015-08-20 | 1 | -5/+15 |
|/ | |||||
* | Bug 1149 - Replacing PCPP w/ JCPP: Update HowToBuild.html | Sven Gothel | 2015-03-24 | 1 | -2/+8 |
| | |||||
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 4 | -25/+25 |
| | | | | | | | | | sed -i 's/javax\.media\.opengl/com\.jogamp\.opengl/g' `grep -Rl "javax\.media\.opengl" src` sed -i 's/javax\.media\.nativewindow/com\.jogamp\.nativewindow/g' `grep -Rl "javax\.media\.nativewindow" src` sed -i 's/javax\/media\//com\/jogamp\//g' `grep -Rl "javax/media/" src` sed -i 's/javax\/media\//com\/jogamp\//g' `grep -Rl "javax/media/" doc` Manually edited all occurences within make/** | ||||
* | Bug 1079 - Remove symbolic link jogl/doc/bouml | Sven Gothel | 2014-10-08 | 1 | -1/+0 |
| | | | | Symbolic links may cause problems on platform where such feature is not supported (Windows) | ||||
* | doc/TODO.txt: Remove resolved tasks | Sven Gothel | 2014-09-18 | 1 | -3/+1 |
| | |||||
* | HowToBuild: Debian i386 on x64: Add symbolic links for shared libs | Sven Gothel | 2014-09-03 | 1 | -0/+8 |
| | |||||
* | HowToBuild: Revert required git version back to 1.6.0 (from 1.7.10, commit ↵ | Sven Gothel | 2014-08-28 | 1 | -1/+1 |
| | | | | | | | 1882b6551326e583c311b6b169be2222125df4d9) git version 1.7.10 is not available on certail 'long life' / LTS systems, we have to reschedule the gluegen patch for a later time. | ||||
* | HowToBuild: Bump requirements: ant >= 1.9.0, git >= 1.7.10 | Sven Gothel | 2014-08-28 | 1 | -5/+8 |
| | | | | | | | | - ant >= 1.9.0 - Due to java8 build support - git >= 1.7.10 - Due to gluegen's new git query of HEAD branch and sha1-tip | ||||
* | Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024) | Sven Gothel | 2014-07-05 | 2 | -4/+4 |
|\ | | | | | | | | | | | | | Conflicts: make/scripts/tests.sh (build.xml: Using <copy tofile=".."/> instead of producing new jar files via <jar> to keep identity) | ||||
| * | Attempt to remove aliasing from native libraries. | Mark Raynsford | 2014-06-30 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed: jogl-core.jar → jogl.jar nativewindow-core.jar → nativewindow.jar The build scripts have been edited to produce sets of natives for each "module" (as opposed to producing one set of natives and then have each module point to them via aliasing). Bug: 1023 Bug: 1024 Depends on 46faa59d439ef235d7691fc64d56eedc600ffa1a from gluegen. | ||||
* | | HowToBuild: Add 'libudev-devel' for oculusvr-sdk sub-module compilation | Sven Gothel | 2014-07-03 | 1 | -3/+5 |
| | | |||||
* | | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
|/ | |||||
* | Bug 1021: Add OculusSDK binding / Basic OVR support (HowtoBuild.xml: Mention ↵ | Sven Gothel | 2014-06-20 | 1 | -0/+5 |
| | | | | feature loss if not fetching submodules) | ||||
* | Bug 1021: Adding submodule oculusvr-sdk and adjust HowToBuild (git clone ↵ | Sven Gothel | 2014-06-19 | 1 | -1/+1 |
| | | | | --recurse-submodules <jogl-url>) | ||||
* | Minor refinements: .gitignore HowToBuild | Sven Gothel | 2014-06-19 | 1 | -2/+2 |
| | |||||
* | HowToBuild: ant 1.8.2 ; Complete GNU/Linux dependencies w/ openjdk, ant and ↵ | Sven Gothel | 2014-05-09 | 1 | -5/+27 |
| | | | | p7zip, refine Debian 7 and 8 i386 on amd64 details | ||||
* | Doc NEWT-Overview: Add notion about Window Parenting | Sven Gothel | 2014-03-14 | 1 | -0/+56 |
| | |||||
* | doc/Platforms.txt: Update Virtualbox 4.3 Tests .. w/ Debian Host and Client ↵v2.1.52.1-maint | Sven Gothel | 2014-03-11 | 1 | -0/+28 |
| | | | | (Wheezy Mesa 8.0.5-SW and Jessie Mesa 9.2.2-SW) | ||||
* | doc/HowToBuild.html: Remove duplicate line | Sven Gothel | 2014-02-15 | 1 | -2/+0 |
| | |||||
* | doc/HowToBuild.html: Complete Debian package list, add note on multiarch ↵ | Sven Gothel | 2014-02-15 | 1 | -0/+13 |
| | | | | packages | ||||
* | Adaption of Oracle's Deployment changes, i.e. >= 7u51 | Sven Gothel | 2014-01-22 | 1 | -28/+18 |
| | | | | | | | | | | Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and effectively lower the bar to create user applets with raised privileges.<br/> Hence JogAmp Community <b>signs</b> jogl-all.jar and gluegen-rt.jar, which contain the JOGL's supporting classes as well as jogl-test.jar, which contains the applet class.<br/> jogl-test.jar's manifest file uses <i>Permissions: sandbox</i> to <b>not raise privileges</b>. | ||||
* | Doc: JOGL-DEPLOYMENT Change 'Traditional Applets' to 'New Applets' (NApplet) | Sven Gothel | 2014-01-21 | 2 | -2/+2 |
| | |||||
* | HowToBuild: Add 'libxcursor-devel' dependency and a debian one-liner .. | Sven Gothel | 2014-01-21 | 1 | -0/+5 |
| | |||||
* | Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile ↵ | Sven Gothel | 2013-10-29 | 1 | -0/+31 |
| | | | | field usage; GLDrawableImpl: Make read-only fields final. | ||||
* | Updating doc AWTPrinting.txt | Sven Gothel | 2013-09-15 | 1 | -6/+14 |
| | |||||
* | TiledPrintingAWTBase/doc: Add description of how-to add a 'print-to-file' ↵ | Sven Gothel | 2013-09-08 | 1 | -0/+11 |
| | | | | printer driver on OSX | ||||
* | doc/Implementation/AWTPrinting.txt: Adding ref to AWTPrintLifecycle | Sven Gothel | 2013-09-08 | 1 | -2/+4 |
| | |||||
* | doc/Implementation/AWTPrinting: Update to match latest code | Sven Gothel | 2013-09-08 | 1 | -21/+46 |
| | |||||
* | Added AWTPrinting document .. | Sven Gothel | 2013-09-06 | 1 | -0/+53 |
| | |||||
* | Doc/HowToBuild: Windows x32 and x64 require new MingW64 Versions, tested w/ ↵ | Sven Gothel | 2013-08-31 | 1 | -11/+30 |
| | | | | | | | | | | >= 4.8.1 - The previous MingW64 would still work, however we should align 32bit and 64bit versions - Mingw 32bit does not support dshow/com properly! - Use MingW64 32bit builds solve the problem | ||||
* | Use uml's png files (svg font is broken) | qun | 2013-07-23 | 1 | -4/+4 |
| | |||||
* | Fix GLES3/GLES2 relation / Use bouml 4.21.1 (Note: SVG fonts .. are too ↵ | qun | 2013-07-23 | 64 | -1941/+1502 |
| | | | | tiny, using png) | ||||
* | Doc: Overview/Evol .. embedded size | Sven Gothel | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | UML: Fix 'core' layout - more similar to 'all' | Sven Gothel | 2013-07-18 | 15 | -170/+161 |
| | |||||
* | Doc: Overview/Evol: Fix embedded size / UML: Fix file attribs | Sven Gothel | 2013-07-18 | 62 | -1/+1 |
| | |||||
* | UML Doc: Fix separator .. | Sven Gothel | 2013-07-18 | 6 | -382/+380 |
| | |||||
* | UML Doc: Fix separator .. | Sven Gothel | 2013-07-18 | 6 | -296/+296 |
| | |||||
* | UML Doc: Fix alignment / separator .. | Sven Gothel | 2013-07-18 | 65 | -465/+481 |
| |