[Gambas-devel-svn] SF.net SVN: gambas:[7459] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-11-09 01:41:23
|
Revision: 7459 http://sourceforge.net/p/gambas/code/7459 Author: gambas Date: 2015-11-09 01:41:20 +0000 (Mon, 09 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Image selection dialog has now more options, and can choose image inside the ".public" directory. * NEW: Image selection now depends on form family. [INTERPRETER] * NEW: Timer.Restart() is a new method that stops and starts again a timer. [GB.FORM.EDITOR] * NEW: TextEditor: Image line cache is now limited by the visible height. * BUG: TextEditor: Don't use image line cache for lines too high. [GB.WEB] * BUG: WebPage.ToString() now works correctly. [GB.WEB.FORM] * NEW: Generate webform style sheet recursively. * NEW: WebButton can have an icon with the Image property. * NEW: WebHtml control is now usable. * NEW: WebContainer Arrangement, Margin and Spacing properties. * NEW: WebControl Expand property. * NEW: WebContainer boolean Border property is there just for debugging. * NEW: WebForm.Title property. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FSelectIcon.class 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/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyReport.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyWebForm.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.web/.src/WebPage.class gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Header.class gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebHTML.class gambas/trunk/gb.httpd/src/libhttpd.c gambas/trunk/main/gbx/gbx_c_timer.c Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/icon.png gambas/trunk/comp/src/gb.web.form/.src/Arrange.class gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |