| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Graph: TestTextRendererNEWT01: No VBAA sample-count on MSAA test, fixed windo... | Sven Gothel | 2023-02-05 | 1 | -6/+13 |
* | Graph: TestTextRendererNEWT00: Alin w/ other tests, add DEPTH_TEST and allow ... | Sven Gothel | 2023-02-05 | 1 | -2/+13 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 3 | -8/+3 |
* | NEWT Soft-PixelScale (p7): get{Global->}PixelScaleEnv(..): Support per monito...v2.4.0 | Sven Gothel | 2023-01-31 | 1 | -2/+4 |
* | NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ... | Sven Gothel | 2023-01-31 | 3 | -6/+65 |
* | NativeWindow: Add getBounds() (moved from NEWT Window) and getSurfaceBounds() | Sven Gothel | 2023-01-31 | 1 | -3/+14 |
* | GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add... | Sven Gothel | 2023-01-29 | 1 | -2/+5 |
* | TestDisplayLifecycle01NEWT: Invisible window might have been moved away (Wind... | Sven Gothel | 2023-01-23 | 2 | -5/+21 |
* | Execute AWT's Frame.setTitle() on AWT-EDT if already visible (avoid rare dead... | Sven Gothel | 2023-01-22 | 3 | -13/+35 |
* | TestSharedContextVBOES2SWT3: Remove unused import | Sven Gothel | 2023-01-22 | 1 | -1/+0 |
* | Workaround MacOS + SWT 4.26: java.lang.NullPointerException: Cannot invoke "o... | Sven Gothel | 2023-01-22 | 4 | -67/+143 |
* | AWTRobot.getClickTimeout(): NEWT Case: Return maximum(AWT, NEWT), otherwise w... | Sven Gothel | 2023-01-22 | 2 | -18/+43 |
* | Test MouseAdapter: Use volatile qualifier to avoid reading too old values | Sven Gothel | 2023-01-22 | 2 | -6/+6 |
* | Minor auto formatting: @Override, .. | Sven Gothel | 2023-01-22 | 4 | -5/+38 |
* | TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and tak... | Sven Gothel | 2023-01-21 | 1 | -1/+7 |
* | Test: Linux: Disable automatic tests (TBD, WIP) | Sven Gothel | 2023-01-18 | 1 | -17/+31 |
* | Test: MacOS: Disable automatic tests (TBD, WIP) | Sven Gothel | 2023-01-18 | 3 | -0/+47 |
* | Test*NewtEventModifiers*: Ensure SWT is initialized before AWT | Sven Gothel | 2023-01-17 | 5 | -25/+66 |
* | SWTTestUtil: Add WaitAction2, using the EDTUtil to dispatch the display.readA... | Sven Gothel | 2023-01-16 | 2 | -6/+43 |
* | SWT+AWT: Ensure SWTAccessor gets called before AWT initialization on GTK/X11 ... | Sven Gothel | 2023-01-16 | 1 | -8/+51 |
* | TestNewtCanvasSWTGLn: Only dispose canvas1 at end of test, if not yet dispose... | Sven Gothel | 2023-01-16 | 1 | -16/+29 |
* | Fix TestBug1398Deadlock02AWT: Missed adaption of unit test to AWTRobotUtil & ... | Sven Gothel | 2020-06-15 | 1 | -2/+3 |
* | Bug 1398: Adding test case of commit f33681bbeeb459af4de81331d6d9241d8c9a75de | Sven Gothel | 2020-04-06 | 1 | -0/+151 |
* | Add missing SWTTestUtil, missed in commit 36ca7245653b1a0897f2070b9acbe0f0898... | Sven Gothel | 2020-03-06 | 1 | -0/+64 |
* | Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur... | Sven Gothel | 2020-03-05 | 3 | -161/+212 |
* | OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau... | Sven Gothel | 2020-03-04 | 15 | -348/+361 |
* | TestSharedContextVBOES2*3: Properly validateBuffers and setSyncObjects(..) in... | Sven Gothel | 2020-02-24 | 3 | -2/+17 |
* | Bug 1422: Emulate DPI Scaling on non-native DPI autoscale platforms (!MacOS) | Sven Gothel | 2020-01-15 | 4 | -5/+6 |
* | TestGLCanvasSWTNewtCanvasSWTPosInTabs: Only use 1 Animator to easy example code | Sven Gothel | 2020-01-15 | 1 | -24/+14 |
* | Bug 1421: Conclude OSX: Forward SHOW and HIDE events to NewtCanvasSWT instanc... | Sven Gothel | 2020-01-15 | 1 | -2/+50 |
* | NewtCanvasSWT Tests: Add NEWTDemoListener giving weight to toolkit independen... | Sven Gothel | 2020-01-13 | 2 | -0/+21 |
* | TestSWTAccessor02NewtGLWindow: Setup SWT EDTUtil for NEWT, avoiding deadlocks... | Sven Gothel | 2020-01-13 | 1 | -38/+30 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac... | Sven Gothel | 2020-01-13 | 1 | -3/+4 |
* | Bug 1421: Tackle wrong position of TabFolder, SashForm etc | Sven Gothel | 2020-01-06 | 1 | -44/+88 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Deleting merged tests (obsolete) | Sven Gothel | 2020-01-06 | 2 | -734/+0 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Generalization of test case TestGLCanva... | Sven Gothel | 2020-01-06 | 1 | -110/+389 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Generalization of test case TestGLCanva... | Sven Gothel | 2020-01-05 | 2 | -69/+118 |
* | Bug 1421: NewtCanvasSWT child on layouted SWT parent only occurs on MacOS, re... | Sven Gothel | 2020-01-05 | 1 | -5/+7 |
* | Bug 1421: Demo wrong NEWT Child window position within an SWT TabFolder layou... | Sven Gothel | 2020-01-05 | 1 | -0/+238 |
* | Bug 1393: MacOS: getLocationOnScreen w/ JAWT Parent: Use parent's unblocking ... | Sven Gothel | 2020-01-02 | 1 | -9/+9 |