aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Graph UI: Update demos, move pure demo code from demos/ui -> demos, rename te...Sven Gothel2023-02-2312-129/+1431
* Graph: Update demos ..Sven Gothel2023-02-196-120/+177
* Graph Font.Metrics: Use unchanges sign of (+) ascent, (-) descent and (+) lin...Sven Gothel2023-02-192-3/+288
* Graph Overflow Bug: Reorder TestTextRendererNEWT* tests from simple to comple...Sven Gothel2023-02-175-790/+805
* Graph UI: Fix UIShape's PMVMatrix handling of getSurfaceSize, objToWinCoord a...Sven Gothel2023-02-175-22/+67
* Graph RoundButton: setDimension -> setSizeSven Gothel2023-02-171-1/+1
* Graph GPUUISceneGLListener0A: Prep for reshape_resize, notch up relative size...Sven Gothel2023-02-171-40/+88
* Graph Demos: Formatting ..Sven Gothel2023-02-173-85/+82
* TestTextRendererNEWT01: Drop unused importSven Gothel2023-02-171-1/+0
* Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...Sven Gothel2023-02-175-43/+403
* Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr...Sven Gothel2023-02-161-1/+1
* Graph Unit Tests: General cleanup, adding UITypeDemo01 w/ TestObject* to dete...Sven Gothel2023-02-169-52/+1400
* Graph UI: Move methods SceneUIController to UIShape public providing win<->ob...Sven Gothel2023-02-164-172/+444
* Graph: Merge UIListener01 + UINewtDemo01 -> UIShapeDemo01 to have simple test...Sven Gothel2023-02-162-97/+0
* Graph: TextRegionUtil: Make addStringToRegion(..) versatile/usable w/ optiona...Sven Gothel2023-02-152-45/+22
* Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt...Sven Gothel2023-02-154-16/+9
* Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo...Sven Gothel2023-02-141-2/+2
* Graph OutlineShape: Path2F alike sub-path ctor: Add z coordinate for custom p...Sven Gothel2023-02-142-36/+35
* Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s...Sven Gothel2023-02-1316-207/+196
* Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ...Sven Gothel2023-02-1210-164/+246
* Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original...Sven Gothel2023-02-1015-93/+218
* Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...Sven Gothel2023-02-065-19/+360
* Graph: Fix Region/Text Renderer: Add RegionRenderer enable/disable for blendi...Sven Gothel2023-02-053-0/+11
* Graph: TestTextRendererNEWT01: No VBAA sample-count on MSAA test, fixed windo...Sven Gothel2023-02-051-6/+13
* Graph: TestTextRendererNEWT00: Alin w/ other tests, add DEPTH_TEST and allow ...Sven Gothel2023-02-051-2/+13
* Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-043-8/+3
* NEWT Soft-PixelScale (p7): get{Global->}PixelScaleEnv(..): Support per monito...v2.4.0Sven Gothel2023-01-311-2/+4
* NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ...Sven Gothel2023-01-313-6/+65
* NativeWindow: Add getBounds() (moved from NEWT Window) and getSurfaceBounds()Sven Gothel2023-01-311-3/+14
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-291-2/+5
* TestDisplayLifecycle01NEWT: Invisible window might have been moved away (Wind...Sven Gothel2023-01-232-5/+21
* Execute AWT's Frame.setTitle() on AWT-EDT if already visible (avoid rare dead...Sven Gothel2023-01-223-13/+35
* TestSharedContextVBOES2SWT3: Remove unused importSven Gothel2023-01-221-1/+0
* Workaround MacOS + SWT 4.26: java.lang.NullPointerException: Cannot invoke "o...Sven Gothel2023-01-224-67/+143
* AWTRobot.getClickTimeout(): NEWT Case: Return maximum(AWT, NEWT), otherwise w...Sven Gothel2023-01-222-18/+43
* Test MouseAdapter: Use volatile qualifier to avoid reading too old valuesSven Gothel2023-01-222-6/+6
* Minor auto formatting: @Override, ..Sven Gothel2023-01-224-5/+38
* TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and tak...Sven Gothel2023-01-211-1/+7
* Test: Linux: Disable automatic tests (TBD, WIP)Sven Gothel2023-01-181-17/+31
* Test: MacOS: Disable automatic tests (TBD, WIP)Sven Gothel2023-01-183-0/+47
* Test*NewtEventModifiers*: Ensure SWT is initialized before AWTSven Gothel2023-01-175-25/+66
* SWTTestUtil: Add WaitAction2, using the EDTUtil to dispatch the display.readA...Sven Gothel2023-01-162-6/+43
* SWT+AWT: Ensure SWTAccessor gets called before AWT initialization on GTK/X11 ...Sven Gothel2023-01-161-8/+51
* TestNewtCanvasSWTGLn: Only dispose canvas1 at end of test, if not yet dispose...Sven Gothel2023-01-161-16/+29
* Fix TestBug1398Deadlock02AWT: Missed adaption of unit test to AWTRobotUtil & ...Sven Gothel2020-06-151-2/+3
* Bug 1398: Adding test case of commit f33681bbeeb459af4de81331d6d9241d8c9a75deSven Gothel2020-04-061-0/+151
* Add missing SWTTestUtil, missed in commit 36ca7245653b1a0897f2070b9acbe0f0898...Sven Gothel2020-03-061-0/+64
* Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur...Sven Gothel2020-03-053-161/+212
* OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...Sven Gothel2020-03-0415-348/+361
* TestSharedContextVBOES2*3: Properly validateBuffers and setSyncObjects(..) in...Sven Gothel2020-02-243-2/+17