gambas-devel-svn Mailing List for Gambas (Page 31)
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-10-10 14:04:48
|
Revision: 7405 http://sourceforge.net/p/gambas/code/7405 Author: gambas Date: 2015-10-10 14:04:46 +0000 (Sat, 10 Oct 2015) Log Message: ----------- [GB.GTK] * BUG: Correctly initialize resolution when drawing on a DrawingArea. [GB.GTK3] * BUG: Correctly initialize resolution when drawing on a DrawingArea. Modified Paths: -------------- gambas/trunk/gb.gtk/src/cpaint_impl.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-10 02:09:38
|
Revision: 7404 http://sourceforge.net/p/gambas/code/7404 Author: gambas Date: 2015-10-10 02:09:36 +0000 (Sat, 10 Oct 2015) Log Message: ----------- [GB.GTK] * BUG: Setting PictureBox.Picture to NULL with PictureBox.Stretch set now works as expected. [GB.GTK3] * BUG: Setting PictureBox.Picture to NULL with PictureBox.Stretch set now works as expected. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gpicturebox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-10 02:02:14
|
Revision: 7403 http://sourceforge.net/p/gambas/code/7403 Author: gambas Date: 2015-10-10 02:02:12 +0000 (Sat, 10 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Project exported control icons are thiner. [INTERPRETER] * NEW: Release classes having an array class if that array class has no instance. [GB.GUI.BASE] * NEW: _Gui._Quit is a new method called by the GUI components during their "quit" hook. At the moment it releases Drag.Icon picture and voids the Picture cache. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/comp/src/gb.form.editor/.src/FTest.form gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/Picture.class gambas/trunk/comp/src/gb.gui.base/.src/_Gui.class gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/main/gbx/gbx_class.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-09 23:08:50
|
Revision: 7402 http://sourceforge.net/p/gambas/code/7402 Author: gambas Date: 2015-10-09 23:08:48 +0000 (Fri, 09 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Draw toolbar icons of project exported controls larger, so that they are more readable. * BUG: Form editor: Set the Design property of controls the later as possible. That way it is propagated to inner controls that are created after because of a control property. [GB.QT4] * BUG: Style.Name now returns "Breeze" if the patched breeze style is used. [GB.QT5] * BUG: Style.Name now returns "Breeze" if the patched breeze style is used. 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/FToolPanel.class gambas/trunk/gb.qt4/src/CStyle.cpp gambas/trunk/gb.qt4/src/CStyle.h gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-09 18:25:34
|
Revision: 7401 http://sourceforge.net/p/gambas/code/7401 Author: gambas Date: 2015-10-09 18:25:33 +0000 (Fri, 09 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Property help now works offline. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-09 00:09:12
|
Revision: 7400 http://sourceforge.net/p/gambas/code/7400 Author: gambas Date: 2015-10-09 00:09:10 +0000 (Fri, 09 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Search: Fix replace all in current procedure. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Search/FSearch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-08 23:14:49
|
Revision: 7399 http://sourceforge.net/p/gambas/code/7399 Author: gambas Date: 2015-10-08 23:14:47 +0000 (Thu, 08 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Update french translation. * BUG: Remove now useless debugging code. * BUG: Fix report border chooser dialog. * BUG: Image editor: Fix magnet detection. * NEW: Image editor: Display the target frame when moving the pasted image. * BUG: Image editor: Fix the zero-width line drawing. * BUG: Fix project icon folder generation. * NEW: Add missing dark theme icons. 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/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Dialog/Report/FReportBorderChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/Report/FReportBorderChooser.form gambas/trunk/app/src/gambas3/.src/Editor/Form/CoordBox.class gambas/trunk/app/src/gambas3/.src/Editor/Image/CImageShape.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Util/MErrorMessage.module gambas/trunk/app/src/gambas3/img/control/lcdnumber.png Added Paths: ----------- gambas/trunk/app/src/gambas3/img/draw/cap-butt-dark.png gambas/trunk/app/src/gambas3/img/draw/cap-round-dark.png gambas/trunk/app/src/gambas3/img/draw/cap-square-dark.png gambas/trunk/app/src/gambas3/img/draw/desaturate-dark.png gambas/trunk/app/src/gambas3/img/draw/grid-dark.png gambas/trunk/app/src/gambas3/img/draw/join-bevel-dark.png gambas/trunk/app/src/gambas3/img/draw/join-miter-dark.png gambas/trunk/app/src/gambas3/img/draw/join-round-dark.png gambas/trunk/app/src/gambas3/img/draw/scroll-dark.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/draw/clear-dark.png gambas/trunk/app/src/gambas3/img/draw/clear.png gambas/trunk/app/src/gambas3/img/draw/colorize.png gambas/trunk/app/src/gambas3/img/draw/fill.png gambas/trunk/app/src/gambas3/img/draw/stroke.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-08 10:53:00
|
Revision: 7398 http://sourceforge.net/p/gambas/code/7398 Author: gambas Date: 2015-10-08 10:52:59 +0000 (Thu, 08 Oct 2015) Log Message: ----------- [CONFIGURATION] * BUG: Forgot to put VERSION file in the source package file list. Modified Paths: -------------- gambas/branches/3.8/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-08 10:52:21
|
Revision: 7397 http://sourceforge.net/p/gambas/code/7397 Author: gambas Date: 2015-10-08 10:52:19 +0000 (Thu, 08 Oct 2015) Log Message: ----------- [CONFIGURATION] * BUG: Forgot to put VERSION file in the source package file list. Modified Paths: -------------- gambas/tags/3.8.2/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-08 01:20:39
|
Revision: 7396 http://sourceforge.net/p/gambas/code/7396 Author: gambas Date: 2015-10-08 01:20:37 +0000 (Thu, 08 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: Buttons for line cap style, line join style and fill rule. * BUG: Image editor: Fix drawing of ghost line tool. [GB.FORM.EDITOR] * BUG: TextEditor: SHIFT + PGUP or PGDOWN keys now works as expected. [GB.FORM.MDI] * NEW: Workspace: Always shows the global close button, even if there is only one tab. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html gambas/trunk/app/src/gambas3/.src/Debug/FOutput.form gambas/trunk/app/src/gambas3/.src/Editor/Image/CImageSelection.class gambas/trunk/app/src/gambas3/.src/Editor/Image/CImageShape.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/Editor/Image/FImageProperty.form gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class Added Paths: ----------- gambas/trunk/app/src/gambas3/img/draw/cap-butt.png gambas/trunk/app/src/gambas3/img/draw/cap-round.png gambas/trunk/app/src/gambas3/img/draw/cap-square.png gambas/trunk/app/src/gambas3/img/draw/join-bevel.png gambas/trunk/app/src/gambas3/img/draw/join-miter.png gambas/trunk/app/src/gambas3/img/draw/join-round.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-08 00:55:46
|
Revision: 7395 http://sourceforge.net/p/gambas/code/7395 Author: gambas Date: 2015-10-08 00:55:44 +0000 (Thu, 08 Oct 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix a crash when trying twice accessing a collection without the good number of arguments. 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: <gb...@us...> - 2015-10-07 23:50:49
|
Revision: 7394 http://sourceforge.net/p/gambas/code/7394 Author: gbwilly Date: 2015-10-07 23:50:48 +0000 (Wed, 07 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * Updated Dutch translations Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-10-07 01:02:33
|
Revision: 7393 http://sourceforge.net/p/gambas/code/7393 Author: tobiasboe Date: 2015-10-07 01:02:31 +0000 (Wed, 07 Oct 2015) Log Message: ----------- [GB.COMPRESS.ZLIB] * NEW: Uncompress.String(): Detect gzip format. Modified Paths: -------------- gambas/trunk/gb.compress.zlib/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-06 23:29:37
|
Revision: 7392 http://sourceforge.net/p/gambas/code/7392 Author: gambas Date: 2015-10-06 23:29:35 +0000 (Tue, 06 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly catch errors when reloading a file. [INTERPRETER] * BUG: Fix a possible crash when removing an element from an enumerated collection. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po 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/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/main/gbx/gbx_c_collection.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-06 01:54:31
|
Revision: 7391 http://sourceforge.net/p/gambas/code/7391 Author: gambas Date: 2015-10-06 01:54:30 +0000 (Tue, 06 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Automatic comment insertion is now done in one step to prevent syntax highlighting from occuring inside the new comment line. Modified Paths: -------------- 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...> - 2015-10-05 17:24:36
|
Revision: 7390 http://sourceforge.net/p/gambas/code/7390 Author: gambas Date: 2015-10-05 17:24:34 +0000 (Mon, 05 Oct 2015) Log Message: ----------- [CONFIGURATION] * BUG: Forgot to put VERSION file in the source package file list. [COMPILER] * NEW: Trim the VERSION file before inserting into the ".startup" file. Modified Paths: -------------- gambas/trunk/Makefile.am gambas/trunk/main/gbc/gbc_compile.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-10-05 15:41:38
|
Revision: 7389 http://sourceforge.net/p/gambas/code/7389 Author: tobiasboe Date: 2015-10-05 15:41:37 +0000 (Mon, 05 Oct 2015) Log Message: ----------- [GB.XML.HTML] * BUG: XmlElement: Fix infinite loop from MatchFilter() Modified Paths: -------------- gambas/trunk/gb.xml/src/element.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-10-04 21:34:00
|
Revision: 7388 http://sourceforge.net/p/gambas/code/7388 Author: tobiasboe Date: 2015-10-04 21:33:59 +0000 (Sun, 04 Oct 2015) Log Message: ----------- [GB.FORM] * NEW: Wizard: Add Update() method to redraw the Wizard Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/Wizard/Wizard.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-04 14:03:23
|
Revision: 7387 http://sourceforge.net/p/gambas/code/7387 Author: gambas Date: 2015-10-04 14:03:21 +0000 (Sun, 04 Oct 2015) Log Message: ----------- * Tag for 3.8.2. Added Paths: ----------- gambas/tags/3.8.2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-04 14:02:41
|
Revision: 7386 http://sourceforge.net/p/gambas/code/7386 Author: gambas Date: 2015-10-04 14:02:39 +0000 (Sun, 04 Oct 2015) Log Message: ----------- [CONFIGURATION] * NEW: Switch to version 3.8.2. Modified Paths: -------------- gambas/branches/3.8/VERSION gambas/branches/3.8/acinclude.m4 gambas/branches/3.8/version.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-04 14:00:44
|
Revision: 7385 http://sourceforge.net/p/gambas/code/7385 Author: gambas Date: 2015-10-04 14:00:41 +0000 (Sun, 04 Oct 2015) Log Message: ----------- * Merge of r7373-r7384. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7373 http://sourceforge.net/p/gambas/code/7384 Modified Paths: -------------- gambas/branches/3.8/app/examples/Drawing/Clock/.project gambas/branches/3.8/app/examples/Drawing/Clock/.src/FClock.class gambas/branches/3.8/app/src/gambas3/.src/Dialog/FList.class gambas/branches/3.8/app/src/gambas3/.src/Dialog/FList.form gambas/branches/3.8/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Code/MPrettyCode.module gambas/branches/3.8/app/src/gambas3/.src/Editor/Form/FToolBox.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Form/FToolPanel.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Image/CImageSelection.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Image/CImageShape.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/branches/3.8/app/src/gambas3/.src/Editor/Image/FImageEditor.form gambas/branches/3.8/app/src/gambas3/.src/FMain.class gambas/branches/3.8/app/src/gambas3/.src/Options/FOption.class gambas/branches/3.8/app/src/gambas3/.src/Options/FOption.form gambas/branches/3.8/app/src/gambas3/.src/Project.module gambas/branches/3.8/app/src/gambas3/img/control/editor.png gambas/branches/3.8/app/src/gambas3/img/control/scrollarea.png gambas/branches/3.8/app/src/gambas3/img/control/serialport.png gambas/branches/3.8/app/src/gambas3/img/control/serversocket.png gambas/branches/3.8/app/src/gambas3/img/control/socket.png gambas/branches/3.8/app/src/gambas3/img/control/udpsocket.png gambas/branches/3.8/app/src/gambas3/img/draw/duplicate-dark.png gambas/branches/3.8/app/src/gambas3/img/draw/duplicate.png gambas/branches/3.8/app/src/gambas3/img/draw/invert-dark.png gambas/branches/3.8/app/src/gambas3/img/draw/invert.png gambas/branches/3.8/app/src/gambas3/img/draw/offset-dark.png gambas/branches/3.8/app/src/gambas3/img/draw/offset.png gambas/branches/3.8/comp/src/gb.db.form/.hidden/control/datasource.png gambas/branches/3.8/comp/src/gb.form/.project gambas/branches/3.8/comp/src/gb.form/.src/File/Bookmark/FEditBookmark.class gambas/branches/3.8/comp/src/gb.form/.src/Main.module gambas/branches/3.8/comp/src/gb.form/.src/Stock.class gambas/branches/3.8/comp/src/gb.form/.src/Test/FTestMaskBox.form gambas/branches/3.8/comp/src/gb.form.dialog/.info gambas/branches/3.8/comp/src/gb.form.dialog/.src/Dialog.class gambas/branches/3.8/comp/src/gb.form.dialog/.src/FDirDialog.class gambas/branches/3.8/comp/src/gb.form.dialog/.src/FFileDialog.class gambas/branches/3.8/comp/src/gb.form.dialog/.src/FFontDialog.class gambas/branches/3.8/comp/src/gb.form.editor/.project gambas/branches/3.8/comp/src/gb.form.editor/.src/FTestEditor.class gambas/branches/3.8/comp/src/gb.form.mdi/.hidden/control/toolbar.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportpanel.png gambas/branches/3.8/comp/src/gb.settings/.src/Settings.class gambas/branches/3.8/gb.gtk/src/gpicture.cpp gambas/branches/3.8/gb.qt4/src/CDrawingArea.cpp gambas/branches/3.8/gb.qt4/src/CScreen.cpp gambas/branches/3.8/gb.qt4/src/CWidget.cpp gambas/branches/3.8/gb.qt4/src/main.cpp gambas/branches/3.8/gb.qt4/src/main.h Added Paths: ----------- gambas/branches/3.8/app/src/gambas3/img/draw/difference-dark.png gambas/branches/3.8/app/src/gambas3/img/draw/difference.png gambas/branches/3.8/app/src/gambas3/img/draw/exclusive-dark.png gambas/branches/3.8/app/src/gambas3/img/draw/exclusive.png gambas/branches/3.8/app/src/gambas3/img/draw/intersection-dark.png gambas/branches/3.8/app/src/gambas3/img/draw/intersection.png gambas/branches/3.8/app/src/gambas3/img/draw/union-dark.png gambas/branches/3.8/app/src/gambas3/img/draw/union.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportdrawingarea.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportgridview.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reporthbox.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportimage.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportlabel.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportpagebreak.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportsvgimage.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reporttextlabel.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportvbox.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportvpanel.png Removed Paths: ------------- gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportdrawingarea.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportgridview.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reporthbox.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportimage.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportlabel.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportpagebreak.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportsvgimage.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reporttextlabel.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportvbox.png gambas/branches/3.8/comp/src/gb.report2/.hidden/control/reportvpanel.png 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-10-04 12:58:42
|
Revision: 7384 http://sourceforge.net/p/gambas/code/7384 Author: gambas Date: 2015-10-04 12:58:40 +0000 (Sun, 04 Oct 2015) Log Message: ----------- [GB.FORM] * BUG: File bookmark editor: Correctly save current bookmark when using "Up" or "Down" button. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Bookmark/FEditBookmark.class gambas/trunk/comp/src/gb.form/.src/Test/FTestMaskBox.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-04 11:26:32
|
Revision: 7383 http://sourceforge.net/p/gambas/code/7383 Author: gambas Date: 2015-10-04 11:26:30 +0000 (Sun, 04 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Opening the startup class moves to the Main function only the first time now. 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: <ga...@us...> - 2015-10-04 11:23:03
|
Revision: 7382 http://sourceforge.net/p/gambas/code/7382 Author: gambas Date: 2015-10-04 11:23:02 +0000 (Sun, 04 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Code beautyfier now does its job entirely. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/MPrettyCode.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-04 11:11:46
|
Revision: 7381 http://sourceforge.net/p/gambas/code/7381 Author: gambas Date: 2015-10-04 11:11:45 +0000 (Sun, 04 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Code beautyfier now keeps the cursor position. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/MPrettyCode.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |