]> uap-core.de Git - note.git/commit
add md4c and update toolkit
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Wed, 5 Mar 2025 21:34:28 +0000 (22:34 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Wed, 5 Mar 2025 21:34:28 +0000 (22:34 +0100)
commitc1d2ca91f1ed5a0526eb3b976c63bbcf25897bb4
tree0d3bc2448d5c48c120345e8545b613fd7f3b24b3
parent70067a3a57810b4be7b044995383bcaffaf3feaa
add md4c and update toolkit
34 files changed:
application/Makefile
application/note.c
make/Makefile.mk
md4c/Makefile [new file with mode: 0644]
md4c/entity.c [new file with mode: 0644]
md4c/entity.h [new file with mode: 0644]
md4c/md4c-html.c [new file with mode: 0644]
md4c/md4c-html.h [new file with mode: 0644]
md4c/md4c.c [new file with mode: 0644]
md4c/md4c.h [new file with mode: 0644]
ui/common/context.c
ui/common/types.c
ui/gtk/container.c
ui/gtk/container.h
ui/gtk/text.c
ui/gtk/text.h
ui/gtk/webview.h
ui/gtk/widget.c [new file with mode: 0644]
ui/gtk/widget.h [new file with mode: 0644]
ui/motif/container.c
ui/motif/container.h
ui/motif/objs.mk
ui/motif/toolkit.c
ui/motif/widget.c [new file with mode: 0644]
ui/motif/window.c
ui/ui/container.h
ui/ui/display.h
ui/ui/toolkit.h
ui/ui/ui.h
ui/ui/widget.h [new file with mode: 0644]
ui/winui/container.cpp
ui/winui/container.h
ui/winui/toolkit.cpp
ui/winui/window.cpp