aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Use DPI scaling to scale drawn fonts.Glenn Burkhardt2023-06-041-1/+14
* Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOsSven Gothel2019-08-201-3/+15
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-151-1/+2
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-9/+9
* Findbugs: Use static fields where possibleSven Gothel2014-07-081-1/+1
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-081-3/+3
* Findbugs.not-written.null: Fix referencing non-written fields (never written ...Sven Gothel2014-07-081-1/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-209/+207
* GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.Sven Gothel2014-06-271-1/+0
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-271-16/+16
* jogl: enable generics annotations on TextRendererHarvey Harrison2013-10-201-16/+13
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+32
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-6/+6
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+6
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-1/+2
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-1/+1
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-4/+4
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-2/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Bugfix (Bug 464 - TextRenderer useVertexArray was ignored)Domokun2011-02-011-5/+5
* TextRenderer: Fix imports / Add jogamp licenseSven Gothel2011-02-011-3/+1
* Fixes the problem of high memory consumption in TextRenderer (single merged w...Julien Gouesse2011-02-011-6/+39
* Harmonize all runtime properties, see doc/Implementation/runtime-properties.txtSven Gothel2010-10-111-1/+3
* minor formattingSven Gothel2010-08-241-2/+1
* Fix file modesSven Gothel2010-07-071-0/+0
* modifications due to class movement in gluegen.Michael Bien2010-03-311-1/+1
* com.jogamp.opengl.util.BufferUtil extends com.jogamp.gluegen.runtime.Buffers.Michael Bien2010-03-291-2/+3
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+1951