aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
AgeCommit message (Expand)Author
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
2018-02-16Update commentThomas White
2018-02-16Record whether or not macro is editableThomas White
2018-01-18Mass update of copyright datesThomas White
2018-01-18Try deleting based on macro contents if paragraphs can't be merged straight awayThomas White
2018-01-18Store macro contents block in text runThomas White
2017-12-03Type "into" slide thumbnail without full rerenderThomas White
2017-11-30Debugging stuffThomas White
2017-11-27Use ImageStore to get image sizeThomas 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-19Initialise image para space to zeroThomas White
2017-11-19Fix paragraph highlight for spacingThomas White
2017-11-19pos_trail_to_offset(): Special case for \newparaThomas White