Age | Commit message (Expand) | Author |
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 | doc: add links for browsable source repo to README | Vito Caputo |
2023-09-07 | modules/flow: add TODO blurb abot per-cpu seeds | Vito Caputo |
2023-09-07 | doc: trivial fixup to README citations | 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 | doc: minor HACKING.txt fixups | Vito Caputo |
2023-09-03 | doc: minor README fixups | 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 |
2023-09-02 | doc: drop unmaintained TODO file | Vito Caputo |
2023-09-02 | doc: write a new more current README | Vito Caputo |
2023-09-02 | doc: quick pass updating HACKING.txt | Vito Caputo |
2023-09-02 | modules/flow: minor cleanup of ff_new()/ff_free() | Vito Caputo |
2023-09-02 | flow: implement a 3D flow field module | Vito Caputo |
2023-08-31 | modules/moire: tap n_rings | Vito Caputo |
2023-08-31 | modules/moire: parameterize number of rings | Vito Caputo |
2023-08-31 | modules/pixbounce: make pixbounce threaded | Vito Caputo |
2023-08-31 | modules/*: use til_setup_free_with_ret_err() where apropos | Vito Caputo |
2023-08-31 | til_setup: add another helper for setup_func baking fails | Vito Caputo |
2023-08-31 | modules/rkt: better handle EINVAL errors on finalize | Vito Caputo |
2023-08-30 | setup: return to single setup_func() call site | Vito Caputo |
2023-08-30 | til_settings: privatize til_settings_get_and_describe_value() | Vito Caputo |
2023-08-30 | til/sdl_fb: handle baking errors in sdl_fb_setup() | Vito Caputo |
2023-08-30 | til/mem_fb: handle baking errors in mem_fb_setup() | Vito Caputo |
2023-08-30 | til_builtins: use til_settings_get_and_describe_setting() | Vito Caputo |