Age | Commit message (Expand) | Author |
2023-11-14 | til_stream,rkt,main: add stream audio control | Vito Caputo |
2023-11-14 | modules/rkt: begin til_audio integrations | Vito Caputo |
2023-11-14 | modules/playit: add an .IT file music player module | Vito Caputo |
2023-11-14 | build: build and link libplayit | Vito Caputo |
2023-11-14 | libs/playit: add libplayit submodule | Vito Caputo |
2023-11-14 | til: introduce til_module_t.render_audio entrypoint | Vito Caputo |
2023-11-14 | til_stream: add til_audio_context_t to til_stream_t | Vito Caputo |
2023-11-14 | til: add preliminary audio backend | Vito Caputo |
2023-11-09 | sdl_fb: introduce vsync={on,off} setting | Vito Caputo |
2023-11-09 | sdl_fb: s/fullscreen_values/bool_values/ | Vito Caputo |
2023-11-09 | sdl_fb: s/flags/window_flags/ | Vito Caputo |
2023-11-06 | modules/compose: handle layers/texture create failures | Vito Caputo |
2023-11-03 | modules/*: drop til_setup_t.free_func() NULL setup checks | Vito Caputo |
2023-11-02 | til,checkers: move checkers_rgb_to_uint32() to libtil | Vito Caputo |
2023-10-31 | libs/rocket: bump submodule for new sockio support | Vito Caputo |
2023-10-23 | build: tidy up some Makefile.am files | Vito Caputo |
2023-10-19 | modules/stub: add a stub sample module | Vito Caputo |
2023-10-16 | modules/pixbounce: use float for multiplier | Vito Caputo |
2023-10-11 | modules/compose: don't use *res_setting for texture | Vito Caputo |
2023-10-11 | modules/blinds: uninline the per-blind functions | Vito Caputo |
2023-10-11 | modules/checkers: staticify checkers_fragment_tile_single() | Vito Caputo |
2023-10-04 | modules/asc: turn into a "built-in" module | Vito Caputo |
2023-10-03 | modules/asc: add justify= and [hv]offset= settings | Vito Caputo |
2023-10-03 | libs/txt: implement txt_render_fragment_offsetted() variant | Vito Caputo |
2023-10-03 | libs/txt,modules/*: rename txt_render_fragment() | Vito Caputo |
2023-10-03 | modules/asc: tap x/y coordinates | Vito Caputo |
2023-10-03 | modules/flow: whitespace fixup | Vito Caputo |
2023-10-03 | modules/asc: implement a simple ascii text module | Vito Caputo |
2023-10-03 | libs/txt: fix width measurement without a \n | Vito Caputo |
2023-10-02 | modules/checkers: adopt til_value_to_pos() helper | Vito Caputo |
2023-10-02 | til: introduce til_value_to_pos() helper | Vito Caputo |
2023-09-08 | til_builtins/blank: add force= setting | Vito Caputo |
2023-09-07 | modules/flow: add TODO blurb abot per-cpu seeds | Vito Caputo |
2023-09-06 | modules/flow: fix elements overflow bug | Vito Caputo |
2023-09-05 | modules/flow: fix default count | Vito Caputo |
2023-09-05 | modules/flow: add "(threaded)" label | Vito Caputo |
2023-09-05 | modules/flow: bump the counts up a bit | Vito Caputo |
2023-09-04 | modules/flow: restore previous Z depth | Vito Caputo |
2023-09-04 | modules/flow: implement threaded rendering | Vito Caputo |
2023-09-04 | til: support multi-pass rendering | Vito Caputo |
2023-09-04 | til,til_fb: introduce a noop_per_cpu fragmenter | Vito Caputo |
2023-09-03 | modules/flow: expose speed as a tap | Vito Caputo |
2023-09-03 | modules/strobe: trivial fixup; s/<=/</ | Vito Caputo |
2023-09-03 | til_utils: switch til_get_ncpus() to sysconf | Vito Caputo |
2023-09-03 | modules/flow: don't reap elements on screen-space exit | Vito Caputo |
2023-09-03 | drm_fb: better handle empty modes/connectors results | Vito Caputo |
2023-09-03 | modules/voronoi: spot-fix a crash Phil reported | Vito Caputo |
2023-09-03 | modules/flow: add colors | Vito Caputo |
2023-09-02 | til_fb: verify fb_ops and setup creator match | Vito Caputo |
2023-09-02 | til: verify module and setup creator match | Vito Caputo |