]> uap-core.de Git - mizunara.git/commit
add basic app structure
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 7 Jan 2025 21:51:08 +0000 (22:51 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 7 Jan 2025 21:51:08 +0000 (22:51 +0100)
commit376e4e51dcdeb3fabe7031c5f6388ac17ed0b030
tree75002df3fa13978714fb677e41ff7472efc03324
parent14cc525e11c404b36650bb901948f7823ea86179
add basic app structure
191 files changed:
configure
libidav/Makefile
libidav/config.c [new file with mode: 0644]
libidav/config.h [new file with mode: 0644]
libidav/crypto.c
libidav/crypto.h
libidav/davqlexec.c
libidav/davqlexec.h
libidav/davqlparser.c
libidav/davqlparser.h
libidav/methods.c
libidav/methods.h
libidav/pwdstore.c [new file with mode: 0644]
libidav/pwdstore.h [new file with mode: 0644]
libidav/resource.c
libidav/resource.h
libidav/session.c
libidav/session.h
libidav/utils.c
libidav/utils.h
libidav/versioning.c
libidav/webdav.c
libidav/webdav.h
libidav/xml.c
libidav/xml.h
make/cc.mk [new file with mode: 0644]
make/clang.mk
make/configure.vm
make/gcc.mk
make/mingw.mk [deleted file]
make/project.xml
make/suncc.mk
make/uwproj.xsd
make/windows.mk [deleted file]
mizucp/Makefile
mizucp/main.c
mizucp/main.h
mizucp/srvctrl.c
mizucp/srvctrl.h
mizunara/Makefile
mizunara/application.c [new file with mode: 0644]
mizunara/application.h [new file with mode: 0644]
mizunara/filebrowser.c [moved from ui/motif/dnd.c with 79% similarity]
mizunara/filebrowser.h [moved from ui/motif/range.h with 75% similarity]
mizunara/main.c
mizunara/main.h [moved from ui/motif/dnd.h with 92% similarity]
mizunara/menu.c
mizunara/menu.h
mizunara/window.c [new file with mode: 0644]
mizunara/window.h [moved from ui/motif/label.h with 86% similarity]
ucx/Makefile
ucx/allocator.c
ucx/array_list.c [new file with mode: 0644]
ucx/buffer.c
ucx/compare.c [new file with mode: 0644]
ucx/cx/allocator.h [new file with mode: 0644]
ucx/cx/array_list.h [new file with mode: 0644]
ucx/cx/buffer.h [new file with mode: 0644]
ucx/cx/collection.h [new file with mode: 0644]
ucx/cx/common.h [new file with mode: 0644]
ucx/cx/common.h.orig [new file with mode: 0644]
ucx/cx/compare.h [new file with mode: 0644]
ucx/cx/hash_key.h [new file with mode: 0644]
ucx/cx/hash_map.h [new file with mode: 0644]
ucx/cx/iterator.h [new file with mode: 0644]
ucx/cx/json.h [new file with mode: 0644]
ucx/cx/linked_list.h [new file with mode: 0644]
ucx/cx/list.h [new file with mode: 0644]
ucx/cx/map.h [new file with mode: 0644]
ucx/cx/mempool.h [new file with mode: 0644]
ucx/cx/printf.h [new file with mode: 0644]
ucx/cx/properties.h [new file with mode: 0644]
ucx/cx/streams.h [new file with mode: 0644]
ucx/cx/string.h [new file with mode: 0644]
ucx/cx/test.h [new file with mode: 0644]
ucx/cx/tree.h [new file with mode: 0644]
ucx/cx/utils.h [new file with mode: 0644]
ucx/hash_key.c [new file with mode: 0644]
ucx/hash_map.c [new file with mode: 0644]
ucx/iterator.c [new file with mode: 0644]
ucx/json.c [new file with mode: 0644]
ucx/linked_list.c [new file with mode: 0644]
ucx/list.c
ucx/map.c
ucx/mempool.c
ucx/printf.c [new file with mode: 0644]
ucx/properties.c
ucx/streams.c [moved from ui/motif/list.h with 51% similarity]
ucx/string.c
ucx/szmul.c [new file with mode: 0644]
ucx/tree.c [new file with mode: 0644]
ucx/ucx/allocator.h [deleted file]
ucx/ucx/array.h [deleted file]
ucx/ucx/avl.h [deleted file]
ucx/ucx/buffer.h [deleted file]
ucx/ucx/list.h [deleted file]
ucx/ucx/logging.h [deleted file]
ucx/ucx/map.h [deleted file]
ucx/ucx/mempool.h [deleted file]
ucx/ucx/stack.h [deleted file]
ucx/ucx/string.h [deleted file]
ucx/ucx/test.h [deleted file]
ucx/ucx/ucx.h [deleted file]
ucx/ucx/utils.h [deleted file]
ui/Makefile
ui/common/condvar.c [moved from ui/motif/label.c with 57% similarity]
ui/common/condvar.h [new file with mode: 0644]
ui/common/context.c
ui/common/context.h
ui/common/document.c
ui/common/menu.c [new file with mode: 0644]
ui/common/menu.h [moved from ui/motif/menu.h with 55% similarity]
ui/common/object.c
ui/common/object.h
ui/common/objs.mk
ui/common/properties.c
ui/common/properties.h
ui/common/threadpool.c [new file with mode: 0644]
ui/common/threadpool.h [moved from ui/motif/toolkit.h with 58% similarity]
ui/common/toolbar.c [new file with mode: 0644]
ui/common/toolbar.h [moved from ui/motif/graphics.h with 51% similarity]
ui/common/types.c
ui/common/types.h
ui/common/ucx_properties.c [new file with mode: 0644]
ui/common/ucx_properties.h [moved from ucx/ucx/properties.h with 91% similarity]
ui/gtk/button.c
ui/gtk/button.h
ui/gtk/container.c
ui/gtk/container.h
ui/gtk/display.c
ui/gtk/display.h
ui/gtk/dnd.c
ui/gtk/dnd.h
ui/gtk/draw_cairo.c
ui/gtk/entry.c
ui/gtk/entry.h
ui/gtk/graphics.c
ui/gtk/headerbar.c [new file with mode: 0644]
ui/gtk/headerbar.h [new file with mode: 0644]
ui/gtk/icon.c [new file with mode: 0644]
ui/gtk/icon.h [moved from ui/motif/stock.h with 74% similarity]
ui/gtk/image.c
ui/gtk/image.h
ui/gtk/list.c [new file with mode: 0644]
ui/gtk/list.h [new file with mode: 0644]
ui/gtk/menu.c
ui/gtk/menu.h
ui/gtk/objs.mk
ui/gtk/range.c
ui/gtk/text.c
ui/gtk/text.h
ui/gtk/toolbar.c
ui/gtk/toolbar.h
ui/gtk/toolkit.c
ui/gtk/toolkit.h
ui/gtk/window.c
ui/motif/Makefile [deleted file]
ui/motif/button.c [deleted file]
ui/motif/container.c [deleted file]
ui/motif/container.h [deleted file]
ui/motif/graphics.c [deleted file]
ui/motif/image.c [deleted file]
ui/motif/image.h [deleted file]
ui/motif/list.c [deleted file]
ui/motif/menu.c [deleted file]
ui/motif/objs.mk [deleted file]
ui/motif/range.c [deleted file]
ui/motif/stock.c [deleted file]
ui/motif/text.c [deleted file]
ui/motif/text.h [deleted file]
ui/motif/toolbar.c [deleted file]
ui/motif/toolbar.h [deleted file]
ui/motif/toolkit.c [deleted file]
ui/motif/tree.c [deleted file]
ui/motif/tree.h [deleted file]
ui/motif/window.c [deleted file]
ui/ui/button.h
ui/ui/container.h
ui/ui/display.h
ui/ui/dnd.h
ui/ui/entry.h
ui/ui/icons.h [moved from ui/motif/button.h with 50% similarity]
ui/ui/image.h
ui/ui/menu.h
ui/ui/properties.h
ui/ui/text.h
ui/ui/toolbar.h
ui/ui/toolkit.h
ui/ui/tree.h
ui/ui/ui.h
ui/ui/window.h