aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk
AgeCommit message (Expand)Author
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-05Get slide out of parser contextThomas White
2019-10-05Add FIXMEsThomas White
2019-10-05Parse emphasis blocks in BisonThomas White
2019-09-14Handle *bold* in parser, rather than as a separate stageThomas White
2019-08-25Fix *bold* etcThomas White
2019-08-13Fix crash when adding an image with a frame already selectedThomas White
2019-05-24Fix paragraph splitting logicThomas White
2019-05-10Clean up narrative item size arithmeticThomas White
2019-05-07Beautify cursor and selection highlight for slidesThomas White
2019-05-07FussinessThomas White
2019-05-03Improve behaviour of paragraph splitting (when inserting a slide)Thomas White
2019-05-03Fix crashes caused by toolbar paragraph motion buttonsThomas White
2019-05-02Implement deletion of itemsThomas White
2019-05-02Add missing get_typeThomas White
2019-04-29Trap possible error caseThomas White
2019-04-28Remove old includesThomas White
2019-04-28Get rid of SlideItem->resizableThomas White
2019-04-28Defer re-wrapping until redrawThomas White
2019-04-28gtk_narrative_view_redraw: also re-wrap the textThomas White
2019-04-16Redraw narrative window on stylesheet changeThomas White
2019-04-14Check cursor visible after moveThomas White
2019-04-14Keep paragraph centered in narrative during slideshowThomas White
2019-03-30Get rid of Presentation structureThomas White
2019-03-30Implement "add slide"Thomas White
2019-03-28Fix paragraph highlight geometryThomas White
2019-03-28Restore slideshow and clockThomas White
2019-03-24Handle upside-down text frame creationThomas White
2019-03-24Implement image importThomas White
2019-03-24Remove unused functionThomas White
2019-03-24Implement new text frames in slidesThomas White
2019-03-24Implement text selection in slidesThomas White
2019-03-23Implement slide text deletionThomas White
2019-03-23Combine slide text strings and layouts in one structureThomas White
2019-03-22Catch cursor_frame == NULL before inserting textThomas White
2019-03-22Implement slide text paragraph splittingThomas White
2019-03-21Expose SlideItem as an opaque typeThomas White
2019-03-21Update PangoLayout before moving cursor after text insertionThomas White
2019-03-21Implement slide text insertionThomas White
2019-03-18Show padding boundaries in editing boxThomas White
2019-03-18Fix Pango warning when moving cursor off the end of blank narrative paragraphThomas White
2019-03-18Unset selection when changing slideThomas White
2019-03-18Cursor position stuffThomas White
2019-03-18Frame resize stuffThomas White
2019-03-18Initial slide clicky stuffThomas White
2019-03-15Initial GtkSlideViewThomas White
2019-03-10Implement enter press / paragraph splitThomas White