]> uap-core.de Git - note.git/commit
update UI: change fill parameter
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 19 Jul 2025 18:34:55 +0000 (20:34 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 19 Jul 2025 18:34:55 +0000 (20:34 +0200)
commita9d31b8236c97a12d4c9ebd683979d5fded190aa
treef8179a8c5e0ab2a098ffaf1268fe99a7e58a2292
parent6b15e84dfe3b259bb4399d0754261fdefd5c523a
update UI: change fill parameter
65 files changed:
application/nbconfig.c
application/window.c
application/window.h
ucx/mempool.c
ui/cocoa/container.h
ui/common/args.c
ui/common/args.h
ui/common/document.c
ui/common/object.c
ui/common/threadpool.c
ui/common/types.c
ui/common/wrapper.c
ui/common/wrapper.h
ui/gtk/button.c
ui/gtk/container.c
ui/gtk/container.h
ui/gtk/display.c
ui/gtk/entry.c
ui/gtk/graphics.c
ui/gtk/image.c
ui/gtk/list.c
ui/gtk/menu.c
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/button.c
ui/motif/container.h
ui/motif/list.c
ui/motif/text.c
ui/motif/toolkit.c
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/menu.cpp
ui/qt/model.cpp
ui/qt/text.cpp
ui/qt/toolbar.cpp
ui/qt/toolkit.cpp
ui/qt/widget.cpp
ui/ui/button.h
ui/ui/container.h
ui/ui/display.h
ui/ui/entry.h
ui/ui/image.h
ui/ui/text.h
ui/ui/toolkit.h
ui/ui/tree.h
ui/ui/widget.h
ui/win32/Makefile
ui/win32/button.c [new file with mode: 0644]
ui/win32/button.h [new file with mode: 0644]
ui/win32/container.c [new file with mode: 0644]
ui/win32/container.h [new file with mode: 0644]
ui/win32/grid.c [new file with mode: 0644]
ui/win32/grid.h [new file with mode: 0644]
ui/win32/objs.mk
ui/win32/window.c