aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
No more messing around searching for \n characters
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
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-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
2017-03-02sc_block_delete() may change the top blockThomas White
2017-03-02Call g_type_init only when GLib is oldThomas White
2017-02-08Substitution fixesThomas White
2017-02-04Set narrative stylesheet when replacing itThomas White
2017-02-04FormattingThomas White
2017-02-04Change stylesheetThomas White
2017-02-04Update about boxThomas White
2017-01-25Implement text selectionThomas White
2017-01-16Add/delete slide = presentation changedThomas White
2017-01-16Titlebar stuff, keep track of when presentation has been changedThomas White