]> uap-core.de Git - note.git/commit
add ucx and toolkit code
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Thu, 5 Dec 2024 09:22:08 +0000 (10:22 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Thu, 5 Dec 2024 09:22:08 +0000 (10:22 +0100)
commitdc301960ffbb47e582c7e38861ccb5fbed089ca9
tree718294707b27f2fb9996e7f3b26de353b9127f7b
add ucx and toolkit code
316 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
application/Makefile [new file with mode: 0644]
application/main.c [new file with mode: 0644]
configure [new file with mode: 0755]
libidav/Makefile [new file with mode: 0644]
libidav/config.c [new file with mode: 0644]
libidav/config.h [new file with mode: 0644]
libidav/crypto.c [new file with mode: 0644]
libidav/crypto.h [new file with mode: 0644]
libidav/davqlexec.c [new file with mode: 0644]
libidav/davqlexec.h [new file with mode: 0644]
libidav/davqlparser.c [new file with mode: 0644]
libidav/davqlparser.h [new file with mode: 0644]
libidav/methods.c [new file with mode: 0644]
libidav/methods.h [new file with mode: 0644]
libidav/pwdstore.c [new file with mode: 0644]
libidav/pwdstore.h [new file with mode: 0644]
libidav/resource.c [new file with mode: 0644]
libidav/resource.h [new file with mode: 0644]
libidav/session.c [new file with mode: 0644]
libidav/session.h [new file with mode: 0644]
libidav/utils.c [new file with mode: 0644]
libidav/utils.h [new file with mode: 0644]
libidav/versioning.c [new file with mode: 0644]
libidav/versioning.h [new file with mode: 0644]
libidav/webdav.c [new file with mode: 0644]
libidav/webdav.h [new file with mode: 0644]
libidav/xml.c [new file with mode: 0644]
libidav/xml.h [new file with mode: 0644]
make/Makefile.mk [new file with mode: 0644]
make/cc.mk [new file with mode: 0644]
make/clang.mk [new file with mode: 0644]
make/configure.vm [new file with mode: 0644]
make/gcc.mk [new file with mode: 0644]
make/mingw.mk [new file with mode: 0644]
make/osx.mk [new file with mode: 0644]
make/package_osx.sh [new file with mode: 0644]
make/package_unix.sh [new file with mode: 0644]
make/package_windows.sh [new file with mode: 0644]
make/project.xml [new file with mode: 0644]
make/suncc.mk [new file with mode: 0644]
make/toolchain.sh [new file with mode: 0644]
make/uwproj.xsd [new file with mode: 0644]
make/vs/idav.sln [new file with mode: 0644]
make/vs/idav/app.manifest [new file with mode: 0644]
make/vs/idav/idav.vcxproj [new file with mode: 0644]
make/vs/idav/idav.vcxproj.filters [new file with mode: 0644]
make/vs/idav/packages.config [new file with mode: 0644]
make/vs/libidav/libidav.vcxproj [new file with mode: 0644]
make/vs/libidav/libidav.vcxproj.filters [new file with mode: 0644]
make/vs/testapp/app.manifest [new file with mode: 0644]
make/vs/testapp/main.c [new file with mode: 0644]
make/vs/testapp/packages.config [new file with mode: 0644]
make/vs/testapp/testapp.vcxproj [new file with mode: 0644]
make/vs/testapp/testapp.vcxproj.filters [new file with mode: 0644]
make/vs/ucx/ucx.vcxproj [new file with mode: 0644]
make/vs/ucx/ucx.vcxproj.filters [new file with mode: 0644]
make/vs/uicommon/uicommon.vcxproj [new file with mode: 0644]
make/vs/uicommon/uicommon.vcxproj.filters [new file with mode: 0644]
make/vs/vcpkg.json [new file with mode: 0644]
resource/.DS_Store [new file with mode: 0644]
resource/locales/de_DE.properties [new file with mode: 0644]
resource/locales/en_EN.properties [new file with mode: 0644]
resource/template.app/Contents/Info.plist [new file with mode: 0644]
resource/template.app/Contents/PkgInfo [new file with mode: 0644]
resource/template.app/Contents/Resources/English.lproj/InfoPlist.strings [new file with mode: 0644]
resource/template.app/Contents/Resources/English.lproj/MainMenu.nib [new file with mode: 0644]
ucx/Makefile [new file with mode: 0644]
ucx/allocator.c [new file with mode: 0644]
ucx/array_list.c [new file with mode: 0644]
ucx/buffer.c [new file with mode: 0644]
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/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/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/linked_list.c [new file with mode: 0644]
ucx/list.c [new file with mode: 0644]
ucx/map.c [new file with mode: 0644]
ucx/mempool.c [new file with mode: 0644]
ucx/printf.c [new file with mode: 0644]
ucx/string.c [new file with mode: 0644]
ucx/szmul.c [new file with mode: 0644]
ucx/tree.c [new file with mode: 0644]
ucx/utils.c [new file with mode: 0644]
ui/Makefile [new file with mode: 0644]
ui/cocoa/Makefile [new file with mode: 0644]
ui/cocoa/container.h [new file with mode: 0644]
ui/cocoa/container.m [new file with mode: 0644]
ui/cocoa/graphics.h [new file with mode: 0644]
ui/cocoa/graphics.m [new file with mode: 0644]
ui/cocoa/menu.h [new file with mode: 0644]
ui/cocoa/menu.m [new file with mode: 0644]
ui/cocoa/objs.mk [new file with mode: 0644]
ui/cocoa/resource.h [new file with mode: 0644]
ui/cocoa/resource.m [new file with mode: 0644]
ui/cocoa/stock.h [new file with mode: 0644]
ui/cocoa/stock.m [new file with mode: 0644]
ui/cocoa/text.h [new file with mode: 0644]
ui/cocoa/text.m [new file with mode: 0644]
ui/cocoa/toolbar.h [new file with mode: 0644]
ui/cocoa/toolbar.m [new file with mode: 0644]
ui/cocoa/toolkit.h [new file with mode: 0644]
ui/cocoa/toolkit.m [new file with mode: 0644]
ui/cocoa/tree.h [new file with mode: 0644]
ui/cocoa/tree.m [new file with mode: 0644]
ui/cocoa/window.h [new file with mode: 0644]
ui/cocoa/window.m [new file with mode: 0644]
ui/common/condvar.c [new file with mode: 0644]
ui/common/condvar.h [new file with mode: 0644]
ui/common/context.c [new file with mode: 0644]
ui/common/context.h [new file with mode: 0644]
ui/common/document.c [new file with mode: 0644]
ui/common/document.h [new file with mode: 0644]
ui/common/menu.c [new file with mode: 0644]
ui/common/menu.h [new file with mode: 0644]
ui/common/object.c [new file with mode: 0644]
ui/common/object.h [new file with mode: 0644]
ui/common/objs.mk [new file with mode: 0644]
ui/common/properties.c [new file with mode: 0644]
ui/common/properties.h [new file with mode: 0644]
ui/common/threadpool.c [new file with mode: 0644]
ui/common/threadpool.h [new file with mode: 0644]
ui/common/toolbar.c [new file with mode: 0644]
ui/common/toolbar.h [new file with mode: 0644]
ui/common/types.c [new file with mode: 0644]
ui/common/types.h [new file with mode: 0644]
ui/common/ucx_properties.c [new file with mode: 0644]
ui/common/ucx_properties.h [new file with mode: 0644]
ui/gtk/Makefile [new file with mode: 0644]
ui/gtk/button.c [new file with mode: 0644]
ui/gtk/button.h [new file with mode: 0644]
ui/gtk/container.c [new file with mode: 0644]
ui/gtk/container.h [new file with mode: 0644]
ui/gtk/display.c [new file with mode: 0644]
ui/gtk/display.h [new file with mode: 0644]
ui/gtk/dnd.c [new file with mode: 0644]
ui/gtk/dnd.h [new file with mode: 0644]
ui/gtk/draw_cairo.c [new file with mode: 0644]
ui/gtk/draw_cairo.h [new file with mode: 0644]
ui/gtk/draw_gdk.c [new file with mode: 0644]
ui/gtk/draw_gdk.h [new file with mode: 0644]
ui/gtk/entry.c [new file with mode: 0644]
ui/gtk/entry.h [new file with mode: 0644]
ui/gtk/graphics.c [new file with mode: 0644]
ui/gtk/graphics.h [new file with mode: 0644]
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 [new file with mode: 0644]
ui/gtk/image.c [new file with mode: 0644]
ui/gtk/image.h [new file with mode: 0644]
ui/gtk/list.c [new file with mode: 0644]
ui/gtk/list.h [new file with mode: 0644]
ui/gtk/menu.c [new file with mode: 0644]
ui/gtk/menu.h [new file with mode: 0644]
ui/gtk/objs.mk [new file with mode: 0644]
ui/gtk/range.c [new file with mode: 0644]
ui/gtk/range.h [new file with mode: 0644]
ui/gtk/text.c [new file with mode: 0644]
ui/gtk/text.h [new file with mode: 0644]
ui/gtk/toolbar.c [new file with mode: 0644]
ui/gtk/toolbar.h [new file with mode: 0644]
ui/gtk/toolkit.c [new file with mode: 0644]
ui/gtk/toolkit.h [new file with mode: 0644]
ui/gtk/window.c [new file with mode: 0644]
ui/motif/Makefile [new file with mode: 0644]
ui/motif/button.c [new file with mode: 0644]
ui/motif/button.h [new file with mode: 0644]
ui/motif/container.c [new file with mode: 0644]
ui/motif/container.h [new file with mode: 0644]
ui/motif/dnd.c [new file with mode: 0644]
ui/motif/dnd.h [new file with mode: 0644]
ui/motif/graphics.c [new file with mode: 0644]
ui/motif/graphics.h [new file with mode: 0644]
ui/motif/image.c [new file with mode: 0644]
ui/motif/image.h [new file with mode: 0644]
ui/motif/label.c [new file with mode: 0644]
ui/motif/label.h [new file with mode: 0644]
ui/motif/list.c [new file with mode: 0644]
ui/motif/list.h [new file with mode: 0644]
ui/motif/menu.c [new file with mode: 0644]
ui/motif/menu.h [new file with mode: 0644]
ui/motif/objs.mk [new file with mode: 0644]
ui/motif/range.c [new file with mode: 0644]
ui/motif/range.h [new file with mode: 0644]
ui/motif/stock.c [new file with mode: 0644]
ui/motif/stock.h [new file with mode: 0644]
ui/motif/text.c [new file with mode: 0644]
ui/motif/text.h [new file with mode: 0644]
ui/motif/toolbar.c [new file with mode: 0644]
ui/motif/toolbar.h [new file with mode: 0644]
ui/motif/toolkit.c [new file with mode: 0644]
ui/motif/toolkit.h [new file with mode: 0644]
ui/motif/tree.c [new file with mode: 0644]
ui/motif/tree.h [new file with mode: 0644]
ui/motif/window.c [new file with mode: 0644]
ui/qt/Makefile [new file with mode: 0644]
ui/qt/button.cpp [new file with mode: 0644]
ui/qt/button.h [new file with mode: 0644]
ui/qt/container.cpp [new file with mode: 0644]
ui/qt/container.h [new file with mode: 0644]
ui/qt/graphics.cpp [new file with mode: 0644]
ui/qt/graphics.h [new file with mode: 0644]
ui/qt/label.cpp [new file with mode: 0644]
ui/qt/label.h [new file with mode: 0644]
ui/qt/menu.cpp [new file with mode: 0644]
ui/qt/menu.h [new file with mode: 0644]
ui/qt/model.cpp [new file with mode: 0644]
ui/qt/model.h [new file with mode: 0644]
ui/qt/objs.mk [new file with mode: 0644]
ui/qt/qt4.pro [new file with mode: 0644]
ui/qt/stock.cpp [new file with mode: 0644]
ui/qt/stock.h [new file with mode: 0644]
ui/qt/text.cpp [new file with mode: 0644]
ui/qt/text.h [new file with mode: 0644]
ui/qt/toolbar.cpp [new file with mode: 0644]
ui/qt/toolbar.h [new file with mode: 0644]
ui/qt/toolkit.cpp [new file with mode: 0644]
ui/qt/toolkit.h [new file with mode: 0644]
ui/qt/tree.cpp [new file with mode: 0644]
ui/qt/tree.h [new file with mode: 0644]
ui/qt/window.cpp [new file with mode: 0644]
ui/qt/window.h [new file with mode: 0644]
ui/ui/button.h [new file with mode: 0644]
ui/ui/container.h [new file with mode: 0644]
ui/ui/display.h [new file with mode: 0644]
ui/ui/dnd.h [new file with mode: 0644]
ui/ui/entry.h [new file with mode: 0644]
ui/ui/graphics.h [new file with mode: 0644]
ui/ui/icons.h [new file with mode: 0644]
ui/ui/image.h [new file with mode: 0644]
ui/ui/menu.h [new file with mode: 0644]
ui/ui/properties.h [new file with mode: 0644]
ui/ui/range.h [new file with mode: 0644]
ui/ui/stock.h [new file with mode: 0644]
ui/ui/text.h [new file with mode: 0644]
ui/ui/toolbar.h [new file with mode: 0644]
ui/ui/toolkit.h [new file with mode: 0644]
ui/ui/tree.h [new file with mode: 0644]
ui/ui/ui.h [new file with mode: 0644]
ui/ui/window.h [new file with mode: 0644]
ui/winui/App.idl [new file with mode: 0644]
ui/winui/App.xaml [new file with mode: 0644]
ui/winui/App.xaml.cpp [new file with mode: 0644]
ui/winui/App.xaml.h [new file with mode: 0644]
ui/winui/Assets/LockScreenLogo.scale-200.png [new file with mode: 0644]
ui/winui/Assets/SplashScreen.scale-200.png [new file with mode: 0644]
ui/winui/Assets/Square150x150Logo.scale-200.png [new file with mode: 0644]
ui/winui/Assets/Square44x44Logo.scale-200.png [new file with mode: 0644]
ui/winui/Assets/Square44x44Logo.targetsize-24_altform-unplated.png [new file with mode: 0644]
ui/winui/Assets/StoreLogo.png [new file with mode: 0644]
ui/winui/Assets/Wide310x150Logo.scale-200.png [new file with mode: 0644]
ui/winui/MainWindow.idl [new file with mode: 0644]
ui/winui/MainWindow.xaml [new file with mode: 0644]
ui/winui/MainWindow.xaml.cpp [new file with mode: 0644]
ui/winui/MainWindow.xaml.h [new file with mode: 0644]
ui/winui/Package.appxmanifest [new file with mode: 0644]
ui/winui/app.manifest [new file with mode: 0644]
ui/winui/appmenu.cpp [new file with mode: 0644]
ui/winui/appmenu.h [new file with mode: 0644]
ui/winui/button.cpp [new file with mode: 0644]
ui/winui/button.h [new file with mode: 0644]
ui/winui/commandbar.cpp [new file with mode: 0644]
ui/winui/commandbar.h [new file with mode: 0644]
ui/winui/condvar.cpp [new file with mode: 0644]
ui/winui/condvar.h [new file with mode: 0644]
ui/winui/container.cpp [new file with mode: 0644]
ui/winui/container.h [new file with mode: 0644]
ui/winui/dnd.cpp [new file with mode: 0644]
ui/winui/dnd.h [new file with mode: 0644]
ui/winui/icons.cpp [new file with mode: 0644]
ui/winui/icons.h [new file with mode: 0644]
ui/winui/image.cpp [new file with mode: 0644]
ui/winui/image.h [new file with mode: 0644]
ui/winui/label.cpp [new file with mode: 0644]
ui/winui/label.h [new file with mode: 0644]
ui/winui/list.cpp [new file with mode: 0644]
ui/winui/list.h [new file with mode: 0644]
ui/winui/packages.config [new file with mode: 0644]
ui/winui/pch.cpp [new file with mode: 0644]
ui/winui/pch.h [new file with mode: 0644]
ui/winui/readme.txt [new file with mode: 0644]
ui/winui/stock.cpp [new file with mode: 0644]
ui/winui/stock.h [new file with mode: 0644]
ui/winui/table.cpp [new file with mode: 0644]
ui/winui/table.h [new file with mode: 0644]
ui/winui/text.cpp [new file with mode: 0644]
ui/winui/text.h [new file with mode: 0644]
ui/winui/toolkit.cpp [new file with mode: 0644]
ui/winui/toolkit.h [new file with mode: 0644]
ui/winui/util.cpp [new file with mode: 0644]
ui/winui/util.h [new file with mode: 0644]
ui/winui/window.cpp [new file with mode: 0644]
ui/winui/window.h [new file with mode: 0644]
ui/winui/winui.vcxproj [new file with mode: 0644]
ui/winui/winui.vcxproj.filters [new file with mode: 0644]