| 32 hours ago |
Olaf Wintermann | add note version check, when trying to open a note |
commit | commitdiff | tree | snapshot |
| 33 hours ago |
Olaf Wintermann | switch to Rust 2024 |
commit | commitdiff | tree | snapshot |
| 34 hours ago |
Olaf Wintermann | add version number to notes and check version when... |
commit | commitdiff | tree | snapshot |
| 39 hours ago |
Olaf Wintermann | unlock notes when the parent notebook is detached |
commit | commitdiff | tree | snapshot |
| 40 hours ago |
Olaf Wintermann | add LockManager, set note textarea to readonly when... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Olaf Wintermann | add UiContext onattach/ondetach callbacks |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Olaf Wintermann | hide note list on activate events |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Olaf Wintermann | only attach notes when they are not already selected |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Olaf Wintermann | make obj in ActionEvents mutable |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Olaf Wintermann | add extended splitview window API |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Olaf Wintermann | implement toolbar item states arg |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Olaf Wintermann | only focus the note textarea, when a new note is created |
commit | commitdiff | tree | snapshot |
| 5 days ago |
Olaf Wintermann | add main menu, add separate app init method |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Olaf Wintermann | broadcast new notes to all windows |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Olaf Wintermann | simplify note title updates |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Olaf Wintermann | standardise default note title |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Olaf Wintermann | add add_action_untyped, prepare textarea focus on note... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Olaf Wintermann | only save notes when they were modified |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Olaf Wintermann | save notes when another notebook is selected |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Olaf Wintermann | update app notebooklist when it changes |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Olaf Wintermann | add possibility to implement actions globally for the... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Olaf Wintermann | Merge branch 'main' of https://uap-core.de/git/note |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Olaf Wintermann | add support for multiple app windows |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Olaf Wintermann | fix new notes are not always selected |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Olaf Wintermann | toolkit update: fix note title updates |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Olaf Wintermann | fix some warnings |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Olaf Wintermann | add note selections to the navigation stack |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Olaf Wintermann | add navigation stack |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Olaf Wintermann | add support for actions with typed arguments |
commit | commitdiff | tree | snapshot |
| 11 days ago |
Olaf Wintermann | save selection when switching notebooks |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Olaf Wintermann | fix some cocoa stuff |
commit | commitdiff | tree | snapshot |
| 13 days ago |
Olaf Wintermann | replace gtk specific icon names with enum values |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
Olaf Wintermann | change sourcelist item type to NotebookItem, that also... |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
Olaf Wintermann | store note_id, content_id after a note is saved |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
Olaf Wintermann | implement new_note |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
Olaf Wintermann | move content loading to the note module |
commit | commitdiff | tree | snapshot |
| 2026-05-30 |
Olaf Wintermann | remove unused load_note method |
commit | commitdiff | tree | snapshot |
| 2026-05-30 |
Olaf Wintermann | change notelist type to NoteItem, that includes the... |
commit | commitdiff | tree | snapshot |
| 2026-05-30 |
Olaf Wintermann | simplify note title change detection |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
Olaf Wintermann | fix note title updates using not the current note content |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
Olaf Wintermann | update notes list when a note title is changed |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
Olaf Wintermann | add backend reference to the note view model |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
Olaf Wintermann | remove broadcast receiver from BackendHandle |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
Olaf Wintermann | detect note title changes |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
Olaf Wintermann | save notes when exiting the application |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
Olaf Wintermann | separate note_content from note |
commit | commitdiff | tree | snapshot |
| 2026-05-28 |
Olaf Wintermann | fix note save |
commit | commitdiff | tree | snapshot |
| 2026-05-26 |
Olaf Wintermann | handle cstr.is_null in UiString/UiText get methods |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
Olaf Wintermann | prepare note save |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
Olaf Wintermann | add UiDoc reference to UiDocProxy callback |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
Olaf Wintermann | switch right-panel tabview when selecting notes |
commit | commitdiff | tree | snapshot |
| 2026-05-24 |
Olaf Wintermann | handle note selection, load notes when they are selected |
commit | commitdiff | tree | snapshot |
| 2026-05-23 |
Olaf Wintermann | add listview/tableview callbacks |
commit | commitdiff | tree | snapshot |
| 2026-05-22 |
Olaf Wintermann | fix UiContext detach |
commit | commitdiff | tree | snapshot |
| 2026-05-22 |
Olaf Wintermann | implement notes loading in the notebook ui model |
commit | commitdiff | tree | snapshot |
| 2026-05-22 |
Olaf Wintermann | add UiDocRef |
commit | commitdiff | tree | snapshot |
| 2026-05-22 |
Olaf Wintermann | add UiDocProxy |
commit | commitdiff | tree | snapshot |
| 2026-05-22 |
Olaf Wintermann | add note table to migration |
commit | commitdiff | tree | snapshot |
| 2026-05-22 |
Olaf Wintermann | improve backend shutdown |
commit | commitdiff | tree | snapshot |
| 2026-05-21 |
Olaf Wintermann | add get_notes backend function |
commit | commitdiff | tree | snapshot |
| 2026-05-21 |
Olaf Wintermann | selecting notebooks attaches a Notebook model to the... |
commit | commitdiff | tree | snapshot |
| 2026-05-21 |
Olaf Wintermann | implement SubList event type |
commit | commitdiff | tree | snapshot |
| 2026-05-21 |
Olaf Wintermann | extend UiSourceList API |
commit | commitdiff | tree | snapshot |
| 2026-05-21 |
Olaf Wintermann | add notebook uidoc |
commit | commitdiff | tree | snapshot |
| 2026-05-21 |
Olaf Wintermann | implement missing Label align arg |
commit | commitdiff | tree | snapshot |
| 2026-05-20 |
Olaf Wintermann | use Vec<usize> for list selections |
commit | commitdiff | tree | snapshot |
| 2026-05-20 |
Olaf Wintermann | fix ListSelection.selection method |
commit | commitdiff | tree | snapshot |
| 2026-05-20 |
Olaf Wintermann | implement NewNotebookDialog |
commit | commitdiff | tree | snapshot |
| 2026-05-20 |
Olaf Wintermann | add UiObjProxy |
commit | commitdiff | tree | snapshot |
| 2026-05-20 |
Olaf Wintermann | use UiObject::from_ptr in window_create instead of... |
commit | commitdiff | tree | snapshot |
| 2026-05-19 |
Olaf Wintermann | fix some warnings |
commit | commitdiff | tree | snapshot |
| 2026-05-19 |
Olaf Wintermann | add UiObjRef |
commit | commitdiff | tree | snapshot |
| 2026-05-19 |
Olaf Wintermann | add UiObject onclose event handler |
commit | commitdiff | tree | snapshot |
| 2026-05-18 |
Olaf Wintermann | add UI for the new notebook dialog |
commit | commitdiff | tree | snapshot |
| 2026-05-18 |
Olaf Wintermann | add label |
commit | commitdiff | tree | snapshot |
| 2026-05-18 |
Olaf Wintermann | add obj to Event |
commit | commitdiff | tree | snapshot |
| 2026-05-17 |
Olaf Wintermann | simplify backend initialization and commands |
commit | commitdiff | tree | snapshot |
| 2026-05-17 |
Olaf Wintermann | add reload_collections command |
commit | commitdiff | tree | snapshot |
| 2026-05-17 |
Olaf Wintermann | add message broadcasting system |
commit | commitdiff | tree | snapshot |
| 2026-05-17 |
Olaf Wintermann | create initial notebooks when creating a new profile |
commit | commitdiff | tree | snapshot |
| 2026-05-17 |
Olaf Wintermann | add UiContext call_action method |
commit | commitdiff | tree | snapshot |
| 2026-05-17 |
Olaf Wintermann | add functions for calling actions |
commit | commitdiff | tree | snapshot |
| 2026-05-16 |
Olaf Wintermann | add dialogwindow |
commit | commitdiff | tree | snapshot |
| 2026-05-16 |
Olaf Wintermann | update window action bindings after UiModel action... |
commit | commitdiff | tree | snapshot |
| 2026-05-16 |
Olaf Wintermann | add new_notebook toolbar item |
commit | commitdiff | tree | snapshot |
| 2026-05-16 |
Olaf Wintermann | load notebook structure at startup |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Olaf Wintermann | add UiObject/UiDoc specific call_mainthread method... |
commit | commitdiff | tree | snapshot |
| 2026-05-14 |
Olaf Wintermann | remove unnecessary second UiObject impl block |
commit | commitdiff | tree | snapshot |
| 2026-05-14 |
Olaf Wintermann | add backend thread |
commit | commitdiff | tree | snapshot |
| 2026-05-13 |
Olaf Wintermann | update toolkit, fixes macos build |
commit | commitdiff | tree | snapshot |
| 2026-05-12 |
Olaf Wintermann | add some UiObject window functions |
commit | commitdiff | tree | snapshot |
| 2026-05-12 |
Olaf Wintermann | add file dialog functions |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Olaf Wintermann | add reference counting to UiObject |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Olaf Wintermann | add function for calling the main thread |
commit | commitdiff | tree | snapshot |
| 2026-05-10 |
Olaf Wintermann | add collection entity |
commit | commitdiff | tree | snapshot |
| 2026-05-10 |
Olaf Wintermann | add backend initialization error handling |
commit | commitdiff | tree | snapshot |
| 2026-05-10 |
Olaf Wintermann | add app_run_startup_error |
commit | commitdiff | tree | snapshot |
| 2026-05-10 |
Olaf Wintermann | add function for creating dialogs without a parent |
commit | commitdiff | tree | snapshot |
| 2026-05-09 |
Olaf Wintermann | load profile when starting the application |
commit | commitdiff | tree | snapshot |
| 2026-05-09 |
Olaf Wintermann | migrate db at startup |
commit | commitdiff | tree | snapshot |
| next |