[Gambas-devel-svn] SF.net SVN: gambas:[6919] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-02-28 15:04:56
|
Revision: 6919 http://sourceforge.net/p/gambas/code/6919 Author: gambas Date: 2015-02-28 15:04:48 +0000 (Sat, 28 Feb 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Selected controls do not display a frame when they are hovered. It is useless. * NEW: Form editor: The hover frame is now updated when a control is resized. * NEW: Form editor: Panels with no child and that have their Expand property set now display red hatch lines whose orientation depends on their arrangement of its parent container. * NEW: The default farm server is now gambasfarm.org. * NEW: Form editor: Arrangement icons have been redesigned. [GB.GUI.BASE] * NEW: ScrollArea shadows are smaller now. [GB.PCRE] * BUG: MATCH operator: A void string now only matches a void string. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Options/FSnippet.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmIdentity.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.form gambas/trunk/app/src/gambas3/img/family/column.png gambas/trunk/app/src/gambas3/img/family/fill.png gambas/trunk/app/src/gambas3/img/family/horizontal-invert.png gambas/trunk/app/src/gambas3/img/family/horizontal.png gambas/trunk/app/src/gambas3/img/family/hsplit.png gambas/trunk/app/src/gambas3/img/family/row-invert.png gambas/trunk/app/src/gambas3/img/family/row.png gambas/trunk/app/src/gambas3/img/family/vertical-invert.png gambas/trunk/app/src/gambas3/img/family/vertical.png gambas/trunk/app/src/gambas3/img/family/vsplit.png gambas/trunk/comp/src/gb.form/.src/Test/FTestMessageView.form gambas/trunk/comp/src/gb.form/.src/Test/Form1.form gambas/trunk/comp/src/gb.form/.src/Test/Form2.form gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/gb.pcre/src/regexp.c Added Paths: ----------- gambas/trunk/app/src/gambas3/img/family/column-invert.png gambas/trunk/app/src/gambas3/img/family/expand.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |