]> uap-core.de Git - note.git/shortlog
note.git
11 days ago Olaf Wintermannswitching notebooks will save the current note
12 days ago Olaf Wintermannfix broken navigation
13 days ago Olaf Wintermannadd workaround for toolkit doc attachment bug
2025-10-22 Olaf Wintermannfix missing resource_id update in note_store_new_note_async
2025-10-22 Olaf Wintermannadd missing hfill to the note_title textfield
2025-10-21 Olaf Wintermannset window default size
2025-10-21 Olaf Wintermannshow go back/forward buttons, when the notelist is...
2025-10-20 Olaf Wintermannfix window_notelist_setvisible
2025-10-19 Olaf Wintermannuse ui_splitview_window instead of manually creating...
2025-08-24 Olaf Wintermannupdate toolkit, adjust ui code
2025-08-04 Olaf Wintermannadd note_store_count_repository_usage_async
2025-08-04 Olaf Wintermannadd missing GFile unref
2025-08-04 Olaf Wintermannadd button/open dir dialog for selecting the nbconfig...
2025-08-03 Olaf Wintermannimplement insert-image button
2025-08-02 Olaf Wintermannadd more nbconfig repolist stuff
2025-08-01 Olaf Wintermannremove unnecessary repolist move up/down buttons
2025-07-31 Olaf Wintermannadd note_store_save_repository_async
2025-07-30 Olaf Wintermannload repositories on startup
2025-07-29 Olaf Wintermannadd nbconfig repo UI
2025-07-28 Olaf Wintermannimplement nbconfig grouplist move up/down
2025-07-27 Olaf Wintermannimplement nbconfig notebook list move up/down
2025-07-27 Olaf Wintermannfix notebook swap sql
2025-07-27 Olaf Wintermannadd note_store_notebook_swap_position_async
2025-07-27 Olaf Wintermannadd note_store_delete_collection_and_move_children_async
2025-07-27 Olaf Wintermannadd note_store_delete_empty_collection_async function
2025-07-26 Olaf Wintermannimplement nbconfig notebook delete button
2025-07-25 Olaf Wintermannimplement nbconfig notebooklist_add
2025-07-19 Olaf Wintermannupdate UI: change fill parameter
2025-07-12 Olaf Wintermannupdate toolkit
2025-07-12 Olaf Wintermannfix build
2025-06-09 Olaf Wintermannsimplify attachment_set_image
2025-06-05 Olaf Wintermannmove notebook config dialog to a separate source file
2025-06-03 Olaf Wintermannimplement button for adding new groups in the notebook...
2025-06-02 Olaf Wintermannorder noteobooks by position
2025-06-02 Olaf Wintermanninsert value for position when creating new notebooks
2025-06-01 Olaf Wintermannimplement list activation events in the config dialog
2025-05-30 Olaf Wintermannfill notebook config lists with data
2025-05-30 Olaf Wintermannuse toolkit go up/down icon macros
2025-05-28 Olaf Wintermannadd UI for notebooks tab in the notebooks config dialog
2025-05-27 Olaf Wintermannextend notebook config dialog
2025-05-25 Olaf Wintermannuse cxMempoolCreateSimple instead of cxMempoolCreate...
2025-05-24 Olaf Wintermannadd ui for notebooks configuration window
2025-05-24 Olaf Wintermannfix debug/release configure option
2025-05-23 Olaf Wintermannupdate uwproj
2025-05-23 Olaf Wintermannchange groups dropdown menu hfill setting in the New...
2025-05-23 Olaf Wintermannonly add new notes to the notes list when they have...
2025-05-22 Olaf Wintermannalso create a Notebook object with the Resource object...
2025-05-21 Olaf Wintermannalso insert row into notebooks table when creating...
2025-05-20 Olaf Wintermannget infos from notebooks table when loading the noteboo...
2025-05-20 Olaf Wintermannadd resource object ptr to notebook type
2025-05-19 Olaf Wintermanncheck for selected note in action_note_delete
2025-05-16 Olaf Wintermannfix qthr_new_note
2025-05-15 Olaf Wintermannupdate toolkit
2025-05-15 Olaf Wintermannenable scrollbar for attachments list
2025-05-15 Olaf WintermannSQL formatting
2025-05-14 Olaf Wintermannsimplify New Notebook dialog, remove option to create...
2025-05-13 Olaf Wintermannfix sidebar update
2025-05-13 Olaf Wintermannregister notebook type
2025-05-12 Olaf Wintermannfix incorrect error handling in qthr_new_notebook
2025-05-12 Olaf Wintermannupdate sourcelist when notebooks are added
2025-05-10 Olaf Wintermannsave resource in the New Notebook dialog
2025-05-09 Olaf Wintermannadd note_store_new_notebook_async
2025-05-07 Olaf Wintermannload group list in the add notebook dialog
2025-05-07 Olaf Wintermannfix wrong column name in attachment sql query
2025-05-07 Olaf Wintermannfix fieldlist in SQL_NOTEBOOK_GET_NOTES query
2025-05-06 Olaf Wintermannget note_id of newly inserted notes
2025-05-05 Olaf Wintermannuse new Note struct in case of Resource
2025-05-04 Olaf Wintermannadd UI for "add notebook" dialog
2025-05-03 Olaf Wintermannadd newly created notes to the notes list and not when...
2025-05-02 Olaf Wintermannnew notes are also added to the notes table the notes...
2025-05-02 Olaf Wintermannadd note type
2025-05-01 Olaf Wintermannremove collection type/table
2025-04-30 Olaf Wintermannimplement button for inserting ordered lists
2025-04-30 Olaf Wintermannimplement ordered list elements
2025-04-29 Olaf Wintermanninit loaded attachments as saved
2025-04-29 Olaf Wintermannfix missing error initialization in note_store_save_att...
2025-04-28 Olaf Wintermanncount list nodes (for ordered markdown lists)
2025-04-28 Olaf Wintermannadd error handling to attachment_save_result
2025-04-27 Olaf Wintermanndon't use negative margin for bullet point widgets
2025-04-26 Olaf Wintermannimplement loading of MD lists in the text view
2025-04-26 Olaf Wintermannparse MD lists into AST
2025-04-24 Olaf Wintermannuse EmbeddedWidget to save bullet point widgets
2025-04-23 Olaf Wintermannrender bullet points
2025-04-23 Olaf Wintermannreplace bullet points with custom widget
2025-04-22 Olaf Wintermannadd function for inserting bullet lists
2025-04-21 Olaf Wintermannupdate toolkit
2025-04-21 Olaf Wintermannfix list update after note creation (GTK4)
2025-04-21 Olaf Wintermannhide attachment bar when there are no attachments
2025-04-21 Olaf Wintermannlimit embedded widget size to current textview size
2025-04-21 Olaf Wintermannadd workaround for missing gtk4 resize/allocation signals
2025-04-20 Olaf Wintermannfix attachments messing up styling offsets
2025-04-20 Olaf Wintermannuse GtkPicture instead of GtkImage for embedded images...
2025-04-20 Olaf Wintermannfix EmbeddedWidget markdown serialization
2025-04-20 Olaf Wintermannurl encode/decode markdown image links
2025-04-20 Olaf Wintermannre-inserting child widgets in a textbuffer requires...
2025-04-20 Olaf Wintermannadd editor_insert_image function to remove code dup
2025-04-20 Olaf Wintermanndon't load attachment images twice
2025-04-20 Olaf Wintermannfix attachment image loading and pixbuf reference counting
2025-04-19 Olaf Wintermannfix crash caused by attachment bin_content cleanup
2025-04-18 Olaf Wintermannfix wrong resource id parameter in qthr_save_attachment
next