Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-14 | Wrapping fixes | Thomas White | |
2013-03-12 | Handle the last line properly | Thomas White | |
2013-03-12 | Mark overfull lines | Thomas White | |
2013-03-10 | Loose ends for hyphenation | Thomas White | |
2013-03-10 | Distribute the space | Thomas White | |
2013-03-09 | tests/render_test_sc1: Check return value from sc_unpack() | Thomas White | |
2013-03-09 | s/calloc/malloc/ | Thomas White | |
Don't need calloc any more | |||
2013-03-09 | Add width to sigma_min and sigma_max | Thomas White | |
REALLY not sure about this, but only because it's not what's in the paper... | |||
2013-03-09 | Fix unpacking | Thomas White | |
2013-03-07 | Wrapping and rendering fixes | Thomas White | |
2013-03-07 | Line output stuff | Thomas White | |
2013-03-07 | Works.. sort of | Thomas White | |
2013-03-05 | Update boilerplate comments | Thomas White | |
2013-03-05 | Move "libstorycode" back to this repository | Thomas White | |
Keeping it separate, just for the sake of "harfatum", was causing a lot more awkwardness than it could ever solve, compared to just duplicating the code. | |||
2013-03-04 | Wrapping stuff | Thomas White | |
2013-03-04 | Add Knuth algorithm | Thomas White | |
2013-03-03 | Add to test | Thomas White | |
2013-03-03 | Log attr stuff | Thomas White | |
2013-03-03 | Fix line width | Thomas White | |
2013-03-03 | Add font desc attribute | Thomas White | |
Fixes "mojibake" when using certain fonts | |||
2013-03-03 | Use pango_units_to_double() | Thomas White | |
2013-03-03 | Works. Sort of... | Thomas White | |
2013-03-02 | New wrapping stuff | Thomas White | |
2013-02-20 | (Very) basic text editing | Thomas White | |
2013-02-03 | Fix broken slideshow rendering logic | Thomas White | |
2013-02-02 | Remove old tool_text.c | Thomas White | |
2013-02-02 | Fix re-rendering logic | Thomas White | |
2013-02-01 | Slide change logic | Thomas White | |
2013-01-29 | Plug slideshow back in | Thomas White | |
2013-01-27 | Slide change logic etc | Thomas White | |
2013-01-27 | Clean up default style sheet | Thomas White | |
2013-01-27 | Fix obvious bug | Thomas White | |
2013-01-27 | Make editing box show some useful information | Thomas White | |
2013-01-27 | Remove debugging message | Thomas White | |
2013-01-27 | Make margins work again | Thomas White | |
2013-01-27 | Add fractional units for frame width and height | Thomas White | |
2013-01-27 | Back to basics.. | Thomas White | |
2012-12-22 | Layout stuff | Thomas White | |
2012-12-12 | Font rendering details | Thomas White | |
2012-12-12 | Render frame contents with cairo_paint() | Thomas White | |
2012-12-12 | Copy the last PangoGlyphItem | Thomas White | |
Previously, the PangoGlyphItem itself was allocated with malloc(). pango_glyph_item_free() assumes that it was allocated with the GLib allocator. This led to a subtle memory corruption. | |||
2012-12-12 | Fix render_test_sc1 | Thomas White | |
2012-12-12 | WIP on tests/render_test_sc1 | Thomas White | |
2012-12-12 | Mostly fix wrapping | Thomas White | |
2012-12-11 | Mostly working line wrap | Thomas White | |
2012-12-11 | Wrapping "works" | Thomas White | |
2012-12-11 | Box rendering WIP | Thomas White | |
2012-12-11 | Honour the PangoLogAttrs | Thomas White | |
2012-12-11 | Measure height at end | Thomas White | |
2012-12-11 | WIP on wrapping | Thomas White | |