aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
AgeCommit message (Expand)Author
2018-11-12ensure_run: Set fontdesc and colour for run from last text runThomas White
2018-11-11Use fontdesc from previous run when splittingThomas White
2018-11-10Mark debugging messages as non-translatableThomas White
2018-11-04Restore \slidenumberThomas White
2018-10-30Fix style warnings from static analyserThomas White
2018-10-30Fix errors reported by static analyserThomas White
2018-10-20Remove legacy API cruftThomas White
2018-10-20Append new block inside frame top level blockThomas White
2018-10-19Get rid of remaining rscblock/rbl/mrb stuffThomas White
2018-07-08Remove noisy error messageThomas White
2018-07-06Expose sc_interp_run_style()Thomas White
2018-04-23Avoid crashiness if deletion SCBlock ends up as NULLThomas White
2018-04-15Internationalise all strings in source codeThomas White
2018-04-15Set spacing on callback paragraphsThomas White
2018-04-15Rationalise interpretation of paragraph spacingThomas White
2018-04-11If a paragraph is completely empty, allow it to be re-usedThomas White
2018-03-28Rearrange editability checks when inserting textThomas White
2018-03-27Set newline when splitting text paragraphThomas White
2018-03-26Ensure no empty paragraphs before deletingThomas White
2018-03-25Remove merge_paragraphThomas White
2018-03-23Add \ralignThomas White
2018-03-22Fix newpara logicThomas White
2018-03-19Revert "Increase line spacing"Thomas White
2018-03-19Set paragraph scblock/rscblock when splittingThomas White
2018-03-18Create a run when placing cursor in an empty paragraphThomas White
2018-03-18Disallow insertion and deletion unless scblock==rscblockThomas White
2018-03-18Set scblock/rscblock even for text paragraphsThomas White
2018-03-12Use edit_pos instead of cursor_{para,pos,trail}Thomas White
2018-03-12Get rid of Paragraph->openThomas White
2018-03-12Delete whole paragraphs if they are non-textThomas White
2018-03-12Add rscblocks for image and callback paragraphsThomas White
2018-03-11Avoid creating extra ImageStoresThomas White
2018-03-10Show rscblocks in debuggerThomas White
2018-03-10Fixes for paragraph splittingThomas White
2018-03-10show_para(): Show rscblocks as wellThomas White
2018-03-07Remove len_bytes from add_runThomas White
2018-03-07Don't create runs for \newparaThomas White
2018-03-07FormattingThomas White
2018-03-07Add a warningThomas White
2018-03-04Paragraph splitting fixesThomas White
2018-03-04Text insertion fixThomas White
2018-03-03Better handling of paragraph ends in which_runThomas White
2018-03-03Make which_run strictly exclusive when deciding which runThomas White
2018-03-03scan_runs_for_scblock: Check scblock as well as rscblockThomas White
2018-03-03delete_run: Stop moving too many runsThomas White
2018-03-03Remove text_run offsets and lengthsThomas White
2018-03-03Remove macro_real_block and friends, and delete text based on SCBlocks instea...Thomas White
2018-03-03Add some warningsThomas White
2018-02-23Increase line spacingThomas White
2018-02-19Remove text run SCBlock offsetThomas White