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

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
.buildpath
1010
.classpath
1111
.project
12-

Diff for: README.md

+1-1
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

Diff for: examples/controllers/ControlP5ButtonBar/ControlP5ButtonBar.pde

+1-1
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

Diff for: examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde

+1-1
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

Diff for: examples/controllers/ControlP5accordion/ControlP5accordion.pde

+1-1
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

Diff for: examples/controllers/ControlP5background/ControlP5background.pde

+1-1
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

Diff for: examples/controllers/ControlP5bang/ControlP5bang.pde

+1-1
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

Diff for: examples/controllers/ControlP5button/ControlP5button.pde

+1-1
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

Diff for: examples/controllers/ControlP5canvas/ControlP5canvas.pde

+1-1
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

Diff for: examples/controllers/ControlP5chart/ControlP5chart.pde

+1-1
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

Diff for: examples/controllers/ControlP5checkBox/ControlP5checkBox.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ controlP5.ControllerGroup : void remove()
235235
java.lang.Object : String toString()
236236
java.lang.Object : boolean equals(Object)
237237
238-
created: 2014/09/08 01:18:51
238+
created: 2015/03/24 12:20:56
239239
240240
*/
241241

Diff for: examples/controllers/ControlP5colorPicker/ControlP5colorPicker.pde

+1-1
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:53
184+
created: 2015/03/24 12:20:58
185185
186186
*/
187187

Diff for: examples/controllers/ControlP5controlTimer/ControlP5controlTimer.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ controlP5.ControlTimer : void update()
5656
java.lang.Object : String toString()
5757
java.lang.Object : boolean equals(Object)
5858
59-
created: 2014/09/08 01:18:55
59+
created: 2015/03/24 12:21:02
6060
6161
*/
6262

Diff for: examples/controllers/ControlP5controllerProperties/ControlP5controllerProperties.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ controlP5.ControllerProperties : void setFormat(String)
158158
java.lang.Object : String toString()
159159
java.lang.Object : boolean equals(Object)
160160
161-
created: 2014/09/08 01:18:56
161+
created: 2015/03/24 12:21:03
162162
163163
*/
164164

Diff for: examples/controllers/ControlP5dropdownList/ControlP5dropdownList.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ controlP5.DropdownList : void updateItemIndexOffset()
304304
java.lang.Object : String toString()
305305
java.lang.Object : boolean equals(Object)
306306
307-
created: 2014/09/08 01:18:58
307+
created: 2015/03/24 12:21:05
308308
309309
*/
310310

Diff for: examples/controllers/ControlP5group/ControlP5group.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ controlP5.ControllerGroup : void remove()
228228
java.lang.Object : String toString()
229229
java.lang.Object : boolean equals(Object)
230230
231-
created: 2014/09/08 01:19:00
231+
created: 2015/03/24 12:21:07
232232
233233
*/
234234

Diff for: examples/controllers/ControlP5icon/ControlP5icon.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ controlP5.Icon : int getFontIcon(int)
211211
java.lang.Object : String toString()
212212
java.lang.Object : boolean equals(Object)
213213
214-
created: 2014/09/08 01:19:01
214+
created: 2015/03/24 12:21:09
215215
216216
*/
217217

Diff for: examples/controllers/ControlP5knob/ControlP5knob.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ controlP5.Knob : int getViewStyle()
253253
java.lang.Object : String toString()
254254
java.lang.Object : boolean equals(Object)
255255
256-
created: 2014/09/08 01:19:02
256+
created: 2015/03/24 12:21:10
257257
258258
*/
259259

Diff for: examples/controllers/ControlP5listBox/ControlP5listBox.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ controlP5.ListBox : void updateItemIndexOffset()
312312
java.lang.Object : String toString()
313313
java.lang.Object : boolean equals(Object)
314314
315-
created: 2014/09/08 01:19:04
315+
created: 2015/03/24 12:21:12
316316
317317
*/
318318

Diff for: examples/controllers/ControlP5matrix/ControlP5matrix.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ controlP5.Matrix : void remove()
289289
java.lang.Object : String toString()
290290
java.lang.Object : boolean equals(Object)
291291
292-
created: 2014/09/08 01:19:06
292+
created: 2015/03/24 12:21:14
293293
294294
*/
295295

Diff for: examples/controllers/ControlP5numberbox/ControlP5numberbox.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ controlP5.Numberbox : float getMultiplier()
207207
java.lang.Object : String toString()
208208
java.lang.Object : boolean equals(Object)
209209
210-
created: 2014/09/08 01:19:09
210+
created: 2015/03/24 12:25:44
211211
212212
*/
213213

