aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
AgeCommit message (Expand)Author
2017-09-24Avoid looking up cursor position in non-text paragraphThomas White
2017-09-24draw_caret(): Use pos_trail_to_offset()Thomas White
2017-09-09Remove fix_scblock_offsets, fix subsequent paragraphs straight awayThomas White
2017-08-13Only unset selection if it is activeThomas White
2017-08-13Move debugging routines upThomas White
2017-08-10Initial work on debuggerThomas White
2017-07-07WIPThomas 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-02FormattingThomas White
2017-03-02sc_block_delete() may change the top blockThomas White
2017-02-04Set narrative stylesheet when replacing itThomas White
2017-01-25Implement text selectionThomas White
2017-01-16Titlebar stuff, keep track of when presentation has been changedThomas White
2017-01-13Add a load of debug magic keysThomas White
2017-01-10Split paragraphs on enterThomas White
2016-11-13Refuse to edit inside macro blocksThomas White
2016-09-21Fix segfaultThomas White
2016-09-21Fix abuse of cursor_trailThomas White
2016-09-21Update the size of flowed frames on insertThomas White
2016-09-21Keep the cursor inside the window on editThomas White
2016-09-19Set page size correctly for scroll adjustmentThomas White
2016-09-18Set scroll position to top if whole document can be shownThomas White
2016-07-07Allow typing into non-text paragraphsThomas White
2016-05-26Highlight paragraph if caret can't be drawnThomas White
2016-05-22Merge paragraphs (needs fixing)Thomas White
2016-05-17Advance slide from narrative windowThomas White
2016-05-16Scroll/toolbar fixesThomas White
2016-05-14Keep current paragraph centered in narrative windowThomas White
2016-05-14Change narrative paragraph instead of advancing slideThomas White
2016-05-08Highlight paragraph only in narrative window and only during slideshowThomas White
2016-05-02Remove debugThomas White
2016-04-28Fix slide number the first time the slide window is openedThomas White
2016-04-26Paste slideThomas White
2016-04-26Copy slideThomas White
2016-04-24Fix slide numbersThomas White
2016-04-24Fixes for creating a new presentationThomas White
2016-04-23Match the height of flowed frames to the window sizeThomas White
2016-04-23Get rid of background thingThomas White
2016-04-23Insert text at end of chain of SCBlocks in new frameThomas White
2016-04-22Slide adding worksThomas White
2016-04-21More WIP on slide addingThomas White
2016-04-19WIP on slide addingThomas White
2016-04-19Clarify that cursor_pos is BYTE offset (not character)Thomas White
2016-04-03Improve handling of top-level frameThomas White
2016-04-03Fix new framesThomas White
2016-04-01Initial paragraph stuffThomas White