]> uap-core.de Git - note.git/commit
add NotebookModel + async note loader
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 22 Feb 2025 16:44:59 +0000 (17:44 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 22 Feb 2025 16:44:59 +0000 (17:44 +0100)
commitdaca0fb6cdf0d70411ec53cf2e1464abb62856b2
treeb864be91763a536794adee553ebbfde7f7a828ce
parent38bc9be9236af5e91e4f180dd1963c79349e1d0b
add NotebookModel + async note loader
13 files changed:
application/Makefile
application/application.h
application/menu.c [new file with mode: 0644]
application/menu.h [new file with mode: 0644]
application/notebook.c [new file with mode: 0644]
application/notebook.h [new file with mode: 0644]
application/store.c
application/store.h
application/store_sqlite.c
application/types.c
application/types.h
application/window.c
application/window.h