gambas-devel-svn Mailing List for Gambas (Page 76)
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-05-17 14:33:32
|
Revision: 6271 http://sourceforge.net/p/gambas/code/6271 Author: gambas Date: 2014-05-17 14:33:30 +0000 (Sat, 17 May 2014) Log Message: ----------- [EXAMPLES] * NeHeTutorial: Fix compilation error. Modified Paths: -------------- gambas/trunk/examples/examples/OpenGL/NeHeTutorial/.project gambas/trunk/examples/examples/OpenGL/NeHeTutorial/.src/Example42.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-17 14:30:18
|
Revision: 6270 http://sourceforge.net/p/gambas/code/6270 Author: gambas Date: 2014-05-17 14:30:16 +0000 (Sat, 17 May 2014) Log Message: ----------- [EXAMPLES] * BUG: SmallWiki: Fix compilation error. Modified Paths: -------------- gambas/trunk/examples/examples/Web/SmallWiki/.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-05-16 23:43:41
|
Revision: 6269 http://sourceforge.net/p/gambas/code/6269 Author: gambas Date: 2014-05-16 23:43:36 +0000 (Fri, 16 May 2014) Log Message: ----------- [GB.DESKTOP] * NEW: Update with the new gb.desktop.x11 syntax. [GB.DESKTOP.X11] * NEW: X11.SetProperty and X11.GetProperty window argument is now first, and is not optional anymore. You have to specify X11.RootWindow explicitely. * NEW: The global X11 event handler 'Desktop_Change' is now named 'X11_PropertyNotify'. * NEW: The global X11 event handler 'Desktop_Window' is now named 'X11_ConfigureNotify'. [GB.QT4] * NEW: The Frame container now has all arrangement properties. [GB.GTK] * NEW: The Frame container now has all arrangement properties. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.info gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/comp/src/gb.desktop/.src/DesktopWatcher.class gambas/trunk/comp/src/gb.desktop/.src/DesktopWindow.class gambas/trunk/comp/src/gb.desktop/.src/Main.module gambas/trunk/comp/src/gb.desktop/.src/Tests/Form1.class gambas/trunk/comp/src/gb.desktop/.src/_DesktopVirtual.class gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Windows.class gambas/trunk/comp/src/gb.desktop/.startup gambas/trunk/gb.desktop.x11/src/desktop.c gambas/trunk/gb.desktop.x11/src/x11.c gambas/trunk/gb.desktop.x11/src/x11.h gambas/trunk/gb.gtk/src/CFrame.cpp gambas/trunk/gb.gtk/src/gframe.cpp gambas/trunk/gb.gtk/src/gframe.h gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CFrame.cpp gambas/trunk/gb.qt4/src/CFrame.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2014-05-16 17:02:36
|
Revision: 6268 http://sourceforge.net/p/gambas/code/6268 Author: dvillalobos Date: 2014-05-16 17:02:34 +0000 (Fri, 16 May 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-05-16 16:40:41
|
Revision: 6267 http://sourceforge.net/p/gambas/code/6267 Author: gambas Date: 2014-05-16 16:40:38 +0000 (Fri, 16 May 2014) Log Message: ----------- [EXAMPLES] * NEW: QuasiRegular: bigger image. * NEW: MediaPlayer: video screenshot example inside the MTest module. Modified Paths: -------------- gambas/trunk/examples/examples/Drawing/QuasiRegular/.project gambas/trunk/examples/examples/Drawing/QuasiRegular/.src/FMain.class gambas/trunk/examples/examples/Drawing/QuasiRegular/.startup gambas/trunk/examples/examples/Multimedia/MediaPlayer/.src/FMain.class gambas/trunk/examples/examples/Multimedia/MediaPlayer/.src/MTest.module gambas/trunk/examples/examples/Multimedia/MyWebCam/.project gambas/trunk/examples/examples/Multimedia/WebCam/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-16 16:31:11
|
Revision: 6266 http://sourceforge.net/p/gambas/code/6266 Author: gambas Date: 2014-05-16 16:31:09 +0000 (Fri, 16 May 2014) Log Message: ----------- [GB.MEDIA] * BUG: Fix a leak in MediaControl.GetLastImage(). Modified Paths: -------------- gambas/trunk/gb.media/src/c_media.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-16 16:18:01
|
Revision: 6265 http://sourceforge.net/p/gambas/code/6265 Author: gambas Date: 2014-05-16 16:17:57 +0000 (Fri, 16 May 2014) Log Message: ----------- [GB.MEDIA] * NEW: MediaLink is a new class that represents a link between an element input and an element output. Its interface may change in next revisions. * NEW: MediaControl.Parent is a new property that returns the parent of a MediaControl object. * NEW: MediaControl.LinkTo method now automatically unlinks the output before linking it. * NEW: MediaControl.GetLink is a new method that returns a MediaLink object representing what is linked to the specified input or output. * NEW: MediaControl.GetLastImage() returns a screenshot of the last video frame seen by a sink (i.e. final) element. Modified Paths: -------------- gambas/trunk/gb.media/src/c_media.c gambas/trunk/gb.media/src/c_media.h gambas/trunk/gb.media/src/c_mediaplayer.c gambas/trunk/gb.media/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-05-14 15:11:10
|
Revision: 6264 http://sourceforge.net/p/gambas/code/6264 Author: gambas Date: 2014-05-14 15:11:07 +0000 (Wed, 14 May 2014) Log Message: ----------- [INTERPRETER] * BUG: Use a control variable to store the missing optional argument map, so that the JIT compiler is not trapped. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_subr_extern.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-13 18:11:18
|
Revision: 6263 http://sourceforge.net/p/gambas/code/6263 Author: gambas Date: 2014-05-13 18:11:16 +0000 (Tue, 13 May 2014) Log Message: ----------- [GB.GTK] * BUG: Fix the behaviour of auto-resize labels. Modified Paths: -------------- gambas/trunk/gb.gtk/src/glabel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-13 18:10:53
|
Revision: 6262 http://sourceforge.net/p/gambas/code/6262 Author: gambas Date: 2014-05-13 18:10:50 +0000 (Tue, 13 May 2014) Log Message: ----------- [GB.QT4] * BUG: Fix the behaviour of auto-resize labels. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CLabel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-13 10:29:26
|
Revision: 6261 http://sourceforge.net/p/gambas/code/6261 Author: gambas Date: 2014-05-13 10:29:22 +0000 (Tue, 13 May 2014) Log Message: ----------- [GB.DESKTOP.X11] * BUG: Forgot to add some header files. Added Paths: ----------- gambas/trunk/gb.desktop.x11/gb_list.h gambas/trunk/gb.desktop.x11/gb_list_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-12 23:38:52
|
Revision: 6260 http://sourceforge.net/p/gambas/code/6260 Author: gambas Date: 2014-05-12 23:38:46 +0000 (Mon, 12 May 2014) Log Message: ----------- [GB.DESKTOP] * NEW: 'gb.desktop' is now a pure Gambas component that relies on 'gb.desktop.x11' and 'gb.desktop.gnome.keyring'. [GB.DESKTOP.X11] * NEW: This new component offers a bunch of helper functions that allows to deal with the low-level X11 library. [GB.DESKTOP.GNOME] * NEW: This component has been renamed as 'gb.desktop.gnome.keyring'. [GB.DESKTOP.GNOME.KEYRING] * NEW: This component was named 'gb.desktop.gnome' before. It allows to store and retrieve passwords from the GNOME 2 keyring. [GB.FORM] * OPT: A little optimization in the DirChooser control. Modified Paths: -------------- gambas/trunk/Makefile.am gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/order gambas/trunk/configure.ac gambas/trunk/examples/examples/Drawing/QuasiRegular/.src/FMain.class Added Paths: ----------- gambas/trunk/comp/src/gb.desktop/ gambas/trunk/comp/src/gb.desktop/.component gambas/trunk/comp/src/gb.desktop/.directory gambas/trunk/comp/src/gb.desktop/.gambas/ gambas/trunk/comp/src/gb.desktop/.hidden/ gambas/trunk/comp/src/gb.desktop/.hidden/control/ gambas/trunk/comp/src/gb.desktop/.hidden/control/desktopwatcher.png gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/ gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/LICENSE gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/ gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/README gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/xdg-desktop-icon gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/xdg-desktop-menu gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/xdg-email gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/xdg-icon-resource gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/xdg-mime gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/xdg-open gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.2/scripts/xdg-screensaver gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/ gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-copy gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-desktop-icon gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-desktop-menu gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-email gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-file-dialog gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-icon-resource gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-mime gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-open gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-screensaver gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-settings gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-su gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre/xdg-terminal gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre.patch/ gambas/trunk/comp/src/gb.desktop/.hidden/xdg-utils-1.0.3.pre.patch/xdg-email gambas/trunk/comp/src/gb.desktop/.icon.png gambas/trunk/comp/src/gb.desktop/.info gambas/trunk/comp/src/gb.desktop/.lang/ gambas/trunk/comp/src/gb.desktop/.list gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/ gambas/trunk/comp/src/gb.desktop/.src/Atom.class gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/comp/src/gb.desktop/.src/DesktopFile.class gambas/trunk/comp/src/gb.desktop/.src/DesktopMime.class gambas/trunk/comp/src/gb.desktop/.src/DesktopWatcher.class gambas/trunk/comp/src/gb.desktop/.src/DesktopWindow.class gambas/trunk/comp/src/gb.desktop/.src/Main.module gambas/trunk/comp/src/gb.desktop/.src/Tests/ gambas/trunk/comp/src/gb.desktop/.src/Tests/Form1.class gambas/trunk/comp/src/gb.desktop/.src/Tests/Form1.form gambas/trunk/comp/src/gb.desktop/.src/Tests/Form11.class gambas/trunk/comp/src/gb.desktop/.src/Tests/Form11.form gambas/trunk/comp/src/gb.desktop/.src/Tests/Form2.class gambas/trunk/comp/src/gb.desktop/.src/Tests/Form2.form gambas/trunk/comp/src/gb.desktop/.src/_DesktopIcons.class gambas/trunk/comp/src/gb.desktop/.src/_DesktopMenus.class gambas/trunk/comp/src/gb.desktop/.src/_DesktopVirtual.class gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Passwords.class gambas/trunk/comp/src/gb.desktop/.src/_Desktop_ScreenSaver.class gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Windows.class gambas/trunk/comp/src/gb.desktop/.startup gambas/trunk/comp/src/gb.desktop/xdg-utils/ gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-copy gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-icon gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-menu gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-email gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-file-dialog gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-icon-resource gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-mime gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-open gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-screensaver gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-settings gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-su gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-terminal gambas/trunk/gb.desktop.gnome.keyring/ gambas/trunk/gb.desktop.gnome.keyring/AUTHORS gambas/trunk/gb.desktop.gnome.keyring/COPYING gambas/trunk/gb.desktop.gnome.keyring/ChangeLog gambas/trunk/gb.desktop.gnome.keyring/INSTALL gambas/trunk/gb.desktop.gnome.keyring/Makefile.am gambas/trunk/gb.desktop.gnome.keyring/NEWS gambas/trunk/gb.desktop.gnome.keyring/README gambas/trunk/gb.desktop.gnome.keyring/acinclude.m4 gambas/trunk/gb.desktop.gnome.keyring/component.am gambas/trunk/gb.desktop.gnome.keyring/configure.ac gambas/trunk/gb.desktop.gnome.keyring/gambas.h gambas/trunk/gb.desktop.gnome.keyring/gb_common.h gambas/trunk/gb.desktop.gnome.keyring/m4 gambas/trunk/gb.desktop.gnome.keyring/missing gambas/trunk/gb.desktop.gnome.keyring/reconf gambas/trunk/gb.desktop.gnome.keyring/src/ gambas/trunk/gb.desktop.gnome.keyring/src/Makefile.am gambas/trunk/gb.desktop.gnome.keyring/src/gb.desktop.gnome.keyring.component gambas/trunk/gb.desktop.gnome.keyring/src/keyring.c gambas/trunk/gb.desktop.gnome.keyring/src/keyring.h gambas/trunk/gb.desktop.gnome.keyring/src/main.c gambas/trunk/gb.desktop.gnome.keyring/src/main.h gambas/trunk/gb.desktop.x11/ gambas/trunk/gb.desktop.x11/AUTHORS gambas/trunk/gb.desktop.x11/COPYING gambas/trunk/gb.desktop.x11/ChangeLog gambas/trunk/gb.desktop.x11/INSTALL gambas/trunk/gb.desktop.x11/Makefile.am gambas/trunk/gb.desktop.x11/NEWS gambas/trunk/gb.desktop.x11/README gambas/trunk/gb.desktop.x11/acinclude.m4 gambas/trunk/gb.desktop.x11/component.am gambas/trunk/gb.desktop.x11/configure.ac gambas/trunk/gb.desktop.x11/gambas.h gambas/trunk/gb.desktop.x11/gb.image.h gambas/trunk/gb.desktop.x11/gb_common.h gambas/trunk/gb.desktop.x11/m4 gambas/trunk/gb.desktop.x11/missing gambas/trunk/gb.desktop.x11/reconf gambas/trunk/gb.desktop.x11/src/ gambas/trunk/gb.desktop.x11/src/Makefile.am gambas/trunk/gb.desktop.x11/src/desktop.c gambas/trunk/gb.desktop.x11/src/desktop.h gambas/trunk/gb.desktop.x11/src/gb.desktop.x11.component gambas/trunk/gb.desktop.x11/src/gb_list.c gambas/trunk/gb.desktop.x11/src/main.c gambas/trunk/gb.desktop.x11/src/main.h gambas/trunk/gb.desktop.x11/src/x11.c gambas/trunk/gb.desktop.x11/src/x11.h Removed Paths: ------------- gambas/trunk/gb.desktop/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-08 17:31:50
|
Revision: 6259 http://sourceforge.net/p/gambas/code/6259 Author: gambas Date: 2014-05-08 17:31:48 +0000 (Thu, 08 May 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Fix the "paste" tool. * NEW: Image editor: Now pasting an image is done by clicking again on the paste icon. The ESC key resets the pasting process. * NEW: Image editor: The "paste" tool now takes the current opacity into account. * BUG: Form editor: Setting the "Invert" property of a container now does not crash anymore. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Image/CImageSelection.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/support.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-08 15:10:23
|
Revision: 6258 http://sourceforge.net/p/gambas/code/6258 Author: gambas Date: 2014-05-08 15:10:21 +0000 (Thu, 08 May 2014) Log Message: ----------- [COMPILER] * NEW: IsMissing() is a new function that returns if an optional argument is missing. It always returns FALSE on a non-optional argument. [INTERPRETER] * NEW: Support for IsMissing(). Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_stack.c gambas/trunk/main/gbx/gbx_stack.h gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_extern.c gambas/trunk/main/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_reserved.h 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: <eh...@us...> - 2014-05-08 14:06:22
|
Revision: 6257 http://sourceforge.net/p/gambas/code/6257 Author: ehasis Date: 2014-05-08 14:06:20 +0000 (Thu, 08 May 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Updated the Brazilian Portuguese translation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/pt_BR.mo gambas/trunk/app/src/gambas3/.lang/pt_BR.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-08 12:02:55
|
Revision: 6256 http://sourceforge.net/p/gambas/code/6256 Author: gambas Date: 2014-05-08 12:02:52 +0000 (Thu, 08 May 2014) Log Message: ----------- [GB.GTK3] * BUG: Fix compilation with GTK+ >= 3.12. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gdrag.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-06 23:21:35
|
Revision: 6255 http://sourceforge.net/p/gambas/code/6255 Author: gambas Date: 2014-05-06 23:21:32 +0000 (Tue, 06 May 2014) Log Message: ----------- [GB.GTK] * BUG: TextArea.Text property can be set to a null string correctly now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtextarea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-06 23:21:02
|
Revision: 6254 http://sourceforge.net/p/gambas/code/6254 Author: gambas Date: 2014-05-06 23:20:59 +0000 (Tue, 06 May 2014) Log Message: ----------- [GB.GTK] * BUG: TextArea.Text property can be set to a null string correctly now. Modified Paths: -------------- gambas/branches/3.5/gb.gtk/src/gtextarea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-06 20:09:54
|
Revision: 6253 http://sourceforge.net/p/gambas/code/6253 Author: gambas Date: 2014-05-06 20:09:50 +0000 (Tue, 06 May 2014) Log Message: ----------- [COMPILER] * BUG: Correctly raise a syntax error now when there is anything between the left part of an assignment and the assignment operator. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_expr.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-05 20:16:47
|
Revision: 6252 http://sourceforge.net/p/gambas/code/6252 Author: gambas Date: 2014-05-05 20:16:41 +0000 (Mon, 05 May 2014) Log Message: ----------- [INTERPRETER] * BUG: Correctly drop arguments when using the new '...' symbol syntax. [COMPILER] * BUG: Correctly drop arguments when using the new '...' symbol syntax. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_expr.c 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/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_pcode.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-05-05 20:07:05
|
Revision: 6251 http://sourceforge.net/p/gambas/code/6251 Author: gambas Date: 2014-05-05 20:07:00 +0000 (Mon, 05 May 2014) Log Message: ----------- [INTERPRETER] * NEW: Support for the new '...' symbol usage in function calls. [COMPILER] * NEW: '...' can be used for passing all the variables arguments of the current function to another function. The '...' symbol must be the last argument of the function call. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_tree.c 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/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_pcode.h gambas/trunk/main/share/gb_pcode_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-26 14:31:42
|
Revision: 6250 http://sourceforge.net/p/gambas/code/6250 Author: gambas Date: 2014-04-26 14:31:36 +0000 (Sat, 26 Apr 2014) Log Message: ----------- [GB.GUI.BASE] * NEW: TreeView and ColumnView item got a new Reparent() method that allows to move an item and all its children from one parent to another parent. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.form gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView.class gambas/trunk/comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/examples/examples/Networking/HTTPPost/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-24 20:56:55
|
Revision: 6249 http://sourceforge.net/p/gambas/code/6249 Author: gambas Date: 2014-04-24 20:56:50 +0000 (Thu, 24 Apr 2014) Log Message: ----------- [INTERPRETER] * NEW: Now a method or property object datatype can be overridden by a more specialized one. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_event.c gambas/trunk/main/gbx/gbx_type.c gambas/trunk/main/gbx/gbx_type.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-04-24 11:51:02
|
Revision: 6248 http://sourceforge.net/p/gambas/code/6248 Author: tobiasboe Date: 2014-04-24 11:50:59 +0000 (Thu, 24 Apr 2014) Log Message: ----------- [GB.NCURSES] * BUG: Add GB_END_DECLARE to the Input class to not crash anymore (on cygwin only?). Reported by Nigel Gerrard. Modified Paths: -------------- gambas/trunk/gb.ncurses/src/c_input.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-04-23 23:20:08
|
Revision: 6247 http://sourceforge.net/p/gambas/code/6247 Author: gambas Date: 2014-04-23 23:20:05 +0000 (Wed, 23 Apr 2014) Log Message: ----------- [CONFIGURATION] * NEW: The GB_FIND macro now searches files one directory deeper. [GB.JIT] * BUG: Explicitely search for the 'llvm-c/Core.h' include file. [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/branches/3.5/acinclude.m4 gambas/branches/3.5/gb.jit/configure.ac gambas/branches/3.5/gb.openssl/src/c_cipher.c gambas/branches/3.5/gb.openssl/src/c_digest.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |