aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
AgeCommit message (Expand)Author
2016-03-28Basic renderer using PangoLayoutsThomas White
2016-03-21get_cursor_pos(): Fix handling of multi-byte charactersThomas White
2016-03-19Deletion stuffThomas White
2016-02-28Prevent NULL dereferenceThomas White
2016-02-28Fix a double freeThomas White
2016-02-26Memory fixesThomas White
2016-02-14Rationalise box handling (needs debugging)Thomas White
2015-12-26Extra checksThomas White
2015-12-21Multiple segments in a boxThomas White
2015-11-26WIPThomas White
2015-10-19Add total_height()Thomas White
2015-10-19Paragraph start lines (sort of)Thomas White
2015-10-16Allocate boxes in line properly during wrappingThomas White
2015-10-11Keep track of the boxes at the three levels: orig, para, wrappedThomas White
2015-10-11No need for separate len_bytes field in wrap_boxThomas White
2015-10-11SPOT for box text (inside the SCBlock)Thomas White
2015-10-08Keep paragraphs aroundThomas White
2015-05-18Cursor fixesThomas White
2015-03-23Add WRAP_BOX_CALLBACK in various switchesThomas White
2015-03-16Fix?Thomas White
2015-02-06Wrapping fixesThomas White
2014-12-26Fix some warningsThomas White
2014-10-14Fix ragged wrappingThomas White
2014-09-27SCEditor, part IThomas White
2014-09-24Fix cursor behaviourThomas White
2014-09-23Space lines after fixing upThomas White
2014-09-23Show filename for image boxesThomas White
2014-09-23Space all boxesThomas White
2014-09-22Wrap text ragged-right (temporarily?)Thomas White
2014-09-22FussinessThomas White
2014-09-10Sort out line spacingThomas White
2014-07-07New frame logicThomas White
2014-07-06WIPThomas White
2014-07-06Remove more debuggingThomas White
2014-06-30Debugging stuffThomas White
2014-06-30Mostly fix cursor stuffThomas White
2014-06-22SC debuggingThomas White
2014-06-21Fix cursor movingThomas White
2014-06-21Mostly working cursor logicThomas White
2014-06-21Box offset logicThomas White
2014-06-05Cursor stuffThomas White
2014-03-13Cursor movementThomas White
2014-03-11New way of doing cursor positionThomas White
2014-01-18Restore images and slide numberThomas White
2014-01-17Unwrapped text belongs to frame, not interpreterThomas White
2014-01-12Most of the new interpreter structureThomas White
2014-01-07Initial work for new SC processorThomas White
2014-01-05Get rid of StyleSheetThomas White
2013-12-12Highlight troublesome framesThomas White
2013-09-18Take padding into account when fitting an imageThomas White