aboutsummaryrefslogtreecommitdiff
path: root/libstorycode
AgeCommit message (Expand)Author
2023-08-28Add some assertionsHEADmasterThomas White
2023-08-28Add a few missing ensure_run callsThomas White
2022-04-20Add smooth scroll events to GtkNarrativeViewThomas White
2020-12-22Avoid deleting slide when pressing backspace in an empty text paragraphThomas White
2020-01-26Fix double accounting of paddingThomas White
2020-01-26Ensure run exists after placing cursorThomas White
2020-01-25Put the cursor in the right place after adding narrative itemThomas White
2020-01-25Implement loading stylesheetsThomas White
2020-01-25Don't write empty runsThomas White
2020-01-25No text in new text framenarrative_segmentsThomas White
2020-01-25Fix semantics of slide_add_itemThomas White
2020-01-24Add all remaining narrative itemsThomas White
2020-01-24Insert bullet pointsThomas White
2020-01-24Get rid of narrative_add_*, use narrative_insert_* insteadThomas White
2020-01-23Remove extraneous "extern"Thomas White
2020-01-23Numbering on the timing rulerThomas White
2020-01-21Add basic timing rulerThomas White
2020-01-14Add space for timing rulerThomas White
2020-01-14Add narrative_get_item_range()Thomas White
2020-01-14Track time taken for each narrative itemThomas White
2020-01-13Styling for segment start markersThomas White
2020-01-13Add segment start/end markersThomas White
2020-01-13lookup_style: Check that path isn't NULLThomas White
2020-01-13Generalise draw_marker()Thomas White
2020-01-13Add missing castThomas White
2020-01-12Make the lexer and parser re-entrantThomas White
2020-01-06Fix modifier keysThomas White
2020-01-06Fixes for copy, add text paste and hooks for SC pasteThomas White
2020-01-05Cut/copy in Storycode formatThomas White
2020-01-04Cut/copy in text formatThomas White
2019-12-22Vertical cursor motion in narrative and slide text boxesThomas White
2019-12-06Defer rendering of slide thumbnails until the first time they're drawnThomas White
2019-12-06Draw only visible narrative objectsThomas White
2019-10-11Clarify string lengthThomas White
2019-10-11Implement text deletion and paragraph splitting in slide text boxesThomas White
2019-10-11gtknv_end_offset_of_para: Add missing initialisationThomas White
2019-10-10Restore slide text insertionThomas White
2019-10-10Fix gtksv_end_offset_of_para for runsThomas White
2019-10-10Take paraspace into account in cursor calculationsThomas White
2019-10-10Keep 'run' out of struct slide_posThomas White
2019-10-10Whitespace fussinessThomas White
2019-10-10Make symbol names unique across all filesThomas White
2019-10-05Fix narrative_pos_trail_to_offset for runs (use which_run)narrative_runsThomas White
2019-10-05Restore text deletion in narrativeThomas White
2019-10-05narrative_pos_trail_to_offset: Consider end of run as within runThomas White
2019-10-05Remove variable which was only used onceThomas White
2019-10-05Restore paragraph splittingThomas White
2019-10-05Implement which_run()Thomas White
2019-10-05Fix run determination when inserting textThomas White
2019-10-05Clean up stylesheet parser a bitThomas White