]> uap-core.de Git - note.git/commit
add LockManager, set note textarea to readonly when the same note is already opened
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 14 Jun 2026 09:19:12 +0000 (11:19 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 14 Jun 2026 09:19:12 +0000 (11:19 +0200)
commit35526fb8ce5199e325bad0c8237ccd2cf82c7e6e
tree8dc8f68d6c294773304e13526ca6dfd5a8109ff6
parentd792a70e51a1bfcd6ce6b2662d4374db6064251c
add LockManager, set note textarea to readonly when the same note is already opened
15 files changed:
application/src/backend.rs
application/src/lockmanager.rs [new file with mode: 0644]
application/src/main.rs
application/src/note.rs
application/src/notebook.rs
application/src/window.rs
ui-rs/src/ui/toolkit.rs
ui/common/action.c
ui/common/context.c
ui/common/context.h
ui/common/document.c
ui/common/types.c
ui/gtk/text.c
ui/gtk/text.h
ui/ui/toolkit.h