Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-27 | Allow alpha values for stylesheet colours | Thomas White | |
Get rid of GRAD_NOBG, because it's now handled by transparency | |||
2018-10-17 | Pass stylesheet around | Thomas White | |
2018-10-17 | Switch to new Stylesheet type | Thomas White | |
2018-10-17 | Strip out macro system | Thomas White | |
2018-08-06 | Frame background stuff | Thomas White | |
2018-06-26 | Add style system | Thomas White | |
2018-05-01 | Get rid of stylesheet lists and add stylesheet change signal | Thomas White | |
We no longer have a need for more than one (since the callback stuff changed, see 61394e51), and removing it makes it much easier to hook up the stylesheet update code for the stylesheet editor. | |||
2018-04-15 | Internationalise all strings in source code | Thomas White | |
2018-03-30 | Do all rendering one level higher | Thomas White | |
All rendering functions now render the contents of the given block, not the block itself. This makes everything consistent again with respect to where the frame SCBlock pointers point, even for the top frame. | |||
2018-03-11 | Rename some functions to make them unique | Thomas White | |
Makes things less confusing. Ulterior motive: makes Meson unity builds work. | |||
2018-01-18 | Mass update of copyright dates | Thomas White | |
2017-12-04 | Go directly to PangoContext | Thomas White | |
2017-11-27 | Use ImageStore to get image size | Thomas White | |
2017-11-23 | Get rid of image size stuff | Thomas White | |
A completely unnecessary mechanism. | |||
2017-02-04 | Formatting | Thomas White | |
2017-01-25 | Implement text selection | Thomas White | |
2016-05-04 | Restore "Export PDF" and add initial printing stuff | Thomas White | |
2016-05-02 | Paragraph spacing | Thomas White | |
2016-04-03 | Improve handling of top-level frame | Thomas White | |
2016-03-28 | Restore callbacks | Thomas White | |
2016-03-28 | Restore images | Thomas White | |
2016-03-28 | Tidying up | Thomas White | |
2016-03-28 | Fixed flowed height (and reduce spaces between paragraphs) | Thomas White | |
2016-03-28 | Restore clipping | Thomas White | |
2016-03-28 | Basic renderer using PangoLayouts | Thomas White | |
2016-03-27 | WIP for boxes | Thomas White | |
2016-02-14 | Rationalise box handling (needs debugging) | Thomas White | |
2015-12-26 | Remove "struct slide" and the slide list | Thomas White | |
2015-12-26 | Debugging/comments | Thomas White | |
2015-12-21 | Multiple segments in a box | Thomas White | |
2015-11-26 | WIP | Thomas White | |
2015-11-15 | Move PangoLanguage higher up | Thomas White | |
2015-11-08 | WIP on breaks | Thomas White | |
2015-10-23 | Cull like crazy when rendering lines | Thomas White | |
2015-10-23 | Logical width is needed at interpreting time | Thomas White | |
2015-10-23 | Fix top level frame position and editing overlay | Thomas White | |
2015-10-22 | Break down the rendering pipeline a bit more | Thomas White | |
2015-10-12 | Redraw on edit | Thomas White | |
2015-08-16 | Rerender means full rerender | Thomas White | |
2015-08-16 | Top frame is created by rendering pipeline, but owned by caller | Thomas White | |
2015-08-16 | Remove sc_block_frame() crap | Thomas White | |
2015-05-18 | Show nothing/sentinel boxes | Thomas White | |
2015-03-14 | Frame resizability/movability logic | Thomas White | |
2015-02-24 | Fix a load of memory leaks | Thomas White | |
2015-02-05 | Render using pango_cairo_show_glyph_string() rather than ↵ | Thomas White | |
pango_cairo_glyph_string_path()/cairo_fill() This seems to finally fix the dodgy font rendering. | |||
2015-01-25 | Fixes for pixel-perfect rendering | Thomas White | |
2015-01-03 | Thumbnails! | Thomas White | |
2014-12-27 | Draw from callbacks | Thomas White | |
2014-12-27 | Use Cairo surfaces for storing images | Thomas White | |
2014-12-26 | Fix some warnings | Thomas White | |