gambas-devel-svn Mailing List for Gambas (Page 62)
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-11-10 12:23:22
|
Revision: 6623 http://sourceforge.net/p/gambas/code/6623 Author: gambix Date: 2014-11-10 12:23:08 +0000 (Mon, 10 Nov 2014) Log Message: ----------- [GB.SCANNER] * NEW: New component that provide classes to manage scanners devices via gambas code. It is a frontend to scanimage binary provided by the SANE toolkit. Added Paths: ----------- gambas/trunk/comp/src/gb.scanner/ gambas/trunk/comp/src/gb.scanner/.action/ gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.directory gambas/trunk/comp/src/gb.scanner/.gitignore gambas/trunk/comp/src/gb.scanner/.hidden/ gambas/trunk/comp/src/gb.scanner/.icon.png gambas/trunk/comp/src/gb.scanner/.info gambas/trunk/comp/src/gb.scanner/.lang/ gambas/trunk/comp/src/gb.scanner/.list gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/comp/src/gb.scanner/.settings gambas/trunk/comp/src/gb.scanner/.src/ gambas/trunk/comp/src/gb.scanner/.src/Demo/ gambas/trunk/comp/src/gb.scanner/.src/Demo/FMain.class gambas/trunk/comp/src/gb.scanner/.src/Demo/FMain.form gambas/trunk/comp/src/gb.scanner/.src/Demo/FProperties.class gambas/trunk/comp/src/gb.scanner/.src/Demo/FProperties.form gambas/trunk/comp/src/gb.scanner/.src/MTest.module gambas/trunk/comp/src/gb.scanner/.src/Module1.module gambas/trunk/comp/src/gb.scanner/.src/Scanner.class gambas/trunk/comp/src/gb.scanner/.src/Scanners.class gambas/trunk/comp/src/gb.scanner/.src/_Option.class gambas/trunk/comp/src/gb.scanner/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-10 10:13:46
|
Revision: 6622 http://sourceforge.net/p/gambas/code/6622 Author: gambix Date: 2014-11-10 10:13:44 +0000 (Mon, 10 Nov 2014) Log Message: ----------- [SCRIPTER] * NEW: New argument '-u' that allow to force the given components to be loaded. It is usefull in some case. gbs3 -u 'gb.scanner' -e 'dim s as string:for each s in scanners:print s:next' * OPT: Update the usage files Modified Paths: -------------- gambas/trunk/app/src/gbs3/.icon.png gambas/trunk/app/src/gbs3/.project gambas/trunk/app/src/gbs3/.src/MMain.module gambas/trunk/app/src/gbs3/usage-gbs gambas/trunk/app/src/gbs3/usage-gbw This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-09 22:06:14
|
Revision: 6621 http://sourceforge.net/p/gambas/code/6621 Author: gambas Date: 2014-11-09 22:06:07 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [SCRIPTER] * BUG: Be more intelligent when parsing arguments. Now all arguments after the first non option argument are sent to the script process. [INTERPRETER] * OPT: Remove a previous optimization that made benchmarks slower, contrary to what valgrind tells. No idea why exactly, maybe a valgrind cache simulation problem. [BENCHMARKS] * NEW: Do less in the polynom benchmark, so that it runs about as long as the other benchmarks. Modified Paths: -------------- gambas/trunk/app/src/gbs3/.settings gambas/trunk/app/src/gbs3/.src/MMain.module gambas/trunk/benchmark/benchmark.gbs gambas/trunk/benchmark/polynom.gbs gambas/trunk/benchmark/polynom.pl gambas/trunk/benchmark/polynom.py gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-09 21:50:46
|
Revision: 6620 http://sourceforge.net/p/gambas/code/6620 Author: gambas Date: 2014-11-09 21:50:42 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [INTERPRETER] * OPT: Move some rare instructions (breakpoints & quit management) out of the main interpreter loop. [COMPILER] * NEW: The parser now assumes that an identifier is a subroutine taking some arguments only if it is followed by an open brace. [GB.EVAL] * NEW: The parser now assumes that an identifier is a subroutine taking some arguments only if it is followed by an open brace. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/lib/eval/eval_read.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-09 21:37:37
|
Revision: 6619 http://sourceforge.net/p/gambas/code/6619 Author: gambas Date: 2014-11-09 21:37:35 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [GB.DESKTOP] * BUG: The component didn't compile anymore because of the new Url$() function. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.info gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/comp/src/gb.desktop/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-09 21:35:57
|
Revision: 6618 http://sourceforge.net/p/gambas/code/6618 Author: gambas Date: 2014-11-09 21:35:46 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [GB.MARKDOWN] * BUG: The component didn't compile anymore because of the new Url$() function. Modified Paths: -------------- gambas/trunk/comp/src/gb.markdown/.info gambas/trunk/comp/src/gb.markdown/.src/Markdown.class gambas/trunk/comp/src/gb.markdown/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-09 15:25:51
|
Revision: 6617 http://sourceforge.net/p/gambas/code/6617 Author: gambas Date: 2014-11-09 15:25:46 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Help comments of component classes and symbols are now automatically used for creating non-existing documentation pages. * NEW: Images are clickable in editing mode. They point at the image wiki page. [INTERPRETER] * NEW: Url$() is a new function to encode an URL. * NEW: FromUrl$() is a new function to decode an URL. * NEW: FromBase64$() is now a synonymous for UnBase64$(). [GB.MEDIA] * BUG: MediaPipeline.Pause() does nothing if the media is not playing. That avoid some GStreamer bad behaviour. [GB.MEDIA.FORM] * NEW: MediaView: Remove the ShowVideo property, it is useless. * NEW: MediaView: The URL property can receive a true URL or a file path. The conversion is automatically done. * BUG: MediaView: Do pause or stop the media file only if it has sense. * NEW: MediaView: Hide the video part if the control height is too low. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas-wiki/.src/Wiki.class gambas/trunk/app/src/gambas-wiki/.src/Wiki.webpage gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/Form5.form gambas/trunk/comp/src/gb.markdown/.component gambas/trunk/comp/src/gb.markdown/.project gambas/trunk/comp/src/gb.media.form/.info 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/gb.media/src/c_media.c gambas/trunk/main/gbx/gbx_class_info.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-09 15:15:07
|
Revision: 6616 http://sourceforge.net/p/gambas/code/6616 Author: gambas Date: 2014-11-09 15:15:04 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Control properties containing a database table name can be modified again. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-07 17:44:03
|
Revision: 6615 http://sourceforge.net/p/gambas/code/6615 Author: gambas Date: 2014-11-07 17:43:54 +0000 (Fri, 07 Nov 2014) Log Message: ----------- [INTERPRETER] * BUG: Fix array accessor optimization on multi-dimensional native arrays. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-06 23:38:55
|
Revision: 6614 http://sourceforge.net/p/gambas/code/6614 Author: gambas Date: 2014-11-06 23:38:51 +0000 (Thu, 06 Nov 2014) Log Message: ----------- [GB.DB.MYSQL] * BUG: Try to reconnect to a lost database server when listing existing databases and the fields of a table. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-06 23:03:31
|
Revision: 6613 http://sourceforge.net/p/gambas/code/6613 Author: gambas Date: 2014-11-06 23:03:21 +0000 (Thu, 06 Nov 2014) Log Message: ----------- [GB.QT4] * BUG: TextBox: Workaround a Qt4 weird behaviour that sometimes lose the selection. Same workaround for editable ComboBox. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CKey.cpp gambas/trunk/gb.qt4/src/CKey.h gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CTextBox.h gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-05 22:24:56
|
Revision: 6612 http://sourceforge.net/p/gambas/code/6612 Author: gambas Date: 2014-11-05 22:24:52 +0000 (Wed, 05 Nov 2014) Log Message: ----------- [GB.FORM] * BUG: Remove unneeded dependency on gb.media.form and gb.media. They were just for testing. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-05 09:38:24
|
Revision: 6611 http://sourceforge.net/p/gambas/code/6611 Author: gambas Date: 2014-11-05 09:38:15 +0000 (Wed, 05 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: DirChooser & FileChooser: The popup menu is available when clicking on the bookmark button representing the top-level directory. * NEW: DirChooser & FileChooser: The root button now goes to the current root when bookmarks are hidden. * NEW: FileProperties: Preview of audio files, provided that the gb.media component has been loaded. * NEW: New 'muted' stock icon. [GB.FORM.STOCK] * NEW: New 'muted' stock icon. [GB.GUI.AREA] * BUG: TreeView renaming works now if the renamed item is not visible. [GB.MEDIA.FORM] * BUG: MediaView: The Control property has been renamed as ShowControl. * NEW: MediaView: ShowVideo is a new property that allows to hide the video part when playing audio files. * NEW: MediaView: New methods: Play, Pause, Stop. [GB.SETTINGS] * NEW: Settings.Save() now does not save all the keys anymore, but only the modified one. * BUG: Settings.Clear() now really clears the entire settings. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.directory gambas/trunk/comp/src/gb.form/.icon.png gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Chooser/DirButton.class gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.form gambas/trunk/comp/src/gb.form/map/icon.map gambas/trunk/comp/src/gb.form.stock/.component gambas/trunk/comp/src/gb.form.stock/.project gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/trunk/comp/src/gb.media.form/.component gambas/trunk/comp/src/gb.media.form/.info gambas/trunk/comp/src/gb.media.form/.project 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.form gambas/trunk/comp/src/gb.media.form/.src/MediaView.class gambas/trunk/comp/src/gb.media.form/.startup gambas/trunk/comp/src/gb.settings/.src/Settings.class Added Paths: ----------- gambas/trunk/comp/src/gb.form.stock/stock/16/muted.png gambas/trunk/comp/src/gb.form.stock/stock/22/muted.png gambas/trunk/comp/src/gb.form.stock/stock/32/muted.png gambas/trunk/comp/src/gb.form.stock/stock/scalable/muted.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-04 21:02:19
|
Revision: 6610 http://sourceforge.net/p/gambas/code/6610 Author: gambix Date: 2014-11-04 21:02:16 +0000 (Tue, 04 Nov 2014) Log Message: ----------- [BENCHMARKS] * BUG: Call explicitely python2 Modified Paths: -------------- gambas/trunk/benchmark/benchmark.gbs gambas/trunk/benchmark/sort.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nge...@us...> - 2014-11-04 13:03:20
|
Revision: 6609 http://sourceforge.net/p/gambas/code/6609 Author: ngerrard Date: 2014-11-04 13:02:57 +0000 (Tue, 04 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Improve Cygwin System Information awareness 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...> - 2014-11-03 19:33:19
|
Revision: 6608 http://sourceforge.net/p/gambas/code/6608 Author: gambas Date: 2014-11-03 19:33:05 +0000 (Mon, 03 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The IDE now can edit *.gbs Gambas scripts. But there is no automatic completion. * NEW: Use labels instead of buttons inside project items. [WEBSITE MAKER] * NEW: Update for 3.6.1 version. [GB.EVAL] * NEW: Lines beginning with '#!' are highlighted like comments. It's the 'shebang' of Gambas scripts. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.project gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/.startup gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html gambas/trunk/app/src/gambas3/.icon.png gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Project/CProjectList.class gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/app/src/gambas3/.src/Project/Publish/Publish.module gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form gambas/trunk/benchmark/benchmark.gbs gambas/trunk/examples/examples/Database/PictureDatabase/.project gambas/trunk/examples/examples/Drawing/OnScreenDisplay/.project gambas/trunk/examples/examples/Games/BeastScroll/.project gambas/trunk/examples/examples/Networking/POPMailbox/.project gambas/trunk/main/lib/eval/eval_read.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-11-03 08:55:27
|
Revision: 6607 http://sourceforge.net/p/gambas/code/6607 Author: tobiasboe Date: 2014-11-03 08:55:24 +0000 (Mon, 03 Nov 2014) Log Message: ----------- [GB.DATA] * BUG: Don't use forward typedefs as some compilers don't seem to understand them. * BUG: Silence false positive compiler warnings. Modified Paths: -------------- gambas/trunk/main/lib/data/c_trie.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-02 23:10:56
|
Revision: 6606 http://sourceforge.net/p/gambas/code/6606 Author: gambas Date: 2014-11-02 23:10:47 +0000 (Sun, 02 Nov 2014) Log Message: ----------- [BENCHMARKS] * NEW: Update the 'benchmark.gbs' script. Modified Paths: -------------- gambas/trunk/benchmark/benchmark.gbs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-02 23:09:08
|
Revision: 6605 http://sourceforge.net/p/gambas/code/6605 Author: gambas Date: 2014-11-02 23:09:04 +0000 (Sun, 02 Nov 2014) Log Message: ----------- [INTERPRETER] * OPT: Array accessors have been optimized. The 'sort' benchmark is now 25% faster. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_array.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_exec_pop.c gambas/trunk/main/gbx/gbx_exec_push.c gambas/trunk/main/gbx/gbx_value.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-02 17:37:43
|
Revision: 6604 http://sourceforge.net/p/gambas/code/6604 Author: gambas Date: 2014-11-02 17:37:40 +0000 (Sun, 02 Nov 2014) Log Message: ----------- [GB.QT4] * BUG: The Menu.Checked property now returns the correct value for non-radio menu items. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-01 14:39:33
|
Revision: 6603 http://sourceforge.net/p/gambas/code/6603 Author: gambas Date: 2014-11-01 14:39:25 +0000 (Sat, 01 Nov 2014) Log Message: ----------- * Tag for 3.6.1. Added Paths: ----------- gambas/tags/3.6.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-01 14:37:52
|
Revision: 6602 http://sourceforge.net/p/gambas/code/6602 Author: gambas Date: 2014-11-01 14:37:35 +0000 (Sat, 01 Nov 2014) Log Message: ----------- * Update versions to 3.6.1. Modified Paths: -------------- gambas/branches/3.6/VERSION gambas/branches/3.6/comp/src/gb.args/.project gambas/branches/3.6/comp/src/gb.args/.startup gambas/branches/3.6/comp/src/gb.chart/.project gambas/branches/3.6/comp/src/gb.db.form/.project gambas/branches/3.6/comp/src/gb.desktop/.project gambas/branches/3.6/comp/src/gb.desktop/.startup gambas/branches/3.6/comp/src/gb.eval.highlight/.project gambas/branches/3.6/comp/src/gb.eval.highlight/.startup gambas/branches/3.6/comp/src/gb.form/.project gambas/branches/3.6/comp/src/gb.form.dialog/.project gambas/branches/3.6/comp/src/gb.form.mdi/.project gambas/branches/3.6/comp/src/gb.form.stock/.project gambas/branches/3.6/comp/src/gb.gui.base/.project gambas/branches/3.6/comp/src/gb.logging/.project gambas/branches/3.6/comp/src/gb.logging/.startup gambas/branches/3.6/comp/src/gb.map/.project gambas/branches/3.6/comp/src/gb.map/.startup gambas/branches/3.6/comp/src/gb.markdown/.project gambas/branches/3.6/comp/src/gb.markdown/.startup gambas/branches/3.6/comp/src/gb.media.form/.info gambas/branches/3.6/comp/src/gb.media.form/.project gambas/branches/3.6/comp/src/gb.media.form/.startup gambas/branches/3.6/comp/src/gb.memcached/.project gambas/branches/3.6/comp/src/gb.mysql/.project gambas/branches/3.6/comp/src/gb.mysql/.startup gambas/branches/3.6/comp/src/gb.net.pop3/.info gambas/branches/3.6/comp/src/gb.net.pop3/.project gambas/branches/3.6/comp/src/gb.net.smtp/.info gambas/branches/3.6/comp/src/gb.net.smtp/.project gambas/branches/3.6/comp/src/gb.report/.info gambas/branches/3.6/comp/src/gb.report/.project gambas/branches/3.6/comp/src/gb.settings/.project gambas/branches/3.6/comp/src/gb.web/.project gambas/branches/3.6/examples/examples/Basic/Blights/.project gambas/branches/3.6/examples/examples/Basic/Collection/.project gambas/branches/3.6/examples/examples/Basic/DragNDrop/.project gambas/branches/3.6/examples/examples/Basic/Object/.project gambas/branches/3.6/examples/examples/Basic/Timer/.project gambas/branches/3.6/examples/examples/Control/ArrayOfControls/.project gambas/branches/3.6/examples/examples/Control/Embedder/.project gambas/branches/3.6/examples/examples/Control/HighlightEditor/.project gambas/branches/3.6/examples/examples/Control/LCDLabel/.project gambas/branches/3.6/examples/examples/Control/MapView/.project gambas/branches/3.6/examples/examples/Control/TextEdit/.project gambas/branches/3.6/examples/examples/Control/TreeView/.project gambas/branches/3.6/examples/examples/Control/Wizard/.project gambas/branches/3.6/examples/examples/Database/Database/.project gambas/branches/3.6/examples/examples/Database/MySQLExample/.project gambas/branches/3.6/examples/examples/Database/PictureDatabase/.project gambas/branches/3.6/examples/examples/Drawing/AnalogWatch/.project gambas/branches/3.6/examples/examples/Drawing/Barcode/.project gambas/branches/3.6/examples/examples/Drawing/Chart/.project gambas/branches/3.6/examples/examples/Drawing/Clock/.project gambas/branches/3.6/examples/examples/Drawing/Fractal/.project gambas/branches/3.6/examples/examples/Drawing/GSLSpline/.project gambas/branches/3.6/examples/examples/Drawing/Gravity/.project gambas/branches/3.6/examples/examples/Drawing/OnScreenDisplay/.project gambas/branches/3.6/examples/examples/Drawing/Painting/.project gambas/branches/3.6/examples/examples/Drawing/QuasiRegular/.project gambas/branches/3.6/examples/examples/Drawing/RandomColorSort/.project gambas/branches/3.6/examples/examples/Drawing/Tablet/.project gambas/branches/3.6/examples/examples/Games/BeastScroll/.project gambas/branches/3.6/examples/examples/Games/Concent/.project gambas/branches/3.6/examples/examples/Games/DeepSpace/.project gambas/branches/3.6/examples/examples/Games/GNUBoxWorld/.project gambas/branches/3.6/examples/examples/Games/GameOfLife/.project gambas/branches/3.6/examples/examples/Games/Invaders/.project gambas/branches/3.6/examples/examples/Games/MineSweeper/.project gambas/branches/3.6/examples/examples/Games/Pong/.project gambas/branches/3.6/examples/examples/Games/Puzzle1To8/.project gambas/branches/3.6/examples/examples/Games/RobotFindsKitten/.project gambas/branches/3.6/examples/examples/Games/Snake/.project gambas/branches/3.6/examples/examples/Games/Solitaire/.project gambas/branches/3.6/examples/examples/Games/StarField/.project gambas/branches/3.6/examples/examples/Image/ImageViewer/.project gambas/branches/3.6/examples/examples/Image/Lighttable/.project gambas/branches/3.6/examples/examples/Image/PhotoTouch/.project gambas/branches/3.6/examples/examples/Misc/Console/.project gambas/branches/3.6/examples/examples/Misc/DBusExplorer/.project gambas/branches/3.6/examples/examples/Misc/Evaluator/.project gambas/branches/3.6/examples/examples/Misc/Explorer/.project gambas/branches/3.6/examples/examples/Misc/Notepad/.project gambas/branches/3.6/examples/examples/Misc/PDFViewer/.project gambas/branches/3.6/examples/examples/Misc/SystemTray/.project gambas/branches/3.6/examples/examples/Misc/WatchGambasDirectory/.project gambas/branches/3.6/examples/examples/Multimedia/CDPlayer/.project gambas/branches/3.6/examples/examples/Multimedia/MediaPlayer/.project gambas/branches/3.6/examples/examples/Multimedia/MoviePlayer/.project gambas/branches/3.6/examples/examples/Multimedia/MusicPlayer/.project gambas/branches/3.6/examples/examples/Multimedia/MyWebCam/.project gambas/branches/3.6/examples/examples/Multimedia/WaveGenerator/.project gambas/branches/3.6/examples/examples/Multimedia/WebCam/.project gambas/branches/3.6/examples/examples/Networking/ClientSocket/.project gambas/branches/3.6/examples/examples/Networking/DnsClient/.project gambas/branches/3.6/examples/examples/Networking/HTTPGet/.project gambas/branches/3.6/examples/examples/Networking/HTTPPost/.project gambas/branches/3.6/examples/examples/Networking/POPMailbox/.project gambas/branches/3.6/examples/examples/Networking/SerialPort/.project gambas/branches/3.6/examples/examples/Networking/ServerSocket/.project gambas/branches/3.6/examples/examples/Networking/UDPServerClient/.project gambas/branches/3.6/examples/examples/Networking/WebBrowser/.project gambas/branches/3.6/examples/examples/OpenGL/3DWebCam/.project gambas/branches/3.6/examples/examples/OpenGL/GambasGears/.project gambas/branches/3.6/examples/examples/OpenGL/Md2Model/.project gambas/branches/3.6/examples/examples/OpenGL/NeHeTutorial/.project gambas/branches/3.6/examples/examples/OpenGL/NeHeTutorialShell/.project gambas/branches/3.6/examples/examples/OpenGL/PDFPresentation/.project gambas/branches/3.6/examples/examples/OpenGL/TunnelSDL/.project gambas/branches/3.6/examples/examples/Printing/Printing/.project gambas/branches/3.6/examples/examples/Printing/ReportExample/.project gambas/branches/3.6/examples/examples/Web/SmallWiki/.project gambas/branches/3.6/gb.dbus/src/gb.dbus/.project gambas/branches/3.6/gb.gsl/Test/test/.project gambas/branches/3.6/gb.xml/src/gb.xml/.project gambas/branches/3.6/gb.xml/src/rpc/gb.xml.rpc/.project gambas/branches/3.6/main/lib/data/gb.data/.project gambas/branches/3.6/main/lib/db/gb.db/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-01 14:07:15
|
Revision: 6601 http://sourceforge.net/p/gambas/code/6601 Author: gambas Date: 2014-11-01 14:07:05 +0000 (Sat, 01 Nov 2014) Log Message: ----------- * Merge from r6599. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6599 Modified Paths: -------------- gambas/branches/3.6/gb.jit/src/jit_codegen.cpp Property Changed: ---------------- gambas/branches/3.6/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-31 22:21:32
|
Revision: 6600 http://sourceforge.net/p/gambas/code/6600 Author: gambas Date: 2014-10-31 22:21:28 +0000 (Fri, 31 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion of event handlers if an object is declared globally with an event name (Private MyObject As MyClass As "event"). Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Component/CSymbolInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FFormStack.class 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: <emi...@us...> - 2014-10-31 21:57:30
|
Revision: 6599 http://sourceforge.net/p/gambas/code/6599 Author: emil-lenngren Date: 2014-10-31 21:57:27 +0000 (Fri, 31 Oct 2014) Log Message: ----------- [GB.JIT] * BUG: IIf generated incorrect code for the types CSTRING and STRING. Modified Paths: -------------- gambas/trunk/gb.jit/src/jit_codegen.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |