Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/HowToBuild.html: Align w/ GlueGen (MacOS changes, min deployment target ↵ | Sven Gothel | 2023-05-06 | 1 | -2/+7 |
| | | | | 10.7) | ||||
* | doc/HowToBuild.html: Align w/ GlueGen's MacOS changes | Sven Gothel | 2023-05-04 | 1 | -2/+7 |
| | |||||
* | HowToBuild: MacOS: Detail cmake commandline installation and mention 7-Zip | Sven Gothel | 2023-05-04 | 1 | -1/+5 |
| | |||||
* | HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 ↵ | Sven Gothel | 2023-05-04 | 1 | -2/+11 |
| | | | | threads', allowing C++ std::mutex etc to be used (openal-soft) | ||||
* | HowToBuild: Add back multiarch i386 on amd64 section for Debian 11 | Sven Gothel | 2023-01-24 | 1 | -0/+19 |
| | |||||
* | Realign HowToBuild w/ GlueGen (Debian 11, Windows) | Sven Gothel | 2023-01-17 | 1 | -51/+15 |
| | |||||
* | HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17; MacOS: min ↵ | Sven Gothel | 2023-01-15 | 1 | -14/+29 |
| | | | | SDK version >= 11.0, description to produce fat OpenJDK libraries for x86_64 and aarch64 | ||||
* | 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 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | HowToBuild: Add 'libudev-devel' for oculusvr-sdk sub-module compilation | Sven Gothel | 2014-07-03 | 1 | -3/+5 |
| | |||||
* | 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/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 | ||||
* | HowToBuild: Add 'libxcursor-devel' dependency and a debian one-liner .. | Sven Gothel | 2014-01-21 | 1 | -0/+5 |
| | |||||
* | 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 | ||||
* | HowTo Build: Ubuntu -> Debian | Sven Gothel | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Fix HowToBuild | Sven Gothel | 2011-10-10 | 1 | -2/+3 |
| | |||||
* | HowToBuild += libXrender-devel | Sven Gothel | 2011-09-14 | 1 | -0/+2 |
| | |||||
* | fix url: .com -> .org | Sven Gothel | 2011-07-21 | 1 | -2/+2 |
| | |||||
* | main git source location if jogamp | Sven Gothel | 2011-06-28 | 1 | -4/+4 |
| | |||||
* | Complete switching over to std X11 Xinerama started with ↵ | Sven Gothel | 2010-11-06 | 1 | -4/+5 |
| | | | | f47e8be170731d75a8b6002621a1541f90160465 | ||||
* | HowToBuild Fix: Add Xrandr dependencies | Sven Gothel | 2010-11-02 | 1 | -0/+4 |
| | |||||
* | fixed Linux bullet list on HowToBuild www page. | Michael Bien | 2010-06-02 | 1 | -25/+24 |
| | |||||
* | XHTML cleanup for jogl deployment doc. | Michael Bien | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | escaping ampersandin XML | Michael Bien | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-05-19 | 1 | -9/+31 |
|\ | | | | | | | | | Conflicts: doc/HowToBuild.html | ||||
| * | Added Cg reference | Sven Gothel | 2010-05-17 | 1 | -1/+5 |
| | | |||||
| * | HowToBuild: git doc refinement | Sven Gothel | 2010-05-17 | 1 | -3/+11 |
| | | |||||
| * | Add Windows 64bit build doc | Sven Gothel | 2010-05-17 | 1 | -4/+11 |
| | | |||||
* | | XHTML cleanup for JOGL build howto. | Michael Bien | 2010-05-19 | 1 | -191/+213 |
|/ | |||||
* | Fix doc | Sven Gothel | 2010-05-14 | 1 | -11/+38 |
| | |||||
* | Fix build HOWTO | Sven Gothel | 2010-05-14 | 1 | -62/+126 |
| | |||||
* | Fix web documentation .. | sg215889 | 2009-07-30 | 1 | -5/+10 |
| | |||||
* | Added featured projects section to JOGL home page. Reorganized and | Kenneth Russel | 2006-11-24 | 1 | -3/+56 |
| | | | | | | | | updated documentation to move certain non-essential portions of home page into developer documentation. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@995 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | Removed native code for DRIHack and replaced it with code using the | Kenneth Russel | 2006-11-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | GlueGen runtime library (specifically the NativeLibrary class). Updated the build.xml, in particular the dist targets, to no longer build or copy this native library. Updated the NativeLibrary class to allow specification of the full path to the library. Removed the GlueGen runtime classes from jogl.jar; these are now expected to reside in gluegen-rt.jar and it is expected that developers will have this on their CLASSPATH. Updated the dist target to include the gluegen-rt native library and jar file. Updated the JOGLAppletLauncher to download and unpack the gluegen-rt-natives jar as well as the jogl-natives jar. Updated the HowToBuild, user guide, and JOGLAppletLauncher documentation for this restructuring. Fixed bug in gluegen-cpptasks.xml in detection of Solaris/SPARCv9 and refactored targets further. Tested on Solaris/x86 so far; further testing and debugging of the nightly builds and applet launcher, and update of the JOGL applet test, to follow. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@993 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | Added patch from user mabraham on javagaming.org forums for building | Kenneth Russel | 2006-04-14 | 1 | -1/+1 |
| | | | | | | | on Windows 64-bit git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@715 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | Added note requested by Justin Couch on needing JDK 5 for AMD64 builds | Kenneth Russel | 2006-02-09 | 1 | -2/+3 |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@591 232f8b59-042b-4e1e-8c03-345bb8c30851 |