[Gambas-devel-svn] SF.net SVN: gambas: [798] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-11-02 15:13:23
|
Revision: 798 http://gambas.svn.sourceforge.net/gambas/?rev=798&view=rev Author: gambas Date: 2007-11-02 08:13:28 -0700 (Fri, 02 Nov 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Stack size is not a multiple of 1024 bytes anymore, but a multiple of 1024 stack slots. A stack slot is 16 bytes, and will be 32 bytes in the 64 bit version of Gambas. * NEW: More support for transparent colors in the icon editor. [GB.DEBUG] * BUG: The internal buffer is now bigger, so that the IDE has less luck to get a truncated message of the debugger. This is a temporary workaround! [GB.DRAW] * NEW: Draw.Zoom support for transparent colors is better. [GB.QT] * NEW: Color.HSV() now takes an optional alpha component argument. * NEW: Mouse events can be cancelled by using STOP EVENT. [GB.GTK] * NEW: Color.HSV() now takes an optional alpha component argument. [GB.FORM] * NEW: ColorChooser.ShowAlpha is a new property for allowing to set the alpha component of the color. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FColorChooser.class 2.0/trunk/app/src/gambas2/FIconEditor.class 2.0/trunk/app/src/gambas2/FIconEditor.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/ColorChooser.class 2.0/trunk/comp/src/gb.form/FColorChooser.class 2.0/trunk/comp/src/gb.form/FColorChooser.form 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.gtk/src/CColor.cpp 2.0/trunk/gb.qt/src/CColor.cpp 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CWidget.cpp 2.0/trunk/main/gbx/gbx_project.c 2.0/trunk/main/gbx/gbx_stack.c 2.0/trunk/main/lib/debug/CDebug.c 2.0/trunk/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |