]>
| author | Olaf Wintermann <olaf.wintermann@gmail.com> | |
| Tue, 28 Oct 2025 19:46:41 +0000 (20:46 +0100) | ||
| committer | Olaf Wintermann <olaf.wintermann@gmail.com> | |
| Tue, 28 Oct 2025 19:46:41 +0000 (20:46 +0100) | ||
| commit | 297cdbb2a5637a05fc3526499b54cfcb381ccf5a | |
| tree | 8c5be24738849f55132e927f421c0644748773ba | tree | snapshot |
| parent | 390f33a0f94a47fbdc486834a0ac67d6b8b14328 | commit | diff |
| Makefile | diff | blob | history | |
| application/Makefile | diff | blob | history | |
| configure | diff | blob | history | |
| make/Makefile.mk | diff | blob | history | |
| make/configure.vm | diff | blob | history | |
| make/mingw.mk | [new file with mode: 0644] | blob |
| make/osx.mk | [new file with mode: 0644] | blob |
| make/package_osx.sh | [new file with mode: 0755] | blob |
| make/package_windows.sh | [new file with mode: 0644] | blob |
| make/project.xml | diff | blob | history | |
| make/vs/testapp/app.manifest | [new file with mode: 0644] | blob |
| make/vs/testapp/main.c | [new file with mode: 0644] | blob |
| make/vs/testapp/packages.config | [new file with mode: 0644] | blob |
| make/vs/testapp/testapp.vcxproj | [new file with mode: 0644] | blob |
| make/vs/testapp/testapp.vcxproj.filters | [new file with mode: 0644] | blob |
| make/vs/toolkit.sln | [new file with mode: 0644] | blob |
| make/vs/ucx/ucx.vcxproj | [new file with mode: 0644] | blob |
| make/vs/ucx/ucx.vcxproj.filters | [new file with mode: 0644] | blob |
| make/vs/uicommon/uicommon.vcxproj | [new file with mode: 0644] | blob |
| make/vs/uicommon/uicommon.vcxproj.filters | [new file with mode: 0644] | blob |
| make/vs/uicommon/uicommon.vcxproj.user | [new file with mode: 0644] | blob |
| make/windows.mk | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit.xcodeproj/project.pbxproj | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit.xcodeproj/project.xcworkspace/contents.xcworkspacedata | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit.xcodeproj/xcshareddata/xcschemes/toolkit.xcscheme | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit/Assets.xcassets/AccentColor.colorset/Contents.json | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit/Assets.xcassets/AppIcon.appiconset/Contents.json | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit/Assets.xcassets/Contents.json | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit/Base.lproj/MainMenu.xib | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit/main.m | [new file with mode: 0644] | blob |
| make/xcode/toolkit/toolkit/toolkit.entitlements | [new file with mode: 0644] | blob |
| ucx/Makefile | diff | blob | history | |
| ucx/allocator.c | diff | blob | history | |
| ucx/array_list.c | diff | blob | history | |
| ucx/compare.c | diff | blob | history | |
| ucx/cx/allocator.h | diff | blob | history | |
| ucx/cx/array_list.h | diff | blob | history | |
| ucx/cx/buffer.h | diff | blob | history | |
| ucx/cx/collection.h | diff | blob | history | |
| ucx/cx/common.h | diff | blob | history | |
| ucx/cx/compare.h | diff | blob | history | |
| ucx/cx/hash_key.h | diff | blob | history | |
| ucx/cx/hash_map.h | diff | blob | history | |
| ucx/cx/iterator.h | diff | blob | history | |
| ucx/cx/json.h | diff | blob | history | |
| ucx/cx/kv_list.h | [new file with mode: 0644] | blob |
| ucx/cx/linked_list.h | diff | blob | history | |
| ucx/cx/list.h | diff | blob | history | |
| ucx/cx/map.h | diff | blob | history | |
| ucx/cx/mempool.h | diff | blob | history | |
| ucx/cx/printf.h | diff | blob | history | |
| ucx/cx/properties.h | diff | blob | history | |
| ucx/cx/streams.h | diff | blob | history | |
| ucx/cx/string.h | diff | blob | history | |
| ucx/cx/test.h | diff | blob | history | |
| ucx/cx/tree.h | diff | blob | history | |
| ucx/hash_key.c | diff | blob | history | |
| ucx/hash_map.c | diff | blob | history | |
| ucx/iterator.c | diff | blob | history | |
| ucx/json.c | diff | blob | history | |
| ucx/kv_list.c | [new file with mode: 0644] | blob |
| ucx/linked_list.c | diff | blob | history | |
| ucx/list.c | diff | blob | history | |
| ucx/map.c | diff | blob | history | |
| ucx/mempool.c | diff | blob | history | |
| ucx/properties.c | diff | blob | history | |
| ucx/string.c | diff | blob | history | |
| ucx/tree.c | diff | blob | history | |
| ui/.qmake.stash | [new file with mode: 0644] | blob |
| ui/Makefile | [new file with mode: 0644] | blob |
| ui/cocoa/BoxContainer.h | [new file with mode: 0644] | blob |
| ui/cocoa/BoxContainer.m | [new file with mode: 0644] | blob |
| ui/cocoa/EventData.h | [new file with mode: 0644] | blob |
| ui/cocoa/EventData.m | [new file with mode: 0644] | blob |
| ui/cocoa/GridLayout.h | [new file with mode: 0644] | blob |
| ui/cocoa/GridLayout.m | [new file with mode: 0644] | blob |
| ui/cocoa/ListDataSource.h | [new file with mode: 0644] | blob |
| ui/cocoa/ListDataSource.m | [new file with mode: 0644] | blob |
| ui/cocoa/ListDelegate.h | [new file with mode: 0644] | blob |
| ui/cocoa/ListDelegate.m | [new file with mode: 0644] | blob |
| ui/cocoa/MainWindow.h | [new file with mode: 0644] | blob |
| ui/cocoa/MainWindow.m | [new file with mode: 0644] | blob |
| ui/cocoa/Makefile | [new file with mode: 0644] | blob |
| ui/cocoa/TabView.h | [new file with mode: 0644] | blob |
| ui/cocoa/TabView.m | [new file with mode: 0644] | blob |
| ui/cocoa/Toolbar.h | [new file with mode: 0644] | blob |
| ui/cocoa/Toolbar.m | [new file with mode: 0644] | blob |
| ui/cocoa/UiThread.h | [new file with mode: 0644] | blob |
| ui/cocoa/UiThread.m | [new file with mode: 0644] | blob |
| ui/cocoa/WindowManager.h | [new file with mode: 0644] | blob |
| ui/cocoa/WindowManager.m | [new file with mode: 0644] | blob |
| ui/cocoa/appdelegate.h | [new file with mode: 0644] | blob |
| ui/cocoa/appdelegate.m | [new file with mode: 0644] | blob |
| ui/cocoa/button.h | [new file with mode: 0644] | blob |
| ui/cocoa/button.m | [new file with mode: 0644] | blob |
| ui/cocoa/container.h | [new file with mode: 0644] | blob |
| ui/cocoa/container.m | [new file with mode: 0644] | blob |
| ui/cocoa/entry.h | [new file with mode: 0644] | blob |
| ui/cocoa/entry.m | [new file with mode: 0644] | blob |
| ui/cocoa/image.h | [new file with mode: 0644] | blob |
| ui/cocoa/image.m | [new file with mode: 0644] | blob |
| ui/cocoa/label.h | [new file with mode: 0644] | blob |
| ui/cocoa/label.m | [new file with mode: 0644] | blob |
| ui/cocoa/list.h | [new file with mode: 0644] | blob |
| ui/cocoa/list.m | [new file with mode: 0644] | blob |
| ui/cocoa/menu.h | [new file with mode: 0644] | blob |
| ui/cocoa/menu.m | [new file with mode: 0644] | blob |
| ui/cocoa/objs.mk | [new file with mode: 0644] | blob |
| ui/cocoa/text.h | [new file with mode: 0644] | blob |
| ui/cocoa/text.m | [new file with mode: 0644] | blob |
| ui/cocoa/toolkit.h | [new file with mode: 0644] | blob |
| ui/cocoa/toolkit.m | [new file with mode: 0644] | blob |
| ui/cocoa/webview.h | [new file with mode: 0644] | blob |
| ui/cocoa/webview.m | [new file with mode: 0644] | blob |
| ui/cocoa/widget.h | [new file with mode: 0644] | blob |
| ui/cocoa/widget.m | [new file with mode: 0644] | blob |
| ui/cocoa/window.h | [new file with mode: 0644] | blob |
| ui/cocoa/window.m | [new file with mode: 0644] | blob |
| ui/common/args.c | [new file with mode: 0644] | blob |
| ui/common/args.h | [new file with mode: 0644] | blob |
| ui/common/condvar.c | [new file with mode: 0644] | blob |
| ui/common/condvar.h | [new file with mode: 0644] | blob |
| ui/common/container.c | [new file with mode: 0644] | blob |
| ui/common/container.h | [new file with mode: 0644] | blob |
| ui/common/context.c | [new file with mode: 0644] | blob |
| ui/common/context.h | [new file with mode: 0644] | blob |
| ui/common/document.c | [new file with mode: 0644] | blob |
| ui/common/document.h | [new file with mode: 0644] | blob |
| ui/common/menu.c | [new file with mode: 0644] | blob |
| ui/common/menu.h | [new file with mode: 0644] | blob |
| ui/common/object.c | [new file with mode: 0644] | blob |
| ui/common/object.h | [new file with mode: 0644] | blob |
| ui/common/objs.mk | [new file with mode: 0644] | blob |
| ui/common/properties.c | [new file with mode: 0644] | blob |
| ui/common/properties.h | [new file with mode: 0644] | blob |
| ui/common/threadpool.c | [new file with mode: 0644] | blob |
| ui/common/threadpool.h | [new file with mode: 0644] | blob |
| ui/common/toolbar.c | [new file with mode: 0644] | blob |
| ui/common/toolbar.h | [new file with mode: 0644] | blob |
| ui/common/types.c | [new file with mode: 0644] | blob |
| ui/common/types.h | [new file with mode: 0644] | blob |
| ui/common/ucx_properties.c | [new file with mode: 0644] | blob |
| ui/common/ucx_properties.h | [new file with mode: 0644] | blob |
| ui/common/wrapper.c | [new file with mode: 0644] | blob |
| ui/common/wrapper.h | [new file with mode: 0644] | blob |
| ui/gtk/Makefile | [new file with mode: 0644] | blob |
| ui/gtk/button.c | [new file with mode: 0644] | blob |
| ui/gtk/button.h | [new file with mode: 0644] | blob |
| ui/gtk/container.c | [new file with mode: 0644] | blob |
| ui/gtk/container.h | [new file with mode: 0644] | blob |
| ui/gtk/display.c | [new file with mode: 0644] | blob |
| ui/gtk/display.h | [new file with mode: 0644] | blob |
| ui/gtk/dnd.c | [new file with mode: 0644] | blob |
| ui/gtk/dnd.h | [new file with mode: 0644] | blob |
| ui/gtk/draw_cairo.c | [new file with mode: 0644] | blob |
| ui/gtk/draw_cairo.h | [new file with mode: 0644] | blob |
| ui/gtk/draw_gdk.c | [new file with mode: 0644] | blob |
| ui/gtk/draw_gdk.h | [new file with mode: 0644] | blob |
| ui/gtk/entry.c | [new file with mode: 0644] | blob |
| ui/gtk/entry.h | [new file with mode: 0644] | blob |
| ui/gtk/graphics.c | [new file with mode: 0644] | blob |
| ui/gtk/graphics.h | [new file with mode: 0644] | blob |
| ui/gtk/headerbar.c | [new file with mode: 0644] | blob |
| ui/gtk/headerbar.h | [new file with mode: 0644] | blob |
| ui/gtk/icon.c | [new file with mode: 0644] | blob |
| ui/gtk/icon.h | [new file with mode: 0644] | blob |
| ui/gtk/image.c | [new file with mode: 0644] | blob |
| ui/gtk/image.h | [new file with mode: 0644] | blob |
| ui/gtk/list.c | [new file with mode: 0644] | blob |
| ui/gtk/list.h | [new file with mode: 0644] | blob |
| ui/gtk/menu.c | [new file with mode: 0644] | blob |
| ui/gtk/menu.h | [new file with mode: 0644] | blob |
| ui/gtk/objs.mk | [new file with mode: 0644] | blob |
| ui/gtk/range.c | [new file with mode: 0644] | blob |
| ui/gtk/range.h | [new file with mode: 0644] | blob |
| ui/gtk/text.c | [new file with mode: 0644] | blob |
| ui/gtk/text.h | [new file with mode: 0644] | blob |
| ui/gtk/toolbar.c | [new file with mode: 0644] | blob |
| ui/gtk/toolbar.h | [new file with mode: 0644] | blob |
| ui/gtk/toolkit.c | [new file with mode: 0644] | blob |
| ui/gtk/toolkit.h | [new file with mode: 0644] | blob |
| ui/gtk/webview.c | [new file with mode: 0644] | blob |
| ui/gtk/webview.h | [new file with mode: 0644] | blob |
| ui/gtk/widget.c | [new file with mode: 0644] | blob |
| ui/gtk/widget.h | [new file with mode: 0644] | blob |
| ui/gtk/window.c | [new file with mode: 0644] | blob |
| ui/motif/Grid.c | [new file with mode: 0644] | blob |
| ui/motif/Grid.h | [new file with mode: 0644] | blob |
| ui/motif/Makefile | [new file with mode: 0644] | blob |
| ui/motif/button.c | [new file with mode: 0644] | blob |
| ui/motif/button.h | [new file with mode: 0644] | blob |
| ui/motif/container.c | [new file with mode: 0644] | blob |
| ui/motif/container.h | [new file with mode: 0644] | blob |
| ui/motif/dnd.c | [new file with mode: 0644] | blob |
| ui/motif/dnd.h | [new file with mode: 0644] | blob |
| ui/motif/graphics.c | [new file with mode: 0644] | blob |
| ui/motif/graphics.h | [new file with mode: 0644] | blob |
| ui/motif/image.c | [new file with mode: 0644] | blob |
| ui/motif/image.h | [new file with mode: 0644] | blob |
| ui/motif/label.c | [new file with mode: 0644] | blob |
| ui/motif/label.h | [new file with mode: 0644] | blob |
| ui/motif/list.c | [new file with mode: 0644] | blob |
| ui/motif/list.h | [new file with mode: 0644] | blob |
| ui/motif/menu.c | [new file with mode: 0644] | blob |
| ui/motif/menu.h | [new file with mode: 0644] | blob |
| ui/motif/objs.mk | [new file with mode: 0644] | blob |
| ui/motif/range.c | [new file with mode: 0644] | blob |
| ui/motif/range.h | [new file with mode: 0644] | blob |
| ui/motif/stock.c | [new file with mode: 0644] | blob |
| ui/motif/stock.h | [new file with mode: 0644] | blob |
| ui/motif/text.c | [new file with mode: 0644] | blob |
| ui/motif/text.h | [new file with mode: 0644] | blob |
| ui/motif/toolbar.c | [new file with mode: 0644] | blob |
| ui/motif/toolbar.h | [new file with mode: 0644] | blob |
| ui/motif/toolkit.c | [new file with mode: 0644] | blob |
| ui/motif/toolkit.h | [new file with mode: 0644] | blob |
| ui/motif/widget.c | [new file with mode: 0644] | blob |
| ui/motif/window.c | [new file with mode: 0644] | blob |
| ui/motif/window.h | [new file with mode: 0644] | blob |
| ui/qt/Makefile | [new file with mode: 0644] | blob |
| ui/qt/button.cpp | [new file with mode: 0644] | blob |
| ui/qt/button.h | [new file with mode: 0644] | blob |
| ui/qt/container.cpp | [new file with mode: 0644] | blob |
| ui/qt/container.h | [new file with mode: 0644] | blob |
| ui/qt/entry.cpp | [new file with mode: 0644] | blob |
| ui/qt/entry.h | [new file with mode: 0644] | blob |
| ui/qt/graphics.cpp | [new file with mode: 0644] | blob |
| ui/qt/graphics.h | [new file with mode: 0644] | blob |
| ui/qt/image.cpp | [new file with mode: 0644] | blob |
| ui/qt/image.h | [new file with mode: 0644] | blob |
| ui/qt/label.cpp | [new file with mode: 0644] | blob |
| ui/qt/label.h | [new file with mode: 0644] | blob |
| ui/qt/list.cpp | [new file with mode: 0644] | blob |
| ui/qt/list.h | [new file with mode: 0644] | blob |
| ui/qt/menu.cpp | [new file with mode: 0644] | blob |
| ui/qt/menu.h | [new file with mode: 0644] | blob |
| ui/qt/model.cpp | [new file with mode: 0644] | blob |
| ui/qt/model.h | [new file with mode: 0644] | blob |
| ui/qt/objs.mk | [new file with mode: 0644] | blob |
| ui/qt/qt5.pro | [new file with mode: 0644] | blob |
| ui/qt/stock.cpp | [new file with mode: 0644] | blob |
| ui/qt/stock.h | [new file with mode: 0644] | blob |
| ui/qt/text.cpp | [new file with mode: 0644] | blob |
| ui/qt/text.h | [new file with mode: 0644] | blob |
| ui/qt/toolbar.cpp | [new file with mode: 0644] | blob |
| ui/qt/toolbar.h | [new file with mode: 0644] | blob |
| ui/qt/toolkit.cpp | [new file with mode: 0644] | blob |
| ui/qt/toolkit.h | [new file with mode: 0644] | blob |
| ui/qt/widget.cpp | [new file with mode: 0644] | blob |
| ui/qt/widget.h | [new file with mode: 0644] | blob |
| ui/qt/window.cpp | [new file with mode: 0644] | blob |
| ui/qt/window.h | [new file with mode: 0644] | blob |
| ui/ui/button.h | [new file with mode: 0644] | blob |
| ui/ui/container.h | [new file with mode: 0644] | blob |
| ui/ui/display.h | [new file with mode: 0644] | blob |
| ui/ui/dnd.h | [new file with mode: 0644] | blob |
| ui/ui/entry.h | [new file with mode: 0644] | blob |
| ui/ui/graphics.h | [new file with mode: 0644] | blob |
| ui/ui/icons.h | [new file with mode: 0644] | blob |
| ui/ui/image.h | [new file with mode: 0644] | blob |
| ui/ui/menu.h | [new file with mode: 0644] | blob |
| ui/ui/properties.h | [new file with mode: 0644] | blob |
| ui/ui/range.h | [new file with mode: 0644] | blob |
| ui/ui/stock.h | [new file with mode: 0644] | blob |
| ui/ui/text.h | [new file with mode: 0644] | blob |
| ui/ui/toolbar.h | [new file with mode: 0644] | blob |
| ui/ui/toolkit.h | [new file with mode: 0644] | blob |
| ui/ui/tree.h | [new file with mode: 0644] | blob |
| ui/ui/ui.h | [new file with mode: 0644] | blob |
| ui/ui/webview.h | [new file with mode: 0644] | blob |
| ui/ui/widget.h | [new file with mode: 0644] | blob |
| ui/ui/win32.h | [new file with mode: 0644] | blob |
| ui/ui/window.h | [new file with mode: 0644] | blob |