Commit Graph

4036 Commits

Author SHA1 Message Date
REAS e9a7e6f48d Returning code at top of INT NUMBER FORMATTING to prior state 2016-11-15 12:25:43 -08:00
REAS 7903cdc623 Next step to correcting reference for nf() 2016-11-15 12:12:12 -08:00
REAS 1f95a7a52c Working toward fixing reference for nf() 2016-11-15 12:08:19 -08:00
REAS d72f111916 Attempt to separate number formatting parameters into arrays (nums) and primitive data (num) 2016-11-15 11:28:51 -08:00
Ben Fry 09950036c0 add suport for iterating over dictionary entries, cleaning up todo list 2016-11-14 21:27:21 -05:00
Ben Fry 4af8d568b5 wish list 2016-11-14 20:38:17 -05:00
Ben Fry 84273784a2 add increment() method that takes IntDict to merge another dictionary 2016-11-14 20:37:16 -05:00
Ben Fry 4ea9793dcd add listPaths(), listFiles() (fixes #4622) 2016-11-14 20:29:38 -05:00
Ben Fry 6c08a0d8cc Merge branch 'master' of github.com:processing/processing 2016-11-11 06:12:02 -05:00
Ben Fry 214758d9be remove debug information, oops 2016-11-11 06:11:56 -05:00
REAS 1808568f15 Add reference info for sort() method for Table class 2016-11-10 21:55:37 -08:00
REAS c66e2df08b Attempt to correct reference for nfc() 2016-11-10 20:51:48 -08:00
REAS c7b6469e09 Parameter descriptions for saveJSONArray and saveJSONObject 2016-11-10 15:32:51 -08:00
Ben Fry 2784e5b0e6 note about the docs 2016-11-10 18:29:20 -05:00
Ben Fry 00d809cffc write docs for exec() (fixes #4740) 2016-11-10 18:21:23 -05:00
REAS f0b6f49068 Remove periods (.) from @brief descriptions in TableRow.java 2016-11-10 13:40:00 -08:00
REAS 72c28b2643 Removing TableRow methods from Web Reference, but keeping the data for the JavaDoc 2016-11-10 10:39:47 -08:00
Ben Fry bd24ca1c85 add a note about #4333 2016-11-10 11:57:22 -05:00
Ben Fry 4eaf7b2fa8 Merge pull request #4333 from suheb/fix-issue4332
Adding missing docs and keywords for TableRow.
2016-11-10 11:55:05 -05:00
Ben Fry 210f1cda15 notes about additional bugs 2016-11-08 14:00:15 -05:00
Ben Fry 5f23bafdea starting the next release 2016-11-07 06:42:03 -05:00
Ben Fry 02c8640d87 write release notes for 3.2.3 2016-11-07 06:19:13 -05:00
Ben Fry 8f1ce4d213 todo notes 2016-11-06 21:27:00 -05:00
Ben Fry 7a719e1b5e trying to clean up DetailPanel 2016-11-05 14:05:07 -04:00
codeanticode 10104cc009 framerate warning 2016-11-04 09:05:36 -03:00
Ben Fry b14eb9d389 Use the version number if they've left the prettyVersion field blank 2016-11-03 10:10:04 -04:00
codeanticode 35e4381cfb check point and line attributes at the end, so that defines can override
autodetection
2016-11-03 10:15:41 -03:00
codeanticode 50a0943d60 some cosmetic changes 2016-11-02 20:57:51 -03:00
codeanticode 92d663efb0 use alternative regex in point and line shader autodetect, fixes #4725 2016-11-02 20:52:03 -03:00
Ben Fry 25cb1eff35 starting the next release 2016-10-30 17:43:05 -04:00
Ben Fry 206cfd4291 writing release notes 2016-10-30 16:35:08 -04:00
Ben Fry 67e9d13148 clean up toString() and implement toJSON() consistently 2016-10-30 16:12:40 -04:00
Ben Fry a44c05c41f notes about fixes from Andres 2016-10-30 15:45:57 -04:00
codeanticode 35b9e99a40 removed redundant sphere stroke edges 2016-10-30 10:56:52 -03:00
codeanticode 52d4880d88 do not call handleDraw() after the sketch is finished 2016-10-30 10:23:16 -03:00
Ben Fry b2f7fddaa5 more notes and get()/put() stuff with JSON 2016-10-29 11:07:59 -04:00
Ben Fry e847d62813 Merge pull request #4336 from Akarshit/bugifx-accessModifier
Changed the access modifier of get()
2016-10-29 11:06:12 -04:00
Ben Fry 9452068b66 go back to textMode(MODEL) is native font not available for textMode(SHAPE) fixes #4680 2016-10-29 10:51:38 -04:00
Ben Fry 1da78654e3 add notes about getRowMap() 2016-10-29 10:38:04 -04:00
Scott Murray 6d392a7c9d Added related reference to point() 2016-10-28 14:45:43 -07:00
Scott Murray 945f46235f Added related reference to point() 2016-10-28 14:41:42 -07:00
Ben Fry 766722dd57 todo notes and switch to 8u112 2016-10-18 22:47:47 -04:00
codeanticode 189d98a1f2 handle contours 2016-10-14 00:06:22 -04:00
codeanticode 7552988a4b implements PShape PDF recording in P2D, fixes #4647 2016-10-13 16:36:40 -04:00
codeanticode ab6443486a put clearDepthStencil() in the right spot 2016-10-12 17:43:27 -04:00
codeanticode 45062aff5e added resolution uniform 2016-10-12 16:29:00 -04:00
codeanticode 8ad3c11f93 extra logic to make sure that the depth buffer is always clear at the
beginning of a new frame
2016-10-12 16:25:54 -04:00
codeanticode a1dcc32044 coalesce glClear calls, fixes #4694 2016-10-12 15:38:34 -04:00
codeanticode 303a4e9667 remove second dispose() call 2016-10-07 05:37:29 -04:00
codeanticode 0b132279f8 separate current from default camera properties, fixes #4609 2016-10-06 23:10:23 -04:00