| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup Demos: Move demos to jogl-demos.jar (here Graph + AudioVideo), ready ... | Sven Gothel | 2023-03-11 | 61 | -12233/+5 |
* | GraphUI: Promote API to JOGL via graphui.jar or within any jogl-all*.jar (WIP) | Sven Gothel | 2023-03-10 | 27 | -2686/+112 |
* | GraphUI: Revision: Simplify resource handling via SceneUIController, add gene... | Sven Gothel | 2023-03-09 | 7 | -297/+818 |
* | Adopt to RegionRenderer.init(..) dropped unused renderModes argument | Sven Gothel | 2023-03-09 | 6 | -6/+6 |
* | Rename NonFSAAGLCapabilitiesChooser -> NonFSAAGLCapsChooser (too long) | Sven Gothel | 2023-03-08 | 3 | -6/+6 |
* | TestTextRendererNEWT20: Cover Graph-VBAA, Graph-MSAA, FSAA, NONE .. (have pro... | Sven Gothel | 2023-03-08 | 3 | -21/+76 |
* | Apply NonFSAAGLCapabilitiesChooser in NEWTGLContext (tests only). TODO: Consi... | Sven Gothel | 2023-03-08 | 3 | -2/+10 |
* | Graph: Font: Add equals() + hash() API doc; GraphUI's Label*.setText(): Only ... | Sven Gothel | 2023-03-08 | 3 | -15/+38 |
* | Graph GPUUISceneNewtDemo: Filter out all FSAA (multisample) caps if undesired... | Sven Gothel | 2023-03-08 | 2 | -10/+36 |
* | [GL]Capabilities*: Enhance identity-check in root Capabilities.equals(..), co... | Sven Gothel | 2023-03-08 | 1 | -0/+109 |
* | PerfTextRendererNEWT00: Scale font to match screen witdh after producing the ... | Sven Gothel | 2023-03-07 | 1 | -10/+10 |
* | Graph Demos: Add 'JOGL line' and tweak PerfTextRendererNEWT00 a little to fit... | Sven Gothel | 2023-03-07 | 3 | -21/+27 |
* | Graph Perf: PerfTextRendererNEWT00 Disable VSync per default (duh!) | Sven Gothel | 2023-03-07 | 1 | -3/+8 |
* | Graph Perf: Add Region.countOutlineShape(), Font.processString(Visitor2,..), ... | Sven Gothel | 2023-03-07 | 1 | -4/+13 |
* | Graph Perf: Font*: Remove PerfCounterCtrl since the Region counter is more th... | Sven Gothel | 2023-03-07 | 1 | -4/+0 |
* | GLArrayData: Promote sealed() from GLArrayDataEditable, to correctly being us... | Sven Gothel | 2023-03-07 | 3 | -3/+3 |
* | Graph: Bring back passing through temp AffineTransform instances (optional, b... | Sven Gothel | 2023-03-07 | 10 | -27/+51 |
* | Graph Perf Test: {Test->Perf}TextRendererNEWT00: Drop junit, ... (WIP) | Sven Gothel | 2023-03-07 | 2 | -72/+58 |
* | Clock: Use Clock.currentNanos() instead of System.nanoTime(); Enhancing FPSCo... | Sven Gothel | 2023-03-07 | 5 | -49/+97 |
* | Graph Perf Counter: Use GlueGen's Clock.currentNanos() to ease on performance... | Sven Gothel | 2023-03-07 | 1 | -70/+77 |
* | Adapt to GlueGen dropping Platform.currentTimeMicros(), use Platform.currentT... | Sven Gothel | 2023-03-06 | 2 | -22/+26 |
* | Graph: Use PerfCounterCtrl interface and Instant/Duration & Clock.getMonotoni... | Sven Gothel | 2023-03-06 | 1 | -65/+77 |
* | TestTextRendererNEWT00: Add '-perf' mode using new perf counter, testing on P... | Sven Gothel | 2023-03-06 | 1 | -25/+162 |
* | NEWT Screen: Allow injection of global (single) monitor size in [mm] via newt... | Sven Gothel | 2023-03-05 | 1 | -0/+3 |
* | Movie* Demos: Add screenshots w/ 'S' key; Cleanup screenshot filename creatio... | Sven Gothel | 2023-02-25 | 5 | -16/+80 |
* | Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E... | Sven Gothel | 2023-02-24 | 23 | -132/+143 |
* | GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina... | Sven Gothel | 2023-02-24 | 5 | -5/+5 |
* | Graph UI: Update demos, move pure demo code from demos/ui -> demos, rename te... | Sven Gothel | 2023-02-23 | 12 | -129/+1431 |
* | Graph: Update demos .. | Sven Gothel | 2023-02-19 | 6 | -120/+177 |
* | Graph Font.Metrics: Use unchanges sign of (+) ascent, (-) descent and (+) lin... | Sven Gothel | 2023-02-19 | 2 | -3/+288 |
* | Graph Overflow Bug: Reorder TestTextRendererNEWT* tests from simple to comple... | Sven Gothel | 2023-02-17 | 5 | -790/+805 |
* | Graph UI: Fix UIShape's PMVMatrix handling of getSurfaceSize, objToWinCoord a... | Sven Gothel | 2023-02-17 | 5 | -22/+67 |
* | Graph RoundButton: setDimension -> setSize | Sven Gothel | 2023-02-17 | 1 | -1/+1 |
* | Graph GPUUISceneGLListener0A: Prep for reshape_resize, notch up relative size... | Sven Gothel | 2023-02-17 | 1 | -40/+88 |
* | Graph Demos: Formatting .. | Sven Gothel | 2023-02-17 | 3 | -85/+82 |
* | TestTextRendererNEWT01: Drop unused import | Sven Gothel | 2023-02-17 | 1 | -1/+0 |
* | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 5 | -43/+403 |
* | Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr... | Sven Gothel | 2023-02-16 | 1 | -1/+1 |
* | Graph Unit Tests: General cleanup, adding UITypeDemo01 w/ TestObject* to dete... | Sven Gothel | 2023-02-16 | 9 | -52/+1400 |
* | Graph UI: Move methods SceneUIController to UIShape public providing win<->ob... | Sven Gothel | 2023-02-16 | 4 | -172/+444 |
* | Graph: Merge UIListener01 + UINewtDemo01 -> UIShapeDemo01 to have simple test... | Sven Gothel | 2023-02-16 | 2 | -97/+0 |
* | Graph: TextRegionUtil: Make addStringToRegion(..) versatile/usable w/ optiona... | Sven Gothel | 2023-02-15 | 2 | -45/+22 |
* | Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt... | Sven Gothel | 2023-02-15 | 4 | -16/+9 |
* | Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo... | Sven Gothel | 2023-02-14 | 1 | -2/+2 |
* | Graph OutlineShape: Path2F alike sub-path ctor: Add z coordinate for custom p... | Sven Gothel | 2023-02-14 | 2 | -36/+35 |
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 16 | -207/+196 |
* | Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ... | Sven Gothel | 2023-02-12 | 10 | -164/+246 |
* | Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original... | Sven Gothel | 2023-02-10 | 15 | -93/+218 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 5 | -19/+360 |
* | Graph: Fix Region/Text Renderer: Add RegionRenderer enable/disable for blendi... | Sven Gothel | 2023-02-05 | 3 | -0/+11 |