This website requires JavaScript.
1a595c2f19
Prevent fragment from being potentially undefined leading to driver-specific noise
Robin B
2019-03-12 15:54:37 +01:00
c9dac68bb4
Allow '--stdin' to work properly with pipes, see #77
Jarcode
2019-03-10 16:36:13 -07:00
c14c2a835a
Added support for reading uniforms from stdin, see #77
Jarcode
2019-03-10 16:13:34 -07:00
6f688e8b4d
Restore new smoothing parameters
Jarcode
2019-03-09 21:14:08 -08:00
bfea8e167a
Load system config for 'smooth_parameters.glsl'
Jarcode
2019-03-09 21:13:27 -08:00
d07b93d54e
Fix clickthrough for reparented windows, closes #80
v1.6.0
Jarcode
2019-03-09 16:55:03 -08:00
f7170afb75
Fixed attached base frequencies in 'bars'
Jarcode
2019-03-09 15:27:35 -08:00
8ccbf22732
Merge branch 'master' of https://github.com/wacossusca34/glava
Jarcode
2019-03-09 14:52:58 -08:00
5fdf0545a8
Added GLSL sampling modes
Jarcode
2019-03-09 14:52:38 -08:00
b77d1a7b3a
Update build requirements, closes #102
Levi Webb
2019-03-02 11:26:03 -08:00
f87c70af2b
Disable second 'graph' pass if nessecary (& other formatting), see #97
Jarcode
2019-02-05 17:45:17 -08:00
7c30c4a78a
Added support for disabling shader passes, see #97
Jarcode
2019-02-04 22:07:26 -08:00
bc2db4a415
Merge pull request #97 from arch1t3cht30/graph_tweaks
Levi Webb
2019-02-02 14:58:33 -08:00
3ff1097941
Fix inverting in antialias pass
Theo Müller
2019-02-01 22:40:46 +01:00
041bfdfd55
Make anti-aliasing work with invert
Theo Müller
2019-02-01 20:19:15 +01:00
8cbf7bc579
Cubic interpolation for joining graph channels
Theo Müller
2019-01-31 12:05:05 +01:00
91530dfc49
Make joining optional
Theo Müller
2019-01-30 20:26:35 +01:00
a39a1324e1
Add anti-aliasing option for graph
Theo Müller
2019-01-30 15:43:47 +01:00
140d98b404
Join middle borders instead of clamping them down
Theo Müller
2019-01-30 15:38:23 +01:00
f235362f44
Merge pull request #94 from dan-santana/musl-build
Levi Webb
2019-01-04 21:45:19 -08:00
32853b73d8
Merge pull request #93 from dan-santana/master
Levi Webb
2019-01-04 21:43:29 -08:00
4705699bb6
Fix musl build
Daniel Santana
2019-01-04 22:23:52 -02:00
3ef23f0db8
Use SONAMEs when loading GLX libs dinamically
Daniel Santana
2019-01-04 21:57:52 -02:00
4d51ccbd54
Update README.md
Levi Webb
2019-01-01 14:00:11 -08:00
6c02d15c80
Force bash in Makefile, see #91
Levi Webb
2019-01-01 12:47:57 -08:00
40dac829cc
Merge pull request #92 from Aaahh/patch-7
Levi Webb
2019-01-01 12:46:06 -08:00
bde3101c42
Check SHADERDIR exist
Aaahh Ahh
2018-12-30 16:49:40 -05:00
f2857e5f21
Merge pull request #83 from jubalh/readme
Levi Webb
2018-12-17 13:09:01 -08:00
66a9b09b10
Merge pull request #82 from jubalh/giti
Levi Webb
2018-11-30 18:15:16 -08:00
31a39b6ecd
Add install instructions
Michael Vetter
2018-11-30 14:41:34 +01:00
dd0f5bf0f9
Add gitignore
Michael Vetter
2018-11-30 14:42:58 +01:00
1337253257
Added audio backends, fifo support, see #78
Jarcode
2018-11-17 21:03:02 -08:00
76325cb126
Fixed uninitialized GLSL output variable, closes #70
Jarcode
2018-11-13 17:04:12 -08:00
426f70f579
Added --request parameter, fixed reading directives at end of file, limited most output to --verbose option
v1.5.8
Jarcode
2018-11-02 16:27:54 -07:00
1d2b014da7
Fix leak with 'xroot' transparency
Jarcode
2018-11-02 13:09:48 -07:00
6670c54827
Cleaned up and optimized 'graph' module and its settings, fixes #76
v1.5.7
Jarcode
2018-10-29 20:16:40 -07:00
f4ad41df32
Added '@' include specifier, #define workaround, closes #74 , closes #75
Jarcode
2018-10-26 21:40:31 -07:00
93df114308
update wording
Jarcode
2018-10-26 18:42:01 -07:00
d21edcfb29
update contribution guidelines
Jarcode
2018-10-26 18:41:00 -07:00
e0b4f7d6c7
Merge branch 'master' of https://github.com/wacossusca34/glava
Jarcode
2018-10-26 18:35:44 -07:00
386d32076c
Style changes and contribution guidelines
Jarcode
2018-10-26 18:35:29 -07:00
52af6ac173
radial: configurable offsets (#73 )
Robin B
2018-10-25 18:56:59 +02:00
3da1fb34dd
stopped using centered coords for radial module, see #69
Jarcode
2018-10-21 12:13:56 -07:00
2c99124556
Fixed various static leaks
v1.5.6
Jarcode
2018-10-21 10:28:06 -07:00
9d1c3a177c
Fixed critical bug that caused GLava to stop rendering if it was obstructed
v1.5.5
Jarcode
2018-10-09 17:43:15 -07:00
db625cf00c
Add flags for i3
v1.5.4
Jarcode
2018-10-08 17:52:04 -07:00
1845fad7fd
update README.md
Jarcode
2018-10-08 17:51:18 -07:00
25c1701ce6
Update --desktop flags for i3 and awesome
Jarcode
2018-10-08 17:49:17 -07:00
b627219109
Updated makefile with various improvements
Jarcode
2018-10-08 17:36:17 -07:00
3dfbdb5127
Removed hard dependency on glad submodule
Jarcode
2018-10-08 17:32:44 -07:00
7bb7913bd3
Removed -march=native from Makefile
v1.5.3
Jarcode
2018-10-08 12:43:18 -07:00
1a1cbc9cc8
Fixed changes to _XROOTPMAP_ID not updating background with "xroot" transparency
Jarcode
2018-10-08 11:53:58 -07:00
83a94e3eb4
Handle window map_state and VisibilityNotify events, closes #68
Jarcode
2018-10-08 11:18:45 -07:00
acdbb8f3b5
updated README.md
v1.5.2
Jarcode
2018-10-07 12:04:00 -07:00
829c1be370
Merge branch 'master' of https://github.com/wacossusca34/glava
Jarcode
2018-10-07 08:20:33 -07:00
261ba8ded5
Added more meaningful error messages to the GLX backend
Jarcode
2018-10-07 08:20:19 -07:00
fc9c74d256
Merge pull request #66 from coderobe/patch-readme
Levi Webb
2018-10-06 15:21:11 -07:00
a697af9a0a
Merge pull request #67 from coderobe/patch-readme-archlinux
Levi Webb
2018-10-06 15:20:40 -07:00
437aa146a4
README: Mention Arch Linux binary release (community)
Robin B
2018-10-06 20:41:11 +02:00
1c2f362219
README: Add required X extensions
Robin B
2018-10-06 19:28:32 +02:00
7dfb68fb1a
Update README.md
Levi Webb
2018-10-05 21:38:40 -07:00
353c3bd62f
Added support for unmanaged windows, see #65 and #4
Jarcode
2018-10-04 20:14:37 -07:00
e4b16cdbb6
Added option to render bars on left/right sides, see #64
Jarcode
2018-10-03 17:45:48 -07:00
8102f99683
Added option to vertically flip bars output, see #64
Jarcode
2018-10-03 17:21:53 -07:00
14747b1e75
Use default PulseAudio buffer sizes when reading input from server, see #63
Jarcode
2018-09-30 14:49:44 -07:00
217d5c9eea
Fix spelling error
Levi Webb
2018-09-26 19:04:44 -07:00
3be916f157
Fixed clickthrough issue on Openbox and XFCE, closes #61
Jarcode
2018-09-17 19:23:06 -07:00
bc955a5b3d
Merge branch 'master' of https://github.com/wacossusca34/glava
Jarcode
2018-09-12 21:01:46 -07:00
c7ad0a5024
Added signal handler for SIGINT and SIGTERM
Jarcode
2018-09-12 21:01:12 -07:00
83ad0d8f8a
Merge pull request #60 from Smarthard/master
Levi Webb
2018-09-11 21:31:25 -07:00
53f7352347
bars COLOR refactored & alpha channel support added
Smarthard
2018-09-11 19:01:24 +03:00
643b0cf3f5
Added detection for variable changes in Makefile, see #59
Jarcode
2018-09-09 19:26:32 -07:00
11a6137370
Added graceful renderer and audio thread destruction, fixes #47
v1.5.1
Jarcode
2018-09-09 07:54:51 -07:00
d4b333e48c
removed pointless message
Jarcode
2018-09-08 21:25:11 -07:00
d49be40fd3
Added --desktop flag with presets, added setclickthrough option, removed kde previous kde changes, updated readme
v1.5
Jarcode
2018-09-08 21:06:18 -07:00
fb1d85dbf9
Added potential fixes for KDE
Jarcode
2018-09-08 14:05:40 -07:00
31ebab0549
Merge pull request #56 from Aaahh/patch-5
Levi Webb
2018-08-15 22:13:24 -07:00
3f621420a3
Stray letter
Aaahh Ahh
2018-08-15 23:14:54 -04:00
9a9c6eaa37
Update README.md
Levi Webb
2018-08-13 19:28:06 -07:00
3e06fa683a
Updated readme with XFCE4 instructions
Jarcode
2018-08-06 09:12:26 -07:00
b971c1c8f9
Updated readme with XFCE4 instructions
Jarcode
2018-08-05 22:30:26 -07:00
45b614a692
Added configuration option for fullscreen check
Jarcode
2018-08-05 21:24:18 -07:00
fc80db664b
fix startup resource leak
Jarcode
2018-08-05 19:47:12 -07:00
75a3affbc0
changed defaults to disable mirroring
Jarcode
2018-08-05 19:27:50 -07:00
198596eaee
Wait for EWMH WM to add _NET_SUPPORTING_WM_CHECK property, addresses #54
Jarcode
2018-08-05 18:22:07 -07:00
e694261f4d
Merge branch 'master' of https://github.com/wacossusca34/glava
Jarcode
2018-08-05 17:39:58 -07:00
8c3b9a5f21
Added audio buffer mirroring, closes #53
Jarcode
2018-08-05 17:38:59 -07:00
ebade264ea
Fix hyperlink text in license
Levi Webb
2018-06-02 09:42:07 -07:00
469b8ec7ad
Merge branch 'master' of https://github.com/wacossusca34/glava
Jarcode
2018-06-02 09:29:51 -07:00
4cc8a5e3ba
Added "pinned" option for setxwinstate, addresses #4
Jarcode
2018-06-02 09:28:13 -07:00
309b1beeec
Merge pull request #44 from coderobe/patch-1
Levi Webb
2018-05-07 14:04:14 -07:00
7b72a28f19
Fix fatal make issue when using XDG_CONFIG_DIRS
Robin B
2018-05-07 10:17:39 +02:00
b83c7cc59e
Merge pull request #43 from Aaahh/patch-3
Levi Webb
2018-05-02 06:33:29 -07:00
6318c57ff7
Update README.md
Aaahh Ahh
2018-04-27 17:30:07 -04:00
279437dcd1
Update README with accurate instructions for Ubuntu/Debian
Jarcode
2018-04-06 17:05:58 -07:00
869ebba6b4
Added dynamic symbol loading for GLX functions, closes #41
v1.4.5
Jarcode
2018-04-06 17:02:43 -07:00
dfd16f9e22
Properly compare desktop window types, closes #37
v1.4.4
Jarcode
2018-03-19 21:45:19 -07:00
b446ac99c9
Fixed resource leak associated with xlib usage, see #33
Jarcode
2018-03-18 22:01:03 -07:00
8024e308d8
fixed some code style issues
Jarcode
2018-03-18 17:27:36 -07:00
dd5586a76e
cleaning up comment formatting & spelling
Jarcode
2018-03-18 17:23:45 -07:00