45 Commits

Author SHA1 Message Date
Ben Fry 2c0c1b9a36 bring back getImage() to fix #4473 2016-08-12 21:34:50 -04:00
Jakub Valtar dd8698427c Update app to Java 8 2016-04-02 23:17:25 +02:00
Ben Fry f496709a87 update our own libraries to use .properties files (fixes #3574) 2015-08-11 10:30:37 -04:00
tiwawan 62dd1bc8e1 Added a comment in LargePage 2015-07-11 14:24:14 +09:00
Ben Fry ef9d4c4d2f more package movement for the separate renderers 2015-06-21 22:24:49 -04:00
Ben Fry cd5c927486 remove unused method 2015-05-16 12:36:33 -04:00
Ben Fry e52be3f71b setSize() method for offscreen surface 2015-05-16 08:01:15 -04:00
Ben Fry 8f23be3df0 move the note 2015-05-15 16:23:48 -04:00
Ben Fry 3d33fe3fd1 deal with path handling in renderers 2015-05-15 16:16:19 -04:00
Ben Fry c37e9dc81e rework non-visible surface handling, fix size() parser 2015-05-15 16:00:35 -04:00
Ben Fry e98a8615cf a little more general 2015-04-25 14:14:06 -04:00
Ben Fry 8803a1779a moving blit() around a bit, change basic surface name 2015-04-25 04:37:17 -04:00
Ben Fry f49f7104bd trying... to... simplify. 2015-04-20 22:44:54 -07:00
Ben Fry a32a634b72 deal with .class signing conflicts and use JDT .jar files for compilation 2015-01-21 19:43:02 -05:00
Kyle Feuz cc312f8b76 Unset the executable bit on xml files 2014-11-20 13:17:33 -07:00
Ben Fry deec670eee merge additions 2014-10-22 19:04:25 -04:00
Federico Bond ce5daefffd Use 1.7 as source and target Java version 2014-10-20 23:52:26 -03:00
Ben Fry fa1d80052f ongoing work for core reworking 2014-10-09 14:42:53 +02:00
Ben Fry ada4423aa9 deal with some warnings and other notes 2014-07-31 21:18:46 -04:00
Ben Fry 859cc5e1f4 Merge pull request #2310 from DavidPrevot/fix-cleanup
Fix typos in the 'clean' targets of dxf and pdf.
2014-01-21 15:48:40 -08:00
Ben Fry 9ca4000356 remove unnecessary cast 2014-01-21 18:19:53 -05:00
David Prévot 616c3b980a pdf: Fix the clean target 2014-01-09 19:44:39 -04:00
Ben Fry 543d51fc3b add notes about iText library and version 2013-10-12 18:01:06 -04:00
Ben Fry e6d7ff653d fixes for image transparency with PDF output 2013-10-06 15:46:21 -04:00
Ben Fry ef06f13dbc Merge pull request #2070 from gohai/pdf-transparency
Image transparency for PDF output
2013-10-06 12:40:55 -07:00
gohai 06fe38f218 Add support for custom source regions in imageImpl
As suggested by Ben
2013-10-01 22:13:39 -07:00
Ben Fry 7eb0f19d65 change build scripts to use built-in ecj (removes jdk req) 2013-09-12 19:21:57 -04:00
gohai 69c59cfdf9 Image transparency for PDF output
Before, drawing an image with transparency would result in black, opaque pixels in the PDF file. This change, figured out together with Jürg Lehni, fixes this. At its core, switching from drawImage(img, int, int, int, int, int, int, int, int, null) to drawImage(img, int, int, null) seems to do the trick - so this might have been a bug in iText all along.

Signed-off-by: Jürg Lehni <juerg@scratchdisk.com>
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
2013-09-10 15:15:12 -07:00
datguy a8966dd5ed remove extra beginRecord() from ManyPages PDF example 2013-07-08 20:12:51 -04:00
Ben Fry 856da77f62 no longer call super.beginDraw() because it may allocate memory 2013-02-22 06:56:01 -05:00
Ben Fry eee6123135 adding ignore files 2013-01-27 10:52:36 -05:00
benfry 2c3ad34caa remove hint(ENABLE_NATIVE_FONTS) 2012-12-15 22:02:22 +00:00
benfry ab815ede89 update source/target settings in build b/c of Java 7 warnings 2012-10-19 14:48:48 +00:00
benfry 162f2e9d4a fix for getNative() object type 2012-09-02 20:09:00 +00:00
benfry 662fec53e6 moving font cache inside PGraphicsOpenGL 2012-09-02 20:07:26 +00:00
benfry 7a7b856385 making further progress on build process 2012-07-20 23:21:24 +00:00
benfry 7874c54f5d settings/indent tweak 2012-03-22 02:50:48 +00:00
benfry 436a81e330 cleaning up warnings, specifying Java 1.6 for build in Eclipse, remove unused 2011-11-12 17:31:06 +00:00
benfry ce0a6099f4 tweaks to the eclipse formatter 2011-08-27 14:43:14 +00:00
benfry c0543fc12e add the return for the save() method in PDF 2011-06-20 23:35:24 +00:00
benfry 82d18818a1 cleaning up pdf and font selection 2011-03-07 23:30:15 +00:00
benfry 13fb0b4157 clean up the last of the font/pdf fixes 2011-03-07 22:53:46 +00:00
benfry b9d14b44d5 fixing build scripts for new locations 2011-01-26 21:53:07 +00:00
benfry a53f278863 moving examples to hang out with their libraries 2011-01-26 19:43:04 +00:00
benfry 5d65060046 moving to new structure 2011-01-26 19:12:43 +00:00