]> uap-core.de Git - note.git/shortlog
note.git
23 hours ago Olaf Wintermannrename build() to create()
24 hours ago Olaf Wintermannrefactor widget creation functions
25 hours ago Olaf WintermannMerge branch 'main' of https://uap-core.de/git/note
25 hours ago Olaf Wintermannmove container ui closure to build method
26 hours ago Olaf Wintermannfix build on macos
44 hours ago Olaf Wintermannimplement Drop trait for ToggleBuilder
44 hours ago Olaf Wintermannimplement box and grid containers
2 days ago Olaf Wintermannimplement passing values to a ToggleBuilder
2 days ago Olaf Wintermannimplement some ui var types
3 days ago Olaf Wintermannimplement most button/togglebutton args
3 days ago Olaf Wintermannimplement toggle buttons
4 days ago Olaf Wintermannadd button bindings
4 days ago Olaf Wintermannfix lifecycle of app name string in app_init
6 days ago Olaf Wintermannadd window functions
6 days ago Olaf Wintermannadd ui Application trait and implement toolkit app...
6 days ago Olaf Wintermannadd Rust toolkit initialization code
7 days ago Olaf WintermannMerge branch 'main' of https://uap-core.de/git/note
7 days ago Olaf Wintermannadd cargo build system
8 days ago Olaf Wintermannprepare build system for macos
8 days ago Olaf Wintermannfix error check in swap_result callback
9 days ago Olaf Wintermannfix comparison fail
11 days ago Olaf Wintermanndefine HOST_NAME_MAX if it is undefined
11 days ago Olaf Wintermannupdate toolkit
2026-03-19 Olaf Wintermannremove debug printf calls from gtk-text.c
2026-03-16 Olaf Wintermannfix markdown code block generation
2026-03-15 Olaf Wintermannadd test_editor_load_markdown_list2
2026-03-14 Olaf Wintermannadd test_editor_load_markdown_code1
2026-03-10 Olaf Wintermannfix markdown link text generation
2026-03-10 Olaf Wintermannadd test_editor_load_markdown_span1
2026-03-09 Olaf Wintermannadd more markdow editor tests
2026-03-09 Olaf Wintermannuse markdown compare func for editor markdown tests
2026-03-08 Olaf Wintermannadd test_editor_load_markdown_para1
2026-03-07 Olaf WintermannMerge branch 'main' of https://uap-core.de/git/note
2026-03-07 Olaf Wintermannadd test_editor_load_markdown_simple
2026-02-28 Olaf Wintermannupdate toolkit
2026-02-20 Olaf Wintermannfix bullet list reorder
2026-02-18 Olaf Wintermannadd function for reordering text lists
2026-02-17 Olaf Wintermannfix numerical list serialization
2026-02-16 Olaf Wintermannfix get_prev_list setting remove_offset even when no...
2026-02-13 Olaf Wintermanntextview should grab focus after inserting list elements
2026-02-12 Olaf Wintermannsave notes when closing a window
2026-02-11 Olaf Wintermannmove list depth detection to separate function
2026-02-11 Olaf Wintermannfix ordered list numeration
2026-02-10 Olaf Wintermanndelete list elements when pressing enter in an empty...
2026-02-09 Olaf Wintermannimprove editor textview: implement automatic list eleme...
2026-02-07 Olaf Wintermannadd test_note_store_update_note_async
2026-02-07 Olaf Wintermannimplement underline text style
2026-02-07 Olaf Wintermannapply styles from previous char when inserting text
2026-02-05 Olaf Wintermannadd test_note_store_new_note_async
2026-02-05 Olaf Wintermannadd replace callbacks
2026-02-04 Olaf Wintermannfix dbu type initialization
2026-02-03 Olaf Wintermannimplement text replace
2026-02-03 Olaf Wintermannadd strreplace.c
2026-02-03 Olaf Wintermannadd test_text_search_match
2026-02-03 Olaf Wintermannadd text_search_match
2026-02-02 Olaf Wintermannextend regex search test
2026-02-02 Olaf Wintermannimplement regex search
2026-02-01 Olaf Wintermannnote_search scrolls to the found text
2026-02-01 Olaf Wintermannadd test_text_search_cs/test_text_search_ci
2026-01-31 Olaf Wintermannadd test_text_search_strcasestr
2026-01-31 Olaf Wintermannuse selection begin as pos in backwards search
2026-01-31 Olaf Wintermannimplement case insensitive and backwards search
2026-01-30 Olaf Wintermannfix search
2026-01-29 Olaf Wintermannimplement basic text search
2026-01-28 Olaf Wintermannadd searchbar UI
2026-01-26 Olaf Wintermannadd test_note_store_save_repository_async
2026-01-26 Olaf Wintermannimplement button for adding new repositories
2026-01-25 Olaf Wintermannimplement repo list selection + repo config loading
2026-01-25 Olaf Wintermannsimplify list selections in nbconfig.c
2026-01-24 Olaf Wintermannupdate NoteStore tree after note_store_notebook_swap_po...
2026-01-24 Olaf Wintermannimplement nbconfig_notebooklist_move_up/down
2026-01-23 Olaf Wintermannadd test_note_store_new_notebook_async_fail
2026-01-23 Olaf Wintermannhide notebook input fields that are not relevant for...
2026-01-22 Olaf Wintermannimplement moving notebooks to other groups
2026-01-22 Olaf Wintermanncombine groups and notebooks into a single list in...
2026-01-21 Olaf Wintermannupdate dbutils, simplify delete_collection
2026-01-20 Olaf Wintermannimplement sub-tree deletion in note_store_delete_collec...
2026-01-20 Olaf Wintermannfix note_store_delete_collection_async
2026-01-19 Olaf Wintermannadd test_note_store_delete_empty_collection_async
2026-01-19 Olaf Wintermannadd note_store_delete_collection_async
2026-01-19 Olaf Wintermannadd note_store_collection_get_size_async
2026-01-18 Olaf Wintermannadd test_note_store_save_notebook_async_with_move
2026-01-18 Olaf Wintermannfix moving notebooks to other groups
2026-01-17 Olaf Wintermannadd unique name check
2026-01-16 Olaf Wintermannadd note_store_save_notebook_async
2026-01-15 Olaf Wintermannadd test_note_store_get_notebook_by_id
2026-01-15 Olaf Wintermannrework notebook creation
2026-01-14 Olaf Wintermannadd test_note_store_save_resource_async
2026-01-13 Olaf Wintermannadd test_note_store_new_notebook_async
2026-01-13 Olaf Wintermanncreate groups in the notebook structure as normal notebooks
2026-01-12 Olaf Wintermannadd test_note_store_new_resource_async
2026-01-11 Olaf Wintermannfix group resource creation
2026-01-11 Olaf Wintermannadd NoteStoreListener, implement notebook tree update...
2026-01-11 Olaf Wintermannfix wrong allocator in update_sublists
2026-01-11 Olaf Wintermannadd tests for note_store_create_default, user_settings_...
2026-01-10 Olaf Wintermannimplement group creation
2026-01-09 Olaf Wintermannextent test_init_note_store: test opening an existing...
2026-01-08 Olaf Wintermannadd init_note_store test
2026-01-01 Olaf Wintermannupdate to ucx version 4.0
2025-12-13 Olaf Wintermannfix build with newest toolkit version
next