PLIB 1.8.5+ r2173 from http://plib.svn.sourceforge.net/svnroot/plib/trunk
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[ Put in tasks here that probably won't get done before PLIB 2.0 or change
|
||||
the API in a way that could break existing applications ]
|
||||
|
||||
PUI section
|
||||
|
||||
* Remove deprecated puFilePicker widget
|
||||
|
||||
* Remove deprecated old label and legend places
|
||||
|
||||
* Remove deprecated PUSTYLE_RADIO
|
||||
|
||||
* Remove deprecated 'int puValue::getValue ( void )' function
|
||||
(Application developers: Use 'puValue::getIntegerValue' instead)
|
||||
|
||||
* Remove deprecated 'int puObject::getDefaultValue ( void )' function
|
||||
(Application developers: Use 'puValue::getDefaultIntegerValue' instead)
|
||||
|
||||
* Line up widget constructors (explicit size vs. max coordinates issue)
|
||||
|
||||
* Change function parameters taking a 0/1 FALSE/TRUE value from 'int'
|
||||
to 'bool'
|
||||
|
||||
* In puDeactivateWidget (), invoke the active widget's down callback
|
||||
(Can't be realized prior to 2.0 since it could break existing programs
|
||||
relying on the old behaviour)
|
||||
|
||||
* Implement puiAUX for complex widgets [ unclear ]
|
||||
|
||||
Reference in New Issue
Block a user