Commit Graph

1915 Commits

Author SHA1 Message Date
codeanticode
06b1cb265a return correct default draw buffer 2015-03-03 17:44:59 -05:00
codeanticode
2072d8249f fix key event handling 2015-02-28 23:33:03 -05:00
Ben Fry
f14bc38ed8 note about why 2015-02-25 09:52:13 -05:00
Ben Fry
54970ef51c disallow textSize() <= 0 (fixes #3110) 2015-02-25 09:50:58 -05:00
codeanticode
223c24160b set current thread 2015-02-23 23:43:57 -05:00
codeanticode
81d254b2ae call sketch.exit() 2015-02-23 23:17:29 -05:00
Ben Fry
bd669ee377 Merge pull request #3102 from Akarshit/bugfix-rectBroken
rectMode getting called with correct argument now.
2015-02-21 11:14:00 -05:00
Ben Fry
8afa37a07a todo notes and fix for requestImage() 2015-02-20 16:45:33 -05:00
codeanticode
f4e0f23466 make jogl work as a subclass of PGraphicsOpenGL 2015-02-20 16:43:29 -05:00
codeanticode
12b6626747 put LWJGL in the core 2015-02-20 16:21:15 -05:00
Akarshit Wal
9a5ad887a7 Added default mode as CORNER 2015-02-09 01:03:40 +05:30
Akarshit Wal
9606bdea3a Rectangle mode is now getting set correctly 2015-02-09 00:57:45 +05:30
codeanticode
0b941e1612 invert Y 2015-01-29 01:30:07 -05:00
codeanticode
90920df882 use allocateIntBuffer method, fixes all allocate buffer methods 2015-01-29 01:26:55 -05:00
codeanticode
f26c5cbb57 store label pixels 2015-01-29 01:22:41 -05:00
codeanticode
d22eee76fd draw label texture 2015-01-29 00:49:06 -05:00
codeanticode
eaac9b14a2 draw exit label in PGL 2015-01-28 18:48:40 -05:00
codeanticode
ca5aa10d71 use WINDOW_BGCOLOR 2015-01-28 18:15:36 -05:00
codeanticode
af746c00d0 another way to implement present mode w/out AWT 2015-01-28 17:57:31 -05:00
Jakub Valtar
d0d88066ef Change comment 2015-01-28 17:24:56 +01:00
Jakub Valtar
5999bfc14c Save now creates opaque images from primary surface
Fixes #3031
2015-01-28 17:14:13 +01:00
codeanticode
4922e90dd0 trying to get smooth change to work 2015-01-23 17:08:00 -05:00
Ben Fry
7096c953b2 refinements/simplification 2015-01-21 15:53:55 -05:00
Patrick Vares
faf989a5b9 Added text to the exceptions for FloatList and IntList
Fixed formatting of IntList
2015-01-21 15:26:46 -05:00
Patrick Vares
aee68cdf29 IntList exceptions added 2015-01-21 10:23:11 -05:00
pvrs12
89ec6f1d27 FloatList exceptions added 2015-01-21 09:22:30 -05:00
codeanticode
02330f0196 division by zero check 2015-01-19 17:15:54 -05:00
codeanticode
32240d2901 fixes to lwjgl renderer 2015-01-12 14:38:25 -05:00
codeanticode
ec590fb054 catching coded keys 2014-12-16 20:03:06 -05:00
codeanticode
d89c4fe85d resize renderer 2014-12-16 19:04:39 -05:00
codeanticode
d26c3f8a03 handle smooth changes in surface 2014-12-16 18:51:43 -05:00
codeanticode
9781a18938 disable SAVE_SURFACE_TO_PIXELS_HACK, and a few other init tweaks 2014-12-15 15:04:45 -05:00
codeanticode
eb9a390a20 set default background color 2014-12-15 00:42:28 -05:00
codeanticode
734889893a destroy NEWT window on exit 2014-12-14 23:36:52 -05:00
Ben Fry
a797fe0ee8 resize working, but flickering 2014-11-25 10:29:38 -05:00
Ben Fry
ebc4162709 better parameter name 2014-11-24 15:38:21 -05:00
Ben Fry
234f310dc1 additional workaround for Canvas-only code 2014-11-20 18:01:48 -05:00
Ben Fry
d24b858eff turn off some debug warnings 2014-11-20 11:10:58 -05:00
Ben Fry
ca15d00893 turn off some debug warnings 2014-11-20 11:10:27 -05:00
Ben Fry
86ca9f4208 let's get away from that repaint() thing, shall we? 2014-11-20 01:19:02 -05:00
Ben Fry
5a452066f7 deal with offscreen graphics, finding flicker problems on retina 2014-11-20 01:07:56 -05:00
Ben Fry
03a4183432 add error when using loadFont() with a non-vlw file 2014-11-19 21:48:07 -05:00
Ben Fry
3edd745d20 clean up some font handling 2014-11-17 18:33:59 -05:00
Ben Fry
d1e3e357cd add getFontMetrics() override 2014-11-17 17:09:09 -05:00
Ben Fry
fe469aaca4 modify the FRC code so that it does not show up in PApplet 2014-11-17 17:01:31 -05:00
codeanticode
5519bf8615 throw cause of draw exception 2014-11-17 16:45:27 -05:00
codeanticode
3949fd4f67 add java.awt.font.FontRenderContext 2014-11-17 15:55:44 -05:00
codeanticode
2ad7d2ab21 getting font metrics from default toolkit 2014-11-17 09:54:52 -07:00
codeanticode
97ff4895d8 Merge remote-tracking branch 'upstream/master' 2014-11-16 19:39:30 -07:00
Ben Fry
daaad10c43 hammering through placement and sizing issues 2014-11-16 19:32:44 -07:00