gambas-devel-svn Mailing List for Gambas (Page 70)
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...> - 2014-08-22 19:32:00
|
Revision: 6421 http://sourceforge.net/p/gambas/code/6421 Author: gambas Date: 2014-08-22 19:31:51 +0000 (Fri, 22 Aug 2014) Log Message: ----------- [INTERPRETER] * BUG: Disable profiling for forked tasks. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_task.c gambas/trunk/main/lib/debug/gb.debug.h gambas/trunk/main/lib/debug/main.c gambas/trunk/main/lib/debug/profile.c gambas/trunk/main/lib/debug/profile.h Removed Paths: ------------- gambas/trunk/main/gbx/gbx_profile.c gambas/trunk/main/gbx/gbx_profile.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-22 11:16:39
|
Revision: 6420 http://sourceforge.net/p/gambas/code/6420 Author: gambas Date: 2014-08-22 11:16:35 +0000 (Fri, 22 Aug 2014) Log Message: ----------- [GB.GTK] * NEW: Add an environment variable to debug keypress events. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gapplication.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-21 22:48:45
|
Revision: 6419 http://sourceforge.net/p/gambas/code/6419 Author: gambas Date: 2014-08-21 22:48:36 +0000 (Thu, 21 Aug 2014) Log Message: ----------- [GB.QT4.WEBKIT] * BUG: WebElement.FindAll() method correctly builds the returned array. Modified Paths: -------------- gambas/trunk/gb.qt4/src/webkit/cwebelement.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-20 21:23:20
|
Revision: 6418 http://sourceforge.net/p/gambas/code/6418 Author: gambas Date: 2014-08-20 21:23:12 +0000 (Wed, 20 Aug 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Online help: Fix display of symbol tables. * BUG: Console echo command now works as expected when the project is running. * BUG: Some fixes in the new open recent project dialog. * OPT: ProjectBox now uses an internal image cache instead of painting a gradient at each draw event. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CSymbolInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Debug/FProfile.class gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/FOpenProject.class gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-20 20:45:36
|
Revision: 6417 http://sourceforge.net/p/gambas/code/6417 Author: gambas Date: 2014-08-20 20:45:27 +0000 (Wed, 20 Aug 2014) Log Message: ----------- [GB.FORM] * BUG: TableView now hides its editor when it is resized. * BUG: FileChooser: Do not display a spurious error message when saving a file. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/fr.mo gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/TableView.class gambas/trunk/comp/src/gb.form/.src/Test/FTableView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2014-08-05 02:03:04
|
Revision: 6416 http://sourceforge.net/p/gambas/code/6416 Author: prokopy Date: 2014-08-05 02:02:56 +0000 (Tue, 05 Aug 2014) Log Message: ----------- [GB.XML] * NEW: Added a new Document property to XMLExplorer. * NEW: Added the Name and Value properties to XMLReader.Node.Attributes and XMLNode.Attributes, to get the name and value of the enumerated attribute. * BUG: Fixed the XMLNode.Attributes enumeration. * BUG: Fixed XMLExplorer taking the document itself as a node. * OPT: Rewrote internal exception handling. [GB.XML.XSLT] * NEW: Added a new method XSLT.TransformToString() that returns a string instead of an XML document. * BUG: Fixed internal error management. Modified Paths: -------------- gambas/trunk/gb.xml/src/CDocument.cpp gambas/trunk/gb.xml/src/CElement.cpp gambas/trunk/gb.xml/src/CExplorer.cpp gambas/trunk/gb.xml/src/CNode.cpp gambas/trunk/gb.xml/src/CReader.cpp gambas/trunk/gb.xml/src/document.cpp gambas/trunk/gb.xml/src/explorer.cpp gambas/trunk/gb.xml/src/gb.xml.h gambas/trunk/gb.xml/src/gbinterface.h gambas/trunk/gb.xml/src/node.cpp gambas/trunk/gb.xml/src/parser.cpp gambas/trunk/gb.xml/src/reader.cpp gambas/trunk/gb.xml/src/utils.cpp gambas/trunk/gb.xml/src/utils.h gambas/trunk/gb.xml/src/xslt/CXSLT.cpp gambas/trunk/gb.xml/src/xslt/CXSLT.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-03 15:01:08
|
Revision: 6415 http://sourceforge.net/p/gambas/code/6415 Author: gambas Date: 2014-08-03 15:01:00 +0000 (Sun, 03 Aug 2014) Log Message: ----------- [GB.NET] * BUG: Fix a missing symbol lookup error. Modified Paths: -------------- gambas/trunk/gb.net/src/CDnsClient.c gambas/trunk/gb.net/src/CDnsClient.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-02 22:50:19
|
Revision: 6414 http://sourceforge.net/p/gambas/code/6414 Author: gambas Date: 2014-08-02 22:50:08 +0000 (Sat, 02 Aug 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The offline wiki routines do not override the symbol information on events anymore. * NEW: New design of recent projects and examples choosers in the welcome dialog and the project open dialog. [GB.FORM] * NEW: ListContainer has been deprecated. It has design problems. [GB.NET.SMTP] * BUG: No circular references anymore when using SSL or TLS. [GB.QT4] * OPT: Do not arrange a container while destroying its children. * BUG: Style.PaintBox now works correctly with QtCurve. * BUG: Style.PaintBox now works better with QGtk. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.class gambas/trunk/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.form gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project/FOpenProject.class gambas/trunk/app/src/gambas3/.src/Project/FOpenProject.form gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/SwitchButton.class gambas/trunk/comp/src/gb.form/.src/ListContainer.class gambas/trunk/comp/src/gb.form/.src/Test/FMain.form gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form gambas/trunk/comp/src/gb.net.smtp/.src/Main.module gambas/trunk/comp/src/gb.net.smtp/.src/SmtpPart.class gambas/trunk/comp/src/gb.net.smtp/.src/SslSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TlsSession.class gambas/trunk/examples/examples/Control/HighlightEditor/.project gambas/trunk/examples/examples/Drawing/Barcode/.project gambas/trunk/examples/examples/Misc/SystemTray/.project gambas/trunk/examples/examples/Misc/SystemTray/.startup gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CStyle.cpp Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-02 21:37:57
|
Revision: 6413 http://sourceforge.net/p/gambas/code/6413 Author: gambas Date: 2014-08-02 21:37:49 +0000 (Sat, 02 Aug 2014) Log Message: ----------- [INTERPRETER] * BUG: The stream available length function now correctly returns zero when it fails. 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...> - 2014-08-01 20:29:11
|
Revision: 6412 http://sourceforge.net/p/gambas/code/6412 Author: gambas Date: 2014-08-01 20:29:01 +0000 (Fri, 01 Aug 2014) Log Message: ----------- [INTERPRETER] * BUG: A new Task now resets the state of its standard output stream to avoid side effects from its parent. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_c_task.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-01 14:08:19
|
Revision: 6411 http://sourceforge.net/p/gambas/code/6411 Author: gambas Date: 2014-08-01 14:08:10 +0000 (Fri, 01 Aug 2014) Log Message: ----------- [GB.NET.SMTP] * BUG: Fix test mail. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.src/Main.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-01 12:57:06
|
Revision: 6410 http://sourceforge.net/p/gambas/code/6410 Author: gambas Date: 2014-08-01 12:56:58 +0000 (Fri, 01 Aug 2014) Log Message: ----------- [GB.NET.SMTP] * BUG: Wait for openssl process death after disconnecting from the SMTP server. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.pop3/.icon.png gambas/trunk/comp/src/gb.net.pop3/.project gambas/trunk/comp/src/gb.net.smtp/.icon.png gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/SslSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TlsSession.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-01 12:08:24
|
Revision: 6409 http://sourceforge.net/p/gambas/code/6409 Author: gambas Date: 2014-08-01 12:08:15 +0000 (Fri, 01 Aug 2014) Log Message: ----------- [GB.NET.SMTP] * BUG: Fix the badly overriden class error. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.src/SmtpSession.class gambas/trunk/comp/src/gb.net.smtp/.src/SslSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TcpSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TlsSession.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-08-01 01:38:03
|
Revision: 6408 http://sourceforge.net/p/gambas/code/6408 Author: gambas Date: 2014-08-01 01:37:56 +0000 (Fri, 01 Aug 2014) Log Message: ----------- [GB.FORM] * BUG: FileChooser: Fix an infinite loop when trying to initialize the path with an unknown file. [GB.MEDIA.FORM] * NEW: New component based on gb.media that includes a full media player widget with controls. [GB.NET.SMTP] * NEW: SmtpClient is now a virtual control. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Bookmark/CBookmarkList.class gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/Test/FLCDLabel.form gambas/trunk/comp/src/gb.net.pop3/.info gambas/trunk/comp/src/gb.net.pop3/.src/Pop3Client.class gambas/trunk/comp/src/gb.net.smtp/.component gambas/trunk/comp/src/gb.net.smtp/.info gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/trunk/comp/src/gb.net.smtp/.startup gambas/trunk/comp/src/order gambas/trunk/examples/examples/Multimedia/MediaPlayer/.src/FMain.form gambas/trunk/gb.media/src/c_media.c gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gbx_stack.h gambas/trunk/main/gbx/gbx_stream.c Added Paths: ----------- gambas/trunk/comp/src/gb.media.form/ gambas/trunk/comp/src/gb.media.form/.action/ gambas/trunk/comp/src/gb.media.form/.component gambas/trunk/comp/src/gb.media.form/.directory gambas/trunk/comp/src/gb.media.form/.gambas/ gambas/trunk/comp/src/gb.media.form/.gitignore gambas/trunk/comp/src/gb.media.form/.hidden/ gambas/trunk/comp/src/gb.media.form/.hidden/control/ gambas/trunk/comp/src/gb.media.form/.hidden/control/mediaview.png gambas/trunk/comp/src/gb.media.form/.icon.png gambas/trunk/comp/src/gb.media.form/.info gambas/trunk/comp/src/gb.media.form/.lang/ gambas/trunk/comp/src/gb.media.form/.list gambas/trunk/comp/src/gb.media.form/.project gambas/trunk/comp/src/gb.media.form/.src/ gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.class gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.form gambas/trunk/comp/src/gb.media.form/.src/FTest.class gambas/trunk/comp/src/gb.media.form/.src/FTest.form gambas/trunk/comp/src/gb.media.form/.src/MediaView.class gambas/trunk/comp/src/gb.media.form/.startup gambas/trunk/comp/src/gb.media.form/video.png gambas/trunk/comp/src/gb.net.pop3/.hidden/control/ gambas/trunk/comp/src/gb.net.pop3/.hidden/control/pop3client.png gambas/trunk/comp/src/gb.net.smtp/.hidden/control/ gambas/trunk/comp/src/gb.net.smtp/.hidden/control/smtpclient.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/control/smtpclient.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-07-29 11:26:54
|
Revision: 6407 http://sourceforge.net/p/gambas/code/6407 Author: tobiasboe Date: 2014-07-29 11:26:46 +0000 (Tue, 29 Jul 2014) Log Message: ----------- [GB.DATA] * NEW: Deque: Add a Copy() method to return a deep copy of a Deque. Stack and Queue "inherit" this method. Modified Paths: -------------- gambas/trunk/main/lib/data/c_deque.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-28 19:57:52
|
Revision: 6406 http://sourceforge.net/p/gambas/code/6406 Author: gambas Date: 2014-07-28 19:57:45 +0000 (Mon, 28 Jul 2014) Log Message: ----------- * Merge from r6398. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6398 Modified Paths: -------------- gambas/branches/3.5/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...> - 2014-07-28 12:26:49
|
Revision: 6405 http://sourceforge.net/p/gambas/code/6405 Author: gambas Date: 2014-07-28 12:26:39 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [GB.NET.SMTP] * BUG: Explicitely load the 'gb.net' component to be backward compatible with the old gb.net.smtp that didn't require it. * NEW: Fix error messages. * NEW: Add a 10 seconds timeout to the TCP socket. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.pop3/.component gambas/trunk/comp/src/gb.net.smtp/.info gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/trunk/comp/src/gb.net.smtp/.src/SmtpPart.class gambas/trunk/comp/src/gb.net.smtp/.src/SmtpSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TcpSession.class gambas/trunk/comp/src/gb.net.smtp/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-28 10:28:45
|
Revision: 6404 http://sourceforge.net/p/gambas/code/6404 Author: gambas Date: 2014-07-28 10:28:42 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [CONFIGURATION] * BUG: Forgot to add the gambas3 appdata file. Added Paths: ----------- gambas/trunk/app/desktop/gambas3.appdata.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-28 05:36:08
|
Revision: 6403 http://sourceforge.net/p/gambas/code/6403 Author: gambas Date: 2014-07-28 05:35:58 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [CONFIGURATION] * NEW: Add an gambas appdata file and install it in /usr/share/appdata. [DEVELOPMENT ENVIRONMENT] * BUG: ImageEditor: Fix a possible crash when pasting an image. * BUG: Correctly detect if a project is handled by subversion or not. [INTERPRETER] * NEW: Replace the internal `class->state` variable by two boolean flags: `class->loaded` and `class->ready`. * NEW: Overriding a class that is the parent of other classes is possible again. I don't remember what prevented that to work, so I want to see. [GB.DEBUG] * NEW: Propagate the changes in the interpreter class structure. [GB.EVAL] * NEW: Propagate the changes in the interpreter class structure. [GB.GUI.AREA] * BUG: GridView: Setting the background color correctly refreshes the control. [GB.JIT] * NEW: Propagate the changes in the interpreter class structure. [GB.NET.SMTP] * NEW: Replace the old gb.net.smtp component written in C and Gambas by a new component with the same name entirely written in Gambas. * BUG: Fix the authentication process. * BUG: Fix how the result of the EHLO command is read. [GB.QT4.EXT] * NEW: LCDNumber control is now put in a "Deprecated" tab in the IDE control toolbar. Modified Paths: -------------- gambas/trunk/Makefile.am gambas/trunk/app/Makefile.am gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Subversion/VersionControl.module gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form.stock/.component gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.form gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.net.pop3/.src/SSLClient.class gambas/trunk/comp/src/order gambas/trunk/configure.ac gambas/trunk/gb.jit/src/jit_compile.cpp gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_archive.h gambas/trunk/main/gbx/gbx_c_class.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_class_native.c gambas/trunk/main/gbx/gbx_component.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/lib/eval/eval.c Added Paths: ----------- gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/2014-07-26.png gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/t-2014-07-26.png gambas/trunk/comp/src/gb.net.smtp/ gambas/trunk/comp/src/gb.net.smtp/.component gambas/trunk/comp/src/gb.net.smtp/.directory gambas/trunk/comp/src/gb.net.smtp/.gambas/ gambas/trunk/comp/src/gb.net.smtp/.gitignore gambas/trunk/comp/src/gb.net.smtp/.hidden/ gambas/trunk/comp/src/gb.net.smtp/.icon.png gambas/trunk/comp/src/gb.net.smtp/.info gambas/trunk/comp/src/gb.net.smtp/.lang/ gambas/trunk/comp/src/gb.net.smtp/.list gambas/trunk/comp/src/gb.net.smtp/.project gambas/trunk/comp/src/gb.net.smtp/.src/ gambas/trunk/comp/src/gb.net.smtp/.src/Encode.module gambas/trunk/comp/src/gb.net.smtp/.src/Main.module gambas/trunk/comp/src/gb.net.smtp/.src/Net.class gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/trunk/comp/src/gb.net.smtp/.src/SmtpPart.class gambas/trunk/comp/src/gb.net.smtp/.src/SmtpSession.class gambas/trunk/comp/src/gb.net.smtp/.src/SslSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TcpSession.class gambas/trunk/comp/src/gb.net.smtp/.src/TlsSession.class gambas/trunk/comp/src/gb.net.smtp/.startup Removed Paths: ------------- gambas/trunk/gb.net.smtp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-07-28 03:34:32
|
Revision: 6402 http://sourceforge.net/p/gambas/code/6402 Author: tobiasboe Date: 2014-07-28 03:34:24 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [GB.DATA] * NEW: Heap is a new class that implements a Min- or MaxHeap, depending upon a mode parameter to its constructor. It supports some advanced ways to manipulate the contained data -- beyond the first entry. Modified Paths: -------------- gambas/trunk/main/lib/data/Makefile.am gambas/trunk/main/lib/data/TODO gambas/trunk/main/lib/data/main.c Added Paths: ----------- gambas/trunk/main/lib/data/c_heap.c gambas/trunk/main/lib/data/c_heap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-07-28 03:10:44
|
Revision: 6401 http://sourceforge.net/p/gambas/code/6401 Author: tobiasboe Date: 2014-07-28 03:10:33 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [EXAMPLES] * NEW: WatchGambasDirectory: gb.inotify example to demonstrate basic usage. Added Paths: ----------- gambas/trunk/examples/examples/Misc/WatchGambasDirectory/ gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.directory gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.gambas/ gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.hidden/ gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.icon.png gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.lang/ gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.project gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.src/ gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.src/MMain.module gambas/trunk/examples/examples/Misc/WatchGambasDirectory/.startup gambas/trunk/examples/examples/Misc/WatchGambasDirectory/watch.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-07-28 02:14:42
|
Revision: 6400 http://sourceforge.net/p/gambas/code/6400 Author: tobiasboe Date: 2014-07-28 02:14:37 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [GB.INOTIFY] * NEW: Add Pause() and Resume() methods to pause and resume a watch. IsPaused can be used to read/set/toggle the "paused" state. Modified Paths: -------------- gambas/trunk/main/lib/inotify/c_watch.c Added Paths: ----------- gambas/trunk/main/lib/inotify/TODO This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-07-28 01:02:55
|
Revision: 6399 http://sourceforge.net/p/gambas/code/6399 Author: tobiasboe Date: 2014-07-28 01:02:46 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [GB.OPENSSL] * NEW: Make CipherText creatable so that data from external sources can be deciphered. Modified Paths: -------------- gambas/trunk/gb.openssl/src/c_cipher.c gambas/trunk/gb.openssl/src/c_cipher.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-27 21:04:32
|
Revision: 6398 http://sourceforge.net/p/gambas/code/6398 Author: gambas Date: 2014-07-27 21:04:29 +0000 (Sun, 27 Jul 2014) Log Message: ----------- [INTERPRETER] * BUG: When reading lines ending with a "Window" end-of-line sequence (CR+LF), the LINE INPUT instruction could sometimes forget to remove the first end-of-line character from the end of the line (CR). 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: <tob...@us...> - 2014-07-24 19:03:18
|
Revision: 6397 http://sourceforge.net/p/gambas/code/6397 Author: tobiasboe Date: 2014-07-24 19:03:08 +0000 (Thu, 24 Jul 2014) Log Message: ----------- [GB.NET] * NEW: DnsClient: defer async setup to when a query is made and release the pipe watch afterwards as soon as possible so that Gambas processes don't wait on non-active but existent watches. * NEW: One can change the Async property of DnsClient now while it is active; the change applies to subsequent queries. [EXAMPLES] * BUG: DnsClient: Don't use the special _free() method. Modified Paths: -------------- gambas/trunk/examples/examples/Networking/DnsClient/.project gambas/trunk/examples/examples/Networking/DnsClient/.src/FMain.class gambas/trunk/gb.net/src/CDnsClient.c gambas/trunk/gb.net/src/CDnsClient.h gambas/trunk/gb.net/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |