]> uap-core.de Git - mizunara.git/commit
adjust UI code to new toolkit version
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 19 Jul 2025 19:20:29 +0000 (21:20 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 19 Jul 2025 19:20:29 +0000 (21:20 +0200)
commit8f4976780f683dc436c3098e36113ee3ad5119d9
treeaedc8675a19e507b9a34446ab0c49f87b81a84df
parent7eade40148123a6e766944fcb432c745f23621a8
adjust UI code to new toolkit version
86 files changed:
configure
make/Makefile.mk
make/cc.mk
make/clang.mk
make/configure.vm
make/gcc.mk
make/project.xml
make/suncc.mk
make/toolchain.sh
make/uwproj.xsd
mizunara/Makefile
mizunara/window.c
mizunara/window.h
ucx/Makefile
ucx/allocator.c
ucx/array_list.c
ucx/buffer.c
ucx/cx/allocator.h
ucx/cx/array_list.h
ucx/cx/buffer.h
ucx/cx/common.h
ucx/cx/hash_map.h
ucx/cx/linked_list.h
ucx/cx/list.h
ucx/cx/mempool.h
ucx/cx/printf.h
ucx/cx/properties.h
ucx/cx/string.h
ucx/cx/tree.h
ucx/json.c
ucx/linked_list.c
ucx/list.c
ucx/mempool.c
ucx/printf.c
ucx/properties.c
ucx/streams.c
ucx/string.c
ucx/tree.c
ui/Makefile
ui/common/args.c [new file with mode: 0644]
ui/common/args.h [new file with mode: 0644]
ui/common/context.c
ui/common/context.h
ui/common/document.c
ui/common/menu.c
ui/common/object.c
ui/common/object.h
ui/common/objs.mk
ui/common/threadpool.c
ui/common/toolbar.c
ui/common/types.c
ui/common/types.h
ui/common/wrapper.c [new file with mode: 0644]
ui/common/wrapper.h [new file with mode: 0644]
ui/gtk/Makefile
ui/gtk/button.c
ui/gtk/container.c
ui/gtk/container.h
ui/gtk/display.c
ui/gtk/entry.c
ui/gtk/graphics.c
ui/gtk/image.c
ui/gtk/list.c
ui/gtk/list.h
ui/gtk/menu.c
ui/gtk/range.c
ui/gtk/text.c
ui/gtk/toolbar.c
ui/gtk/toolkit.c
ui/gtk/toolkit.h
ui/gtk/webview.c
ui/gtk/widget.c
ui/gtk/window.c
ui/ui/button.h
ui/ui/container.h
ui/ui/display.h
ui/ui/entry.h
ui/ui/icons.h
ui/ui/image.h
ui/ui/menu.h
ui/ui/text.h
ui/ui/toolbar.h
ui/ui/toolkit.h
ui/ui/tree.h
ui/ui/webview.h
ui/ui/widget.h