Age | Commit message (Expand) | Author |
2023-12-16 | sdl_fb,modules/sparkler: make bit fields unsigned | Vito Caputo |
2023-11-30 | til: wire up til_video_setup_t throughout *_fb | 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-08-30 | til/sdl_fb: handle baking errors in sdl_fb_setup() | Vito Caputo |
2023-08-13 | sdl_fb: plug title leak | Vito Caputo |
2023-08-05 | til_setup,*: add til_setup_t.creator pointer | Vito Caputo |
2023-07-13 | til_args,*_fb: introduce --title= and wire up to til_fb_t | Vito Caputo |
2023-07-13 | sdl_fb: hide cursor when fullscreen | Vito Caputo |
2023-06-24 | sdl_fb: keep spare pages on free list | Vito Caputo |
2023-06-23 | sdl_fb: quit on ESC keypress | Vito Caputo |
2023-06-13 | *: smattering of random small fixes to silence -Wall | Vito Caputo |
2023-05-28 | til_setup,*: note settings path in til_setup_t | Vito Caputo |
2023-05-28 | *: use NULL for free() in til_setup_new() | Vito Caputo |
2023-05-11 | til_settings: introduce til_setting_spec_t concept vs. desc | Vito Caputo |
2023-05-11 | til_settings: rework setting get/add for bare values | Vito Caputo |
2022-08-07 | til: experimentally fragment-centric page api | Vito Caputo |
2022-07-15 | til_fb: switch til_fb_ops_t.init() to use til_setup_t | Vito Caputo |
2022-05-01 | til_fb: introduce a fragment texture source | Vito Caputo |
2022-04-27 | til_fb: til_fb_fragment_t.{pitch,stride} uint32_t units | Vito Caputo |
2022-04-24 | *: s/void */til_setup_t */ | Vito Caputo |
2022-03-30 | *: wire up context-specific setup instances | Vito Caputo |
2022-03-19 | *: de-constify til_setting_t throughout | Vito Caputo |
2022-03-19 | *: normalize setting description capitalizations | Vito Caputo |
2022-03-12 | til_settings: always describe relevant settings | Vito Caputo |
2021-10-01 | *: librototiller->libtil | Vito Caputo |
2021-02-16 | *fb: plumb outer fb_t down to fb_ops_t methods | Vito Caputo |
2021-02-14 | *fb: improve error propagation out of setup/init | Vito Caputo |
2021-02-14 | drm_fb,sdl_fb: staticify all functions | Vito Caputo |
2020-09-13 | sdl_fb: use SDL_CreateRGBSurface() instead | Vito Caputo |
2019-11-24 | fb: add pitch to fb_fragment_t | Vito Caputo |
2019-11-15 | sdl_fb: use setting_desc_check() | Vito Caputo |
2019-11-10 | settings: s/setting_desc_new/setting_desc_clone/ | Vito Caputo |
2018-02-26 | sdl_fb: add fullscreen= and size= settings | Vito Caputo |
2018-02-26 | sdl_fb: jump through SDL_Main() hoops | Vito Caputo |
2018-02-26 | sdl_fb: drain event queue on page flip | Vito Caputo |
2018-02-22 | fb,settings,drm_fb,sd_fb: const settings_t readers | Vito Caputo |
2018-02-22 | sdl_fb: implement rudimentary sdl fb backend | Vito Caputo |