gambas-devel-svn Mailing List for Gambas (Page 77)
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-04-23 22:31:33
|
Revision: 6246 http://sourceforge.net/p/gambas/code/6246 Author: gambas Date: 2014-04-23 22:31:28 +0000 (Wed, 23 Apr 2014) Log Message: ----------- [CONFIGURATION] * NEW: The GB_FIND macro now searches files one directory deeper. [DEVELOPMENT ENVIRONMENT] * BUG: Reset correctly the Application.Busy property after a program has crashed. [WEBSITE] * NEW: Update for 3.5.3. [GB.DB.FORM] * NEW: Raise the maximum size of a DataView text column to 65536 characters instead of 1024. [GB.JIT] * BUG: Explicitely search for the 'llvm-c/Core.h' include file. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/halloffame.html gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html gambas/trunk/app/src/gambas3/.src/Debug/FCrash.class gambas/trunk/app/src/gambas3/authors.txt gambas/trunk/comp/src/gb.db.form/.lang/.pot gambas/trunk/comp/src/gb.db.form/.src/DataView.class gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-23 13:18:34
|
Revision: 6245 http://sourceforge.net/p/gambas/code/6245 Author: gambas Date: 2014-04-23 13:18:31 +0000 (Wed, 23 Apr 2014) Log Message: ----------- [GB.OPENSSL] * BUG: Cipher[] and Digest[] now read their method argument correctly. * BUG: Fix bad use of string API in the Cipher class. Consequently Cipher[].Encrypt() does not crash anymore. Modified Paths: -------------- gambas/trunk/gb.openssl/src/c_cipher.c gambas/trunk/gb.openssl/src/c_digest.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pr...@us...> - 2014-04-16 13:42:25
|
Revision: 6244 http://sourceforge.net/p/gambas/code/6244 Author: prokopy Date: 2014-04-16 13:42:20 +0000 (Wed, 16 Apr 2014) Log Message: ----------- [GB.XML.HTML] * BUG: Fix the implementation of HTMLDocument.GetElementById(). Modified Paths: -------------- gambas/trunk/gb.xml/src/html/htmldocument.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-10 22:51:51
|
Revision: 6243 http://sourceforge.net/p/gambas/code/6243 Author: gambas Date: 2014-04-10 22:51:48 +0000 (Thu, 10 Apr 2014) Log Message: ----------- * Merge from r6241. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6241 Modified Paths: -------------- gambas/tags/3.5.3/main/gbx/gbx_subr_string.c Property Changed: ---------------- gambas/tags/3.5.3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-10 22:11:44
|
Revision: 6242 http://sourceforge.net/p/gambas/code/6242 Author: gambas Date: 2014-04-10 22:11:41 +0000 (Thu, 10 Apr 2014) Log Message: ----------- * Merge from r6241. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6241 Modified Paths: -------------- gambas/branches/3.5/main/gbx/gbx_subr_string.c Property Changed: ---------------- gambas/branches/3.5/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-10 21:56:10
|
Revision: 6241 http://sourceforge.net/p/gambas/code/6241 Author: gambas Date: 2014-04-10 21:56:07 +0000 (Thu, 10 Apr 2014) Log Message: ----------- [INTERPRETER] * BUG: Fix memory leak with Lower$() and Upper$() on some null strings. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_subr_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2014-04-09 20:23:16
|
Revision: 6240 http://sourceforge.net/p/gambas/code/6240 Author: dvillalobos Date: 2014-04-09 20:23:13 +0000 (Wed, 09 Apr 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Spanish translation updated. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-08 22:59:25
|
Revision: 6239 http://sourceforge.net/p/gambas/code/6239 Author: gambas Date: 2014-04-08 22:59:21 +0000 (Tue, 08 Apr 2014) Log Message: ----------- [GB.FORM] * NEW: TabPanel.Moveable is a new property that makes tab button moveable if set. [GB.FORM.MDI] * NEW: Workspace tab buttons are now moveable. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/TabPanel/TabPanel.class gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.form gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.form gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/main/gbc/Makefile.am gambas/trunk/main/gbx/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-08 01:18:41
|
Revision: 6238 http://sourceforge.net/p/gambas/code/6238 Author: gambas Date: 2014-04-08 01:18:39 +0000 (Tue, 08 Apr 2014) Log Message: ----------- * Merge from r6237. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6237 Property Changed: ---------------- gambas/tags/3.5.3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-08 01:17:46
|
Revision: 6237 http://sourceforge.net/p/gambas/code/6237 Author: gambas Date: 2014-04-08 01:17:43 +0000 (Tue, 08 Apr 2014) Log Message: ----------- * Merge from r6236. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6236 Modified Paths: -------------- gambas/branches/3.5/app/src/gambas3/.project gambas/branches/3.5/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-08 01:14:47
|
Revision: 6236 http://sourceforge.net/p/gambas/code/6236 Author: gambas Date: 2014-04-08 01:14:43 +0000 (Tue, 08 Apr 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Define the description of the gb.notify component. * BUG: Help on function argument is correct now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-06 22:09:14
|
Revision: 6235 http://sourceforge.net/p/gambas/code/6235 Author: gambas Date: 2014-04-06 22:09:08 +0000 (Sun, 06 Apr 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a new background generated from the QuasiRegular new example. * BUG: Disable replace controls in the search dialog when searching the output window. [WIKI] * BUG: Fix style sheet for tables at the beginning of a block. * BUG: Fix title retrieving of component links. [EXAMPLES] * NEW: QuasiRegular: A new example that shows an example of a quasi-regular pattern. [INTERPRETER] * BUG: Use interpreter API constants in 'gbx_watch.c' so that duplicate constants are removed. 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/CComponent.class gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas3/.src/Search/FSearch.class gambas/trunk/app/src/gambas3/img/background/list gambas/trunk/examples/examples/Games/Invaders/.project gambas/trunk/main/gbx/gbx_watch.c gambas/trunk/main/gbx/gbx_watch.h Added Paths: ----------- gambas/trunk/app/src/gambas3/img/background/quasi.png gambas/trunk/examples/examples/Drawing/QuasiRegular/ gambas/trunk/examples/examples/Drawing/QuasiRegular/.action/ gambas/trunk/examples/examples/Drawing/QuasiRegular/.directory gambas/trunk/examples/examples/Drawing/QuasiRegular/.gambas/ gambas/trunk/examples/examples/Drawing/QuasiRegular/.hidden/ gambas/trunk/examples/examples/Drawing/QuasiRegular/.icon.png gambas/trunk/examples/examples/Drawing/QuasiRegular/.lang/ gambas/trunk/examples/examples/Drawing/QuasiRegular/.project gambas/trunk/examples/examples/Drawing/QuasiRegular/.src/ gambas/trunk/examples/examples/Drawing/QuasiRegular/.src/FMain.class gambas/trunk/examples/examples/Drawing/QuasiRegular/.src/FMain.form gambas/trunk/examples/examples/Drawing/QuasiRegular/.startup gambas/trunk/examples/examples/Drawing/QuasiRegular/icon.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-06 14:43:45
|
Revision: 6234 http://sourceforge.net/p/gambas/code/6234 Author: gambas Date: 2014-04-06 14:43:42 +0000 (Sun, 06 Apr 2014) Log Message: ----------- * Merge from r6233. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6233 Property Changed: ---------------- gambas/tags/3.5.3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-06 14:41:34
|
Revision: 6233 http://sourceforge.net/p/gambas/code/6233 Author: gambas Date: 2014-04-06 14:41:30 +0000 (Sun, 06 Apr 2014) Log Message: ----------- * Merge from r6232. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6232 Modified Paths: -------------- gambas/branches/3.5/comp/src/gb.gui.base/.src/Split/_Split.class gambas/branches/3.5/comp/src/gb.gui.base/.src/Test/FMain.class Property Changed: ---------------- gambas/branches/3.5/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-06 14:27:22
|
Revision: 6232 http://sourceforge.net/p/gambas/code/6232 Author: gambas Date: 2014-04-06 14:27:19 +0000 (Sun, 06 Apr 2014) Log Message: ----------- [GB.GUI.BASE] * BUG: If the Layout property of HSplit or VSplit controls does not receive one size for each child control, then child controls without size are hidden (i.e. their size is assumed to be zero). Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Split/_Split.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FMain.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...> - 2014-04-06 14:20:17
|
Revision: 6231 http://sourceforge.net/p/gambas/code/6231 Author: gambas Date: 2014-04-06 14:20:12 +0000 (Sun, 06 Apr 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix Gambas font files so that all characters have the same width in the same font. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.hidden/font/GambasBold-13.sfd gambas/trunk/app/src/gambas3/.hidden/font/GambasMedium-12.sfd gambas/trunk/app/src/gambas3/.hidden/font/GambasMedium-13.sfd gambas/trunk/app/src/gambas3/.src/Debug/Design.module 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...> - 2014-04-05 21:22:47
|
Revision: 6230 http://sourceforge.net/p/gambas/code/6230 Author: gambas Date: 2014-04-05 21:22:43 +0000 (Sat, 05 Apr 2014) Log Message: ----------- [CONFIGURATION] * NEW: Do not use deprecated autoconf macros anymore. * NEW: The version information is now located in the 'version.m4' file in the source root directory. Modified Paths: -------------- gambas/trunk/TEMPLATE/TEMPLATE.conf gambas/trunk/TEMPLATE/template/configure.ac gambas/trunk/acinclude.m4 gambas/trunk/app/configure.ac gambas/trunk/comp/configure.ac gambas/trunk/configure.ac gambas/trunk/examples/configure.ac gambas/trunk/gb.cairo/configure.ac gambas/trunk/gb.compress.bzlib2/configure.ac gambas/trunk/gb.compress.zlib/configure.ac gambas/trunk/gb.crypt/configure.ac gambas/trunk/gb.db.mysql/configure.ac gambas/trunk/gb.db.odbc/configure.ac gambas/trunk/gb.db.postgresql/configure.ac gambas/trunk/gb.db.sqlite2/configure.ac gambas/trunk/gb.db.sqlite3/configure.ac gambas/trunk/gb.dbus/configure.ac gambas/trunk/gb.desktop/configure.ac gambas/trunk/gb.gmp/configure.ac gambas/trunk/gb.gsl/configure.ac gambas/trunk/gb.gtk/configure.ac gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk3/configure.ac gambas/trunk/gb.httpd/configure.ac gambas/trunk/gb.image.imlib/configure.ac gambas/trunk/gb.image.io/configure.ac gambas/trunk/gb.jit/configure.ac gambas/trunk/gb.libxml/configure.ac gambas/trunk/gb.media/configure.ac gambas/trunk/gb.mime/configure.ac gambas/trunk/gb.ncurses/configure.ac gambas/trunk/gb.net/configure.ac gambas/trunk/gb.net.curl/configure.ac gambas/trunk/gb.net.smtp/configure.ac gambas/trunk/gb.openal/configure.ac gambas/trunk/gb.opengl/configure.ac gambas/trunk/gb.openssl/configure.ac gambas/trunk/gb.pcre/configure.ac gambas/trunk/gb.pdf/configure.ac gambas/trunk/gb.qt4/configure.ac gambas/trunk/gb.sdl/configure.ac gambas/trunk/gb.sdl.sound/configure.ac gambas/trunk/gb.v4l/configure.ac gambas/trunk/gb.xml/configure.ac gambas/trunk/main/configure.ac Added Paths: ----------- gambas/trunk/m4/gb_httpd.m4 gambas/trunk/m4/gb_sdl.m4 gambas/trunk/missing gambas/trunk/version.m4 Removed Paths: ------------- gambas/trunk/m4/gbhttpd.m4 gambas/trunk/m4/gbsdl.m4 gambas/trunk/missing This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 16:00:42
|
Revision: 6229 http://sourceforge.net/p/gambas/code/6229 Author: gambas Date: 2014-04-05 16:00:40 +0000 (Sat, 05 Apr 2014) Log Message: ----------- * Tag for 3.5.3. Added Paths: ----------- gambas/tags/3.5.3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 15:37:27
|
Revision: 6228 http://sourceforge.net/p/gambas/code/6228 Author: gambas Date: 2014-04-05 15:37:25 +0000 (Sat, 05 Apr 2014) Log Message: ----------- [CONFIGURATION] * NEW: Switch to version 3.5.3. Modified Paths: -------------- gambas/branches/3.5/VERSION gambas/branches/3.5/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 15:35:58
|
Revision: 6227 http://sourceforge.net/p/gambas/code/6227 Author: gambas Date: 2014-04-05 15:35:55 +0000 (Sat, 05 Apr 2014) Log Message: ----------- * Merge from r6226. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6226 Modified Paths: -------------- gambas/branches/3.5/comp/src/gb.form/.project gambas/branches/3.5/comp/src/gb.form/.src/Balloon/FBalloon.class gambas/branches/3.5/comp/src/gb.form/.src/Test/FMain.class gambas/branches/3.5/comp/src/gb.form/img/round.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 15:30:29
|
Revision: 6226 http://sourceforge.net/p/gambas/code/6226 Author: gambas Date: 2014-04-05 15:30:25 +0000 (Sat, 05 Apr 2014) Log Message: ----------- [GB.FORM] * BUG: Balloon: Fix position on desktop having top and/or left panels. * BUG: Balloon: Use Tooltip.Foreground color as expected. * BUG: Balloon: Fix arrow drawing. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Balloon/FBalloon.class gambas/trunk/comp/src/gb.form/.src/Balloon/FBalloon.form gambas/trunk/comp/src/gb.form/img/round.png Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/Test/FTestBalloon.class gambas/trunk/comp/src/gb.form/.src/Test/FTestBalloon.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 13:18:02
|
Revision: 6225 http://sourceforge.net/p/gambas/code/6225 Author: gambas Date: 2014-04-05 13:17:57 +0000 (Sat, 05 Apr 2014) Log Message: ----------- * Merge from: r6081, r6083, r6087, r6095, r6096, r6100, r6104-r6107, r6111, r6112, r6118, r6127, r6138, r6139, r6154, r6156, r6157, r6189, r6192, r6195, r6203, r6206, r6209, r6210, r6223. Revision Links: -------------- http://sourceforge.net/p/gambas/code/6081 http://sourceforge.net/p/gambas/code/6083 http://sourceforge.net/p/gambas/code/6087 http://sourceforge.net/p/gambas/code/6095 http://sourceforge.net/p/gambas/code/6096 http://sourceforge.net/p/gambas/code/6100 http://sourceforge.net/p/gambas/code/6104 http://sourceforge.net/p/gambas/code/6107 http://sourceforge.net/p/gambas/code/6111 http://sourceforge.net/p/gambas/code/6112 http://sourceforge.net/p/gambas/code/6118 http://sourceforge.net/p/gambas/code/6127 http://sourceforge.net/p/gambas/code/6138 http://sourceforge.net/p/gambas/code/6139 http://sourceforge.net/p/gambas/code/6154 http://sourceforge.net/p/gambas/code/6156 http://sourceforge.net/p/gambas/code/6157 http://sourceforge.net/p/gambas/code/6189 http://sourceforge.net/p/gambas/code/6192 http://sourceforge.net/p/gambas/code/6195 http://sourceforge.net/p/gambas/code/6203 http://sourceforge.net/p/gambas/code/6206 http://sourceforge.net/p/gambas/code/6209 http://sourceforge.net/p/gambas/code/6210 http://sourceforge.net/p/gambas/code/6223 Modified Paths: -------------- gambas/branches/3.5/app/src/gambas3/.lang/fr.mo gambas/branches/3.5/app/src/gambas3/.lang/fr.po gambas/branches/3.5/app/src/gambas3/.src/Component/CClassInfo.class gambas/branches/3.5/app/src/gambas3/.src/Component/CComponent.class gambas/branches/3.5/app/src/gambas3/.src/Component/CSymbolInfo.class gambas/branches/3.5/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/branches/3.5/app/src/gambas3/.src/Help/FHelpBrowser.form gambas/branches/3.5/app/src/gambas3/.src/Help/MHelp.module gambas/branches/3.5/app/src/gambas3/.src/MErrorMessage.module gambas/branches/3.5/app/src/gambas3/.src/Options/FOption.class gambas/branches/3.5/app/src/gambas3/.src/Project.module gambas/branches/3.5/app/src/gambas3/help/class-help.html gambas/branches/3.5/app/src/gambas3/help/component-help.html gambas/branches/3.5/app/src/gambas3/help/property-help.html gambas/branches/3.5/app/src/gambas3/help/symbol-help.html gambas/branches/3.5/app/src/gambas3/support.txt gambas/branches/3.5/comp/src/gb.gui.base/.src/Draw.module gambas/branches/3.5/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/branches/3.5/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/branches/3.5/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/branches/3.5/gb.gsl/src/c_complex.c gambas/branches/3.5/gb.gtk/src/CTextArea.cpp gambas/branches/3.5/gb.gtk/src/CTrayIcon.cpp gambas/branches/3.5/gb.gtk/src/gapplication.cpp gambas/branches/3.5/gb.gtk/src/gcontrol.cpp gambas/branches/3.5/gb.gtk/src/gcontrol.h gambas/branches/3.5/gb.gtk/src/gmainwindow.cpp gambas/branches/3.5/gb.gtk/src/gmainwindow.h gambas/branches/3.5/gb.gtk/src/gmessage.cpp gambas/branches/3.5/gb.gtk/src/gtabstrip.cpp gambas/branches/3.5/gb.gtk/src/gtextarea.cpp gambas/branches/3.5/gb.gtk/src/gtextarea.h gambas/branches/3.5/gb.gtk/src/gtools.cpp gambas/branches/3.5/gb.gtk/src/gtrayicon.cpp gambas/branches/3.5/gb.media/src/c_media.c gambas/branches/3.5/gb.net.smtp/src/CSmtpClient.c gambas/branches/3.5/gb.net.smtp/src/gb.net.smtp/.project gambas/branches/3.5/gb.net.smtp/src/gb.net.smtp/.src/MMain.module gambas/branches/3.5/gb.net.smtp/src/libsmtp_comm.c gambas/branches/3.5/gb.opengl/src/framebufferobject.c gambas/branches/3.5/gb.qt4/share/gb.form.const.h gambas/branches/3.5/gb.qt4/src/CClipboard.cpp gambas/branches/3.5/gb.qt4/src/CKey.cpp gambas/branches/3.5/gb.qt4/src/CLabel.cpp gambas/branches/3.5/gb.qt4/src/CWidget.cpp gambas/branches/3.5/gb.qt4/src/CWidget.h gambas/branches/3.5/gb.qt4/src/ext/gdocument.cpp gambas/branches/3.5/gb.qt4/src/main.cpp gambas/branches/3.5/gb.sdl/src/Cdraw.cpp gambas/branches/3.5/gb.sdl/src/main.cpp gambas/branches/3.5/main/gbc/gbc_header.c gambas/branches/3.5/main/gbc/gbc_trans_code.c gambas/branches/3.5/main/gbc/gbc_trans_expr.c gambas/branches/3.5/main/gbx/gbx_c_process.c gambas/branches/3.5/main/gbx/gbx_stream.c gambas/branches/3.5/main/gbx/gbx_stream.h gambas/branches/3.5/main/gbx/gbx_subr_file.c gambas/branches/3.5/main/gbx/gbx_watch.c gambas/branches/3.5/main/lib/complex/ccomplex.c Property Changed: ---------------- gambas/branches/3.5/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 11:02:52
|
Revision: 6224 http://sourceforge.net/p/gambas/code/6224 Author: gambas Date: 2014-04-05 11:02:49 +0000 (Sat, 05 Apr 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Update error messages. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/MErrorMessage.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 11:02:20
|
Revision: 6223 http://sourceforge.net/p/gambas/code/6223 Author: gambas Date: 2014-04-05 11:02:17 +0000 (Sat, 05 Apr 2014) Log Message: ----------- [COMPILER] * BUG: Raise an error if a function has too many arguments or too many local variables. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_header.c gambas/trunk/main/gbc/gbc_trans_code.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-05 00:28:45
|
Revision: 6222 http://sourceforge.net/p/gambas/code/6222 Author: gambas Date: 2014-04-05 00:28:41 +0000 (Sat, 05 Apr 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a echo button in the output console, that echoes the entered command. [WIKI] * NEW: Add a HTTP server requests graph. [INTERPRETER] * BUG: The debugger does not change the Key property of collections when displaying them. * NEW: Collection.Key is writable now. [GB.FORM] * NEW: FontChooser: Always reset sample text at first use. * BUG: FontChooser: Fix the behaviour when size changes. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Debug/FCrash.form gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.form gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Font/FFontChooser.class gambas/trunk/comp/src/gb.form/.src/Font/FFontChooser.form gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.qt4/src/CFont.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_c_class.c gambas/trunk/main/gbx/gbx_c_collection.c gambas/trunk/main/gbx/gbx_class_info.c gambas/trunk/main/gbx/gbx_debug.c gambas/trunk/main/gbx/gbx_debug.h gambas/trunk/main/gbx/gbx_extern.c gambas/trunk/main/lib/debug/debug.c gambas/trunk/main/lib/debug/gb.debug.h gambas/trunk/main/lib/debug/print.c gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_hash.h gambas/trunk/main/share/gb_hash_temp.h Added Paths: ----------- gambas/trunk/app/src/gambas-wiki/.src/HttpStat.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |