aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
AgeCommit message (Expand)Author
2015-12-26Remove "struct slide" and the slide listThomas White
2015-12-26Extra checksThomas White
2015-12-26Debugging/commentsThomas White
2015-12-26Open slide window on right slideThomas White
2015-12-21Multiple segments in a boxThomas White
2015-11-26WIPThomas White
2015-11-15Move PangoLanguage higher upThomas White
2015-11-08WIP on breaksThomas White
2015-11-02Add horizontal scrollingThomas White
2015-11-01Vertical scrolling stuffThomas White
2015-10-28Remove hforw()Thomas White
2015-10-28Need to do recursive_wrap() the first timeThomas White
2015-10-27Set size properly for fixed size SCEditorsThomas White
2015-10-25CommentsThomas White
2015-10-23Cull like crazy when rendering linesThomas White
2015-10-23No need for need_drawThomas White
2015-10-23Logical width is needed at interpreting timeThomas White
2015-10-23Update height after re-wrapping from update_local()Thomas White
2015-10-23Restore callback list in editorThomas White
2015-10-23Fix top level frame position and editing overlayThomas White
2015-10-23Fix full_rerender()Thomas White
2015-10-23Don't need the Cairo surface any moreThomas White
2015-10-22Height for width stuffThomas White
2015-10-19Add a FIXMEThomas White
2015-10-14Use update_local() for backspace as wellThomas White
2015-10-13Make text insertion (mostly) workThomas White
2015-10-12Redraw on editThomas White
2015-10-11Keep track of the boxes at the three levels: orig, para, wrappedThomas White
2015-08-24Escape gets rid of cursor in narrative windowThomas White
2015-08-18Add a commentThomas White
2015-08-16Old frames unavailable after full_rerender()Thomas White
2015-08-16Fix some obvious gremlinsThomas White
2015-08-16Rerender means full rerenderThomas White
2015-08-16Top frame is created by rendering pipeline, but owned by callerThomas White
2015-08-16Remove sc_block_frame() crapThomas White
2015-06-10Advance cursor across callback boxesThomas White
2015-05-19New frames should be resizableThomas White
2015-05-18Remove duplicated functionThomas White
2015-05-18Set correct cursor position after creating a new frameThomas White
2015-03-19Set cursor position on first clickThomas White
2015-03-14Frame resizability/movability logicThomas White
2015-02-24Fix image import sizeThomas White
2015-02-24Fix a load of memory leaksThomas White
2015-02-22WIP on slide addingThomas White
2015-02-15Fix cursor movement through empty boxesThomas White
2015-02-15Don't free logical stuffThomas White
2015-02-14Render only once when creating an SCEditorThomas White
2015-02-06Fix scrollbarsThomas White
2015-02-06Get rid of border in narrative windowThomas White
2015-01-25Fixes for pixel-perfect renderingThomas White