[Gambas-devel-svn] SF.net SVN: gambas:[6963] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-03-09 18:50:48
|
Revision: 6963 http://sourceforge.net/p/gambas/code/6963 Author: gambas Date: 2015-03-09 18:50:40 +0000 (Mon, 09 Mar 2015) Log Message: ----------- [GB.FORM] * NEW: ValueBox now raises a Change event when its content changes. * OPT: DocumentView: Don't scale the document image before drawing it! It is slow with gb.qt4, and slow as hell with gb.gtk. Use the scaling feature of Paint.DrawImage(). * NEW: DocumentView: Use a lighter page shadow. [GB.GTK3] * BUG: SpinBox: Use a larger minimum width. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/ValueBox.class gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.icon.png gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/gb.gtk/src/gspinbox.cpp Added Paths: ----------- gambas/trunk/comp/src/gb.gui.base/.src/MyComboBox.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTestCombo.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTestCombo.form gambas/trunk/comp/src/gb.scanner/scanner.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |