aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-31Use GResource for sky.pngThomas White
2018-03-31Use gtk_application_prefers_app_menuThomas White
2018-03-31Don't unref the GtkBuilder when it's still neededThomas White
2018-03-31Ensure cursor is somewhere before adding slideThomas White
2018-03-31Extra debuggingThomas White
2018-03-30Fix narrative printThomas White
2018-03-30Do all rendering one level higherThomas White
2018-03-29Don't try to insert text if cursor_frame=NULLThomas White
2018-03-28Set frame->scblocks one level higher for top frame in SCEditorThomas White
2018-03-28Rearrange editability checks when inserting textThomas White
2018-03-27Avoid creating an empty run when importing an imageThomas White
2018-03-27Set newline when splitting text paragraphThomas White
2018-03-27Improve "about" boxThomas White
2018-03-27Use application menu only if it will be used be the desktop environmentThomas White
2018-03-26Add option to hide pointer (or not)Thomas White
2018-03-26Ensure no empty paragraphs before deletingThomas White
2018-03-25Add \lalign and \center (and show them off)Thomas White
2018-03-25Remove merge_paragraphThomas White
2018-03-25Shift+F7 show ONLY blocks in frameThomas White
2018-03-23Add \ralignThomas White
2018-03-22Shift+F7 show blocks in frame (not top of editor)Thomas White
2018-03-22Fix newpara logicThomas White
2018-03-19Add missing prototypeThomas White
2018-03-19Fix #includesThomas White
2018-03-19Remove remnants of ancient structuresThomas White
2018-03-19Move load_everything() to utilsThomas White
2018-03-19Revert "Increase line spacing"Thomas White
2018-03-19Set paragraph scblock/rscblock when splittingThomas White
2018-03-18Create a run when placing cursor in an empty paragraphThomas White
2018-03-18debugger: Tidy up and simplifyThomas White
2018-03-18Disallow insertion and deletion unless scblock==rscblockThomas White
2018-03-18Remove \callbackThomas White
2018-03-18Set scblock/rscblock even for text paragraphsThomas White
2018-03-12Use edit_pos instead of cursor_{para,pos,trail}Thomas White
2018-03-12Get rid of Paragraph->openThomas White
2018-03-12Remove dummy runsThomas White
2018-03-12Delete whole paragraphs if they are non-textThomas White
2018-03-12Show SCBlocks for image/callback paragraphs in debuggerThomas White
2018-03-12Add rscblocks for image and callback paragraphsThomas White
2018-03-11Rename some functions to make them uniqueThomas White
2018-03-11Avoid crash when deleting in a non-text paragraphThomas White
2018-03-11Avoid creating extra ImageStoresThomas White
2018-03-11Fail cleanly if background pixbuf can't be loadedThomas White
2018-03-10Show rscblocks in debuggerThomas White
2018-03-10Fixes for paragraph splittingThomas White
2018-03-10show_para(): Show rscblocks as wellThomas White
2018-03-10Add Meson build systemThomas White
2018-03-08Don't open debugger if no frame is selectedThomas White
2018-03-07Remove len_bytes from add_runThomas White
2018-03-07Don't create runs for \newparaThomas White