]> uap-core.de Git - note.git/commit
implement note selection
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 23 Feb 2025 13:22:45 +0000 (14:22 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 23 Feb 2025 13:22:45 +0000 (14:22 +0100)
commit45dbb5c6eb592ded2decc4063f7c295c182e8c28
tree95623da6e480e43559984fb1dc5761cb156e6288
parent6bfa9864916ed3c10a36752645861297dfed2371
implement note selection
63 files changed:
application/Makefile
application/application.h
application/note.c [new file with mode: 0644]
application/note.h [new file with mode: 0644]
application/notebook.c
application/notebook.h
application/types.c
application/types.h
application/window.c
application/window.h
configure
libidav/config.c
libidav/davqlexec.c
libidav/methods.c
libidav/pwdstore.c
libidav/resource.c
libidav/session.c
libidav/utils.c
libidav/webdav.c
make/project.xml
ucx/allocator.c
ucx/array_list.c
ucx/buffer.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/linked_list.h
ucx/cx/list.h
ucx/cx/map.h
ucx/cx/mempool.h
ucx/cx/printf.h
ucx/cx/properties.h
ucx/cx/streams.h
ucx/cx/string.h
ucx/cx/tree.h
ucx/hash_map.c
ucx/json.c
ucx/linked_list.c
ucx/list.c
ucx/map.c
ucx/properties.c
ucx/string.c
ucx/tree.c
ucx/utils.c [deleted file]
ui/cocoa/window.m
ui/common/context.c
ui/common/document.c
ui/common/types.c
ui/common/ucx_properties.c
ui/gtk/container.c
ui/gtk/webview.c
ui/gtk/webview.h
ui/gtk/window.c
ui/motif/window.c
ui/ui/webview.h
ui/winui/window.cpp