add single instance mode default
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 8 Jul 2023 13:51:26 +0000 (15:51 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 8 Jul 2023 13:51:26 +0000 (15:51 +0200)
commit01d5015ba093f8c5fdb18b669943c7da6450e72f
tree31d381eec56823fe33dde7b70b7df9e33260c341
parent5cb490b04836ef624cdd0ba975ee5c2ff2e51a23
add single instance mode
39 files changed:
application/Fsb.c
application/main.c
application/playlist.c
application/playlist.h
application/properties.c
application/settings.c
application/settings.h
application/window.c
application/window.h
ucx/Makefile
ucx/allocator.c
ucx/array_list.c
ucx/buffer.c
ucx/compare.c
ucx/cx/allocator.h
ucx/cx/array_list.h
ucx/cx/buffer.h
ucx/cx/collection.h [new file with mode: 0644]
ucx/cx/common.h
ucx/cx/hash_key.h
ucx/cx/hash_map.h
ucx/cx/iterator.h
ucx/cx/linked_list.h
ucx/cx/list.h
ucx/cx/map.h
ucx/cx/mempool.h
ucx/cx/printf.h
ucx/cx/string.h
ucx/cx/utils.h
ucx/hash_key.c
ucx/hash_map.c
ucx/linked_list.c
ucx/list.c
ucx/map.c [new file with mode: 0644]
ucx/mempool.c [new file with mode: 0644]
ucx/printf.c
ucx/string.c
ucx/tree.c [deleted file]
ucx/utils.c