[Gambas-devel-svn] SF.net SVN: gambas:[6528] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-10-10 19:23:49
|
Revision: 6528 http://sourceforge.net/p/gambas/code/6528 Author: gambas Date: 2014-10-10 19:23:44 +0000 (Fri, 10 Oct 2014) Log Message: ----------- [GB.FORM] * NEW: FontChooser.ShowRelative is a new property that set if relative sizes are allowed or not. They are allowed by default. [GB.FORM.DIALOG] * NEW: Dialog.FixedOnly is a new property to set if the font chooser will show fixed fonts only. [GB.QT4] * BUG: DrawingArea.Clear now raises an error if the DrawingArea is cached and if it currently being painted. [GB.GTK] * BUG: DrawingArea.Clear() works as expected now. * BUG: DrawingArea.Clear now raises an error if the DrawingArea is cached and if it currently being painted. [GB.GTK3] * BUG: DrawingArea.Clear now raises an error if the DrawingArea is cached and if it currently being painted. * BUG: No more warning printed when paiting or clearing a DrawingArea. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/Font/FFontChooser.class gambas/trunk/comp/src/gb.form/.src/Font/FontChooser.class gambas/trunk/comp/src/gb.form.dialog/.info gambas/trunk/comp/src/gb.form.dialog/.src/Dialog.class gambas/trunk/comp/src/gb.form.dialog/.src/FFontDialog.class gambas/trunk/comp/src/gb.form.dialog/.src/FFontDialog.form gambas/trunk/comp/src/gb.web/.component gambas/trunk/comp/src/gb.web/.project gambas/trunk/gb.gtk/src/CDrawingArea.cpp gambas/trunk/gb.gtk/src/gdrawingarea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.sdl/src/SDLfont.cpp gambas/trunk/gb.sdl/src/SDLfont.h gambas/trunk/main/lib/db/gb.db/.project gambas/trunk/main/lib/draw/cpaint.c gambas/trunk/main/lib/draw/cpaint.h gambas/trunk/main/lib/draw/gb.draw.h gambas/trunk/main/lib/draw/main.c Added Paths: ----------- gambas/trunk/main/lib/db/gb.db/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |