wofi/src
2024-02-08 11:08:16 -08:00
..
config.c Changed the function signature of config_get_mnemonic(). This new signature uses the correct types so that the default argument promotions caused by varargs is in spec. 2024-02-08 11:08:16 -08:00
main.c The help output for --show now mentions that a list of modes can be found in wofi(7) 2022-02-13 21:04:32 -08:00
map.c Moved the wofi api to wofi_api.h 2020-01-20 16:22:14 -08:00
match.c Fixed indentation in match.c 2022-06-28 08:11:48 -07:00
property_box.c Removed unneeded semicolons 2020-05-08 18:34:23 -07:00
utils_g.c data: will now be correctly handled 2020-07-27 23:53:29 -07:00
utils.c Extract text matching to it's own file. 2022-06-26 01:51:48 +01:00
widget_builder.c Added wofi_widget_builder_insert_text_with_list() and wofi_widget_builder_insert_image_with_list() 2022-07-04 01:16:03 -07:00
wofi.c Added wofi_exit(). This allows correct handling of custom exit status codes on non-glibc systems. This function should always be used for exiting wofi as libc exit() will no longer correctly handle error situations. 2024-02-07 18:16:11 -08:00