aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtkslideview.c
AgeCommit message (Collapse)Author
2020-01-26Fix double accounting of paddingThomas White
2020-01-25No text in new text framenarrative_segmentsThomas White
2020-01-25Fix semantics of slide_add_itemThomas White
2019-12-22Vertical cursor motion in narrative and slide text boxesThomas White
2019-10-11Implement text deletion and paragraph splitting in slide text boxesThomas 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-10Make symbol names unique across all filesThomas White
Enables Meson unity builds, helps ctags work, and reduces space for bugs
2019-10-05Get slide out of parser contextThomas White
2019-10-05Add FIXMEsThomas White
2019-10-05Parse emphasis blocks in BisonThomas White
2019-08-25Fix *bold* etcThomas White
2019-08-13Fix crash when adding an image with a frame already selectedThomas White
2019-05-02Implement deletion of itemsThomas White
2019-04-29Trap possible error caseThomas White
2019-04-28Remove old includesThomas White
2019-04-28Get rid of SlideItem->resizableThomas White
2019-03-30Get rid of Presentation structureThomas White
It doesn't have any reason to exist. A Narrative defines the top-level object already. This is, after all, a narrative-based presentation system. This removes a lot of faff surrounding retrieving the Narrative from the Presentation. It also removes a gigantic place for bugs to hide in keeping the Presentation's view of the slides in sync with the Narrative's opinion. What was that quote? "Code is terrible, and we want as little of it as possible in our program."
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-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-02-21Skeleton for libstorycode-cairo and libstorycode-gtkThomas White
2013-03-05Move "libstorycode" back to this repositoryThomas White
Keeping it separate, just for the sake of "harfatum", was causing a lot more awkwardness than it could ever solve, compared to just duplicating the code.
2012-11-24Update submodulesThomas White
2012-11-24Update submodulesThomas White
2012-11-24Update submodules to latestThomas White
2012-11-24Build system fixesThomas White
2012-11-23Break storycode stuff off into a separate libraryThomas White