Diff for: examples/controllers/ControlP5radioButton/ControlP5radioButton.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ controlP5.RadioButton : void updateLayout()
231231
java.lang.Object : String toString()
232232
java.lang.Object : boolean equals(Object)
233233
234-
created: 2014/09/08 01:19:11
234+
created: 2015/03/24 12:21:19
235235
236236
*/
237237

Diff for: examples/controllers/ControlP5range/ControlP5range.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ controlP5.Range : float[] getArrayValue()
237237
java.lang.Object : String toString()
238238
java.lang.Object : boolean equals(Object)
239239
240-
created: 2014/09/08 01:19:12
240+
created: 2015/03/24 12:21:20
241241
242242
*/
243243

Diff for: examples/controllers/ControlP5scrollableList/ControlP5scrollableList.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ controlP5.ScrollableList : void updateItemIndexOffset()
254254
java.lang.Object : String toString()
255255
java.lang.Object : boolean equals(Object)
256256
257-
created: 2014/09/08 01:19:14
257+
created: 2015/03/24 12:21:22
258258
259259
*/
260260

Diff for: examples/controllers/ControlP5slider/ControlP5slider.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ controlP5.Slider : int getTriggerEvent()
290290
java.lang.Object : String toString()
291291
java.lang.Object : boolean equals(Object)
292292
293-
created: 2014/09/08 01:19:16
293+
created: 2015/03/24 12:25:46
294294
295295
*/
296296

Diff for: examples/controllers/ControlP5slider2D/ControlP5slider2D.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ controlP5.Slider2D : void setValueLabelSeparator(String)
231231
java.lang.Object : String toString()
232232
java.lang.Object : boolean equals(Object)
233233
234-
created: 2014/09/08 01:19:18
234+
created: 2015/03/24 12:25:47
235235
236236
*/
237237

Diff for: examples/controllers/ControlP5tab/ControlP5tab.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ controlP5.Tab : float getValue()
229229
java.lang.Object : String toString()
230230
java.lang.Object : boolean equals(Object)
231231
232-
created: 2014/09/08 01:19:19
232+
created: 2015/03/24 12:25:49
233233
234234
*/
235235

Diff for: examples/controllers/ControlP5textarea/ControlP5textarea.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ controlP5.Textarea : void controlEvent(ControlEvent)
222222
java.lang.Object : String toString()
223223
java.lang.Object : boolean equals(Object)
224224
225-
created: 2014/09/08 01:19:21
225+
created: 2015/03/24 12:21:29
226226
227227
*/
228228

Diff for: examples/controllers/ControlP5textfield/ControlP5textfield.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ controlP5.Textfield : void keyEvent(KeyEvent)
250250
java.lang.Object : String toString()
251251
java.lang.Object : boolean equals(Object)
252252
253-
created: 2014/09/08 01:19:23
253+
created: 2015/03/24 12:21:31
254254
255255
*/
256256

Diff for: examples/controllers/ControlP5textlabel/ControlP5Textlabel.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ controlP5.Textlabel : void draw(int, int)
204204
java.lang.Object : String toString()
205205
java.lang.Object : boolean equals(Object)
206206
207-
created: 2014/09/08 01:19:24
207+
created: 2015/03/24 12:21:33
208208
209209
*/
210210

Diff for: examples/controllers/ControlP5toggle/ControlP5toggle.pde

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,11 @@ controlP5.Toggle : Toggle toggle()
228228
controlP5.Toggle : Toggle update()
229229
controlP5.Toggle : boolean getBooleanValue()
230230
controlP5.Toggle : boolean getState()
231+
controlP5.Toggle : int getMode()
231232
java.lang.Object : String toString()
232233
java.lang.Object : boolean equals(Object)
233234
234-
created: 2014/09/08 01:19:26
235+
created: 2015/03/24 12:21:35
235236
236237
*/
237238

Diff for: examples/controllers/ControlP5tooltip/ControlP5tooltip.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ controlP5.Tooltip : int getWidth()
109109
java.lang.Object : String toString()
110110
java.lang.Object : boolean equals(Object)
111111
112-
created: 2014/09/08 01:19:27
112+
created: 2015/03/24 12:21:36
113113
114114
*/
115115

