aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Used when getting the templates
2017-10-23Ensure initialisation of cursor positionThomas White
2017-10-22Don't eliminate empty runsThomas White
They might be important
2017-10-22Update demo doc for shift keyThomas 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-19Make one of the tests a bit harderThomas White
2017-10-19Track the newlines at ends of paragraphs directlyThomas White
No more messing around searching for \n characters
2017-10-17Fix button modifier masksThomas White
2017-10-17Update demo docThomas 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
2017-09-09Remove fix_scblock_offsets, fix subsequent paragraphs straight awayThomas White
2017-09-03Use new display/monitor APIThomas White
2017-09-03debugger: Avoid problems when a run gets deletedThomas White
2017-09-03Comment out unused variablesThomas White
The list of compiler warnings was starting to be a problem
2017-08-13Only unset selection if it is activeThomas White
2017-08-13Eliminate empty runs after deleteThomas White
2017-08-13Move debugging routines upThomas White
2017-08-13Work on debuggerThomas White
2017-08-10Add some missing castsThomas White
2017-08-10Implement debuggerThomas White
2017-08-10Initial work on debuggerThomas White
2017-07-07WIPThomas White
2017-07-07Demo docThomas White
2017-06-07Update paragraph indices when deletingThomas White
2017-06-07Implement delete_paragraph()Thomas White
2017-05-28Update deletion end offset when shortening runsThomas White
2017-05-21Fix character offsetsThomas White
2017-05-20Set cursor position after block deleteThomas White
2017-03-27Delete selected textThomas White
2017-03-05Track whether selection is active or notThomas White
2017-03-02Create a new SCBlock when we create the first paragraph in an empty frameThomas White
2017-03-02Add a commentThomas White
2017-03-02FormattingThomas White
2017-03-02Substitute style sheet when there was no stylesheet beforeThomas White