[Gambas-devel-svn] SF.net SVN: gambas: [548] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-01 17:55:26
|
Revision: 548 http://gambas.svn.sourceforge.net/gambas/?rev=548&view=rev Author: gambas Date: 2007-09-01 10:54:55 -0700 (Sat, 01 Sep 2007) Log Message: ----------- [GB.DRAW] * BUG: Draw.Rect() now draws nothing if its width or its height is lower than 1. [GB.QT] * BUG: Drawable objects now get their default foreground color correctly. [GB.GTK] * BUG: Do not share fonts that are linked with a Gambas object. [GB.FORM] * BUG: DateChooser is drawn correctly again. * NEW: DateChooser.SetDateColor() is a new method to associate a background color to a specific date. * BUG: DateChooser does not strip the month combo-box anymore. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/DateChooser.class 2.0/trunk/comp/src/gb.form/FCalendar.class 2.0/trunk/comp/src/gb.form/FCalendar.form 2.0/trunk/comp/src/gb.form/FMain.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/gb.gtk/src/CFont.cpp 2.0/trunk/gb.gtk/src/gfont.cpp 2.0/trunk/gb.gtk/src/gfont.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/main.cpp 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. |