Diff for: examples/extra/ControlP5frameRate/ControlP5frameRate.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ controlP5.Textlabel : void draw(int, int)
192192
java.lang.Object : String toString()
193193
java.lang.Object : boolean equals(Object)
194194
195-
created: 2014/09/08 01:19:51
195+
created: 2015/03/24 12:22:02
196196
197197
*/
198198

Diff for: examples/extra/ControlP5pointer/ControlP5pointer.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ClassName : returnType methodName(parameter type)
6868
6969
7070
71-
created: 2014/09/08 01:20:02
71+
created: 2015/03/24 12:22:14
7272
7373
*/
7474

Diff for: examples/use/ControlP5controlEvent/ControlP5controlEvent.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ controlP5.ControlEvent : int getType()
112112
java.lang.Object : String toString()
113113
java.lang.Object : boolean equals(Object)
114114
115-
created: 2014/09/08 01:20:21
115+
created: 2015/03/24 12:22:35
116116
117117
*/
118118

Diff for: examples/use/ControlP5controlFont/ControlP5controlFont.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ controlP5.ControlFont : void setSize(int)
127127
java.lang.Object : String toString()
128128
java.lang.Object : boolean equals(Object)
129129
130-
created: 2014/09/08 01:20:23
130+
created: 2015/03/24 12:22:36
131131
132132
*/
133133

Diff for: resources/build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
</path>
1414
<property name="javaVersion" value="1.6"/>
1515
<property name="author" value="Andreas Schlegel"/>
16-
<property name="copyright" value="(c) 2006-2014"/>
16+
<property name="copyright" value="(c) 2006-2015"/>
1717
<property name="libraryName" value="controlP5"/>
18-
<property name="versionNumber" value="2.2.2"/>
18+
<property name="versionNumber" value="2.2.3"/>
1919
<property name="yourLink" value="http://www.sojamo.de" />
2020
<property name="keywords" value="gui, ui, controller, interface, user interface" />
2121
<property name="tested:platform" value="osx, windows, linux" />
22-
<property name="tested:processingVersion" value="2.2.1" />
22+
<property name="tested:processingVersion" value="2.2.3" />
2323
<property name="tested:dependencies" value="none" />
2424
<property name="source:host" value="github" />
2525
<property name="source:url" value="https://github.com/sojamo/controlp5" />

Diff for: resources/library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ category = GUI
2222
# shown from inside the PDE when the library is being installed. Avoid repeating
2323
# the name of your library here. Also, avoid saying anything redundant like
2424
# mentioning that its a library.
25-
sentence = A GUI library with a range of controllers to build custom user interfaces for desktop and android mode.
25+
sentence = A GUI library to build custom user interfaces for desktop and android mode.
2626

2727
# Additional information suitable for the Processing website. The value of
2828
# 'sentence' always will be prepended, so you should start by writing the
@@ -38,7 +38,7 @@ paragraph = Includes interface elements such as slider, button, knob, toggle, te
3838
# is used to compare different versions of the same library, and
3939
# check if an update is available. You should think of it as a
4040
# counter, counting the total number of releases you've had.
41-
version = 81 # This must be parsable as an int
41+
version = 82 # This must be parsable as an int
4242

4343
# The version as the user will see it. If blank, the version attribute will be used here
44-
prettyVersion = 2.2.2 # This is treated as a String
44+
prettyVersion = 2.2.3 # This is treated as a String

Diff for: src/controlP5/CColor.java

-13
Original file line numberDiff line numberDiff line change
@@ -34,33 +34,20 @@
3434
public class CColor implements Serializable {
3535

3636
private int colorBackground = 0xff003652;
37-
3837
private int colorForeground = 0xff00698c;
39-
4038
private int colorActive = 0xff08a2cf; // 0699C4;
41-
4239
private int colorCaptionLabel = 0xffffffff;
43-
4440
private int colorValueLabel = 0xffffffff;
45-
4641
private int colorBackgroundAlpha = 0xff;
47-
4842
private int colorForegroundAlpha = 0xff;
49-
5043
private int colorActiveAlpha = 0xff; // 0699C4;
51-
5244
private int colorCaptionLabelAlpha = 0xff;
53-
5445
private int colorValueLabelAlpha = 0xff;
5546

5647
private int alpha = 0xff;
57-
5848
private int maskA = 0x00ffffff;
59-
6049
int maskR = 0xff00ffff;
61-
6250
int maskG = 0xffff00ff;
63-
6451
int maskB = 0xffffff00;
6552

6653
protected CColor set( CColor theColor ) {

0 commit comments

Comments
 (0)