-
20e755fbcb
Switched to using git tags for versioning
Jarcode
2018-03-18 17:00:14 -07:00
-
ccf3c7b169
updated version
v1.4.3
Jarcode
2018-03-18 16:26:52 -07:00
-
4be89c3337
force GLX backend even on XWayland sessions
Jarcode
2018-03-18 16:22:23 -07:00
-
2220946a2f
Updated readme with compatibility information
Jarcode
2018-03-18 16:19:25 -07:00
-
9fb80be00f
Merge branch 'unstable'
v1.4.2
Jarcode
2018-03-18 12:26:31 -07:00
-
-
283afaaaca
Cleanup & implementation of #32
Jarcode
2018-03-18 12:20:20 -07:00
-
5ac2cc4a94
Removed changelog in favour of GitHub releases
Jarcode
2018-03-04 13:39:39 -08:00
-
273cca946e
Merge branch 'master' of https://github.com/wacossusca34/glava
v1.4.1
Jarcode
2018-03-04 12:49:51 -08:00
-
-
95ceadf0e1
Merge branch 'unstable'
Jarcode
2018-03-04 12:49:23 -08:00
-
-
-
-
f32f0ded0f
Version increase
Jarcode
2018-03-04 12:41:51 -08:00
-
3a1dcac8c9
Fixed texture load order, closes #28
Jarcode
2018-03-04 12:40:17 -08:00
-
8adc8fe459
Merge pull request #26 from coderobe/master
Levi Webb
2018-03-02 17:41:49 -08:00
-
-
e2f32a14cf
Fix LDFLAGS
Robin Broda
2018-03-02 18:40:35 +01:00
-
-
318b4b3395
Update README.md
Levi Webb
2018-02-20 19:05:00 -08:00
-
b89fcd2e44
Merge pull request #23 from Aaahh/patch-3
Levi Webb
2018-02-17 17:18:15 -08:00
-
-
-
baed3086d0
Update Package names
Aaahh Ahh
2018-02-17 15:25:36 -05:00
-
-
-
b4fe4b5c97
stopped using the word currently frequently
v1.4
Jarcode
2018-02-12 17:00:07 -08:00
-
0849cb485e
Merge branch 'unstable'
Jarcode
2018-02-12 16:50:29 -08:00
-
-
c086222fb2
updated changelog
Jarcode
2018-02-12 16:50:08 -08:00
-
639c6d7fe9
Merge branch 'unstable'
Jarcode
2018-02-12 16:41:18 -08:00
-
-
22bc7c446c
Fixed window class not being set by glx backend, + other fixes
Jarcode
2018-02-12 16:36:27 -08:00
-
b86870e0fd
Added passes for premultiplied alpha, fixed alpha blending for native transparency
Jarcode
2018-02-12 16:25:32 -08:00
-
f021457abd
Added GLX window creation backend, addresses #18
Jarcode
2018-02-12 12:47:59 -08:00
-
4fd4ce4c3f
added 'glfw_wcb.c'
Jarcode
2018-02-12 07:17:33 -08:00
-
e5f5671acc
Added gl_wcb interface to abstract out glfw and glx usage
Jarcode
2018-02-11 20:43:52 -08:00
-
79d06b070e
Fixed potetial segmentation fault for xwin_should_render, addresses #19
Jarcode
2018-02-11 12:02:26 -08:00
-
3df89da8bb
fixed alpha blending for 'radial' inner circle
Jarcode
2018-02-11 11:42:26 -08:00
-
79b99b09be
refactored X11 code in 'render.c' and 'xwin.c'
Jarcode
2018-02-11 09:38:23 -08:00
-
0f4eed5e20
Updated readme with list of compatibility issues
Jarcode
2018-02-08 17:25:57 -08:00
-
ae09561d11
added test case for mutter gaurd window, addresses #11 and #18
Jarcode
2018-02-08 17:13:38 -08:00
-
33aa5274ae
Merge branch 'master' into unstable
Jarcode
2018-02-08 16:52:31 -08:00
-
-
-
-
caee6a739c
added case for mutter gaurd window
Jarcode
2018-02-08 16:50:52 -08:00
-
c8cce220d8
fixed GLFW_MAXIMIZED macro for GLFW 3.1
v1.3
Jarcode
2018-02-08 06:36:40 -08:00
-
be63f40dc2
Merge branch 'unstable'
Jarcode
2018-02-07 20:57:00 -08:00
-
-
f5a9f801d1
Backported for GLFW 3.1, fixes #13, *again*
Jarcode
2018-02-07 20:56:41 -08:00
-
53bd657226
Added debian(-based) compile instructions
Jarcode
2018-02-07 20:42:05 -08:00
-
e6f2507b53
Merge branch 'unstable'
Jarcode
2018-02-07 20:23:15 -08:00
-
-
2805528d43
fixed directive issue
Jarcode
2018-02-07 20:22:54 -08:00
-
1de3a5215b
updated changelog
Jarcode
2018-02-07 20:18:05 -08:00
-
1db4ea3ded
updated changelog
Jarcode
2018-02-07 20:17:43 -08:00
-
901cdb7d67
Merge branch 'unstable'
Jarcode
2018-02-07 20:06:09 -08:00
-
-
d82762a471
changed version, added -V (--version) flag
Jarcode
2018-02-07 20:02:24 -08:00
-
ec6d4d0c37
exempted glsl color syntax from string contents
Jarcode
2018-02-07 19:53:23 -08:00
-
aea30abf67
added RGBA hex color parsing for GLSL, fixed alpha blending bug
Jarcode
2018-02-07 19:29:56 -08:00
-
79d391938d
moved hex color parsing to ext_parse_color, removed debug message
Jarcode
2018-02-07 17:46:34 -08:00
-
8c3a404f37
fixed include order in xwin.c, fixes #13
Jarcode
2018-02-07 17:17:58 -08:00
-
f539f18135
Always define GLFW_EXPOSE_NATIVE_GLX
Jarcode
2018-02-07 17:12:45 -08:00
-
ab55156826
Set window types and state ealier during initialization, fixed #17
Jarcode
2018-02-07 16:58:39 -08:00
-
5e813e25a9
Changed position of 'glfwShowWindow' call, related to #17
Jarcode
2018-02-07 16:41:12 -08:00
-
5ec584f35d
Updated version
v1.2
Jarcode
2018-02-06 19:06:30 -08:00
-
83f5583eeb
Updated version
Jarcode
2018-02-06 19:04:25 -08:00
-
-
1c2e633bb6
added changelog
Jarcode
2018-02-06 19:00:12 -08:00
-
1e2aad05b5
Added support for old versions of 'glfw3native.h', fixes #13
Jarcode
2018-02-06 18:22:17 -08:00
-
8359ad9a98
Added configurable solid background color, closes #16
Jarcode
2018-02-06 18:13:23 -08:00
-
92f575adfd
Removed unessecary 'XOpenDisplay' calls with 'glfwGetX11Display', addresses #15
Jarcode
2018-02-06 16:58:38 -08:00
-
916ead982e
updated readme
Jarcode
2018-02-06 16:42:35 -08:00
-
dc011674a8
Changed to stable releases
v1.1
Jarcode
2018-02-04 20:44:14 -08:00
-
eccd165167
Updated readme
Jarcode
2018-02-04 20:04:00 -08:00
-
6c401cbe93
Added circle module, demonstration, changed default configuration values
Jarcode
2018-02-04 20:03:22 -08:00
-
b6a54a9c0a
updated readme
Jarcode
2018-02-04 16:15:41 -08:00
-
7f8f76744f
updated readme
Jarcode
2018-02-04 12:21:52 -08:00
-
80dfa88cf7
updated readme
Jarcode
2018-02-04 12:20:02 -08:00
-
afccc6b3e1
updated readme
Jarcode
2018-02-04 12:14:49 -08:00
-
e3ab5e68f1
updated readme
Jarcode
2018-02-04 11:58:12 -08:00
-
02aba3db92
Added aliasing to radial module
Jarcode
2018-02-04 10:24:23 -08:00
-
522d022b70
Added smooth pass option, improved texture lookup performance, fixes #10 (and fixed issues with config copying)
Jarcode
2018-02-03 11:08:28 -08:00
-
dbcecc9def
pulse_input.c formatting
Jarcode
2018-01-17 19:21:39 -08:00
-
319b8d67de
fixed double free/use after free bug
Jarcode
2018-01-17 19:12:31 -08:00
-
d7e27cea7b
Added more debug options to makefile
Jarcode
2018-01-17 18:45:33 -08:00
-
fc45b8d032
Fixed makefile space issues and updated readme
Jarcode
2018-01-17 17:51:07 -08:00
-
91e1a743c8
Fixed makefile race condition, fixed install goal, fixes #8
Jarcode
2018-01-17 17:31:17 -08:00
-
c4b62cdd54
Simplified makefile targets, related to #8
Jarcode
2018-01-17 17:20:58 -08:00
-
f767ae0b6c
Fixed #8 and modified makefile targets to respect DESTDIR
Jarcode
2018-01-17 16:56:46 -08:00
-
ff7d87958c
added fft scaling requests to smoothing_parameters.glsl
Jarcode
2018-01-12 17:20:56 -08:00
-
6f9a9a04e3
added rest of previous commit
Jarcode
2018-01-12 17:19:18 -08:00
-
cefd0f0672
Moved some smoothing options into smooth_parameters.glsl instead of residing in module configs
Jarcode
2018-01-12 17:15:33 -08:00
-
15ffe975cc
Changed FFT scaling to use native code and requests
Jarcode
2018-01-12 17:04:03 -08:00
-
96f40d089e
updated readme
Jarcode
2018-01-11 19:13:02 -08:00
-
9e28e66c08
added the rest of the bars module files
Jarcode
2018-01-10 18:13:43 -08:00
-
f94bdc89b0
Added bars module, implements #2
Jarcode
2018-01-10 18:11:22 -08:00
-
b096898782
Changed default values in config, addressing issue #3
Jarcode
2018-01-10 16:01:27 -08:00
-
39dc9c369d
assume rather than lookup env variable, fixes #1
Jarcode
2018-01-09 18:16:46 -08:00
-
679c2e02fd
Added #request directive, related to issue #4
Jarcode
2018-01-09 18:04:48 -08:00
-
5c4a129ebf
Changed default value for setfocused in rc.lua, see issue #3
Jarcode
2018-01-09 17:19:31 -08:00
-
dd935f7031
Fixed shm resource issue
Jarcode
2018-01-07 19:43:00 -08:00
-
2e0d0921c5
added transparency, cleanup
Jarcode
2018-01-07 18:35:40 -08:00
-
847f26c5fb
fixed graph rendering artifact
Jarcode
2017-12-09 12:07:49 -08:00
-
49f4ce735b
Added cfg paths
Jarcode
2017-12-09 12:05:26 -08:00
-
be68dd931a
fuck intel
Jarcode
2017-12-04 16:29:07 -08:00
-
304cf222a3
fuck intel
Jarcode
2017-12-04 16:15:43 -08:00
-
1d0734be67
oops
Jarcode
2017-12-04 16:10:35 -08:00
-
9e4cb2b3fa
fuck intel
Jarcode
2017-12-04 16:10:01 -08:00
-
6e19ef29ab
durrrr
Jarcode
2017-12-04 14:56:15 -08:00
-
3473c1562a
Updated shader configs
Jarcode
2017-12-04 12:25:26 -08:00
-
d32b524871
updated readme
Jarcode
2017-12-04 11:30:48 -08:00
-
ec6fe8053f
updated readme
Jarcode
2017-12-04 11:27:49 -08:00
-
02b255c559
updated readme
Jarcode
2017-12-03 20:10:46 -08:00
-
bf54dcf13c
updated readme
Jarcode
2017-12-03 20:09:45 -08:00
-
abfcdb8815
updated readme
Jarcode
2017-12-03 20:09:18 -08:00
-
74796d7a8b
updated readme
Jarcode
2017-12-03 20:08:48 -08:00