gambas-devel-svn Mailing List for Gambas (Page 15)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ga...@us...> - 2016-06-26 02:42:26
|
Revision: 7805 http://sourceforge.net/p/gambas/code/7805 Author: gambas Date: 2016-06-26 02:42:23 +0000 (Sun, 26 Jun 2016) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * NEW: Add missing symbol in css highlighting. [GB.WEBFORM] * NEW: Make gb.web.form translatable. * NEW: Add the Scroll class to store the ScrollBar property constants. * BUG: WebControl: Padding and Margin now use "rem" instead of "em". * NEW: WebScrollView: Add the ScrollBar property to hide one or both scrollbars. * NEW: WebScrollView: SetHeaders() is a new method that allows to define the headers of the ScrollView as two other WebScrollView controls whose scroll position will be automatically synchronized. * NEW: WebScrollView now raises the Scroll event. * NEW: WebTabPanel: ShowTabs is a new property that allows to hide the tabs. * NEW: WebTable: Step is a new property that allows to define the number of rows that are loaded when reaching the table end. Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/css/values gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.startup gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/lib.js gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list 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/Message/Message.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/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.lang/fr.mo gambas/trunk/comp/src/gb.web.form/.lang/fr.po gambas/trunk/comp/src/gb.web.form/.src/Scroll.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-21 21:12:00
|
Revision: 7804 http://sourceforge.net/p/gambas/code/7804 Author: gambas Date: 2016-06-21 21:11:57 +0000 (Tue, 21 Jun 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix virtual controls management like HttpClient, FtpClient, and so on. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-21 01:06:22
|
Revision: 7803 http://sourceforge.net/p/gambas/code/7803 Author: gambas Date: 2016-06-21 01:06:20 +0000 (Tue, 21 Jun 2016) Log Message: ----------- [GB.QT4] * BUG: Workadounr Enter & Leave events QT madness. [GB.QT5] * BUG: Workadounr Enter & Leave events QT madness. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-19 22:24:35
|
Revision: 7802 http://sourceforge.net/p/gambas/code/7802 Author: gambas Date: 2016-06-19 22:24:32 +0000 (Sun, 19 Jun 2016) Log Message: ----------- [GB.GTK3] * BUG: Fix compilation with GTK+ version < 3.14. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmenu.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-19 18:59:18
|
Revision: 7801 http://sourceforge.net/p/gambas/code/7801 Author: gambas Date: 2016-06-19 18:59:16 +0000 (Sun, 19 Jun 2016) Log Message: ----------- [GB.GTK3] * BUG: Checked menus are now drawn correctly with all widget themes. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmenu.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-13 07:53:42
|
Revision: 7800 http://sourceforge.net/p/gambas/code/7800 Author: gambas Date: 2016-06-13 07:53:41 +0000 (Mon, 13 Jun 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a button in the search list panel that closes it. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FDebugButton.form gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-11 14:20:22
|
Revision: 7799 http://sourceforge.net/p/gambas/code/7799 Author: gambas Date: 2016-06-11 14:20:20 +0000 (Sat, 11 Jun 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebCheckBox: Default event is "Click". * NEW: WebRadioButton: Default event is "Click". * NEW: WebControl: Add as specific class for disabled controls. * NEW: WebControl.Enabled now return FALSE as soon as a parent is disabled. * NEW: Disabled look for WebRadioButton and WebCheckBox. * BUG: WebSpinBox minimum height is the same as WebTextBox. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebRadioButton.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. |
From: <ga...@us...> - 2016-06-07 00:17:34
|
Revision: 7798 http://sourceforge.net/p/gambas/code/7798 Author: gambas Date: 2016-06-07 00:17:32 +0000 (Tue, 07 Jun 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Display SQLite library version in the system information dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-07 00:08:12
|
Revision: 7797 http://sourceforge.net/p/gambas/code/7797 Author: gambas Date: 2016-06-07 00:08:11 +0000 (Tue, 07 Jun 2016) Log Message: ----------- [COMPILER] * NEW: Rename the internal class initialization method from "$load" to "@load", so that the valid identifier "$load" can be freely used by the user. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_form.c gambas/trunk/main/gbc/gbc_trans_code.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-05 20:58:13
|
Revision: 7796 http://sourceforge.net/p/gambas/code/7796 Author: gambas Date: 2016-06-05 20:58:11 +0000 (Sun, 05 Jun 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebButton: Fix button image layout. * NEW: WebTextBox: Handling the Completion event enables automatic completion. The CompleteWith() method must then be called to return to the web browser the list of completion elements. * NEW: WebForm: Reload() is a new method that clears the session and reload the page, if the WebForm is it called on is the current one. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/ac.js gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.src/Test/Webform6.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform6.webform This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-01 23:59:25
|
Revision: 7795 http://sourceforge.net/p/gambas/code/7795 Author: gambas Date: 2016-06-01 23:59:23 +0000 (Wed, 01 Jun 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: TerminalView: Mouse wheel now scrolls the terminal if it has no requested mouse events. [GB.WEB.FORM] * BUG: WebButton: Setting Text and Image property now refreshes the control only if the value has actually changed. * NEW: WebButton: Image property can be an absolute path. * NEW: WebContainer: All containers are now "position: relative". * BUG: WebLabel: Setting Text property now refreshes the control only if the value has actually changed. * NEW: WebTable: ShowCheck is a new property, set by default. If not set, the first column of checkboxes or radiobuttons is hidden, and the table behaves a bit like a ListBox. * BUG: WebUploadArea: Spurious Progress events are not raised anymore once the upload is finished. * OPT: WebWindow: Windows are now positioned through a 2D translation instead of setting the top and left positions. That way, the browser won't recalculate its layout, and the window moves are faster. Especially on Firefox. * NEW: Initial internal support for automatic completion. * BUG: WebWindow: Deactivated window title is visible again. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.public/gw-max.png gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.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/WebImage.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.src/WebRadioButton.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/ac.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-31 22:17:23
|
Revision: 7794 http://sourceforge.net/p/gambas/code/7794 Author: gambas Date: 2016-05-31 22:17:22 +0000 (Tue, 31 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Show console before inserting a message inside. * BUG: Fix the height of some labels in the create project dialog. * NEW: Auto-completion of event handlers now automatically inserts their signature. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Project/FCreateProject.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-31 12:24:53
|
Revision: 7793 http://sourceforge.net/p/gambas/code/7793 Author: gambas Date: 2016-05-31 12:24:51 +0000 (Tue, 31 May 2016) Log Message: ----------- * Merge from r7792. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7792 Modified Paths: -------------- gambas/branches/3.8/main/gbx/gbx_c_process.c Property Changed: ---------------- gambas/branches/3.8/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-31 12:11:37
|
Revision: 7792 http://sourceforge.net/p/gambas/code/7792 Author: gambas Date: 2016-05-31 12:11:35 +0000 (Tue, 31 May 2016) Log Message: ----------- [INTERPRETER] * BUG: Fix a possible misuse of kill() when calling Process.Kill(). Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_process.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2016-05-25 20:10:30
|
Revision: 7791 http://sourceforge.net/p/gambas/code/7791 Author: gbwilly Date: 2016-05-25 20:10:29 +0000 (Wed, 25 May 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Dutch translations updated Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2016-05-25 19:53:45
|
Revision: 7790 http://sourceforge.net/p/gambas/code/7790 Author: gbwilly Date: 2016-05-25 19:53:43 +0000 (Wed, 25 May 2016) Log Message: ----------- [GB.FORM] * NEW: Dutch translations updated Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/nl.mo gambas/trunk/comp/src/gb.form/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2016-05-25 19:50:47
|
Revision: 7789 http://sourceforge.net/p/gambas/code/7789 Author: gbwilly Date: 2016-05-25 19:50:45 +0000 (Wed, 25 May 2016) Log Message: ----------- [GB.FORM.MDI] * NEW: Dutch translations updated Modified Paths: -------------- gambas/trunk/comp/src/gb.form.mdi/.lang/nl.mo gambas/trunk/comp/src/gb.form.mdi/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2016-05-25 19:46:59
|
Revision: 7788 http://sourceforge.net/p/gambas/code/7788 Author: gbwilly Date: 2016-05-25 19:46:58 +0000 (Wed, 25 May 2016) Log Message: ----------- [GB.REPORT2] * NEW: Dutch translations updated Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.lang/nl.mo gambas/trunk/comp/src/gb.report2/.lang/nl.po gambas/trunk/comp/src/gb.report2/.list This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2016-05-25 19:39:02
|
Revision: 7787 http://sourceforge.net/p/gambas/code/7787 Author: gbwilly Date: 2016-05-25 19:39:00 +0000 (Wed, 25 May 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: Dutch translations Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.lang/nl.mo gambas/trunk/comp/src/gb.web.form/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-24 16:18:50
|
Revision: 7786 http://sourceforge.net/p/gambas/code/7786 Author: gambas Date: 2016-05-24 16:18:48 +0000 (Tue, 24 May 2016) Log Message: ----------- [CONFIGURATION] * NEW: Support for Haiku operating system. * BUG: Add explicit dependencies on 'x11' and 'gl' pkg-config packages. [GB.FORM] * NEW: MaskBox: Use unicode large spaces instead of ASCII smal spaces. [GB.UTIL.WEB] * BUG: Fix collection generation in JSON.Encode(). [GB.WEB.FORM] * NEW: WebImage: Add the Border property. * NEW: WebImage: Image property now can be an absolute path. * BUG: WebButton: Workaround Firefox not supporting flex on buttons. * BUG: WebComboBox: Enabled property is now taken into account. * BUG: WebUploadArea: The file name now keeps the uploaded file extension. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/MaskBox.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMaskBox.form gambas/trunk/comp/src/gb.form.terminal/.project gambas/trunk/comp/src/gb.form.terminal/.startup gambas/trunk/comp/src/gb.util.web/.src/JSON.module gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.public/gw-max.png gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebImage.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/style.css gambas/trunk/gb.gtk/configure.ac gambas/trunk/gb.gtk3/configure.ac gambas/trunk/gb.qt4/configure.ac gambas/trunk/gb.qt5/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-22 22:03:17
|
Revision: 7785 http://sourceforge.net/p/gambas/code/7785 Author: gambas Date: 2016-05-22 22:03:16 +0000 (Sun, 22 May 2016) Log Message: ----------- [INTERPRETER] * NEW: The Stream class now can raise a Resize event. Only the standard input stream (File.In) can raise it. * NEW: If the startup class defines an Application_Read() or an Application_Resize() event handler, then the standard input stream is attached to it with the "Application" event name, so that these event handlers are used. Otherwise, the standard input stream must be attached and watched manually. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-22 21:10:23
|
Revision: 7784 http://sourceforge.net/p/gambas/code/7784 Author: gambas Date: 2016-05-22 21:10:21 +0000 (Sun, 22 May 2016) Log Message: ----------- [GB.FORM.TERMINAL] * BUG: Fix two inverted escape sequences: "\e[48;5;<color>m" and "\e[38;5;<color>m". Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.project gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/MTest.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-22 20:36:09
|
Revision: 7783 http://sourceforge.net/p/gambas/code/7783 Author: gambix Date: 2016-05-22 20:36:07 +0000 (Sun, 22 May 2016) Log Message: ----------- [GB.TERMAPP] * NEW: Continue working on the renderer. Modified Paths: -------------- gambas/trunk/comp/src/gb.termapp/.src/Control.class gambas/trunk/comp/src/gb.termapp/.src/Label.class gambas/trunk/comp/src/gb.termapp/.src/Main.module gambas/trunk/comp/src/gb.termapp/.src/Window.class gambas/trunk/comp/src/gb.termapp/.src/Windows.class Added Paths: ----------- gambas/trunk/comp/src/gb.termapp/.src/Rect.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-22 15:26:41
|
Revision: 7782 http://sourceforge.net/p/gambas/code/7782 Author: gambas Date: 2016-05-22 15:26:39 +0000 (Sun, 22 May 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: Fix WebProgressBar control icon symbolic link. Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webprogressbar.png Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webprogressbar.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-22 15:20:48
|
Revision: 7781 http://sourceforge.net/p/gambas/code/7781 Author: gambas Date: 2016-05-22 15:20:46 +0000 (Sun, 22 May 2016) Log Message: ----------- [GB.WEB.FORM] * OPT: Allow to specify "naked" containers, that render nothing by themselves except their children. * BUG: WebUploadArea: Fix the Path property. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info 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/WebUploadArea.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. |