Age | Commit message (Expand) | Author |
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 |
2023-08-30 | modules/checkers: handle baking errors in checkers_setup() | Vito Caputo |
2023-08-30 | modules/compose: switch to til_settings_get_and_describe_setting() | Vito Caputo |
2023-08-30 | modules/rtv: handle baking errors in rtv_setup() | Vito Caputo |
2023-08-30 | modules/rkt: handle baking errors in rkt_setup() | Vito Caputo |
2023-08-30 | modules/montage: switch to til_settings_get_and_describe_setting() | Vito Caputo |
2023-08-30 | modules/voronoi: handle baking errors in voronoi_setup() | Vito Caputo |
2023-08-30 | modules/swarm: handle baking errors in swarm_setup() | Vito Caputo |
2023-08-30 | modules/submit: switch to til_settings_get_and_describe_setting() | Vito Caputo |
2023-08-30 | modules/strobe: handle baking errors in strobe_setup() | Vito Caputo |
2023-08-30 | modules/stars: handle baking errors in stars_setup() | Vito Caputo |
2023-08-30 | modules/sparkler: handle baking errors in sparkler_setup() | Vito Caputo |
2023-08-30 | modules/shapes: handle baking errors in shapes_setup() | Vito Caputo |
2023-08-30 | modules/roto: handle baking errors in roto_setup() | Vito Caputo |
2023-08-30 | modules/pixmap: handle baking errors in pixmap_setup() | Vito Caputo |
2023-08-30 | modules/moire: handle baking errors in moire_setup() | Vito Caputo |
2023-08-30 | modules/mixer: handle baking errors in mixer_setup() | Vito Caputo |
2023-08-30 | modules/flui2d: handle baking errors in flui2d_setup() | Vito Caputo |
2023-08-30 | modules/drizzle: handle baking errors in drizzle_setup() | Vito Caputo |
2023-08-30 | modules/blinds: handle baking errors in blinds_setup() | Vito Caputo |
2023-08-30 | modules/plato: handle baking errors in plato_setup() | Vito Caputo |
2023-08-30 | til_setup: add helper for setup_func baking fails | Vito Caputo |
2023-08-30 | til_settings: add til_setting_t variant for get_and_describe | Vito Caputo |
2023-08-30 | til_settings: add get_setting_by_{idx,key}() variants | Vito Caputo |
2023-08-30 | modules/*: til_module_context_free() error paths | Vito Caputo |
2023-08-30 | sparkler: parameterize particles | Vito Caputo |
2023-08-29 | til: s/til_module_setup_finalize/til_module_settings_finalize/ | Vito Caputo |
2023-08-29 | til: s/til_module_setup_randomize/til_module_settings_randomize/ | Vito Caputo |
2023-08-29 | modules/strobe: add explicit "toggle" tap | Vito Caputo |
2023-08-29 | modules/strobe: tap hz value | Vito Caputo |
2023-08-29 | modules/strobe: s/ticks/last_flash_ticks/ | Vito Caputo |
2023-08-29 | modules/strobe: s/period/hz/ | Vito Caputo |
2023-08-29 | modules/rkt: drop ad-hoc last_ticks tracking | Vito Caputo |
2023-08-29 | main: prevent ticks from going backwards | Vito Caputo |
2023-08-29 | main: apply submit-to-present delay to ticks | Vito Caputo |
2023-08-29 | til_fb: return queue delay from til_fb_page_get() | Vito Caputo |
2023-08-29 | til_fb: track fb page submit-to-present duration | Vito Caputo |
2023-08-29 | modules/pixbounce: filter same-tick movements | Vito Caputo |
2023-08-28 | modules/spiro: filter same-tick context increments | Vito Caputo |
2023-08-25 | libs/sig: improve ops_sin output w/varying hz | Vito Caputo |
2023-08-24 | modules/shapes: clamp {scale,pinch_factor} to 0-1 | Vito Caputo |
2023-08-24 | modules/shapes: tap a bunch of the parameters | Vito Caputo |