gambas-devel-svn Mailing List for Gambas (Page 37)
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...> - 2015-08-30 13:17:15
|
Revision: 7255 http://sourceforge.net/p/gambas/code/7255 Author: gambas Date: 2015-08-30 13:17:13 +0000 (Sun, 30 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIROMENT] * NEW: Packager: Support for a vendor prefix shortcut, that is used in the package name instead of the vendor full name. * NEW: Packager: Now package names are normalized for each distribution. Now all non alphanumeric characters are replaced by an hyphen, but this can be changed independently of the distribution if needed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/CRecentProject.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Project/Farm/SoftwareBox.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-30 12:10:43
|
Revision: 7254 http://sourceforge.net/p/gambas/code/7254 Author: gambix Date: 2015-08-30 12:10:41 +0000 (Sun, 30 Aug 2015) Log Message: ----------- [GB.REPORT2] * BUG: Now the printer resolution is always 1200 dpi. * NEW: The report preview dialog layout is changed to be more readable with less info. Feel free to tell me your opinions. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.component gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.report gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.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...> - 2015-08-30 02:02:22
|
Revision: 7253 http://sourceforge.net/p/gambas/code/7253 Author: gambas Date: 2015-08-30 02:02:20 +0000 (Sun, 30 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix behaviour of shortcut text properties having ampersands inside. [GB.GUI.BASE] * BUG: Fix behaviour of shortcut text properties having ampersands inside. 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/Editor/Form/FForm.form gambas/trunk/comp/src/gb.gui.base/.component gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Shortcut.class gambas/trunk/comp/src/gb.gui.base/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-30 00:58:18
|
Revision: 7252 http://sourceforge.net/p/gambas/code/7252 Author: gambas Date: 2015-08-30 00:58:16 +0000 (Sun, 30 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: The image information label is now 50% transparent. * BUG: Image editor: The information label is correctly refreshed when zooming in or zooming out. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-30 00:56:57
|
Revision: 7251 http://sourceforge.net/p/gambas/code/7251 Author: gambas Date: 2015-08-30 00:56:56 +0000 (Sun, 30 Aug 2015) Log Message: ----------- Modified Paths: -------------- gambas/trunk/main/gbx/gbx_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-29 23:50:52
|
Revision: 7250 http://sourceforge.net/p/gambas/code/7250 Author: gambas Date: 2015-08-29 23:50:50 +0000 (Sat, 29 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Better trust the interpreter instead of the compiler for getting the full version with the SVN revision. * NEW: Do not display the SVN revision anymore in the welcome dialog. Only in the system information. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/CWelcome.class 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: <das...@us...> - 2015-08-29 18:23:06
|
Revision: 7249 http://sourceforge.net/p/gambas/code/7249 Author: dashboard68 Date: 2015-08-29 18:23:04 +0000 (Sat, 29 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: bad comparison, now make the good one Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <das...@us...> - 2015-08-29 17:50:08
|
Revision: 7248 http://sourceforge.net/p/gambas/code/7248 Author: dashboard68 Date: 2015-08-29 17:50:07 +0000 (Sat, 29 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: missed a comparison Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module 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: <das...@us...> - 2015-08-29 17:38:41
|
Revision: 7247 http://sourceforge.net/p/gambas/code/7247 Author: dashboard68 Date: 2015-08-29 17:38:40 +0000 (Sat, 29 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: InitVersion : getting whole Version infos from the Compiler, it knows about the real used revision, if any Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module 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...> - 2015-08-29 13:24:08
|
Revision: 7246 http://sourceforge.net/p/gambas/code/7246 Author: gambas Date: 2015-08-29 13:24:06 +0000 (Sat, 29 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Fix pen and eraser tool drawing. * NEW: Image editor: Information is now displayed on top of the image. * NEW: Image editor: The property panel got a close button. [WEBSITE MAKER] * NEW: Link to the new bugtracker. [GB.FORM] * BUG: MessageView: Custom background color is now taken into account. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.project gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/other/MakeWebSite/.startup gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/menu.html gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/comp/src/gb.eval.highlight/.component gambas/trunk/comp/src/gb.eval.highlight/.project gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/ImageView/ImageView.class gambas/trunk/comp/src/gb.form/.src/Message/MessageView.class gambas/trunk/comp/src/gb.form/.src/Test/FTestDateChooser.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-28 22:59:08
|
Revision: 7245 http://sourceforge.net/p/gambas/code/7245 Author: gambas Date: 2015-08-28 22:59:07 +0000 (Fri, 28 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The packager now can create a package for a component project whatever the name of the project. It will internally prefix the project name with the vendor name if needed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.form gambas/trunk/app/src/gambas3/install/Makefile.am gambas/trunk/app/src/gambas3/install/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-27 17:19:01
|
Revision: 7244 http://sourceforge.net/p/gambas/code/7244 Author: gambas Date: 2015-08-27 17:18:59 +0000 (Thu, 27 Aug 2015) Log Message: ----------- [INTERPRETER] * BUG: New routine to compute the localized time/date formats and separators. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-26 22:24:44
|
Revision: 7243 http://sourceforge.net/p/gambas/code/7243 Author: gambas Date: 2015-08-26 22:24:42 +0000 (Wed, 26 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Color chooser does not crash anymore when the project does not use any GUI component. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-26 16:30:08
|
Revision: 7242 http://sourceforge.net/p/gambas/code/7242 Author: gambas Date: 2015-08-26 16:30:06 +0000 (Wed, 26 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Comment, uncomment, indent and unindent now work as expected if the text has been selected from bottom to top. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-25 23:17:40
|
Revision: 7241 http://sourceforge.net/p/gambas/code/7241 Author: gambas Date: 2015-08-25 23:17:38 +0000 (Tue, 25 Aug 2015) Log Message: ----------- [GB.QT4] * BUG: Correctly initialize window properties when showing it in all cases. Modified Paths: -------------- 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...> - 2015-08-25 16:51:16
|
Revision: 7240 http://sourceforge.net/p/gambas/code/7240 Author: gambas Date: 2015-08-25 16:51:14 +0000 (Tue, 25 Aug 2015) Log Message: ----------- * Merge from r7218-r7237, r7239. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7218 http://sourceforge.net/p/gambas/code/7237 http://sourceforge.net/p/gambas/code/7239 Modified Paths: -------------- gambas/branches/3.8/app/examples/Control/LCDLabel/.info gambas/branches/3.8/app/examples/Control/LCDLabel/.list gambas/branches/3.8/app/src/gambas3/.lang/fr.mo gambas/branches/3.8/app/src/gambas3/.lang/fr.po gambas/branches/3.8/app/src/gambas3/.project gambas/branches/3.8/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/branches/3.8/app/src/gambas3/.src/Packager/FMakeInstall.class gambas/branches/3.8/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/branches/3.8/app/src/gambas3/.src/Packager/Package.module gambas/branches/3.8/app/src/gambas3/.src/Project/FOpenProject.class gambas/branches/3.8/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/branches/3.8/app/src/gambas3/.src/Project/Farm/SoftwareBox.class gambas/branches/3.8/app/src/gambas3/.src/Project/ProjectBox.class gambas/branches/3.8/app/src/gambas3/.src/Util/MErrorMessage.module gambas/branches/3.8/app/src/gambas3/.src/Welcome/FSystemInfo.class gambas/branches/3.8/app/src/gambas3/.src/Welcome/FSystemInfo.form gambas/branches/3.8/app/src/gambas3/.src/Welcome/FWelcome.class gambas/branches/3.8/comp/src/gb.db.form/.src/DataTable.class gambas/branches/3.8/comp/src/gb.form/.hidden/CHANGELOG gambas/branches/3.8/comp/src/gb.form/.lang/fr.po gambas/branches/3.8/comp/src/gb.form/.project gambas/branches/3.8/comp/src/gb.form/.src/Button/ButtonBox.class gambas/branches/3.8/comp/src/gb.form/.src/Stock.class gambas/branches/3.8/comp/src/gb.form/.src/Wizard/Wizard.class gambas/branches/3.8/comp/src/gb.form.editor/.src/TextEditor.class gambas/branches/3.8/comp/src/gb.form.editor/.src/_TextEditor_Line.class gambas/branches/3.8/comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class gambas/branches/3.8/comp/src/gb.gui.base/.src/IconView/_IconView_Item.class gambas/branches/3.8/comp/src/gb.gui.base/.src/Test/FIconView.form gambas/branches/3.8/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/branches/3.8/comp/src/gb.net.smtp/.component gambas/branches/3.8/comp/src/gb.net.smtp/.info gambas/branches/3.8/comp/src/gb.net.smtp/.project gambas/branches/3.8/comp/src/gb.net.smtp/.src/Main.module gambas/branches/3.8/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/branches/3.8/comp/src/gb.net.smtp/.startup gambas/branches/3.8/comp/src/gb.util/.component gambas/branches/3.8/comp/src/gb.util/.project gambas/branches/3.8/comp/src/gb.web/.component gambas/branches/3.8/comp/src/gb.web/.project gambas/branches/3.8/gb.db.mysql/src/main.c gambas/branches/3.8/gb.db.sqlite3/src/helper.c gambas/branches/3.8/gb.gtk/src/CWindow.cpp gambas/branches/3.8/gb.gtk/src/gmainwindow.cpp gambas/branches/3.8/gb.gtk/src/gmainwindow.h gambas/branches/3.8/gb.qt4/src/CDrawingArea.cpp gambas/branches/3.8/gb.qt4/src/CWindow.cpp gambas/branches/3.8/gb.xml/src/document.cpp gambas/branches/3.8/gb.xml/src/document.h gambas/branches/3.8/gb.xml/src/element.cpp gambas/branches/3.8/gb.xml/src/html/htmlparser.cpp gambas/branches/3.8/gb.xml/src/parser.cpp gambas/branches/3.8/main/gbc/gbc_trans.c gambas/branches/3.8/main/gbx/gbx_c_array.c gambas/branches/3.8/main/gbx/gbx_date.c gambas/branches/3.8/main/lib/db/gb.db/.component gambas/branches/3.8/main/lib/db/gb.db/.project gambas/branches/3.8/main/lib/db/gb.db/.settings 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...> - 2015-08-25 16:44:40
|
Revision: 7239 http://sourceforge.net/p/gambas/code/7239 Author: gambas Date: 2015-08-25 16:44:39 +0000 (Tue, 25 Aug 2015) Log Message: ----------- [GB.NET.SMTP] * NEW: SmtpClient.MessageId is a new property that allows to define the 'Message-ID' header of the mail. * NEW: SmtpClient.InReplyTo is a new property that allows to define the 'In-Reply-To' header of the mail. It defines the 'References' header as well with the same value. * NEW: SmtpClient.AddHeader() is a new method to add a custom specific header to the mail. Modified Paths: -------------- 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/Main.module gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class gambas/trunk/comp/src/gb.net.smtp/.startup gambas/trunk/comp/src/gb.web/.component gambas/trunk/comp/src/gb.web/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-25 13:24:10
|
Revision: 7238 http://sourceforge.net/p/gambas/code/7238 Author: gambas Date: 2015-08-25 13:24:08 +0000 (Tue, 25 Aug 2015) Log Message: ----------- [CONFIGURATION] * NEW: Switch to 3.8.90 version. Modified Paths: -------------- gambas/trunk/VERSION gambas/trunk/acinclude.m4 gambas/trunk/app/examples/Control/LCDLabel/.info gambas/trunk/app/examples/Control/LCDLabel/.list gambas/trunk/comp/src/gb.util/.component gambas/trunk/comp/src/gb.util/.project gambas/trunk/comp/src/gb.web/.component gambas/trunk/comp/src/gb.web/.project gambas/trunk/version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-25 12:57:04
|
Revision: 7237 http://sourceforge.net/p/gambas/code/7237 Author: gambas Date: 2015-08-25 12:57:03 +0000 (Tue, 25 Aug 2015) Log Message: ----------- [GB.GTK] * BUG: Fix a uninitialized variable that can lead to a crash when creating a window. [GB.GTK3] * BUG: Fix a uninitialized variable that can lead to a crash when creating a window. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-24 20:56:21
|
Revision: 7236 http://sourceforge.net/p/gambas/code/7236 Author: gambas Date: 2015-08-24 20:56:20 +0000 (Mon, 24 Aug 2015) Log Message: ----------- [GB.QT4] * BUG: Revert change from r7227 to see if it fixes Karl Reinl's problems. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7227 Modified Paths: -------------- gambas/trunk/gb.qt4/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-24 17:37:16
|
Revision: 7235 http://sourceforge.net/p/gambas/code/7235 Author: gambas Date: 2015-08-24 17:37:14 +0000 (Mon, 24 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the welcome dialog fix. * BUG: Fix the welcome dialog layout. * NEW: System information is now always anonymous. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Packager/Package.module gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.form 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: <das...@us...> - 2015-08-24 11:34:04
|
Revision: 7234 http://sourceforge.net/p/gambas/code/7234 Author: dashboard68 Date: 2015-08-24 11:34:02 +0000 (Mon, 24 Aug 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Recent Projects use the saved sort order now * NEW: SystemInfo can be make anonymous * ADD: Revision to Gambas Version (if found in gba3) Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/FOpenProject.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.form 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...> - 2015-08-22 11:04:16
|
Revision: 7233 http://sourceforge.net/p/gambas/code/7233 Author: gambas Date: 2015-08-22 11:04:14 +0000 (Sat, 22 Aug 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix multi-dimensional arrays size check. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-21 18:49:35
|
Revision: 7232 http://sourceforge.net/p/gambas/code/7232 Author: gambas Date: 2015-08-21 18:49:33 +0000 (Fri, 21 Aug 2015) Log Message: ----------- [INTERPRETER] * BUG: Correctly detect too large arrays. * BUG: Array allocation incrementation now cannot be larger then 256 slots. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-08-21 00:40:15
|
Revision: 7231 http://sourceforge.net/p/gambas/code/7231 Author: gambas Date: 2015-08-21 00:40:14 +0000 (Fri, 21 Aug 2015) Log Message: ----------- [INTERPRETER] * BUG: Array.Resize() now correctly raises an error if its argument is negative. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |