gambas-devel-svn Mailing List for Gambas (Page 21)
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...> - 2016-03-21 14:35:43
|
Revision: 7655 http://sourceforge.net/p/gambas/code/7655 Author: gambas Date: 2016-03-21 14:35:41 +0000 (Mon, 21 Mar 2016) Log Message: ----------- [GB.DB.MYSQL] * BUG: Remove useless "set autocommit" at each transaction. Why that? 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...> - 2016-03-21 08:22:42
|
Revision: 7654 http://sourceforge.net/p/gambas/code/7654 Author: gambix Date: 2016-03-21 08:22:40 +0000 (Mon, 21 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add an indentation level for .Begin/.End functions in the automatic code formater. 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...> - 2016-03-21 00:26:13
|
Revision: 7653 http://sourceforge.net/p/gambas/code/7653 Author: gambas Date: 2016-03-21 00:26:12 +0000 (Mon, 21 Mar 2016) Log Message: ----------- [WIKI] * BUG: A few style sheet fixes. * NEW: Automatically convert examples to the "[[ code gambas ... ]] [[ result ... ]]" sequence. [GB.EVAL.HIGHLIGHT] * NEW: TextHighlighter.ToHTML() does not draw procedure separations anymore. [GB.MARKDOWN] * BUG: Fix simple table "[[ ... ]]" management. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/Wiki.class gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter.class gambas/trunk/comp/src/gb.markdown/.src/MTest.module gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 23:31:12
|
Revision: 7652 http://sourceforge.net/p/gambas/code/7652 Author: gambas Date: 2016-03-20 23:31:10 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [WIKI] * NEW: Support for "[[ code ... ]]" and "[[ result ... ]]" sections. [GB.EVAL.HIGHLIGHT] * BUG: Remove dependencies on GUI components. [GB.MARKDOWN] * BUG: Fix support of "[[ code ... ]]" section. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/comp/src/gb.eval.highlight/.icon.png gambas/trunk/comp/src/gb.eval.highlight/.project gambas/trunk/comp/src/gb.markdown/.src/Markup.module gambas/trunk/comp/src/gb.markdown/test.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 22:39:08
|
Revision: 7651 http://sourceforge.net/p/gambas/code/7651 Author: gambas Date: 2016-03-20 22:39:06 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix a possible crash when starting a program without arguments. * BUG: Fix compression of CSS files. [GB.EVAL.HIGHLIGHT] * NEW: CSS highlighter: Support for @media directive. * NEW: Don't use the Color class. [GB.FORM.EDITOR] * BUG: TextEditor: Limits of collapsed procedures are correctly drawn now. [GB.MARKDOWN] * NEW: Support for code highlighting through the "[[ code <language> ... ]]" block. * NEW: Markdown.Process() is new method that allows to process the contents of a specific "[[ ... ]]" block. [GB.WEB.FORM] * NEW: DateBox: Put that control in the "Chooser" group with the DateChooser. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.hidden/font/GambasMedium-13.sfd gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/Editor/Other/MCompressFile.module gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter.class gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter_CSS.class gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.markdown/.icon.png gambas/trunk/comp/src/gb.markdown/.info gambas/trunk/comp/src/gb.markdown/.project gambas/trunk/comp/src/gb.markdown/.src/MTest.module gambas/trunk/comp/src/gb.markdown/.src/Markdown.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/Calendar/WebDateBox.class Added Paths: ----------- gambas/trunk/comp/src/gb.markdown/test.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 18:29:13
|
Revision: 7650 http://sourceforge.net/p/gambas/code/7650 Author: gambas Date: 2016-03-20 18:29:12 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [INTERPRETER] * NEW: Add a symbol table optimization that is disabled because it's not worth it. * OPT: Force inlining of functions in symbol tables routines. * OPT: A little optimization on routine string argument extraction. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_archive.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_desc.h gambas/trunk/main/gbx/gbx_subr.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/share/gb_arch.h gambas/trunk/main/share/gb_arch_temp.h gambas/trunk/main/share/gb_table.h gambas/trunk/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 01:48:17
|
Revision: 7649 http://sourceforge.net/p/gambas/code/7649 Author: gambas Date: 2016-03-20 01:48:15 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Do not draw ending spaces on top of the indentation vertical lines. * BUG: TextEditor: Correctly draw the first procedure limit. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.icon.png gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 01:28:17
|
Revision: 7648 http://sourceforge.net/p/gambas/code/7648 Author: gambas Date: 2016-03-20 01:28:16 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Fix a warning message. Modified Paths: -------------- gambas/trunk/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 01:27:32
|
Revision: 7647 http://sourceforge.net/p/gambas/code/7647 Author: gambas Date: 2016-03-20 01:27:31 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [COMPILER] * NEW: Work on internal expression datatype analyze has continued. * OPT: Compiling syntax trees is faster now. [INTERPRETER] * OPT: Analyzing objects a method or a property applies to is faster now. * NEW: Remove an unused method in table symbol implementation. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_header.c gambas/trunk/main/gbc/gbc_trans_ctrl.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/gbc/gbc_type.c gambas/trunk/main/gbc/gbc_type.h gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_operator.c gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/share/gb_table.h gambas/trunk/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-20 01:23:04
|
Revision: 7646 http://sourceforge.net/p/gambas/code/7646 Author: gambas Date: 2016-03-20 01:23:01 +0000 (Sun, 20 Mar 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Don't use bold text for displaying cursor information. [GB.GUI.BASE] * BUG: ScrollArea: Fix some number roundings in EnsureVisible() method. [GB.WEB] * OPT: Session: Use buffered i/o when loading or saving session. [GB.WEB.FORM] * NEW: DateChooser is a new control that implements a date chooser. * NEW: DateBox is a new control that implements a date box with a popup calendar. * NEW: WebForm.ShowPopup() is a new method that allows to use a form as a popup. * BUG: WebComboBox: Fix design. * NEW: WebControl: Support for properties storing a WebControl. * NEW: WebExpander: Use standard arrow. * NEW: Internal support for web controls that need custom style sheets or javascript libraries. * NEW: WebForm: Close is new event that is raised when a form is closed. * NEW: WebForm: Popup is a new property that tells if the form is currently used as a popup. * NEW: WebForm: PopupParent is a new property that returns the control using that form as a popup. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.web/.icon.png gambas/trunk/comp/src/gb.web/.src/Session.module gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebExpander.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebImage.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/calendar.js gambas/trunk/comp/src/gb.web.form/.hidden/control/webdatebox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webdatechooser.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-down.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-up.png gambas/trunk/comp/src/gb.web.form/.src/Calendar/ gambas/trunk/comp/src/gb.web.form/.src/Calendar/FCalendar.class gambas/trunk/comp/src/gb.web.form/.src/Calendar/FCalendar.webform gambas/trunk/comp/src/gb.web.form/.src/Calendar/WebDateBox.class gambas/trunk/comp/src/gb.web.form/.src/Calendar/WebDateChooser.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform4.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform4.webform gambas/trunk/comp/src/gb.web.form/.src/Test/Webform5.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform5.webform gambas/trunk/comp/src/gb.web.form/style.css Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-bottom.png gambas/trunk/comp/src/gb.web.form/.public/gw-arrow-top.png gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-19 08:05:41
|
Revision: 7645 http://sourceforge.net/p/gambas/code/7645 Author: gambix Date: 2016-03-19 08:05:39 +0000 (Sat, 19 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Forgot to modify the Option Dialog themes list. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Options/FOption.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-19 08:01:28
|
Revision: 7644 http://sourceforge.net/p/gambas/code/7644 Author: gambix Date: 2016-03-19 08:01:26 +0000 (Sat, 19 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add a new tea theme for the editor 'zen'. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Connection/FImportTable.class Added Paths: ----------- gambas/trunk/app/src/gambas3/theme/zen This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-19 00:41:03
|
Revision: 7643 http://sourceforge.net/p/gambas/code/7643 Author: gambas Date: 2016-03-19 00:41:01 +0000 (Sat, 19 Mar 2016) Log Message: ----------- [GB.QT5] * BUG: Remove Mouse.ScreenX and Mouse.ScreenY optimization based on the contents of a mouse event. Apparently it works with QT4 but not with QT5. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMouse.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-19 00:00:16
|
Revision: 7642 http://sourceforge.net/p/gambas/code/7642 Author: gambas Date: 2016-03-19 00:00:15 +0000 (Sat, 19 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Editor: Completion popup now opens at the right position on wrapped lines. * NEW: Text editor: Show compression message inside the editor. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class 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/Exported/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-17 02:14:21
|
Revision: 7641 http://sourceforge.net/p/gambas/code/7641 Author: gambas Date: 2016-03-17 02:14:20 +0000 (Thu, 17 Mar 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Never jump to the beginning of the line when clicking on the text. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-16 16:12:43
|
Revision: 7640 http://sourceforge.net/p/gambas/code/7640 Author: gambas Date: 2016-03-16 16:12:42 +0000 (Wed, 16 Mar 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor[].Limit correctly returns the real limit state, not the visible one. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Line.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-16 03:00:37
|
Revision: 7639 http://sourceforge.net/p/gambas/code/7639 Author: gambas Date: 2016-03-16 03:00:35 +0000 (Wed, 16 Mar 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Nicer indent vertical lines. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-16 02:59:53
|
Revision: 7638 http://sourceforge.net/p/gambas/code/7638 Author: gambas Date: 2016-03-16 02:59:52 +0000 (Wed, 16 Mar 2016) Log Message: ----------- [GB.QT4] * BUG: Paint.Dash correctly accepts an array with one single element. [GB.QT5] * BUG: Paint.Dash correctly accepts an array with one single element. Modified Paths: -------------- gambas/trunk/gb.qt4/src/cpaint_impl.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2016-03-15 17:17:00
|
Revision: 7637 http://sourceforge.net/p/gambas/code/7637 Author: tobiasboe Date: 2016-03-15 17:16:58 +0000 (Tue, 15 Mar 2016) Log Message: ----------- [GB.XML] * BUG: Fix copy & paste error (?) which creates CDATA nodes as comment nodes. Modified Paths: -------------- gambas/trunk/gb.xml/src/textnode.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-15 14:56:46
|
Revision: 7636 http://sourceforge.net/p/gambas/code/7636 Author: gambas Date: 2016-03-15 14:56:45 +0000 (Tue, 15 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: new option to toggle indent drawing in editors. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-15 14:55:37
|
Revision: 7635 http://sourceforge.net/p/gambas/code/7635 Author: gambas Date: 2016-03-15 14:55:35 +0000 (Tue, 15 Mar 2016) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * NEW: TextHighlighter: Comment is a new flag that tells if a ln highlighted line is only a comment. [GB.FORM.EDITOR] * NEW: TextEditor: Draw the procedure separator before its previous comments. * NEW: TextEditor: ShowIndent is a new property that make the editor draw a thin vertical line to emphasize corresponding indentations. Modified Paths: -------------- gambas/trunk/comp/src/gb.eval.highlight/.info gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter.class gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter_Gambas.class gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/CLineInfo.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Line.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2016-03-14 12:36:05
|
Revision: 7634 http://sourceforge.net/p/gambas/code/7634 Author: tobiasboe Date: 2016-03-14 12:36:03 +0000 (Mon, 14 Mar 2016) Log Message: ----------- [GB.MARKDOWN] * NEW: Markdown.Reinterpret is a new property to say if the next return of Command() should be reinterpreted as markdown or not. It is True by default for backwards compatibility. Modified Paths: -------------- gambas/trunk/comp/src/gb.markdown/.info gambas/trunk/comp/src/gb.markdown/.src/Markdown.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-14 01:41:29
|
Revision: 7633 http://sourceforge.net/p/gambas/code/7633 Author: gambas Date: 2016-03-14 01:41:27 +0000 (Mon, 14 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix a bug in the CReportBrush class detected at compilation time now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Family/Report/CReportBrush.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-14 01:40:52
|
Revision: 7632 http://sourceforge.net/p/gambas/code/7632 Author: gambas Date: 2016-03-14 01:40:50 +0000 (Mon, 14 Mar 2016) Log Message: ----------- [COMPILER] * OPT: Compile is now compiled with -O3 optimizations. * OPT: Reserved words built-in symbol table is faster now. * NEW: Initial support for expression datatype analyze. Some new errors are raised at compilation time, like using a string with the AND operator for example. The datatype analyzer is rougher than the IDE one because it is local to the compile class. * OPT: Symbol table search is a bit faster. Modified Paths: -------------- gambas/trunk/main/gbc/Makefile.am gambas/trunk/main/gbc/gbc_header.c gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbc/gbc_reserved_make.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_tree.c gambas/trunk/main/share/gb_reserved.h gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h gambas/trunk/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-12 13:19:38
|
Revision: 7631 http://sourceforge.net/p/gambas/code/7631 Author: gambas Date: 2016-03-12 13:19:36 +0000 (Sat, 12 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Code editor: Fix a very old bug in automatic completion where hitting backspace sometimes deleted two characters. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/CCompletion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |