Commit Graph

  • 4db05c1c73 Merge branch 'master' of https://github.com/UnkDevE/glava master Deon Spengler 2021-10-17 22:49:29 +02:00
  • 065d31f1c9 Add Jack Audio support Deon Spengler 2021-10-17 22:48:54 +02:00
  • 6fc0e32da2 Fixes spelling mistakes in CLI user messages (#192) Kris Johnson 2021-06-17 21:23:13 +10:00
  • 427d1bbf98 Confirm glava to work with xmonad (#176) slotThe 2021-06-16 10:04:36 +02:00
  • 41ff60c8d0 README: fix typo in arguments Robin M. B 2021-03-23 22:30:54 +01:00
  • 1158a396a3 make function pointers static Ethan Riley 2020-08-10 20:24:55 +00:00
  • d660eb35ac add missing header files to glfft Ethan Riley 2020-08-10 20:23:28 +00:00
  • 32de8029bb Update README OldShatterham 2020-04-22 19:36:11 +02:00
  • e904d08e32 Refactor code significantly OldShatterham 2020-04-22 19:31:24 +02:00
  • a47fd9ee3f Add preliminary JACK support OldShatterham 2020-04-22 01:53:05 +02:00
  • 3cc5e226aa fix spelling error Jarcode 2019-09-11 23:22:21 -07:00
  • 4b84e7a928 Add GLFFT compute shaders Jarcode 2019-09-11 23:07:20 -07:00
  • b26f11ae20 Add GLFFT Jarcode 2019-09-11 23:06:03 -07:00
  • 580e296e86 Add GLFFT sources Jarcode 2019-09-11 23:04:22 -07:00
  • 6f1680b335 Improve average windowing, remove smooth overrides Jarcode 2019-09-11 16:20:04 -07:00
  • 0d48dd059c Add generic 1D texture map pass Jarcode 2019-09-11 15:25:32 -07:00
  • c4b348cf8b Added support for accelerated transformations & #expand directive Jarcode 2019-09-11 15:24:07 -07:00
  • c591b87c7b Only mention default environment settings with verbose output Jarcode 2019-09-09 21:53:28 -07:00
  • 9abaafda5a add spectrwm environment settings Jarcode 2019-09-09 21:44:28 -07:00
  • 7bfa551247 Add spectrwm defaults, closes #131 Jarcode 2019-09-09 21:42:28 -07:00
  • 7dc8a985fc make clang block storage local Jarcode 2019-09-09 21:23:48 -07:00
  • a17151dd5d fixed glava-config LuaJIT builds, stripping Jarcode 2019-09-09 20:54:57 -07:00
  • 05067c74ed Update readme Jarcode 2019-09-09 14:26:28 -07:00
  • 112e371a9b Handle selecting lua implementation in meson.build Jarcode 2019-09-09 14:23:52 -07:00
  • aa875b2a81 Temporarily disable glava-config by default Jarcode 2019-09-09 14:05:26 -07:00
  • 5ff291fe51 Document build changes Jarcode 2019-09-08 18:27:27 -07:00
  • 563792599a Added Clang build support Jarcode 2019-09-08 18:25:04 -07:00
  • d821eeaf0a improve header & macro consistency Jarcode 2019-09-08 17:08:41 -07:00
  • 0592a422a1 manually fix warning-prone code in glad output Jarcode 2019-09-08 16:43:04 -07:00
  • 04ca255cd2 Remove overflow warning surpression Jarcode 2019-09-08 16:38:46 -07:00
  • 859bfb0b31 Correct GLX function pointer loading links Jarcode 2019-09-08 14:55:19 -07:00
  • 25942ec6a3 remove github link Levi Webb 2019-09-08 13:07:26 -07:00
  • 84cf77890f sponsor information Levi Webb 2019-09-08 13:05:58 -07:00
  • 20debf2cce Fix Gtk3 deprecation warnings in glava-config, add lua contributing guidelines Jarcode 2019-09-08 04:33:19 -07:00
  • 0695c9cec0 glava-config entry progress (incomplete), handle account rename links in documentation Jarcode 2019-09-07 22:44:36 -07:00
  • e46967cc02 fix glava-config gtk feature detection Jarcode 2019-09-07 02:45:30 -07:00
  • 90d275f2cd glava-config widget generation (incomplete) Jarcode 2019-09-07 02:32:21 -07:00
  • 4bfbc859f8 add icon support for glava window Jarcode 2019-09-04 15:36:25 -07:00
  • 7d6d7e2987 glava-config build process and initial widget layout Jarcode 2019-09-04 10:46:56 -07:00
  • a38f79e279 Prefer system defaults for desktop window settings Jarcode 2019-09-01 21:46:50 -07:00
  • 1974869b5f workaround old meson build issues, see #131 Jarcode 2019-09-01 19:37:37 -07:00
  • 69f25eb44b Fix include issue with older Meson versions, see #131 Jarcode 2019-09-01 15:30:52 -07:00
  • 129d4d8c91 Fix file descriptor leaks, obs plugin settings Jarcode 2019-09-01 06:25:07 -07:00
  • 6d74062cb3 formatting and comment removal Jarcode 2019-08-28 20:32:16 -07:00
  • c9c134a3e2 glava-obs functionality, see #129 Jarcode 2019-08-28 20:18:47 -07:00
  • 5de224c3e1 Made renderer structure private, update Makefile, closes #130 Jarcode 2019-08-28 15:20:51 -07:00
  • 0a4d0cb099 Update description Jarcode 2019-08-28 01:14:48 -07:00
  • cc1d673e55 Update readme Jarcode 2019-08-28 00:57:29 -07:00
  • 99f0274e07 Makefile compatibility fix for install prefix Jarcode 2019-08-28 00:54:36 -07:00
  • 69ebfe9714 Refactor renderer -> glava_renderer, renderer_handle -> glava_handle Jarcode 2019-08-28 00:49:56 -07:00
  • f562bc690d Shared library rework & external async API support Jarcode 2019-08-28 00:24:59 -07:00
  • 5630e2314b Update readme Jarcode 2019-08-27 00:43:03 -07:00
  • 617424c3fa Update readme Jarcode 2019-08-27 00:41:40 -07:00
  • 14029d784c Use proper channel count bultin Jarcode 2019-08-27 00:21:26 -07:00
  • 7fcf288a5b unflip bars by default Jarcode 2019-08-27 00:18:29 -07:00
  • 9d4674d680 Added support for mono bars rendering, closes #123 Jarcode 2019-08-26 23:03:22 -07:00
  • e8e8b1f701 Added time uniform requests, closes #121 Jarcode 2019-08-26 21:40:43 -07:00
  • 3207db6d27 Explicitly free offscreen pixmap Jarcode 2019-08-26 20:59:12 -07:00
  • 6d48f95995 Update readme with Make instructions Jarcode 2019-08-26 20:39:08 -07:00
  • ce77587e3a Warning fixes and supression, glad header update Jarcode 2019-08-26 20:27:11 -07:00
  • 0358143bb7 Added signal reloading and legacy makefile support Jarcode 2019-08-26 20:11:13 -07:00
  • b4cdcb3120 Added missing premultiply steps, closes #127 Jarcode 2019-08-22 17:55:49 -07:00
  • f1284a6835 Mention old meson behavior in README instructions (#119) Robin B 2019-06-12 23:38:51 +02:00
  • 1a7a6deb49 Merge pull request #113 from LiteracyFanatic/LiteracyFanatic-fix-parameter-typo Levi Webb 2019-04-24 03:40:03 -07:00
  • 8259d8bb74 Rename parameter with typo Jordan Cannon 2019-04-22 23:43:04 -05:00
  • 26d36170de glava-config: Use X11 as rendering backend Robin Broda 2019-04-04 01:50:22 +02:00
  • dc2f08a21a Add glava-config configuration program Robin Broda 2019-04-04 01:35:17 +02:00
  • 6d68a1923f Merge branch 'master' of https://github.com/wacossusca34/glava Jarcode 2019-04-03 16:07:53 -07:00
  • eca50058a2 Fixed standalone shader path for meson Jarcode 2019-04-03 16:07:41 -07:00
  • b6edf9700a Optimize compatibility makefile Robin Broda 2019-04-04 00:56:08 +02:00
  • b2b3d1017a Fix shaderdir passed to glava Robin Broda 2019-04-04 00:54:10 +02:00
  • 6e60bcc698 Change build system to meson Robin Broda 2019-04-04 00:48:06 +02:00
  • c766c574a6 Added fg/bg pipe defaults, fixed parsing bugs, fixed broken smoothing defaults Jarcode 2019-04-03 01:20:45 -07:00
  • d72deb8fae Merge branch 'master' of https://github.com/wacossusca34/glava Jarcode 2019-04-02 18:47:32 -07:00
  • bf2c5cfcbd Fixed invert default behaviour for radial, closes #111 Jarcode 2019-04-02 18:47:04 -07:00
  • d374192223 Update README.md Levi Webb 2019-04-02 18:38:39 -07:00
  • 67305d419e Update README.md Levi Webb 2019-04-02 18:07:14 -07:00
  • a15292be64 Add prefix guidelines Jarcode 2019-04-02 17:18:41 -07:00
  • 8cb183fb9a Fixed emission bug with @n:(...) syntax Jarcode 2019-04-02 16:20:21 -07:00
  • d1028c24da Fixed recursive pipe parsing, use proper pipe uniform prefix Jarcode 2019-04-02 16:01:54 -07:00
  • 452deea23d Handle preceding operators for pipe defaults Jarcode 2019-04-02 15:45:20 -07:00
  • 13e9f051ce Emit #line directives, refactor prefixes '__' -> '_', fix 'bars' outline Jarcode 2019-04-02 03:22:46 -07:00
  • 4b71de19c4 Fixed buggy outlines for 'bars' Jarcode 2019-03-30 15:47:28 -07:00
  • ad66445c28 deprecate --stdin Jarcode 2019-03-15 00:42:43 -07:00
  • 706ec0fcd4 properly handle default pipe names Jarcode 2019-03-15 00:32:33 -07:00
  • 315063eb9c sanitize --pipe input Jarcode 2019-03-14 22:07:09 -07:00
  • 4cdf1f13f9 Allow underscores in @ syntax Jarcode 2019-03-14 22:00:42 -07:00
  • 06644549e2 remove unnessecary strdup Jarcode 2019-03-14 21:57:26 -07:00
  • 0acf7d4188 Migrate builtin macros to '__' prefix Jarcode 2019-03-14 21:51:58 -07:00
  • aa56b89ddf Add --pipe flag Jarcode 2019-03-14 21:39:50 -07:00
  • 04a4da4993 Properly print formatting errors Jarcode 2019-03-12 20:26:23 -07:00
  • 0dc321900d Handle invalid color input from stdin Jarcode 2019-03-12 20:25:07 -07:00
  • 299605ad1a removing trailing character for setting in test case Levi Webb 2019-03-12 18:24:41 -07:00
  • c15535cf3f Update README.md Levi Webb 2019-03-12 17:41:27 -07:00
  • dbadfffd17 Update README.md Levi Webb 2019-03-12 17:41:09 -07:00
  • 5c9d974252 Fixed extglob in Makefile Jarcode 2019-03-12 16:30:03 -07:00
  • d640ac5d3c Added basic test mode for debug builds Jarcode 2019-03-12 16:18:46 -07:00
  • 094dec9b00 Fix spelling error breaking native transparency v1.6.3 Levi Webb 2019-03-12 13:21:21 -07:00
  • c485d80013 Deprecate 'nativeonly', fix passing garbage data for vec4 stdin v1.6.2 Jarcode 2019-03-12 12:35:46 -07:00
  • b37ab5ba09 Merge pull request #106 from wacossusca34/circle-fix-undefined-fragcolor v1.6.1 Levi Webb 2019-03-12 11:34:33 -07:00