Commit Graph

976 Commits (abe75057df179ba883ac839de34f9b20f0fc5d65)

Author SHA1 Message Date
Andy Meneely 5244eef556 Docs version bump 2018-03-15 14:49:38 -04:00
Andy Meneely faba15766f I dub thee v0.14.1 2018-03-15 14:47:44 -04:00
Andy Meneely 3c8b3dea2b Bump cairo to 1.15.12 for Windows 2018-03-15 14:47:33 -04:00
Andy Meneely 06191c431f Bump deps, bump travis to 2.5 2018-02-01 13:25:28 -05:00
Andy Meneely 632ddf15b5 deps: downgrade pango et al. due to a regression 2017-11-10 23:11:40 -05:00
Andy Meneely e80d5aaae3 deps: bump to Pango et al. 3.2.0 2017-11-07 22:10:56 -05:00
Andy Meneely deeed5710b travis: bump ruby
Get ruby-head in there for funsies. Get 2.4.2 in there too.
2017-11-07 13:44:10 -05:00
Andy Meneely cf7ae7fd8b Onward and upward. 2017-11-06 23:44:50 -05:00
Andy Meneely dfb027ac31 I dub thee v0.14 2017-11-06 23:18:04 -05:00
Andy Meneely 2020b5a67a sanity: fixing lots of tests
apparently i totally borked a lot of sanity tests. should be fixed now.

BORK BORK BORK
2017-11-06 23:09:48 -05:00
Andy Meneely f7407d4b6c tweak to samples 2017-11-04 19:54:49 -04:00
Andy Meneely 9a8994c26e samples: remove unicode
Unfortunately too hard to maintain with ever-changing fonts. I might resurrect this in another form another day
2017-11-04 19:42:42 -04:00
Andy Meneely 6b5bbaf528 deps: bump cairo to 1.15.10 and pango et al. to 3.1.9 2017-11-03 23:22:28 -04:00
Andy Meneely aee8884a9e sprues: better handling of trim args 2017-11-03 23:02:18 -04:00
Andy Meneely 3bf5eeb102 sprues: now with trim and trim_radius!!
Fixes #235
2017-11-02 23:58:30 -04:00
Andy Meneely 3d02f7de77 docs: some writing for the tutorial 2017-10-20 15:09:26 -04:00
Andy Meneely c43538a708 I dub thee v0.14.beta1 2017-10-16 09:54:27 -04:00
Andy Meneely 8ed3c898ac changelog: update for better docs 2017-10-16 09:48:32 -04:00
Andy Meneely 929951cddb docs: better cli documentation 2017-10-13 16:17:05 -04:00
Andy Meneely 9ff72b7066 builtin layouts: party 🎉
Based on idea from #7
2017-10-13 15:26:25 -04:00
Andy Meneely 495b2fd4ae changelog rewording
[skip ci]
2017-10-10 16:58:13 -04:00
Andy Meneely 0a6b0e327f change revision
[skip ci]
2017-10-10 10:42:11 -04:00
Andy Meneely 386e65552e Be compatible with Ruby 2.2 and 2.3 2017-10-10 10:41:50 -04:00
Andy Meneely 60ca032d2d cli: unit tests for advanced template 2017-10-10 10:36:06 -04:00
Andy Meneely 1d4de1e2ad cli: create an --advanced layout
[skip ci]

Needs to be documented (new page?) and needs to be updated for unit tests.
2017-10-09 15:16:58 -04:00
Andy Meneely 498a8224e7 samples: fix to be more consistent 2017-10-06 11:00:14 -04:00
Andy Meneely 70bd6aae0e projects: add in Project Bolt Rats 2017-10-06 10:42:52 -04:00
Andy Meneely 3b5fdfaf61 move location of built-in layouts 2017-10-06 10:42:33 -04:00
Andy Meneely 9eaa27ce3e docs: document safe_zone and cut_zone 2017-10-06 00:05:21 -04:00
Andy Meneely de4333bcb5 fix require 2017-10-05 23:43:35 -04:00
Andy Meneely 7058689c0b remove unused class 2017-10-05 23:37:58 -04:00
Andy Meneely 2362e189d7 new methods: safe_zone and cut_zone 2017-10-05 23:36:53 -04:00
Andy Meneely 9b3636cf6f Revert "first draft of thegamecrafter templates, missing all the complex ones"
This reverts commit 7f6d70b886.

See https://github.com/andymeneely/squib/pull/214#issuecomment-334627919
2017-10-05 20:30:50 -04:00
Clarence "Sparr" Risher 7f6d70b886 first draft of thegamecrafter templates, missing all the complex ones 2017-10-05 20:26:01 -04:00
Andy Meneely d07fd1f478 regression fix 2017-10-05 20:03:46 -04:00
Damien Salvador 44b899181a save_pdf: right-to-left support
# Conflicts:
#	CHANGELOG.md
2017-10-05 20:00:21 -04:00
Andy Meneely eb13450468 Update changelog with latest @sparr changes 2017-10-05 19:58:22 -04:00
Clarence "Sparr" Risher 8509ab5728 change x= to *=, add unit tests and improve existing tests 2017-10-05 19:41:43 -04:00
Clarence "Sparr" Risher b3bd8f03d8 add x= and /= to extends values 2017-10-05 19:41:43 -04:00
Clarence Sparr Risher 2a86b8f215 fix save_sheet to calculate rows correctly based on range
Based on PR #207
2017-10-05 19:38:50 -04:00
Andy Meneely d5bf9062a2 sanity: update sanity test expected images for new font size 2017-10-05 17:02:24 -04:00
Seh Hui, Leong f800c131ff Respect DPI settings in text, add pt unit
This has the compatibility impact that all font sizes should be divided by 3 to maintain their same sizes.

Based on PR #225. Thanks @felixleong!!

Conflicts:
	bin/squib
	lib/squib/graphics/text.rb
2017-10-05 16:37:46 -04:00
Andy Meneely 06970b77a6 sprues: polishing up the feature
Lots of examples, some better checking, lots of documentation, sanity tests. Lots of little stuff.
2017-10-05 15:48:57 -04:00
Andy Meneely 3ccc6432ab sprues: better validation errors 2017-10-05 11:15:33 -04:00
Andy Meneely fbb45d89d7 Cleanup deps 2017-10-05 10:47:11 -04:00
Andy Meneely daff0281fd Merge remote-tracking branch 'origin/master' into dev 2017-10-05 10:34:00 -04:00
Dave Schaefer 52920ab8f0 Card - improve error message when reading invalid svg files
Add a test file in samples/images - it's a simple 1x1 pixel white png
saved with a 'svg' extension.

Fix for #228

(cherry picked from commit 32fad2460753a72cc2b0100d0a132512b6eeed81)

# Conflicts:
#	lib/squib/graphics/image.rb
2017-10-05 10:33:00 -04:00
Andy Meneely 4e92b1ae31 deps: lock in even more 2017-10-05 10:29:27 -04:00
Cory Li 6149023dbb respect `crop_marks` config option when saving PDF 2017-09-01 09:16:25 -04:00
Noah Callaway 7d23ec70f4 Update comment in header
Just a tiny irrelevant change to update the header comment to note the correct genre for this file.
2017-08-14 10:24:47 -04:00