Commit Graph

199 Commits (8604ebd68410f9e574d2bf84bc38dd286b53d6af)

Author SHA1 Message Date
Andy Meneely 0dcd2a06bc docs: document units better 2016-11-15 15:25:55 -05:00
Andy Meneely 7c66644955 samples: better units example 2016-11-15 15:22:39 -05:00
Andy Meneely 2835bc4ee2 docs: include samples ranges and colors 2016-11-15 14:35:25 -05:00
Andy Meneely ae246272ef samples: tweak the .gitignore 2016-11-14 18:15:41 -05:00
Andy Meneely 4bde295ace samples: un-submoduling 2016-11-13 18:46:15 -05:00
Andy Meneely f52446d71b samples: un-submoduling 2016-11-13 18:43:49 -05:00
Andy Meneely 47292ad0ea samples: un-submodule saves gist
The saves gist is now no longer maintained
2016-11-13 17:21:05 -05:00
Andy Meneely 30395aee56 save_pdf: add crop marks
Should satisfy #123

Needs some testing on printers but the functionality is there.
2016-11-01 12:12:03 -04:00
Andy Meneely ee2ed28550 text: rewrite embedding to use set_shape_renderer
No more arcane unicode magic!

Closes #177

Related to #170, #171, #158, #103, and #153 too.
2016-09-15 15:19:56 -04:00
Andy Meneely d2eae64da2 shapes: rect and ellipse get the angle option
Closes #162
2016-09-09 00:10:43 -04:00
Andy Meneely c8e1daf79d docs: provide previews of built-in layouts
Closes #163
2016-09-08 23:19:35 -04:00
Andy Meneely ee0d232478 text: rewrite how image space is carved
Embedded images avoid zero-sized fonts by using non-printable characters instead.

This is for #153 and #103
2016-04-25 23:36:10 -04:00
Andy Meneely 013a1532f2 Fixes #152 2016-04-25 23:01:18 -04:00
Andy Meneely 305fd55da0 Moving portrait-landscape over, but discovered #152 in the process 😢 2016-04-12 00:23:21 -04:00
Andy Meneely 43ab4b0ae8 samples: gistify colors 2016-04-12 00:04:53 -04:00
Andy Meneely 8cd651d5f1 samples: gistifying excel.rb and csv.rb 2016-04-11 22:30:32 -04:00
Andy Meneely bd5e6c92f6 samples: gistify saves 2016-04-11 21:33:15 -04:00
Andy Meneely e3bd7c9503 samples: gistify saves 2016-04-11 21:20:42 -04:00
Andy Meneely dd32e3bfae samples: cleanup regression tests 2016-04-11 21:13:34 -04:00
Andy Meneely c37a1a79bf samples: gistify shapes 2016-04-11 20:59:28 -04:00
Andy Meneely fd01e8c4b3 samples: remove boring sample 2016-04-11 20:51:56 -04:00
Andy Meneely 40ac4651f1 samples: documenting a hack related to #136 2016-04-11 20:51:11 -04:00
Andy Meneely 43d44aa944 samples: gists --> backend 2016-04-11 20:42:48 -04:00
Andy Meneely 9418aee3de samples: start all-sample gist 2016-04-11 20:26:56 -04:00
Andy Meneely e55c450d16 build_groups: rename to build instead of group 2016-03-20 22:52:04 -04:00
Andy Meneely dad2ab5ba9 👮 newline at end of file 2016-03-17 23:51:37 -04:00
Andy Meneely 0cbcc0c683 👮 string literals should be single-quoted 2016-03-17 23:49:04 -04:00
Andy Meneely 65a0fdfd47 👮 leading space in comments 2016-03-17 23:47:32 -04:00
Andy Meneely 310030eee4 👮 spaces around operators 2016-03-17 23:40:41 -04:00
Andy Meneely 5e09e0f1e1 👮 fix spacing inside hashes 2016-03-17 23:38:48 -04:00
Andy Meneely 137e3f91cd 👮 fix extra spaces 2016-03-17 23:27:07 -04:00
Andy Meneely 8a9552126c 👮 fix space after comma 2016-03-17 23:22:16 -04:00
Andy Meneely 955d64a01f feature: add use_layout method to load layouts at runtime
Closes #141
2016-03-16 17:05:07 -04:00
Andy Meneely a90755096a samples: update expected image 2016-03-15 23:24:50 -04:00
Andy Meneely ebc8851ae8 samples: demonstrate font strings better
Fixes #138
2016-03-15 23:21:54 -04:00
Andy Meneely 864226dff3 samples: fix ignore on built files 2016-03-15 23:09:38 -04:00
Andy Meneely 9cdd3c4d2f text: fix valign when we only have an embed key
Fixes #134
2016-03-15 23:07:23 -04:00
Andy Meneely 9eb348236d samples: ignore pre-built files 2016-03-15 18:26:24 -04:00
Andy Meneely f408b7a88f csv: data option
Close #137
2016-03-15 17:45:39 -04:00
Andy Meneely 80cd0b924f samples: silence the build_group sample 2016-03-15 17:40:08 -04:00
Andy Meneely 61a3d3446b feature: build groups
See docs and changelog for more details on how these work.
2016-03-13 00:38:13 -05:00
Andy Meneely aae1c0a4c6 samples/text: Rebuild on home machine 2016-01-10 20:31:13 -05:00
Andy Meneely cf736db067 Maintain coordinate system when using gradients
Sample: document this better
spec: test this and update past tests

Fixes #127
2016-01-10 20:30:30 -05:00
Andy Meneely 4c0325aba1 samples/text: update output 2015-12-21 10:56:05 -05:00
Andy Meneely b560643332 Add submodule gist: _autoscale_font.rb 2015-12-13 21:11:22 -05:00
Andy Meneely 8b0067546f save_png: add trim and trim_radius options
Close #122.
2015-12-11 23:09:04 -05:00
Andy Meneely b05e1243f1 samples: use the latest _text.rb sample 2015-12-11 21:22:32 -05:00
Andy Meneely 960ba03137 Samples: add submodule samples/text 2015-11-30 08:50:44 -05:00
Andy Meneely dc85439350 Samples: new gist for text 2015-11-30 08:50:44 -05:00
Andy Meneely 52f3def03b Samples: _images output 2015-11-24 00:37:44 -05:00