summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2023-11-30til,main: introduce ratio= --video settingVito Caputo
2023-11-30til: wire up til_video_setup_t throughout *_fbVito Caputo
2023-11-18main: use new til_stream_render() apiVito Caputo
2023-11-14til_stream,rkt,main: add stream audio controlVito Caputo
2023-11-14til_stream: add til_audio_context_t to til_stream_tVito Caputo
2023-11-14til: add preliminary audio backendVito Caputo
2023-08-29main: prevent ticks from going backwardsVito Caputo
2023-08-29main: apply submit-to-present delay to ticksVito Caputo
2023-08-29til_fb: return queue delay from til_fb_page_get()Vito Caputo
2023-08-20main: drop get_ticks() in favor of til_ticks_now()Vito Caputo
2023-08-18main: call til_stream_start_frame()Vito Caputo
2023-08-13main: free setups and settings in shutdownVito Caputo
2023-08-13main: switch to til_fb_halt()Vito Caputo
2023-08-05main: handle NULL res_setup a la "none" builtinVito Caputo
2023-07-17main: fix UAF bug on shutdownVito Caputo
2023-07-13til_args,*_fb: introduce --title= and wire up to til_fb_tVito Caputo
2023-07-05setup: return failed desc _path_ from setup_interactively()Vito Caputo
2023-06-15main: quit when the stream endsVito Caputo
2023-06-13*: smattering of random small fixes to silence -WallVito Caputo
2023-06-12til_args: introduce --print-module-contextsVito Caputo
2023-06-08til_stream: name pipe-oriented stream api as suchVito Caputo
2023-06-03til_settings: add an optional til_settings_t.prefixVito Caputo
2023-05-30til,*: pivot to til_setup_t for context pathsVito Caputo
2023-05-26til_settings: add til_setting_spec_t.as_labelVito Caputo
2023-05-24til_settings: til_setting_t,til_settings_t get parent pointersVito Caputo
2023-05-11til_settings: introduce til_setting_spec_t concept vs. descVito Caputo
2023-05-11til_settings: rework setting get/add for bare valuesVito Caputo
2023-05-11setup: constify settings passed to setup_funcVito Caputo
2023-05-11main: quote shown flags/argsVito Caputo
2023-05-10til_settings: label til_settings_t instancesVito Caputo
2023-01-11main: experimenting with ANSI codes for --print-pipesVito Caputo
2023-01-11* turn til_fb_fragment_t.stream into a discrete parameterVito Caputo
2023-01-11main,til_args: employ the stream, add --print-pipesVito Caputo
2023-01-11fps: move FPS printing to stderrVito Caputo
2023-01-11main: move args to rototiller_tVito Caputo
2023-01-10*: introduce paths for module contextsVito Caputo
2022-08-07main: still show configured flags with --goVito Caputo
2022-08-07til: experimentally fragment-centric page apiVito Caputo
2022-08-07til: til_fb_fragment_t **fragment_ptr all the thingsVito Caputo
2022-07-20main: show --seed with print_setup_as_args()Vito Caputo
2022-07-18til_args: add --seed= explicit PRNG seeding supportVito Caputo
2022-07-15build: always build the rototiller binVito Caputo
2022-07-15mem_fb: introduce --video=mem; a dummy in-memory video backendVito Caputo
2022-07-15til_fb: switch til_fb_ops_t.init() to use til_setup_tVito Caputo
2022-05-29*: pivot to til_module_context_tVito Caputo
2022-05-25setup: return the desc for failed setting on errorVito Caputo
2022-05-25til: add --go to supported argsVito Caputo
2022-05-25*: normalize on all case-insensitive comparisonsVito Caputo
2022-05-21til: supply a seed to til_module_t.create_context()Vito Caputo
2022-04-24*: s/void */til_setup_t */Vito Caputo
© All Rights Reserved