Commit Graph

305 Commits

Author SHA1 Message Date
Jarcode
f5a9f801d1 Backported for GLFW 3.1, fixes #13, *again* 2018-02-07 20:56:41 -08:00
Jarcode
53bd657226 Added debian(-based) compile instructions 2018-02-07 20:42:05 -08:00
Jarcode
e6f2507b53 Merge branch 'unstable' 2018-02-07 20:23:15 -08:00
Jarcode
2805528d43 fixed directive issue 2018-02-07 20:22:54 -08:00
Jarcode
1de3a5215b updated changelog 2018-02-07 20:18:05 -08:00
Jarcode
1db4ea3ded updated changelog 2018-02-07 20:17:43 -08:00
Jarcode
901cdb7d67 Merge branch 'unstable' 2018-02-07 20:06:09 -08:00
Jarcode
d82762a471 changed version, added -V (--version) flag 2018-02-07 20:02:24 -08:00
Jarcode
ec6d4d0c37 exempted glsl color syntax from string contents 2018-02-07 19:53:23 -08:00
Jarcode
aea30abf67 added RGBA hex color parsing for GLSL, fixed alpha blending bug 2018-02-07 19:29:56 -08:00
Jarcode
79d391938d moved hex color parsing to ext_parse_color, removed debug message 2018-02-07 17:46:34 -08:00
Jarcode
8c3a404f37 fixed include order in xwin.c, fixes #13 2018-02-07 17:17:58 -08:00
Jarcode
f539f18135 Always define GLFW_EXPOSE_NATIVE_GLX 2018-02-07 17:12:45 -08:00
Jarcode
ab55156826 Set window types and state ealier during initialization, fixed #17 2018-02-07 16:58:39 -08:00
Jarcode
5e813e25a9 Changed position of 'glfwShowWindow' call, related to #17 2018-02-07 16:41:12 -08:00
Jarcode
5ec584f35d Updated version v1.2 2018-02-06 19:06:30 -08:00
Jarcode
83f5583eeb Updated version 2018-02-06 19:04:25 -08:00
Jarcode
1c2e633bb6 added changelog 2018-02-06 19:00:12 -08:00
Jarcode
1e2aad05b5 Added support for old versions of 'glfw3native.h', fixes #13 2018-02-06 18:22:17 -08:00
Jarcode
8359ad9a98 Added configurable solid background color, closes #16 2018-02-06 18:13:23 -08:00
Jarcode
92f575adfd Removed unessecary 'XOpenDisplay' calls with 'glfwGetX11Display', addresses #15 2018-02-06 16:58:38 -08:00
Jarcode
916ead982e updated readme 2018-02-06 16:42:35 -08:00
Jarcode
dc011674a8 Changed to stable releases v1.1 2018-02-04 20:44:14 -08:00
Jarcode
eccd165167 Updated readme 2018-02-04 20:04:00 -08:00
Jarcode
6c401cbe93 Added circle module, demonstration, changed default configuration values 2018-02-04 20:03:22 -08:00
Jarcode
b6a54a9c0a updated readme 2018-02-04 16:15:41 -08:00
Jarcode
7f8f76744f updated readme 2018-02-04 12:21:52 -08:00
Jarcode
80dfa88cf7 updated readme 2018-02-04 12:20:02 -08:00
Jarcode
afccc6b3e1 updated readme 2018-02-04 12:14:49 -08:00
Jarcode
e3ab5e68f1 updated readme 2018-02-04 11:58:12 -08:00
Jarcode
02aba3db92 Added aliasing to radial module 2018-02-04 10:24:23 -08:00
Jarcode
522d022b70 Added smooth pass option, improved texture lookup performance, fixes #10 (and fixed issues with config copying) 2018-02-03 11:08:28 -08:00
Jarcode
dbcecc9def pulse_input.c formatting 2018-01-17 19:21:39 -08:00
Jarcode
319b8d67de fixed double free/use after free bug 2018-01-17 19:12:31 -08:00
Jarcode
d7e27cea7b Added more debug options to makefile 2018-01-17 18:45:33 -08:00
Jarcode
fc45b8d032 Fixed makefile space issues and updated readme 2018-01-17 17:51:07 -08:00
Jarcode
91e1a743c8 Fixed makefile race condition, fixed install goal, fixes #8 2018-01-17 17:31:17 -08:00
Jarcode
c4b62cdd54 Simplified makefile targets, related to #8 2018-01-17 17:20:58 -08:00
Jarcode
f767ae0b6c Fixed #8 and modified makefile targets to respect DESTDIR 2018-01-17 16:56:46 -08:00
Jarcode
ff7d87958c added fft scaling requests to smoothing_parameters.glsl 2018-01-12 17:20:56 -08:00
Jarcode
6f9a9a04e3 added rest of previous commit 2018-01-12 17:19:18 -08:00
Jarcode
cefd0f0672 Moved some smoothing options into smooth_parameters.glsl instead of residing in module configs 2018-01-12 17:15:33 -08:00
Jarcode
15ffe975cc Changed FFT scaling to use native code and requests 2018-01-12 17:04:03 -08:00
Jarcode
96f40d089e updated readme 2018-01-11 19:13:02 -08:00
Jarcode
9e28e66c08 added the rest of the bars module files 2018-01-10 18:13:43 -08:00
Jarcode
f94bdc89b0 Added bars module, implements #2 2018-01-10 18:11:22 -08:00
Jarcode
b096898782 Changed default values in config, addressing issue #3 2018-01-10 16:01:27 -08:00
Jarcode
39dc9c369d assume rather than lookup env variable, fixes #1 2018-01-09 18:16:46 -08:00
Jarcode
679c2e02fd Added #request directive, related to issue #4 2018-01-09 18:04:48 -08:00
Jarcode
5c4a129ebf Changed default value for setfocused in rc.lua, see issue #3 2018-01-09 17:19:31 -08:00