]> uap-core.de Git - note.git/commit
add empty window
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 17 Dec 2024 20:25:25 +0000 (21:25 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Tue, 17 Dec 2024 20:25:25 +0000 (21:25 +0100)
commit1c1775482be98bed247efa2a50e86e66d9d16333
treeac03729f356083d6b467a63b2d84de10b54248fc
parent20266e8c7587b0877da30684bc221ee5f186b508
add empty window
135 files changed:
application/Makefile
application/application.c [new file with mode: 0644]
application/application.h [new file with mode: 0644]
application/main.c
application/window.c [new file with mode: 0644]
application/window.h [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/MainWindow.h [new file with mode: 0644]
ui/cocoa/MainWindow.m [new file with mode: 0644]
ui/cocoa/Makefile
ui/cocoa/UiJob.h [new file with mode: 0644]
ui/cocoa/UiJob.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
ui/cocoa/container.m
ui/cocoa/objs.mk
ui/cocoa/toolkit.h
ui/cocoa/toolkit.m
ui/cocoa/window.h
ui/cocoa/window.m
ui/common/condvar.c
ui/common/context.c
ui/common/menu.c
ui/common/menu.h
ui/common/object.c
ui/common/object.h
ui/common/threadpool.c
ui/common/threadpool.h
ui/gtk/button.c
ui/gtk/container.c
ui/gtk/list.c
ui/gtk/list.h
ui/gtk/text.c
ui/gtk/text.h
ui/gtk/toolkit.c
ui/gtk/toolkit.h
ui/gtk/window.c
ui/motif/Grid.c [new file with mode: 0644]
ui/motif/Grid.h [new file with mode: 0644]
ui/motif/button.c
ui/motif/button.h
ui/motif/container.c
ui/motif/container.h
ui/motif/dnd.c
ui/motif/graphics.c
ui/motif/graphics.h
ui/motif/image.c
ui/motif/label.c
ui/motif/list.c
ui/motif/list.h
ui/motif/menu.c
ui/motif/menu.h
ui/motif/objs.mk
ui/motif/range.c
ui/motif/range.h
ui/motif/stock.c
ui/motif/stock.h
ui/motif/text.c
ui/motif/text.h
ui/motif/toolbar.c
ui/motif/toolbar.h
ui/motif/toolkit.c
ui/motif/toolkit.h
ui/motif/window.c
ui/motif/window.h [new file with mode: 0644]
ui/ui/container.h
ui/ui/text.h
ui/ui/toolkit.h
ui/ui/tree.h
ui/ui/window.h
ui/wpf/Makefile [new file with mode: 0644]
ui/wpf/UIcore/Application.cs [new file with mode: 0644]
ui/wpf/UIcore/Container.cs [new file with mode: 0644]
ui/wpf/UIcore/Controls.cs [new file with mode: 0644]
ui/wpf/UIcore/DrawingArea.cs [new file with mode: 0644]
ui/wpf/UIcore/MainToolBar.cs [new file with mode: 0644]
ui/wpf/UIcore/Menu.cs [new file with mode: 0644]
ui/wpf/UIcore/Properties/AssemblyInfo.cs [new file with mode: 0644]
ui/wpf/UIcore/TextArea.cs [new file with mode: 0644]
ui/wpf/UIcore/Toolkit.cs [new file with mode: 0644]
ui/wpf/UIcore/UIcore.csproj [new file with mode: 0644]
ui/wpf/UIcore/Window.cs [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper.sln [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper.v12.suo [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/AssemblyInfo.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/ReadMe.txt [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/Stdafx.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/Stdafx.h [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/UIwrapper.vcxproj [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/UIwrapper.vcxproj.filters [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/UIwrapper.vcxproj.user [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/app.ico [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/app.rc [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/container.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/container.h [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/controls.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/controls.h [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/graphics.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/graphics.h [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/menu.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/menu.h [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/resource.h [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/toolbar.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/toolbar.h [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/toolkit.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/toolkit.h [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/window.cpp [new file with mode: 0644]
ui/wpf/UIwrapper/UIwrapper/window.h [new file with mode: 0644]
ui/wpf/button.c [new file with mode: 0644]
ui/wpf/button.h [new file with mode: 0644]
ui/wpf/container.c [new file with mode: 0644]
ui/wpf/container.h [new file with mode: 0644]
ui/wpf/graphics.c [new file with mode: 0644]
ui/wpf/graphics.h [new file with mode: 0644]
ui/wpf/label.c [new file with mode: 0644]
ui/wpf/label.h [new file with mode: 0644]
ui/wpf/menu.c [new file with mode: 0644]
ui/wpf/menu.h [new file with mode: 0644]
ui/wpf/objs.mk [new file with mode: 0644]
ui/wpf/text.c [new file with mode: 0644]
ui/wpf/text.h [new file with mode: 0644]
ui/wpf/toolbar.c [new file with mode: 0644]
ui/wpf/toolbar.h [new file with mode: 0644]
ui/wpf/toolkit.c [new file with mode: 0644]
ui/wpf/toolkit.h [new file with mode: 0644]
ui/wpf/window.c [new file with mode: 0644]
ui/wpf/window.h [new file with mode: 0644]