]> uap-core.de Git - note.git/commit
fix build with newest toolkit version
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 13 Dec 2025 14:43:55 +0000 (15:43 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 13 Dec 2025 14:43:55 +0000 (15:43 +0100)
commit9085f01e89bf6a8007e7df1d98b49727c979fcbe
tree755c22f6893889f681818ae4769685558555eb5d
parent6c461288e503fb14b659401250556e99b7819131
fix build with newest toolkit version
109 files changed:
application/attachment.c
application/gtk-text.c
application/menu.c
application/nbconfig.c
application/note.c
application/notebook.c
application/window.c
ucx/allocator.c
ucx/buffer.c
ucx/cx/allocator.h
ucx/cx/buffer.h
ucx/cx/common.h
ucx/cx/json.h
ucx/cx/properties.h
ucx/cx/tree.h
ucx/json.c
ucx/kv_list.c
ucx/properties.c
ucx/tree.c
ui/cocoa/ListDataSource.h
ui/cocoa/list.h
ui/cocoa/list.m
ui/cocoa/toolkit.m
ui/cocoa/window.m
ui/common/app.c [new file with mode: 0644]
ui/common/app.h [new file with mode: 0644]
ui/common/args.c
ui/common/args.h
ui/common/context.c
ui/common/context.h
ui/common/menu.c
ui/common/menu.h
ui/common/message.c
ui/common/message.h
ui/common/objs.mk
ui/common/properties.c
ui/common/threadpool.c
ui/common/toolbar.c
ui/common/toolbar.h
ui/common/types.c
ui/common/utils.c
ui/common/utils.h
ui/common/wrapper.h
ui/gtk/button.c
ui/gtk/container.c
ui/gtk/container.h
ui/gtk/entry.c
ui/gtk/graphics.c
ui/gtk/headerbar.c
ui/gtk/headerbar.h
ui/gtk/image.c
ui/gtk/list.c
ui/gtk/list.h
ui/gtk/menu.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/widget.h
ui/gtk/window.c
ui/motif/button.c
ui/motif/entry.c
ui/motif/list.c
ui/motif/list.h
ui/motif/menu.c
ui/motif/objs.mk
ui/motif/text.c
ui/motif/toolbar.c
ui/motif/toolkit.c
ui/motif/window.c
ui/qt/container.cpp
ui/qt/container.h
ui/qt/list.cpp
ui/qt/list.h
ui/qt/menu.cpp
ui/qt/model.cpp
ui/qt/model.h
ui/qt/qt5.pro
ui/qt/toolbar.cpp
ui/qt/toolkit.cpp
ui/qt/window.cpp
ui/ui/button.h
ui/ui/container.h
ui/ui/entry.h
ui/ui/image.h
ui/ui/list.h [new file with mode: 0644]
ui/ui/menu.h
ui/ui/properties.h
ui/ui/text.h
ui/ui/toolbar.h
ui/ui/toolkit.h
ui/ui/ui.h
ui/ui/webview.h
ui/ui/window.h
ui/win32/list.c
ui/win32/list.h
ui/win32/menu.c [new file with mode: 0644]
ui/win32/menu.h [new file with mode: 0644]
ui/win32/objs.mk
ui/win32/toolkit.c
ui/win32/window.c
ui/winui/list.h
ui/winui/table.h
ui/winui/toolkit.cpp
ui/winui/window.cpp
ui/winui/winui.vcxproj
ui/winui/winui.vcxproj.filters