aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output i...Sven Gothel2023-10-034-7/+7
* GraphUI Shape: Complete commit c8ec6fa7cc16a0777db16af8b4d0d0b898f8b546Sven Gothel2023-10-031-2/+13
* GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m...Sven Gothel2023-10-038-34/+71
* GraphUI Scene: Add custom one-time GLRunnable disposable action list, allowin...Sven Gothel2023-10-032-0/+24
* Bug 1470 - FFmpeg / JNI: Perform exception check and rethrow for all Java Cal...Sven Gothel2023-10-023-7/+48
* Bug 1471: Add a GLEventAdapter for GLEventListener similar to the other Adapt...Sven Gothel2023-10-021-0/+42
* Bug 1470 - NEWT/JNI: Perform exception check and rethrow for all Java Callbac...Sven Gothel2023-10-026-7/+67
* Bug 1469 - FFmpeg binding uses ReleaseStringChars instead of ReleaseStringUTF...Sven Gothel2023-10-021-12/+14
* Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ...Sven Gothel2023-10-0225-380/+814
* Bug 1468: Demos MiscUtil.destroyWindow() Call GLAutoDrawable.destroy() direct...Sven Gothel2023-10-013-7/+23
* Bug 1467 - GraphUI: Don't de-activate a Shape if became active via 'mouseOver...Sven Gothel2023-09-301-15/+24
* GraphUI: Shape: Add missing 'markShapeDirty()' on setBorderColor()Sven Gothel2023-09-301-0/+2
* Bug 1454 + Bug 1464: Maintain a Shape local 'zOffset' and only consider it fo...Sven Gothel2023-09-302-35/+43
* GraphUI: Group: Add attribute to allow not to relayout if child Shapes are di...Sven Gothel2023-09-301-14/+24
* FFMPEGMediaPlayer: Insert GLSL comment-line documenting the addressed VideoPi...Sven Gothel2023-09-301-1/+6
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-3019-183/+587
* Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWTSven Gothel2023-09-294-14/+125
* Bug 1431: Fix NewtCanvasAWT resize on X11, broken since commit ad38d155985498...Sven Gothel2023-09-295-12/+259
* GraphUI Demos: Minor refinements..Sven Gothel2023-09-262-5/+5
* GraphUI Demo UISceneDemo20: Give 'Show FPS' a toggle text 'Hide FPS' .. and h...Sven Gothel2023-09-261-1/+2
* GraphUI Button: Support toggle'ed labels and fixed font size scaling for symb...Sven Gothel2023-09-265-88/+214
* GraphUI Button: Increase default spacing a little: x .12 -> .20, y .42 -> .46Sven Gothel2023-09-261-2/+2
* GraphUI Shape: Issue onToggleListener on setToggle(..) to complete user exper...Sven Gothel2023-09-261-0/+7
* GraphUI Shape: Add remaining binary states to bitfield to preserver footprint ..Sven Gothel2023-09-261-26/+28
* Bug 1463 - Graph Font: Whitespace or undefined Glyphs shall not cover (any) h...Sven Gothel2023-09-261-4/+7
* GraphUI: Mark some more methods final in Shape + GraphShapeSven Gothel2023-09-262-5/+5
* GraphUI Shape: Use a bitfield for the many binrary states instead of boolean ...Sven Gothel2023-09-261-46/+47
* GraphUI GraphShape: Factor out static addRectangle(..) to be reused for debug...Sven Gothel2023-09-261-7/+8
* GraphUI Layout: Simplify non-centered negative-offset (underline) removalSven Gothel2023-09-262-22/+4
* Bug 1462 / 1462: GraphUI Demo UISceneDemo20: Replace some text in buttons wit...Sven Gothel2023-09-241-6/+7
* GraphUI Demos UIMediaGrid01: Demos multiple MediaButton in a grid - performan...Sven Gothel2023-09-241-0/+360
* Graph Font: API doc: Fix typos 'Return ' .. to 'Returns `.Sven Gothel2023-09-241-17/+20
* Graph Font Tests: Fix missing codepoint -> GlyphID conversionSven Gothel2023-09-244-5/+5
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-2419-212/+352
* Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...Sven Gothel2023-09-245-5/+100
* Graph Fonts UbuntuFontLoader: Factor out FontLoaderImpl and have get(..) sync...Sven Gothel2023-09-242-103/+139
* Graph Fonts: Remove not required text files from Ubuntu fontsSven Gothel2023-09-243-409/+0
* GraphUI Demo FontView01: Add mode showing the Glyph's name below in gridSven Gothel2023-09-241-15/+33
* GraphUI Label: Condense getUnscaledGlyphBounds()Sven Gothel2023-09-241-4/+1
* Bug 1460 - GraphUI Shape: Allow keeping aspect-ratio at resizeSven Gothel2023-09-242-9/+26
* GraphUI Shape: Crossref input modifier funcs in API doc; Condense simple sett...Sven Gothel2023-09-241-26/+26
* GraphUI MediaButton: Return this for chaining on setterSven Gothel2023-09-241-2/+3
* GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut...Sven Gothel2023-09-242-2/+10
* UISceneDemo20 Use onToggle(..) for media-button (audio on/off) as well as use...Sven Gothel2023-09-241-29/+17
* Bug 1459 - GraphUI Shape: Add active (pointer over/left) state and callback L...Sven Gothel2023-09-242-6/+52
* Bug 1454 - GraphUI Scene: Make active ZOffset scale configurableSven Gothel2023-09-241-2/+7
* GraphUI Button: Remove redundant ctors and methods. ZOffset shall be simply g...Sven Gothel2023-09-241-68/+0
* UISceneDemo20: Set proper z-epsilon for all Buttons on reshape to use the per...Sven Gothel2023-09-241-0/+4
* Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi...Sven Gothel2023-09-232-5/+25
* Bug 1454 - GraphUI Scene: Elevate active (selected) shape (add z-offset) and ...Sven Gothel2023-09-232-1/+28