aboutsummaryrefslogtreecommitdiff
path: root/src/debugger.c
AgeCommit message (Collapse)Author
2018-10-20Remove legacy API cruftThomas White
2018-10-19Get rid of remaining rscblock/rbl/mrb stuffThomas White
Good riddance.
2018-04-15Internationalise all strings in source codeThomas White
2018-04-11Add more translation labels and get rid of redundant en po fileThomas White
2018-03-18debugger: Tidy up and simplifyThomas White
2018-03-12Show SCBlocks for image/callback paragraphs in debuggerThomas White
2018-03-11Rename some functions to make them uniqueThomas White
Makes things less confusing. Ulterior motive: makes Meson unity builds work.
2018-03-10Show rscblocks in debuggerThomas White
2018-03-08Don't open debugger if no frame is selectedThomas White
2018-03-03Remove text_run offsets and lengthsThomas White
Keeping these up to date was becoming a gigantic headache. So instead of storing the values, routines which are interested in these lengths and offsets can calculate them themselves.
2018-02-19Remove text run SCBlock offsetThomas White
The \newpara change (commit 7f2d0abd) removed the only situation when the start of a run might not coincide with the start of an SCBlock, or vice-versa (although not all SCBlocks correspond to text runs, obviously). Therefore, the offset is always zero and can be removed, simplifying the code.
2018-01-18Mass update of copyright datesThomas White
2017-11-12Debug stuff (revert me later)Thomas White
2017-10-22debugger: Show SCBlock for newline at endThomas White
2017-10-17Track newlines at end of paragraphsThomas White
2017-09-03debugger: Avoid problems when a run gets deletedThomas White
2017-08-13Work on debuggerThomas White
2017-08-10Implement debuggerThomas White
2017-08-10Initial work on debuggerThomas White