Commit Graph

462 Commits

Author SHA1 Message Date
benfry 6c3eb2b8c8 add requestFocusInWindow() call (issue #279) 2010-06-28 02:11:40 +00:00
benfry 8b361e87a1 doc tweaks 2010-06-25 15:38:02 +00:00
benfry f49fc642fb methods for getting params from shapes, also rect() with rounded corners 2010-06-25 15:20:31 +00:00
benfry 8ad2754238 fixes for bad regexp being used with the adobe stuff 2010-06-25 14:31:41 +00:00
benfry 1bebf781f3 fix requestFocus() issue that was causing assertion failure 2010-06-20 19:59:28 +00:00
benfry abdf50550e todo items, and added svgz support 2010-06-20 15:43:44 +00:00
Casey Reas 0bf6d70d6d 2010-06-09 17:08:01 +00:00
Casey Reas 70e39565a8 2010-06-09 17:07:25 +00:00
benfry 41d3bc54ff lots of svg improvements 2010-06-05 19:25:09 +00:00
benfry 1b37c70760 lots of new methods for PShape/SVG, adding support for querying data 2010-06-05 19:10:44 +00:00
benfry 4d7942d6c2 pass actual exceptions from InvocationTargetException in registered methods 2010-06-05 19:07:30 +00:00
benfry d8cd8e3e65 fix for beginShape(POINTS) in large amounts (bug #1572) 2010-06-04 09:19:53 +00:00
benfry 13990e97f9 fix for ARGB images with PImage(java.awt.Image) from jdf 2010-06-03 22:48:56 +00:00
benfry 90d55865d0 fix two bugs with new font creation code 2010-04-15 23:37:00 +00:00
benfry 4da60ff56d make this a proper boolean. why was this a String? that's madness. 2010-04-15 23:36:43 +00:00
benfry c6f5462cf4 change saveStream() to return a boolean 2010-04-13 20:32:24 +00:00
benfry 09bea315c7 add caching to match() 2010-04-12 21:49:56 +00:00
benfry a7a488b9d6 PImage.copy problem (bug #1174) 2010-03-28 18:15:47 +00:00
benfry 992bbaffa6 added skewX/Y (bug #1448) and fixed bugs in its implementation 2010-03-23 18:23:39 +00:00
benfry 120545e415 keep windows on screen (bug #1508) 2010-03-14 17:54:12 +00:00
benfry f4bee5b5a1 don't allow windows to be drawn off the top of the screen (bug #1508) 2010-03-14 17:24:55 +00:00
benfry 136659ebbc add implicit path commands to svg (bug #1503) 2010-03-14 17:05:31 +00:00
benfry c3bfab6281 add support for default font 2010-03-12 00:18:38 +00:00
benfry 7f90c8998f change ascent/descent for fonts back to the older model 2010-03-11 14:02:56 +00:00
benfry c4f608b4a8 bring back older style ascent/descent values 2010-03-11 12:15:09 +00:00
benfry 88c50dd332 switching to screenWidth/Height instead of screenW/H as per casey's suggestion 2010-03-05 13:44:26 +00:00
benfry 91bb309f3a oh yeah, *that's* why screen isn't static 2010-03-04 14:03:19 +00:00
benfry 6266b9b5c2 better for subclasses 2010-02-28 02:46:55 +00:00
benfry c3a8f7a7e3 fix for using mask() under some circumstances 2010-02-27 18:07:48 +00:00
benfry 7facc6c311 fix for filter(DILATE/ERODE) (bug #1477) 2010-02-24 18:55:08 +00:00
benfry 24a7b7a82c fix camera/perspective regression (bug #1391) 2010-02-20 21:25:34 +00:00
benfry 8efd6e2347 cleanups for new font updates 2010-02-19 22:42:20 +00:00
benfry e9506e132e quick bug fixes and testing 2010-02-19 21:50:32 +00:00
benfry 523b34e3e1 formatting tweak 2010-02-19 21:39:34 +00:00
benfry 63bb74b88e lots of cleanup, merging code 2010-02-19 21:29:25 +00:00
benfry ac88bd72a7 changing how glyphs are created 2010-02-19 20:39:10 +00:00
benfry 0190f940e3 adding several bugs to the todo list, plus a fix for bug #1423 2010-02-18 04:59:05 +00:00
benfry 613d47e72e more work with font setup, moving some classes around, etc 2010-02-16 19:12:36 +00:00
benfry 4cf636a7a1 bug fixes for new font code 2010-02-13 18:55:33 +00:00
benfry 769938a3e3 a little more efficient 2010-02-13 14:32:04 +00:00
benfry dd2c676359 new version of PFont that's more efficient 2010-02-13 14:28:32 +00:00
benfry 4559b37776 stuffing the javadoc in there for the methods, deal with rename 2010-02-07 20:53:59 +00:00
benfry a6de7b6cd7 moving comments around so that they're sourced from PImage and PGraphics into PApplet 2010-02-07 20:44:49 +00:00
benfry 74953f78ff add fix for present mode problem on os x 2010-02-01 13:22:01 +00:00
benfry f12ea511bf weird whitespace issue 2010-01-24 19:58:59 +00:00
benfry 2652835946 clean up createInput(file) 2010-01-15 20:07:23 +00:00
sansumbrella 6bf58de379 changed <h4>advanced:</h4> tag structure in comments. 2010-01-08 05:55:16 +00:00
benfry 943d4427b1 this is a little better 2010-01-07 19:01:16 +00:00
benfry bcf5f2117e don't bother testing filenames as URLs unless they contain :// 2010-01-07 18:58:36 +00:00
sansumbrella 38df2387d5 added reference to network library. 2010-01-05 08:47:47 +00:00