]> uap-core.de Git - uwplayer.git/commit
add toolkit
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 28 Oct 2025 19:46:41 +0000 (20:46 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 28 Oct 2025 19:46:41 +0000 (20:46 +0100)
commit297cdbb2a5637a05fc3526499b54cfcb381ccf5a
tree8c5be24738849f55132e927f421c0644748773ba
parent390f33a0f94a47fbdc486834a0ac67d6b8b14328
add toolkit
273 files changed:
Makefile
application/Makefile
configure
make/Makefile.mk
make/configure.vm
make/mingw.mk [new file with mode: 0644]
make/osx.mk [new file with mode: 0644]
make/package_osx.sh [new file with mode: 0755]
make/package_windows.sh [new file with mode: 0644]
make/project.xml
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/toolkit.sln [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/uicommon/uicommon.vcxproj.user [new file with mode: 0644]
make/windows.mk [new file with mode: 0644]
make/xcode/toolkit/toolkit.xcodeproj/project.pbxproj [new file with mode: 0644]
make/xcode/toolkit/toolkit.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
make/xcode/toolkit/toolkit.xcodeproj/xcshareddata/xcschemes/toolkit.xcscheme [new file with mode: 0644]
make/xcode/toolkit/toolkit/Assets.xcassets/AccentColor.colorset/Contents.json [new file with mode: 0644]
make/xcode/toolkit/toolkit/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
make/xcode/toolkit/toolkit/Assets.xcassets/Contents.json [new file with mode: 0644]
make/xcode/toolkit/toolkit/Base.lproj/MainMenu.xib [new file with mode: 0644]
make/xcode/toolkit/toolkit/main.m [new file with mode: 0644]
make/xcode/toolkit/toolkit/toolkit.entitlements [new file with mode: 0644]
ucx/Makefile
ucx/allocator.c
ucx/array_list.c
ucx/compare.c
ucx/cx/allocator.h
ucx/cx/array_list.h
ucx/cx/buffer.h
ucx/cx/collection.h
ucx/cx/common.h
ucx/cx/compare.h
ucx/cx/hash_key.h
ucx/cx/hash_map.h
ucx/cx/iterator.h
ucx/cx/json.h
ucx/cx/kv_list.h [new file with mode: 0644]
ucx/cx/linked_list.h
ucx/cx/list.h
ucx/cx/map.h
ucx/cx/mempool.h
ucx/cx/printf.h
ucx/cx/properties.h
ucx/cx/streams.h
ucx/cx/string.h
ucx/cx/test.h
ucx/cx/tree.h
ucx/hash_key.c
ucx/hash_map.c
ucx/iterator.c
ucx/json.c
ucx/kv_list.c [new file with mode: 0644]
ucx/linked_list.c
ucx/list.c
ucx/map.c
ucx/mempool.c
ucx/properties.c
ucx/string.c
ucx/tree.c
ui/.qmake.stash [new file with mode: 0644]
ui/Makefile [new file with mode: 0644]
ui/cocoa/BoxContainer.h [new file with mode: 0644]
ui/cocoa/BoxContainer.m [new file with mode: 0644]
ui/cocoa/EventData.h [new file with mode: 0644]
ui/cocoa/EventData.m [new file with mode: 0644]
ui/cocoa/GridLayout.h [new file with mode: 0644]
ui/cocoa/GridLayout.m [new file with mode: 0644]
ui/cocoa/ListDataSource.h [new file with mode: 0644]
ui/cocoa/ListDataSource.m [new file with mode: 0644]
ui/cocoa/ListDelegate.h [new file with mode: 0644]
ui/cocoa/ListDelegate.m [new file with mode: 0644]
ui/cocoa/MainWindow.h [new file with mode: 0644]
ui/cocoa/MainWindow.m [new file with mode: 0644]
ui/cocoa/Makefile [new file with mode: 0644]
ui/cocoa/TabView.h [new file with mode: 0644]
ui/cocoa/TabView.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/UiThread.h [new file with mode: 0644]
ui/cocoa/UiThread.m [new file with mode: 0644]
ui/cocoa/WindowManager.h [new file with mode: 0644]
ui/cocoa/WindowManager.m [new file with mode: 0644]
ui/cocoa/appdelegate.h [new file with mode: 0644]
ui/cocoa/appdelegate.m [new file with mode: 0644]
ui/cocoa/button.h [new file with mode: 0644]
ui/cocoa/button.m [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/entry.h [new file with mode: 0644]
ui/cocoa/entry.m [new file with mode: 0644]
ui/cocoa/image.h [new file with mode: 0644]
ui/cocoa/image.m [new file with mode: 0644]
ui/cocoa/label.h [new file with mode: 0644]
ui/cocoa/label.m [new file with mode: 0644]
ui/cocoa/list.h [new file with mode: 0644]
ui/cocoa/list.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/text.h [new file with mode: 0644]
ui/cocoa/text.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/webview.h [new file with mode: 0644]
ui/cocoa/webview.m [new file with mode: 0644]
ui/cocoa/widget.h [new file with mode: 0644]
ui/cocoa/widget.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/args.c [new file with mode: 0644]
ui/common/args.h [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/container.c [new file with mode: 0644]
ui/common/container.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/common/wrapper.c [new file with mode: 0644]
ui/common/wrapper.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/webview.c [new file with mode: 0644]
ui/gtk/webview.h [new file with mode: 0644]
ui/gtk/widget.c [new file with mode: 0644]
ui/gtk/widget.h [new file with mode: 0644]
ui/gtk/window.c [new file with mode: 0644]
ui/motif/Grid.c [new file with mode: 0644]
ui/motif/Grid.h [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/widget.c [new file with mode: 0644]
ui/motif/window.c [new file with mode: 0644]
ui/motif/window.h [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/entry.cpp [new file with mode: 0644]
ui/qt/entry.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/image.cpp [new file with mode: 0644]
ui/qt/image.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/list.cpp [new file with mode: 0644]
ui/qt/list.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/qt5.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/widget.cpp [new file with mode: 0644]
ui/qt/widget.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/webview.h [new file with mode: 0644]
ui/ui/widget.h [new file with mode: 0644]
ui/ui/win32.h [new file with mode: 0644]
ui/ui/window.h [new file with mode: 0644]