gambas-devel-svn Mailing List for Gambas (Page 3)
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...> - 2017-04-18 19:36:09
|
Revision: 8124 http://sourceforge.net/p/gambas/code/8124 Author: gambas Date: 2017-04-18 19:36:02 +0000 (Tue, 18 Apr 2017) Log Message: ----------- [GB.UTIL] * BUG: Date.ToRFC822() now always use the ':' separator for dates. * BUG: Date.FromRFC822() now should respect the semantics of the RFC correctly. Modified Paths: -------------- gambas/trunk/comp/src/gb.util/.src/Date.module gambas/trunk/comp/src/gb.util/.src/MMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-16 20:18:12
|
Revision: 8123 http://sourceforge.net/p/gambas/code/8123 Author: gambas Date: 2017-04-16 20:18:10 +0000 (Sun, 16 Apr 2017) Log Message: ----------- [GB.WEB.FORM] * NEW: WebScrollView: EnsureVisible() is new method that ensures a specific ScrollView child is visible to the screen. * NEW: WebTable: SHIFT + Click allows to select or unselect a range of rows at once. 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/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/lib.js 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...> - 2017-04-16 20:02:21
|
Revision: 8122 http://sourceforge.net/p/gambas/code/8122 Author: gambas Date: 2017-04-16 20:02:19 +0000 (Sun, 16 Apr 2017) Log Message: ----------- [GB.UTIL] * NEW: Date.ToRFC822() is a new method that converts a date value to RFC822 date string. * NEW: Date.FromRFC822() is a new method that converts a RFC822 date string to a date value. Modified Paths: -------------- gambas/trunk/comp/src/gb.util/.info gambas/trunk/comp/src/gb.util/.src/Date.module gambas/trunk/comp/src/gb.util/.src/MMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2017-04-14 19:24:08
|
Revision: 8121 http://sourceforge.net/p/gambas/code/8121 Author: tobiasboe Date: 2017-04-14 19:24:06 +0000 (Fri, 14 Apr 2017) Log Message: ----------- [CONFIGURATION] * NEW: Rename gb.rss to gb.web.feed. [GB.WEB.FEED] * NEW: Document the component. * BUG: Set RssGuid.IsPermaLink to True by default, as per specification. * BUG: Set RssImage.{Width,Height} to the defaults 88 and 31, as per specification. * BUG: Enforce the maximum values of RssImage.{Width,Height}. Modified Paths: -------------- gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.web.feed/ gambas/trunk/comp/src/gb.web.feed/.component gambas/trunk/comp/src/gb.web.feed/.directory gambas/trunk/comp/src/gb.web.feed/.gambas/ gambas/trunk/comp/src/gb.web.feed/.hidden/ gambas/trunk/comp/src/gb.web.feed/.hidden/TODO gambas/trunk/comp/src/gb.web.feed/.icon.png gambas/trunk/comp/src/gb.web.feed/.lang/ gambas/trunk/comp/src/gb.web.feed/.project gambas/trunk/comp/src/gb.web.feed/.src/ gambas/trunk/comp/src/gb.web.feed/.src/Main.module gambas/trunk/comp/src/gb.web.feed/.src/Rss.class gambas/trunk/comp/src/gb.web.feed/.src/RssCategory.class gambas/trunk/comp/src/gb.web.feed/.src/RssCloud.class gambas/trunk/comp/src/gb.web.feed/.src/RssEnclosure.class gambas/trunk/comp/src/gb.web.feed/.src/RssGuid.class gambas/trunk/comp/src/gb.web.feed/.src/RssImage.class gambas/trunk/comp/src/gb.web.feed/.src/RssItem.class gambas/trunk/comp/src/gb.web.feed/.src/RssSource.class gambas/trunk/comp/src/gb.web.feed/.src/RssTextInput.class gambas/trunk/comp/src/gb.web.feed/.startup gambas/trunk/comp/src/gb.web.feed/Feed-icon.svg gambas/trunk/comp/src/gb.web.feed/test.xml Removed Paths: ------------- gambas/trunk/comp/src/gb.rss/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2017-04-05 08:52:52
|
Revision: 8120 http://sourceforge.net/p/gambas/code/8120 Author: prokopy Date: 2017-04-05 08:52:51 +0000 (Wed, 05 Apr 2017) Log Message: ----------- [GB.XML] * BUG: XmlWriter: The Element() shortcut method now correctly escapes text content. Modified Paths: -------------- gambas/trunk/gb.xml/src/gb.xml/.src/MTest.module gambas/trunk/gb.xml/src/gb.xml/.src/XmlWriter.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2017-04-05 07:50:38
|
Revision: 8119 http://sourceforge.net/p/gambas/code/8119 Author: prokopy Date: 2017-04-05 07:50:36 +0000 (Wed, 05 Apr 2017) Log Message: ----------- [GB.XML] * BUG: XmlReader: Reading empty attributes should not crash anymore. Modified Paths: -------------- gambas/trunk/gb.xml/src/CNode.cpp gambas/trunk/gb.xml/src/CReader.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2017-04-02 19:38:14
|
Revision: 8118 http://sourceforge.net/p/gambas/code/8118 Author: tobiasboe Date: 2017-04-02 19:38:12 +0000 (Sun, 02 Apr 2017) Log Message: ----------- [GB.XML] * BUG: XmlReader: Don't eat "]" or "-" characters in CDATA or comment sections when they don't terminate the section Modified Paths: -------------- gambas/trunk/gb.xml/src/reader.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2017-04-02 16:04:29
|
Revision: 8117 http://sourceforge.net/p/gambas/code/8117 Author: tobiasboe Date: 2017-04-02 16:04:27 +0000 (Sun, 02 Apr 2017) Log Message: ----------- [CONFIGURATION] * NEW: Add gb.rss [GB.RSS] * NEW: New component to generate and parse RSS documents Modified Paths: -------------- gambas/trunk/comp/src/order Added Paths: ----------- gambas/trunk/comp/src/gb.rss/ gambas/trunk/comp/src/gb.rss/.component gambas/trunk/comp/src/gb.rss/.directory gambas/trunk/comp/src/gb.rss/.hidden/ gambas/trunk/comp/src/gb.rss/.hidden/TODO gambas/trunk/comp/src/gb.rss/.icon.png gambas/trunk/comp/src/gb.rss/.info gambas/trunk/comp/src/gb.rss/.lang/ gambas/trunk/comp/src/gb.rss/.list gambas/trunk/comp/src/gb.rss/.project gambas/trunk/comp/src/gb.rss/.src/ gambas/trunk/comp/src/gb.rss/.src/Main.module gambas/trunk/comp/src/gb.rss/.src/Rss.class gambas/trunk/comp/src/gb.rss/.src/RssCategory.class gambas/trunk/comp/src/gb.rss/.src/RssCloud.class gambas/trunk/comp/src/gb.rss/.src/RssEnclosure.class gambas/trunk/comp/src/gb.rss/.src/RssGuid.class gambas/trunk/comp/src/gb.rss/.src/RssImage.class gambas/trunk/comp/src/gb.rss/.src/RssItem.class gambas/trunk/comp/src/gb.rss/.src/RssSource.class gambas/trunk/comp/src/gb.rss/.src/RssTextInput.class gambas/trunk/comp/src/gb.rss/.startup gambas/trunk/comp/src/gb.rss/Feed-icon.svg gambas/trunk/comp/src/gb.rss/test.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2017-04-02 14:59:52
|
Revision: 8116 http://sourceforge.net/p/gambas/code/8116 Author: tobiasboe Date: 2017-04-02 14:59:50 +0000 (Sun, 02 Apr 2017) Log Message: ----------- [GB.XML] * BUG: .XmlReader.Node.Attributes: Raise an error instead of segfault when an attribute does not exist * NEW: .XmlReader.Node.Attributes.Exist() is a new method to check if an attribute is present * BUG: XmlReader: Fix recognition of CDATA elements when their contents look like XML * BUG: XmlReader: Correctly detect ending sequence of CDATA and comment sections (reset the recognition state when the sequence is interrupted) Modified Paths: -------------- gambas/trunk/gb.xml/src/CReader.cpp gambas/trunk/gb.xml/src/reader.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-04-01 13:27:38
|
Revision: 8115 http://sourceforge.net/p/gambas/code/8115 Author: gambix Date: 2017-04-01 13:27:35 +0000 (Sat, 01 Apr 2017) Log Message: ----------- [GB.REPORT2] * BUG: FPreview: Remember the Duplex mode when changing the printer device. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Tests/Report13.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report13.report gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-03-22 23:49:50
|
Revision: 8114 http://sourceforge.net/p/gambas/code/8114 Author: gambas Date: 2017-03-22 23:49:48 +0000 (Wed, 22 Mar 2017) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: The form editor contextual menu is now also opened when clicking in the form hierarchy tree. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FFormStack.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-03-18 14:50:13
|
Revision: 8113 http://sourceforge.net/p/gambas/code/8113 Author: gambas Date: 2017-03-18 14:50:11 +0000 (Sat, 18 Mar 2017) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Code formatter: Multi-line declarations are correctly indented now. * BUG: Code formatter: The new line after local variable declarations takes multi-line declarations into account. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Code/MPrettyCode.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-03-18 12:41:46
|
Revision: 8112 http://sourceforge.net/p/gambas/code/8112 Author: gambas Date: 2017-03-18 12:41:43 +0000 (Sat, 18 Mar 2017) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Display the GUI chooser button when the 'gb.gui.qt' is checked. * BUG: Correctly refresh the GUI chooser button when the project environment changes. * NEW: Update the Gambas fonts. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.hidden/font/GambasBold-13.sfd gambas/trunk/app/src/gambas3/.hidden/font/GambasMedium-13.sfd gambas/trunk/app/src/gambas3/.lang/ar.po gambas/trunk/app/src/gambas3/.lang/de.po gambas/trunk/app/src/gambas3/.lang/el.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/font/GambasBold-12.bdf gambas/trunk/app/src/gambas3/font/GambasBold-13.bdf gambas/trunk/app/src/gambas3/font/GambasMedium-12.bdf gambas/trunk/app/src/gambas3/font/GambasMedium-13.bdf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-03-18 12:18:52
|
Revision: 8111 http://sourceforge.net/p/gambas/code/8111 Author: gambas Date: 2017-03-18 12:18:50 +0000 (Sat, 18 Mar 2017) Log Message: ----------- [GB.WEB.FORM] * NEW: WebMenuBar is a new control that acts as a container of WebMenu controls. It was made as a workaround of the badly designed CSS specifications of the overflow property. It may be removed if I find a way to use the WebHBox instead. * NEW: WebComboBox: Activate waiting animation when selecting an item. * BUG: WebForm: They can be resized horizontally again. * BUG: WebForm: Top level form titlebar is now correctly highlighted again. Modified Paths: -------------- 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/Test/Webform2.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.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/WebMenu.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/.startup 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/.hidden/control/webmenubar.png gambas/trunk/comp/src/gb.web.form/.src/WebMenuBar.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-03-18 12:14:02
|
Revision: 8110 http://sourceforge.net/p/gambas/code/8110 Author: gambas Date: 2017-03-18 12:14:01 +0000 (Sat, 18 Mar 2017) Log Message: ----------- [INTERPRETER] * BUG: Fix a possible bad serialization of arrays. * BUG: Don't crash during the unserialisation of an array whose datatype has been incorrectly serialized. Raise an error instead. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-03-08 21:53:04
|
Revision: 8109 http://sourceforge.net/p/gambas/code/8109 Author: gambas Date: 2017-03-08 21:53:02 +0000 (Wed, 08 Mar 2017) Log Message: ----------- [GB.WEB.FORM] * BUG: WebForm: Don't raise the Open event twice anymore when showing a modal form. * BUG: WebUploader: The progress bar is now correctly visible. * NEW: WebUploader: Image is a new property that allows to define the icon of the file upload button. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/Test/FTestWebUploader.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/.src/WebUploader.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-03-05 20:23:10
|
Revision: 8108 http://sourceforge.net/p/gambas/code/8108 Author: gambas Date: 2017-03-05 20:23:08 +0000 (Sun, 05 Mar 2017) Log Message: ----------- [GB.WEB.FORM] * NEW: WebUploader is a control that aims at managing the file upload process entirely. It is a combination of a WebUploadArea, a cancel button, and a progress bar. * BUG: Always refresh the parent when the visibility of a control changes. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webuploadbutton.png gambas/trunk/comp/src/gb.web.form/.info 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/.list gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webuploader.png gambas/trunk/comp/src/gb.web.form/.src/Test/FTestWebUploader.class gambas/trunk/comp/src/gb.web.form/.src/Test/FTestWebUploader.webform gambas/trunk/comp/src/gb.web.form/.src/WebUploader.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-07 00:08:24
|
Revision: 8088 http://sourceforge.net/p/gambas/code/8088 Author: gambas Date: 2017-02-07 00:08:22 +0000 (Tue, 07 Feb 2017) Log Message: ----------- [GB.DB.SQLITE2] * BUG: Make component compile with gcc 6. [INTERPRETER] * BUG: Include <cmath> instead of <math.h> for components written in C++, so that they compile with gcc 6. [GB.GTK] * BUG: Make component compile with gcc 6. [GB.GTK3] * BUG: Make component compile with gcc 6. [GB.QT4] * BUG: Make component compile with gcc 6. [GB.QT5] * BUG: Make component compile with gcc 6. Modified Paths: -------------- gambas/trunk/gb.db.sqlite2/src/dataset.h gambas/trunk/gb.db.sqlite2/src/sqlitedataset.cpp gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.gtk/src/gfont.cpp gambas/trunk/gb.qt4/src/CColor.cpp gambas/trunk/main/gbx/gbx_c_application.c gambas/trunk/main/gbx/gbx_project.c gambas/trunk/main/gbx/gbx_project.h gambas/trunk/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-07 00:04:21
|
Revision: 8087 http://sourceforge.net/p/gambas/code/8087 Author: gambas Date: 2017-02-07 00:04:19 +0000 (Tue, 07 Feb 2017) Log Message: ----------- [GB.NET.SMTP] * BUG: Format mime parts Content-Type correctly in all cases. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.src/SmtpPart.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-05 21:45:52
|
Revision: 8086 http://sourceforge.net/p/gambas/code/8086 Author: gambas Date: 2017-02-05 21:45:50 +0000 (Sun, 05 Feb 2017) Log Message: ----------- [GB.DBUS.TRAYICON] * BUG: Apparently LXDE has support for indicators, whereas KDE system tray protocol is not supported. Modified Paths: -------------- gambas/trunk/comp/src/gb.dbus.trayicon/.src/TrayIcon.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-04 22:20:08
|
Revision: 8085 http://sourceforge.net/p/gambas/code/8085 Author: gambas Date: 2017-02-04 22:20:06 +0000 (Sat, 04 Feb 2017) Log Message: ----------- [GB.TERM.FORM] * OPT: Little optimizations in the main render routine based on profiler result. Modified Paths: -------------- gambas/trunk/comp/src/gb.term.form/.info gambas/trunk/comp/src/gb.term.form/.project gambas/trunk/comp/src/gb.term.form/.src/Desktop.class gambas/trunk/comp/src/gb.term.form/.src/TermWindows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-04 11:14:28
|
Revision: 8084 http://sourceforge.net/p/gambas/code/8084 Author: gambas Date: 2017-02-04 11:14:27 +0000 (Sat, 04 Feb 2017) Log Message: ----------- [GB.FORM.TERMINAL] * BUG: Correctly draw blinking text. * BUG: Vertical and horizontal bar graphical characters now has a minimum size of 1 pixel, otherwise the thinner ones may not be visible. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-03 22:43:14
|
Revision: 8083 http://sourceforge.net/p/gambas/code/8083 Author: gambix Date: 2017-02-03 22:43:12 +0000 (Fri, 03 Feb 2017) Log Message: ----------- [GB.TERM.FORM] * BUG: Optimize a lot rendering by using String stream and limiting calls to attr class. * BUG: Use term.makeraw function. Modified Paths: -------------- gambas/trunk/comp/src/gb.term.form/.info gambas/trunk/comp/src/gb.term.form/.list gambas/trunk/comp/src/gb.term.form/.project gambas/trunk/comp/src/gb.term.form/.src/Attr.class gambas/trunk/comp/src/gb.term.form/.src/TermWindows.class gambas/trunk/comp/src/gb.term.form/.src/trfTest.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-02 21:45:11
|
Revision: 8082 http://sourceforge.net/p/gambas/code/8082 Author: gambix Date: 2017-02-02 21:45:09 +0000 (Thu, 02 Feb 2017) Log Message: ----------- [GB.TERM.FORM] * NEW: TermTextBox: new widget TextBox * NEW: TermRadioButton: new widget RadioButton * NEW: the widgets use default colors from TermColor Modified Paths: -------------- gambas/trunk/comp/src/gb.term.form/.info gambas/trunk/comp/src/gb.term.form/.list gambas/trunk/comp/src/gb.term.form/.project gambas/trunk/comp/src/gb.term.form/.src/Desktop.class gambas/trunk/comp/src/gb.term.form/.src/Main.module gambas/trunk/comp/src/gb.term.form/.src/TermButton.class gambas/trunk/comp/src/gb.term.form/.src/TermCheckBox.class gambas/trunk/comp/src/gb.term.form/.src/TermColor.class gambas/trunk/comp/src/gb.term.form/.src/TermContainer.class gambas/trunk/comp/src/gb.term.form/.src/TermControl.class gambas/trunk/comp/src/gb.term.form/.src/TermForm.class gambas/trunk/comp/src/gb.term.form/.src/TermLabel.class gambas/trunk/comp/src/gb.term.form/.src/TermWindow.class gambas/trunk/comp/src/gb.term.form/.src/TermWindows.class gambas/trunk/comp/src/gb.term.form/.src/trfTest.class gambas/trunk/comp/src/gb.term.form/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.term.form/.src/TermRadioButton.class gambas/trunk/comp/src/gb.term.form/.src/TermTextBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-02-02 10:44:01
|
Revision: 8081 http://sourceforge.net/p/gambas/code/8081 Author: gambas Date: 2017-02-02 10:44:00 +0000 (Thu, 02 Feb 2017) Log Message: ----------- [GB.DBUS] * BUG: Instrospection now correctly declares properties or methods that return a class inheriting DBusVariant. Modified Paths: -------------- gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |