index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for reading the SVG table. # Conflicts: # src/jogl/classes/joga...
Bernhard Haumacher
2024-02-03
4
-48
/
+363
*
Added documentation to the 'loca' table.
Bernhard Haumacher
2024-02-03
1
-5
/
+33
*
Improved documentation of Cmap table.
Bernhard Haumacher
2024-02-03
8
-6
/
+331
*
Bugfix: Format 14 header of Cmap table is not skipped correctly.
Bernhard Haumacher
2024-02-03
1
-2
/
+1
*
Added offset table as member to the font.
Bernhard Haumacher
2024-02-03
5
-17
/
+52
*
Added documentation to the HmtxTable.
Bernhard Haumacher
2024-02-03
1
-12
/
+148
*
Added documentation to the 'glyf' table and structures.
Bernhard Haumacher
2024-02-03
19
-152
/
+989
*
Getters for macStyle bits, enhanced docu for fontDirectionHint.
Bernhard Haumacher
2024-02-03
2
-16
/
+150
*
Added JavaDoc references, split version fields according to spec.
Bernhard Haumacher
2024-02-03
1
-6
/
+100
*
Documentation for `HeadTable`
Bernhard Haumacher
2024-02-03
32
-55
/
+439
*
Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon...
Sven Göthel
2024-02-03
3
-0
/
+58
*
Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ...
Sven Göthel
2024-02-02
6
-29
/
+44
*
OutlineShape: Earmark coloring task when triangulating ..
Sven Göthel
2024-02-02
1
-0
/
+10
*
Remove Clonable and clone() in favor of explicit determined copy() and copy-c...
Sven Göthel
2024-02-02
8
-71
/
+36
*
GLMediaPlayerImpl: Disable subDEBUG flag
Sven Göthel
2024-02-02
1
-1
/
+1
*
GLMediaPlayer: Adjust API doc and certain names differentiating video (from s...
Sven Göthel
2024-02-02
2
-16
/
+28
*
GLMediaPlayerImpl.StreamWorker: Don't grow videoFramesFree since having remov...
Sven Göthel
2024-02-02
1
-4
/
+0
*
GLMediaPlayerImpl: Allow one frame to be shown paused when issuing seek(), i....
Sven Göthel
2024-02-02
1
-5
/
+14
*
Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...
Sven Göthel
2024-02-02
17
-277
/
+621
*
Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...
Sven Göthel
2024-02-01
11
-38
/
+266
*
Vec[234][ifd]: Add toArray(..) method
Sven Göthel
2024-02-01
5
-0
/
+39
*
Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a...
Sven Göthel
2024-02-01
6
-45
/
+737
*
Graph shader (pass1 simple): USE_COLOR_TEXTURE: Clip to vec4(0) color using a...
Sven Göthel
2024-01-31
1
-4
/
+4
*
Add Vec2f.set(Vec2i) and Vec2f(Vec2i); Add Texture.set(..) allowing a pending...
Sven Göthel
2024-01-31
2
-0
/
+30
*
GraphUI: Only issue Shape.mark*Dirty() if values were updated or data availab...
Sven Göthel
2024-01-31
1
-4
/
+16
*
GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...
Sven Göthel
2024-01-31
3
-52
/
+129
*
Bug 1494: Add SubTextureEvent & SubEmptyEvent; Add SubtitleEvent.release() pr...
Sven Göthel
2024-01-31
5
-31
/
+220
*
GLMediaPlayer: Add getSubtitleCodec()
Sven Göthel
2024-01-29
2
-2
/
+11
*
FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu...
Sven Göthel
2024-01-28
5
-13
/
+36
*
GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...
Sven Göthel
2024-01-28
8
-27
/
+242
*
GLMediaPlayer: Support tile metadata
Sven Göthel
2024-01-27
4
-26
/
+56
*
GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...
Sven Göthel
2024-01-27
10
-79
/
+313
*
GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli...
Sven Göthel
2024-01-27
1
-3
/
+3
*
GLMediaPlayerImpl: Throw out video_queue_growth
Sven Göthel
2024-01-27
1
-35
/
+2
*
GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1
Sven Göthel
2024-01-26
2
-8
/
+15
*
Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..)
Sven Göthel
2024-01-26
6
-50
/
+114
*
Bug 1491: GLMediaPlayerImpl: Use a shared *GraphicsDevice for all compatible ...
Sven Göthel
2024-01-25
1
-3
/
+41
*
Bug 1491: FFMPEGMediaPlayer: Lock moviePtr lifecycle phase in-between [initSt...
Sven Göthel
2024-01-25
1
-69
/
+73
*
Bug 1491: Add missing rename DefaultGraphicsDevice.swap{Device->}HandleAndOwn...
Sven Göthel
2024-01-25
1
-2
/
+2
*
NativeWindowFactory.createDevice(..) w/ unitID for cloning; DefaultGraphicsDe...
Sven Göthel
2024-01-25
1
-3
/
+7
*
Bug 1488: Complete/Fix producing the 64-bit shaderKey: Use long values in bit...
Sven Göthel
2024-01-25
1
-36
/
+28
*
Graph: Drop non-existing 'JAVA' font from FontFactory
Sven Göthel
2024-01-25
2
-192
/
+1
*
VBORegionSPES2: Disable verbose flag in TextureSequence.setTexCoordBBox() .. ...
Sven Göthel
2024-01-22
1
-1
/
+1
*
Bug 1488: FFMPEGMediaPlayer: Fix getTextureFragmentShaderHashID(), i.e. use a...
Sven Göthel
2024-01-22
1
-6
/
+3
*
Bug 1488 - Graph RegionRenderer: Use a more deterministic 64-bit shaderKey: [...
Sven Göthel
2024-01-22
1
-31
/
+62
*
Bug 1488 - Graph RegionRenderer: Ensure shaderPrograms1 path is disabled usin...
Sven Göthel
2024-01-22
1
-6
/
+8
*
Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ...
Sven Göthel
2024-01-22
1
-0
/
+2
*
Bug 1488 - Graph RegionRenderer Shader Mapping: Revert to IntObjectHashMap an...
Sven Göthel
2024-01-22
1
-64
/
+182
*
Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...
Sven Göthel
2024-01-20
17
-130
/
+158
*
Frustum: Revise code and its Plane definition to support Cube->Frustum as wel...
Sven Göthel
2024-01-19
4
-51
/
+199
[next]