aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
AgeCommit message (Expand)Author
2017-09-09Remove fix_scblock_offsets, fix subsequent paragraphs straight awayThomas White
2017-08-13Eliminate empty runs after deleteThomas White
2017-08-10Add some missing castsThomas White
2017-08-10Implement 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-03-27Delete selected textThomas White
2017-03-05Track whether selection is active or notThomas White
2017-03-02sc_block_delete() may change the top blockThomas White
2017-01-25Implement text selectionThomas White
2017-01-13Add a load of debug magic keysThomas White
2017-01-13Set paragraph width correctly when splitting paragraphsThomas White
2017-01-13Fix paragraph mergingThomas White
2017-01-13Fix paragraph splittingThomas White
2017-01-10Split paragraphs on enterThomas White
2016-11-13Fix crashThomas White
2016-11-13Refuse to edit inside macro blocksThomas White
2016-09-21Fix abuse of cursor_trailThomas White
2016-09-13Fix text deletionThomas White
2016-09-13Implement multi-run deletionThomas White
2016-08-12Fix merging of paragraphsThomas White
2016-08-12Enhance show_para()Thomas White
2016-07-07Allow typing into non-text paragraphsThomas White
2016-05-22Merge paragraphs (needs fixing)Thomas White
2016-05-17Advance slide from narrative windowThomas White
2016-05-02Don't include paragraph spacing in highlight boxThomas White
2016-05-02Paragraph spacingThomas White
2016-04-26Paste slideThomas White
2016-04-26Copy slideThomas White
2016-04-22Slide adding worksThomas White
2016-04-22Add SCBlock to image and callback paragraphsThomas White
2016-04-21More WIP on slide addingThomas White
2016-04-21Increase debugging message detailThomas White
2016-04-19WIP on slide addingThomas White
2016-04-19Clarify that cursor_pos is BYTE offset (not character)Thomas White
2016-04-03ClarificationThomas White
2016-04-03Fix new framesThomas White
2016-03-31Make backspace work (pretty minimally)Thomas White
2016-03-31Avoid a few segfaultsThomas White
2016-03-31Handle input at end of runThomas White
2016-03-29Enable text insertionThomas White
2016-03-29Highlight the current paragraphThomas White
2016-03-28A couple of cursor fixesThomas White
2016-03-28Restore callback clicksThomas White
2016-03-28Cursor stuffThomas White
2016-03-28Restore callbacksThomas White
2016-03-28Restore imagesThomas White