aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update included Typecast library to 2019-09-15 commit 0d55ac0eb4a39a7f8f2a796...Sven Gothel2023-02-11127-4361/+4651
* Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original...Sven Gothel2023-02-1022-354/+1019
* Typecase: OTFont: Provide KernTable accessorSven Gothel2023-02-101-0/+8
* Typecast: OTGlyph: Maintain the glyphID, add toString()Sven Gothel2023-02-101-3/+21
* Typecast: HeadTable: Use 'int' to hold 'uint16' unitsPerEM valueSven Gothel2023-02-101-3/+3
* Typecast: Kerning: Use 'int' to cover 'uint16' values; Detail KernSubtable an...Sven Gothel2023-02-105-10/+88
* Graph: TypecastRenderer: Add comment about TTF Glyph's having Winding.CWSven Gothel2023-02-061-0/+3
* Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...Sven Gothel2023-02-0617-593/+1311
* Graph: OutlineShape: Add positional addVertex() variants for component based ...Sven Gothel2023-02-051-7/+53
* 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: TypecastRenderer: Simplify addShape*(), use OutlineShape's vertexFacto...Sven Gothel2023-02-051-29/+29
* Graph: Path2D: Remove redundant accessors, comment on append(..)Sven Gothel2023-02-051-7/+11
* Graph: OutlineShape: Make class final, getOutlineNumber() -> getOutlineCount()Sven Gothel2023-02-051-18/+17
* Graph; Path2D[Iterator]: Add 'fast path' access to points array reference and...Sven Gothel2023-02-042-80/+113
* Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-0417-28/+17
* Graph: Move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-046-0/+0
* NEWT Soft-PixelScale (p7): get{Global->}PixelScaleEnv(..): Support per monito...v2.4.0Sven Gothel2023-01-314-28/+113
* NEWT X11: Fix positionChanged: We need to translate the 0/0 client position t...Sven Gothel2023-01-311-1/+22
* NEWT MonitorDevice: Fix pixelScale storage, own float[2], don't reuse given o...Sven Gothel2023-01-311-1/+5
* NEWT Screen: Cleanup get*Monitor*() methodsSven Gothel2023-01-311-15/+25
* NEWT: MonitorDevice: Add monitor-name, maybe an empty string. Implemented for...Sven Gothel2023-01-3121-45/+144
* NEWT WindowImpl: Bring back DEBUG output on positionChanged(..)Sven Gothel2023-01-311-1/+1
* NEWT Regression: Move superSizeChangedOffThread() back to iOS/MacOS WindowDri...Sven Gothel2023-01-313-15/+27
* Fix comment for WindowImpl.insets: value is in window unitsSven Gothel2023-01-311-1/+1
* NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ...Sven Gothel2023-01-3120-58/+362
* NEWT Soft-PixelScale (p5): Add WindowImpl.applySoftPixelScale(..) for general...Sven Gothel2023-01-311-0/+107
* NEWT Soft-PixelScale (p4): WindowImpl: Change SetSizeAction to optionally set...Sven Gothel2023-01-311-10/+35
* NEWT Soft-PixelScale (p3): WindowImpl.createNativeImpl(..): Add boolean posit...Sven Gothel2023-01-3112-18/+23
* NEWT Soft-PixelScale (p2): MonitorDevice: Add getOrientationTo(..) to determi...Sven Gothel2023-01-311-0/+54
* NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for si...Sven Gothel2023-01-3123-252/+435
* Fix NewtFactoryAWT: screen.getMonitor(..) -> screen.getMonitorById(..); Misc ...Sven Gothel2023-01-316-10/+20
* NativeWindow: Add getBounds() (moved from NEWT Window) and getSurfaceBounds()Sven Gothel2023-01-3111-62/+140
* Nativewindow Rectangle*: Add contains, scale*(float..) and make union(List<Re...Sven Gothel2023-01-312-17/+71
* GDIUtil: Add GetMonitor*() variants incl. PixelScale (Part-2, adding missing ...Sven Gothel2023-01-312-0/+106
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-2919-59/+184
* WindowImpl: Reorder protected methods, groupd callbacks used for native callb...Sven Gothel2023-01-271-175/+202
* 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-224-14/+41
* TestSharedContextVBOES2SWT3: Remove unused importSven Gothel2023-01-221-1/+0
* SWTAccessor.invokeOnOSTKThread(): Fix comment ..Sven Gothel2023-01-221-2/+1
* MacOSXCGLContext: Fix typo in DEBUG outputSven Gothel2023-01-221-10/+10
* MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll()Sven Gothel2023-01-221-1/+1
* jogl's Debug.class: Add explicit debugNotAll(..) variant to skip debugAll()Sven Gothel2023-01-221-1/+5
* 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
* MacOS: JAWTWindow: Complete MacOS 12+ SIGSEGV JAW Crash Fix; This: Destroy NS...Sven Gothel2023-01-221-5/+12