aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-02Add option to start slideshow in the middleThomas White
2017-12-01Centering of test card stuffThomas White
2017-11-30No text selection in paragraph highlight modeThomas White
2017-11-30Debugging stuffThomas White
2017-11-30SCEditor scaled view fixesThomas White
2017-11-29Scale the slide in the slide windowThomas White
2017-11-28ImageStore LRU systemThomas White
2017-11-27Use ImageStore to get image sizeThomas White
2017-11-26Use config file for image store pathnameThomas White
2017-11-26Don't crash if image is not foundThomas White
2017-11-26Render callbacks with higher resolution when writing to PDFThomas White
2017-11-23Render images at the correct sizeThomas White
2017-11-23Get rid of image size stuffThomas White
2017-11-21Calculate image sizes to fill frames horizontallyThomas White
2017-11-19Remove unnecessary newline stuffThomas White
2017-11-19Don't try to split in a NULL frameThomas White
2017-11-19Set selection to NULL after importing image, because we just did full_rerender()Thomas White
2017-11-19Initialise image para space to zeroThomas White
2017-11-19Don't add empty text blocksThomas White
2017-11-19Fix paragraph highlight for spacingThomas White
2017-11-19Unset selection before creating a new frameThomas White
2017-11-19Set right fontdesc for \newpara runs (in case we type into them later)Thomas White
2017-11-19Dragging fixesThomas White
2017-11-19pos_trail_to_offset(): Special case for \newparaThomas White
2017-11-12Debug stuff (revert me later)Thomas White
2017-10-26Avoid some NULL dereferencesThomas White
2017-10-26Handle NULL PangoContext some moreThomas White
2017-10-26scblock_delete_text(): Add a warningThomas White
2017-10-26Delete newpara runs when deleting a paragraphThomas White
2017-10-23Handle NULL PangoContextThomas White
2017-10-23Ensure initialisation of cursor positionThomas White
2017-10-22Don't eliminate empty runsThomas White
2017-10-22Hold shift to create, resize or moveThomas White
2017-10-22Don't rewrap if paragraph is NULLThomas White
2017-10-22Add show_edit_pos()Thomas White
2017-10-22Rewrap the paragraph range in the correct frame (!)Thomas White
2017-10-22debugger: Show SCBlock for newline at endThomas White
2017-10-19Remove more unnecessary messing around with \nThomas White
2017-10-19Track the newlines at ends of paragraphs directlyThomas White
2017-10-17Fix button modifier masksThomas White
2017-10-17Track newlines at end of paragraphsThomas White
2017-10-08Delete text when inserting with block selectedThomas White
2017-09-24Don't try to calculate an offset in a non-text paragraphThomas White
2017-09-24Avoid looking up cursor position in non-text paragraphThomas White
2017-09-24update_font(): Show font name if it can't be loadedThomas White
2017-09-24draw_caret(): Use pos_trail_to_offset()Thomas White
2017-09-24Jump back into empty paragraphs correctlyThomas White
2017-09-24Zero-length blocks are OKThomas White
2017-09-24Handle paragraph split at end of paragraphThomas White
2017-09-11Fix incorrect handling of paragraph split already on run boundaryThomas White