15 months ago xattr: list attribute names without the namespace prefix 'user.' v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Dec 2023 15:41:07 +0100] rev 27
xattr: list attribute names without the namespace prefix 'user.'
15 months ago support both decimal and hexadecimal notations for --root-window v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Dec 2023 12:40:20 +0100] rev 26
support both decimal and hexadecimal notations for --root-window
15 months ago set scaling filters according to the texture file extended attributes (xattr: shader-shark.texture.mag-filter = linear | nearest) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2023 23:10:41 +0100] rev 25
set scaling filters according to the texture file extended attributes (xattr: shader-shark.texture.mag-filter = linear | nearest)
15 months ago xattr: XAttrs class that read/write/list extended attributes v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 10 Dec 2023 22:23:32 +0100] rev 24
xattr: XAttrs class that read/write/list extended attributes
15 months ago monitor texture and shader file writes using inotify: improved resource management v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 10 Dec 2023 22:20:37 +0100] rev 23
monitor texture and shader file writes using inotify: improved resource management
15 months ago texture magnification filter: linear (blurry) vs. nearest (sharp/pixelatex) v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 06 Dec 2023 22:55:43 +0100] rev 22
texture magnification filter: linear (blurry) vs. nearest (sharp/pixelatex)
15 months ago shaders: dynamic line count derived from the texture resolution v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 06 Dec 2023 22:54:24 +0100] rev 21
shaders: dynamic line count derived from the texture resolution
16 months ago process all X11 event waiting in the queue in the same cycle v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 05 Dec 2023 22:55:25 +0100] rev 20
process all X11 event waiting in the queue in the same cycle avoid so called glitches after continuous key press or X11 tunelled through SSH
16 months ago OOP for Texture v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Dec 2023 21:03:53 +0100] rev 19
OOP for Texture
16 months ago new shader: phosphor-basic.frag v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 19:22:42 +0100] rev 18
new shader: phosphor-basic.frag
16 months ago new shader: scanlines-basic.frag v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 19:22:25 +0100] rev 17
new shader: scanlines-basic.frag
16 months ago new shader: soften-borders.frag v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 17:26:26 +0100] rev 16
new shader: soften-borders.frag
16 months ago transparency/alpha: blending v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 13:13:37 +0100] rev 15
transparency/alpha: blending
16 months ago transparency/alpha: simple binary transparent/opaque, no blending, just discard some fragments v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 12:32:55 +0100] rev 14
transparency/alpha: simple binary transparent/opaque, no blending, just discard some fragments
16 months ago ImageLoader: convert images always to 8-bit depth as expected by Shark.cpp (i.e. 16-bit images can be loaded now) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 00:57:54 +0100] rev 13
ImageLoader: convert images always to 8-bit depth as expected by Shark.cpp (i.e. 16-bit images can be loaded now)
16 months ago monitor texture and shader file writes using inotify: reload textures v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 03 Dec 2023 00:17:48 +0100] rev 12
monitor texture and shader file writes using inotify: reload textures
16 months ago use default texture and shaders from the $SHADER_SHARK_DATA_DIR directory, if not configured as command line arguments v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 23:11:56 +0100] rev 11
use default texture and shaders from the $SHADER_SHARK_DATA_DIR directory, if not configured as command line arguments
16 months ago private Impl class also for the Shark v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 21:25:02 +0100] rev 10
private Impl class also for the Shark
16 months ago mouse wheel: move camera, not object v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 19:33:31 +0100] rev 9
mouse wheel: move camera, not object
16 months ago monitor texture and shader file writes using inotify: reload shaders v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 15:43:51 +0100] rev 8
monitor texture and shader file writes using inotify: reload shaders
16 months ago monitor texture and shader file writes using inotify: print file events v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 02 Dec 2023 15:02:56 +0100] rev 7
monitor texture and shader file writes using inotify: print file events
16 months ago support custom shaders v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 01 Dec 2023 21:02:02 +0100] rev 6
support custom shaders
16 months ago OOP for Shader and ShaderProgram v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 01 Dec 2023 20:25:49 +0100] rev 5
OOP for Shader and ShaderProgram
16 months ago fragment shader: add grayscale() function v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 29 Nov 2023 01:27:05 +0100] rev 4
fragment shader: add grayscale() function
16 months ago clear screen / paint background before loading textures v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 29 Nov 2023 01:21:17 +0100] rev 3
clear screen / paint background before loading textures
16 months ago better GLSL variable names v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 29 Nov 2023 01:11:19 +0100] rev 2
better GLSL variable names
16 months ago load textures from PNG, JPEG etc. files using ImageMagick v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 28 Nov 2023 22:45:33 +0100] rev 1
load textures from PNG, JPEG etc. files using ImageMagick only one (last) texture is currently displayed
16 months ago project skeleton v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 26 Nov 2023 16:27:50 +0100] rev 0
project skeleton
(0) tip