]> uap-core.de Git - note.git/commit
use ui_splitview_window instead of manually creating a splitview
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 19 Oct 2025 19:10:51 +0000 (21:10 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 19 Oct 2025 19:10:51 +0000 (21:10 +0200)
commit02cdb41abbcb1391cd4e45041df980edd99903f3
tree2b722448002ccfdf0ae1cd886546472db072fb8a
parentbe6c7473c3241bde1363058ecafc2c25e4a27dfa
use ui_splitview_window instead of manually creating a splitview
161 files changed:
application/application.h
application/menu.c
application/window.c
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/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/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
ui/cocoa/BoxContainer.h [new file with mode: 0644]
ui/cocoa/BoxContainer.m [new file with mode: 0644]
ui/cocoa/EventData.m
ui/cocoa/GridLayout.h
ui/cocoa/GridLayout.m
ui/cocoa/MainWindow.h
ui/cocoa/MainWindow.m
ui/cocoa/TabView.h [new file with mode: 0644]
ui/cocoa/TabView.m [new file with mode: 0644]
ui/cocoa/Toolbar.m
ui/cocoa/button.h
ui/cocoa/button.m
ui/cocoa/container.h
ui/cocoa/container.m
ui/cocoa/entry.h [new file with mode: 0644]
ui/cocoa/entry.m [new file with mode: 0644]
ui/cocoa/label.m
ui/cocoa/list.h
ui/cocoa/list.m
ui/cocoa/objs.mk
ui/cocoa/text.m
ui/cocoa/toolkit.h
ui/cocoa/toolkit.m
ui/cocoa/widget.h [new file with mode: 0644]
ui/cocoa/widget.m [new file with mode: 0644]
ui/cocoa/window.h
ui/cocoa/window.m
ui/common/args.c
ui/common/args.h
ui/common/container.c [new file with mode: 0644]
ui/common/container.h [new file with mode: 0644]
ui/common/context.c
ui/common/context.h
ui/common/document.c
ui/common/document.h
ui/common/menu.c
ui/common/menu.h
ui/common/object.c
ui/common/object.h
ui/common/objs.mk
ui/common/properties.c
ui/common/toolbar.c
ui/common/types.c
ui/common/wrapper.c
ui/common/wrapper.h
ui/gtk/button.c
ui/gtk/button.h
ui/gtk/container.c
ui/gtk/container.h
ui/gtk/display.c
ui/gtk/draw_cairo.c
ui/gtk/draw_cairo.h
ui/gtk/entry.c
ui/gtk/graphics.c
ui/gtk/graphics.h
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/menu.h
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/motif/Grid.c
ui/motif/Grid.h
ui/motif/button.c
ui/motif/container.c
ui/motif/container.h
ui/motif/label.c
ui/motif/list.c
ui/motif/menu.c
ui/motif/text.c
ui/motif/toolkit.c
ui/motif/widget.c
ui/qt/Makefile
ui/qt/button.cpp
ui/qt/container.cpp
ui/qt/container.h
ui/qt/entry.cpp
ui/qt/label.cpp
ui/qt/list.cpp
ui/qt/text.cpp
ui/qt/toolkit.cpp
ui/qt/widget.cpp
ui/qt/window.cpp
ui/ui/button.h
ui/ui/container.h
ui/ui/display.h
ui/ui/entry.h
ui/ui/graphics.h
ui/ui/image.h
ui/ui/menu.h
ui/ui/properties.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
ui/ui/win32.h [new file with mode: 0644]
ui/ui/window.h
ui/win32/button.c
ui/win32/button.h
ui/win32/container.c
ui/win32/container.h
ui/win32/grid.c
ui/win32/grid.h
ui/win32/objs.mk
ui/win32/toolkit.c
ui/win32/toolkit.h
ui/win32/widget.c [new file with mode: 0644]
ui/win32/widget.h [new file with mode: 0644]
ui/win32/win32.c [new file with mode: 0644]
ui/win32/win32.h [new file with mode: 0644]
ui/win32/window.c
ui/win32/window.h
ui/winui/toolkit.cpp