[Gambas-devel-svn] SF.net SVN: gambas: [523] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-08-24 12:00:41
|
Revision: 523 http://gambas.svn.sourceforge.net/gambas/?rev=523&view=rev Author: gambas Date: 2007-08-24 05:00:41 -0700 (Fri, 24 Aug 2007) Log Message: ----------- [GB.QT] * NEW: Image.Replace() takes a new 'NotEqual' optional argument. If this argument is set to TRUE, then the method will replace the pixels whose color is different from the one specified. * BUG: A disabled Button, ToggleButton or ToolButton now draws its picture correctly when its Text property is void. [GB.GTK] * NEW: Picture can be "transparent", like in gb.qt. It means they can have an internal bitmap mask. This mask is taken into account by the drawing methods. * NEW: Image.Replace() takes a new 'NotEqual' optional argument. If this argument is set to TRUE, then the method will replace the pixels whose color is different from the one specified. * BUG: Setting the window mask works correctly. But removing it does not yet! Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/CProgress.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdraw.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gpicture.h 2.0/trunk/gb.gtk/src/gprogressbar.cpp 2.0/trunk/gb.gtk/src/gprogressbar.h 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/src/CButton.cpp 2.0/trunk/gb.qt/src/CImage.cpp Added Paths: ----------- 2.0/trunk/examples/examples/Drawing/Sensor/Form1.class 2.0/trunk/examples/examples/Drawing/Sensor/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |