Skip to content

Commit 388b135

Browse files
committed
2.2.3 release
1 parent e2b6800 commit 388b135

File tree

48 files changed

+125
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+125
-88
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
.buildpath
1010
.classpath
1111
.project
12-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,4 @@ If you want to help improve ControlP5, the first place for me to do so would be
366366

367367
If you have used ControlP5 in any of your projects, let me know, send me details, send me links, send me screeshots.
368368

369-
Copyright 2006-2014 Andreas Schlegel
369+
Copyright 2006-2015 Andreas Schlegel

examples/controllers/ControlP5ButtonBar/ControlP5ButtonBar.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ controlP5.Controller : void setView(ControllerView, int)
200200
java.lang.Object : String toString()
201201
java.lang.Object : boolean equals(Object)
202202
203-
created: 2014/09/08 01:18:39
203+
created: 2015/03/24 12:20:51
204204
205205
*/
206206

examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ controlP5.Controller : void setView(ControllerView, int)
196196
java.lang.Object : String toString()
197197
java.lang.Object : boolean equals(Object)
198198
199-
created: 2014/09/08 01:18:40
199+
created: 2015/03/24 12:21:00
200200
201201
*/
202202

examples/controllers/ControlP5accordion/ControlP5accordion.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ controlP5.ControllerGroup : void remove()
279279
java.lang.Object : String toString()
280280
java.lang.Object : boolean equals(Object)
281281
282-
created: 2014/09/08 01:18:42
282+
created: 2015/03/24 12:25:32
283283
284284
*/
285285

examples/controllers/ControlP5background/ControlP5background.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ controlP5.ControllerGroup : void remove()
181181
java.lang.Object : String toString()
182182
java.lang.Object : boolean equals(Object)
183183
184-
created: 2014/09/08 01:18:44
184+
created: 2015/03/24 12:25:35
185185
186186
*/
187187

examples/controllers/ControlP5bang/ControlP5bang.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ controlP5.Controller : void setView(ControllerView, int)
224224
java.lang.Object : String toString()
225225
java.lang.Object : boolean equals(Object)
226226
227-
created: 2014/09/08 01:18:45
227+
created: 2015/03/24 12:25:36
228228
229229
*/
230230

examples/controllers/ControlP5button/ControlP5button.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ controlP5.Controller : void setView(ControllerView, int)
260260
java.lang.Object : String toString()
261261
java.lang.Object : boolean equals(Object)
262262
263-
created: 2014/09/08 01:18:47
263+
created: 2015/03/24 12:20:49
264264
265265
*/
266266

examples/controllers/ControlP5canvas/ControlP5canvas.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ controlP5.Canvas : void update(PApplet)
8282
java.lang.Object : String toString()
8383
java.lang.Object : boolean equals(Object)
8484
85-
created: 2014/09/08 01:18:48
85+
created: 2015/03/24 12:20:53
8686
8787
*/
8888

examples/controllers/ControlP5chart/ControlP5chart.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ controlP5.Controller : void setView(ControllerView, int)
236236
java.lang.Object : String toString()
237237
java.lang.Object : boolean equals(Object)
238238
239-
created: 2014/09/08 01:18:50
239+
created: 2015/03/24 12:20:54
240240
241241
*/
242242

0 commit comments

Comments
 (0)