aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update README.md, index.html (Graph/GraphUI, references) and add OpenGL_API_D...Sven Gothel2023-08-072-0/+601
* doc/HowToBuild.html: Align w/ GlueGen (MacOS changes, min deployment target 1...Sven Gothel2023-05-061-2/+7
* doc/HowToBuild.html: Align w/ GlueGen's MacOS changesSven Gothel2023-05-041-2/+7
* HowToBuild: MacOS: Detail cmake commandline installation and mention 7-ZipSven Gothel2023-05-041-1/+5
* HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 thre...Sven Gothel2023-05-041-2/+11
* Graph Perf: PerfTextRendererNEWT00 Disable VSync per default (duh!)Sven Gothel2023-03-072-49/+53
* Graph Perf Update: 1296 chars to Region per Frame: RaspiPi4 10.25ms (Region) ...Sven Gothel2023-03-073-0/+412
* Graph Perf Test: {Test->Perf}TextRendererNEWT00: Drop junit, ... (WIP)Sven Gothel2023-03-074-0/+708
* HowToBuild: Add back multiarch i386 on amd64 section for Debian 11Sven Gothel2023-01-241-0/+19
* Realign HowToBuild w/ GlueGen (Debian 11, Windows)Sven Gothel2023-01-171-51/+15
* HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17; MacOS: min SD...Sven Gothel2023-01-151-14/+29
* Adding test invocation script for linux aarch64 / Refined HowToBuild.htmlSven Gothel2019-11-301-1/+3
* Bug 1156: HowToBuild: Add GNU/Linux dependencies to libdrm and libgbmSven Gothel2019-11-291-2/+8
* Bug 1363: Java 11: Aligned HowToBuild.html w/ GlueGen's updated versionSven Gothel2019-08-191-75/+108
* Update CSS; Add responsive viewport design tagSven Gothel2019-05-065-0/+10
* Merge remote-tracking branch 'xranby/robovm'Sven Gothel2019-04-121-0/+58
|\
| * doc/misc/robovm.txt: Update to JogAmp JOGL 2.3.2 and last libre RoboVM 1.6.1Xerxes Rånby2015-10-301-7/+7
| * doc/misc/robovm.txt: Explore low footprint deployment 6.3MbXerxes Rånby2015-09-081-5/+36
| * doc/misc/robovm.txt: Mention -rvm: runtime flagsXerxes Rånby2015-08-201-0/+12
| * doc/misc/robovm.txt: Writedown howto use JogAmp in combination with RoboVM AOTXerxes Rånby2015-08-201-0/+15
* | Update HowToBuild.htmlSven Gothel2019-03-271-34/+6
* | Bug 1348: X11 XI Multitouch: Fixes of previous commit 92006e4baef57f1f3fb647d...Sven Gothel2019-03-271-3/+4
* | HowToBuild: Add Debian 9 NotesSven Gothel2018-01-151-2/+20
* | HowtoBuild: Update Debian 8.1.0 package recipe ..Sven Gothel2015-08-201-5/+15
|/
* Bug 1149 - Replacing PCPP w/ JCPP: Update HowToBuild.htmlSven Gothel2015-03-241-2/+8
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-024-25/+25
* Bug 1079 - Remove symbolic link jogl/doc/boumlSven Gothel2014-10-081-1/+0
* doc/TODO.txt: Remove resolved tasksSven Gothel2014-09-181-3/+1
* HowToBuild: Debian i386 on x64: Add symbolic links for shared libsSven Gothel2014-09-031-0/+8
* HowToBuild: Revert required git version back to 1.6.0 (from 1.7.10, commit 18...Sven Gothel2014-08-281-1/+1
* HowToBuild: Bump requirements: ant >= 1.9.0, git >= 1.7.10Sven Gothel2014-08-281-5/+8
* Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024)Sven Gothel2014-07-052-4/+4
|\
| * Attempt to remove aliasing from native libraries.Mark Raynsford2014-06-302-4/+4
* | HowToBuild: Add 'libudev-devel' for oculusvr-sdk sub-module compilationSven Gothel2014-07-031-3/+5
* | Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
|/
* Bug 1021: Add OculusSDK binding / Basic OVR support (HowtoBuild.xml: Mention ...Sven Gothel2014-06-201-0/+5
* Bug 1021: Adding submodule oculusvr-sdk and adjust HowToBuild (git clone --re...Sven Gothel2014-06-191-1/+1
* Minor refinements: .gitignore HowToBuildSven Gothel2014-06-191-2/+2
* HowToBuild: ant 1.8.2 ; Complete GNU/Linux dependencies w/ openjdk, ant and p...Sven Gothel2014-05-091-5/+27
* Doc NEWT-Overview: Add notion about Window ParentingSven Gothel2014-03-141-0/+56
* doc/Platforms.txt: Update Virtualbox 4.3 Tests .. w/ Debian Host and Client (...v2.1.52.1-maintSven Gothel2014-03-111-0/+28
* doc/HowToBuild.html: Remove duplicate lineSven Gothel2014-02-151-2/+0
* doc/HowToBuild.html: Complete Debian package list, add note on multiarch pack...Sven Gothel2014-02-151-0/+13
* Adaption of Oracle's Deployment changes, i.e. >= 7u51Sven Gothel2014-01-221-28/+18
* Doc: JOGL-DEPLOYMENT Change 'Traditional Applets' to 'New Applets' (NApplet)Sven Gothel2014-01-212-2/+2
* HowToBuild: Add 'libxcursor-devel' dependency and a debian one-liner ..Sven Gothel2014-01-211-0/+5
* Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...Sven Gothel2013-10-291-0/+31
* Updating doc AWTPrinting.txtSven Gothel2013-09-151-6/+14
* TiledPrintingAWTBase/doc: Add description of how-to add a 'print-to-file' pri...Sven Gothel2013-09-081-0/+11
* doc/Implementation/AWTPrinting.txt: Adding ref to AWTPrintLifecycleSven Gothel2013-09-081-2/+4