gambas-devel-svn Mailing List for Gambas (Page 42)
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-06-14 15:42:09
|
Revision: 7131
http://sourceforge.net/p/gambas/code/7131
Author: gambas
Date: 2015-06-14 15:42:07 +0000 (Sun, 14 Jun 2015)
Log Message:
-----------
[GB.FORM.EDITOR]
* BUG: TextEditor: The Clear() method should not crash anymore.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form
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...> - 2015-06-13 08:14:42
|
Revision: 7130
http://sourceforge.net/p/gambas/code/7130
Author: gambas
Date: 2015-06-13 08:14:40 +0000 (Sat, 13 Jun 2015)
Log Message:
-----------
[GB.FORM.EDITOR]
* NEW: TextEditor: Any selected text now goes to the selection clipboard
automatically.
* NEW: TextEditor: The middle mouse button now pastes the selection
clipboard.
[GB.GTK]
* NEW: Clipboard.Current is a new property that tells if the Clipboard
methods and properties operate on the default clipboard or the selection
clipboard.
[GB.GTK3]
* NEW: Clipboard.Current is a new property that tells if the Clipboard
methods and properties operate on the default clipboard or the selection
clipboard.
[GB.GUI.BASE]
* NEW: ScrollArea: Draw the border around the scrollbars now.
[GB.QT4]
* NEW: Clipboard.Current is a new property that tells if the Clipboard
methods and properties operate on the default clipboard or the selection
clipboard.
[GB.QT5]
* NEW: Clipboard.Current is a new property that tells if the Clipboard
methods and properties operate on the default clipboard or the selection
clipboard.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Options/FOption.form
gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class
gambas/trunk/comp/src/gb.form.editor/.project
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.gui.base/.info
gambas/trunk/comp/src/gb.gui.base/.project
gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class
gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form
gambas/trunk/comp/src/gb.gui.base/.src/Test/FListBox.class
gambas/trunk/comp/src/gb.gui.base/.src/Test/FListBox.form
gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.form
gambas/trunk/comp/src/gb.gui.base/.startup
gambas/trunk/gb.gtk/src/CClipboard.cpp
gambas/trunk/gb.gtk/src/gapplication.cpp
gambas/trunk/gb.gtk/src/gclipboard.h
gambas/trunk/gb.gtk/src/gdrag.cpp
gambas/trunk/gb.qt4/src/CClipboard.cpp
gambas/trunk/gb.qt4/src/CClipboard.h
gambas/trunk/gb.qt4/src/CWidget.cpp
gambas/trunk/gb.qt4/src/main.cpp
gambas/trunk/gb.qt4/src/main.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-11 23:53:55
|
Revision: 7129
http://sourceforge.net/p/gambas/code/7129
Author: gambas
Date: 2015-06-11 23:53:52 +0000 (Thu, 11 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Current highlighting theme is now part of the configuration.
* NEW: Use the new CloseButton property of the TabPanel control.
[GB.FORM]
* NEW: TabPanel.CloseButton is a new property that displays a global close
button inside the tab bar. That button raises the CloseAll event.
[GB.FORM.EDITOR]
* NEW: The Margin event is now raised when the user clicks inside the
margin, not when it clicks twice.
[GB.FORM.MDI]
* NEW: Workspace.CloseAll() is new method that closes all workspace
windows.
* NEW: Workspace has now a global close button.
* BUG: Workspace: fix layout routine when the Border property is set.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.lang/fr.mo
gambas/trunk/app/src/gambas3/.lang/fr.po
gambas/trunk/app/src/gambas3/.src/CStyle.class
gambas/trunk/app/src/gambas3/.src/FMain.class
gambas/trunk/app/src/gambas3/.src/FMain.form
gambas/trunk/app/src/gambas3/.src/MTheme.module
gambas/trunk/app/src/gambas3/.src/Options/FOption.class
gambas/trunk/app/src/gambas3/.src/Options/FOption.form
gambas/trunk/app/src/gambas3/.src/Search/FSearch.form
gambas/trunk/app/src/gambas3/theme/amber
gambas/trunk/app/src/gambas3/theme/quick
gambas/trunk/app/src/gambas3/theme/sapphire
gambas/trunk/comp/src/gb.form/.info
gambas/trunk/comp/src/gb.form/.project
gambas/trunk/comp/src/gb.form/.src/Main.module
gambas/trunk/comp/src/gb.form/.src/Stock.class
gambas/trunk/comp/src/gb.form/.src/TabPanel/TabPanel.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.editor/.src/TextEditor.class
gambas/trunk/comp/src/gb.form.mdi/.info
gambas/trunk/comp/src/gb.form.mdi/.project
gambas/trunk/comp/src/gb.form.mdi/.src/FMain.form
gambas/trunk/comp/src/gb.form.mdi/.src/Form1.form
gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class
gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/Workspace.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-11 21:22:59
|
Revision: 7128
http://sourceforge.net/p/gambas/code/7128
Author: gambas
Date: 2015-06-11 21:22:57 +0000 (Thu, 11 Jun 2015)
Log Message:
-----------
[GB.GUI.BASE]
* BUG: ScrollArea: The corner widget is now correctly hidden in all cases.
* BUG: GridView: Picture alignment inside cells is now correct.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.gui.base/.icon.png
gambas/trunk/comp/src/gb.gui.base/.project
gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class
gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class
gambas/trunk/comp/src/gb.gui.base/.startup
Added Paths:
-----------
gambas/trunk/comp/src/gb.gui.base/.src/Test/FMain.class
gambas/trunk/comp/src/gb.gui.base/.src/Test/FMain.form
Removed Paths:
-------------
gambas/trunk/comp/src/gb.gui.base/.src/Test/FMain.class
gambas/trunk/comp/src/gb.gui.base/.src/Test/FMain.form
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-09 21:17:04
|
Revision: 7127
http://sourceforge.net/p/gambas/code/7127
Author: gambas
Date: 2015-06-09 21:17:03 +0000 (Tue, 09 Jun 2015)
Log Message:
-----------
[GB.FORM.EDITOR]
* BUG: Changing a style now correctly refreshes the editor.
* NEW: Highlight the margin.
[GB.GUI.BASE]
* BUG: ScrollArea is now correctly selectable in the IDE.
Modified Paths:
--------------
gambas/trunk/app/examples/Printing/Printing/.project
gambas/trunk/app/examples/Printing/Printing/.src/FMain.form
gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class
gambas/trunk/app/src/gambas3/theme/obsidian
gambas/trunk/comp/src/gb.form.editor/.info
gambas/trunk/comp/src/gb.form.editor/.list
gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class
gambas/trunk/comp/src/gb.form.editor/.src/TextEditorStyle.class
gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Styles.class
gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class
gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-09 20:49:36
|
Revision: 7126
http://sourceforge.net/p/gambas/code/7126
Author: gambas
Date: 2015-06-09 20:49:34 +0000 (Tue, 09 Jun 2015)
Log Message:
-----------
[GB.GTK3]
* BUG: Dialog.SelectFont() does not crash anymore.
Modified Paths:
--------------
gambas/trunk/gb.gtk/src/gmessage.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-09 20:22:36
|
Revision: 7125
http://sourceforge.net/p/gambas/code/7125
Author: gambas
Date: 2015-06-09 20:22:35 +0000 (Tue, 09 Jun 2015)
Log Message:
-----------
[GB.GTK3]
* BUG: Explicit call to gtk_printer_option_widget_get_type(), otherwise
printing crashes. But why???
Modified Paths:
--------------
gambas/trunk/gb.gtk/src/gmessage.cpp
gambas/trunk/gb.gtk/src/gprinter.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-09 11:27:15
|
Revision: 7124
http://sourceforge.net/p/gambas/code/7124
Author: gambas
Date: 2015-06-09 11:27:13 +0000 (Tue, 09 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix initial cursor position at file loading.
[GB.FORM.EDITOR]
* BUG: Wrapping is correctly updated now when the margin width changes.
* NEW: The line indent is used for drawing all the wrapped lines of a text
line.
* NEW: The HOME and END keys take the wrapping into accoutn now.
[GB.GTK]
* BUG: Drawing text on an image now has the same result as drawing text on
the screen. They use the same hinting options.
[GB.GTK3]
* BUG: Drawing text on an image now has the same result as drawing text on
the screen. They use the same hinting options.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class
gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class
gambas/trunk/comp/src/gb.form.editor/.info
gambas/trunk/comp/src/gb.form.editor/.project
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form
gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class
gambas/trunk/gb.gtk/src/cpaint_impl.cpp
gambas/trunk/gb.gtk/src/gtools.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-08 15:52:20
|
Revision: 7123
http://sourceforge.net/p/gambas/code/7123
Author: gambas
Date: 2015-06-08 15:52:18 +0000 (Mon, 08 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Profiler window: Add a new column for the average self time.
[INTERPRETER]
* OPT: Make faster implementations of the Find() and Exist() methods of the
native array classes. Only Date[] and Variant[] use the old implementations.
[GB.FORM.EDITOR]
* BUG: TextEditor: Inserting and removing lines now work correctly when
wrap mode is enabled.
* OPT: TextEditor: Drawing and layouting optimizations.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Debug/CProfile.class
gambas/trunk/app/src/gambas3/.src/Debug/FProfile.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/FTestEditor.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_Rows.class
gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class
gambas/trunk/main/gbx/gbx_c_array.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-08 15:47:18
|
Revision: 7122
http://sourceforge.net/p/gambas/code/7122
Author: gambas
Date: 2015-06-08 15:47:16 +0000 (Mon, 08 Jun 2015)
Log Message:
-----------
[GB.GTK]
* BUG: Fix keyboard events handling.
* BUG: Fix enter and leave events handling.
Modified Paths:
--------------
gambas/trunk/gb.gtk/src/gapplication.cpp
gambas/trunk/gb.gtk/src/gapplication.h
gambas/trunk/gb.gtk/src/gcontrol.cpp
gambas/trunk/gb.gtk/src/gcontrol.h
gambas/trunk/gb.gtk/src/gkey.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-07 11:42:59
|
Revision: 7121
http://sourceforge.net/p/gambas/code/7121
Author: gambas
Date: 2015-06-07 11:42:57 +0000 (Sun, 07 Jun 2015)
Log Message:
-----------
[GB.FORM.EDITOR]
* BUG: TextEditor: Don't use bold fonts, the text width computation routine
does not handle them.
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...> - 2015-06-07 02:43:59
|
Revision: 7120
http://sourceforge.net/p/gambas/code/7120
Author: gambas
Date: 2015-06-07 02:43:57 +0000 (Sun, 07 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix completion popup position.
[GB.FORM.EDITOR]
* BUG: TextEditor: Correctly clear position cache when wrap mode is
changed.
* NEW: TextEditor: Changing wrap mode and relayouting lines now try to keep
the current line visually at the same position.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class
gambas/trunk/comp/src/gb.form.editor/.info
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.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...> - 2015-06-07 02:04:31
|
Revision: 7119
http://sourceforge.net/p/gambas/code/7119
Author: gambas
Date: 2015-06-07 02:04:30 +0000 (Sun, 07 Jun 2015)
Log Message:
-----------
[GB.EVAL.HIGHLIGHT]
* BUG: Fix highlighting of patterns longer than 255 characters.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.eval.highlight/.src/TextHighlighter.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-07 01:53:25
|
Revision: 7118
http://sourceforge.net/p/gambas/code/7118
Author: gambas
Date: 2015-06-07 01:53:24 +0000 (Sun, 07 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix completion and signature popup position when editor is in wrap
word mode.
[GB.FORM.EDITOR]
* NEW: TextEditor[].Height is a new property that returns the height of a
specific line.
* BUG: TextEditor: Correctly update cursor position when wrap mode is
changed.
* BUG: TextEditor: Ensure that the current line is visible after wrap mode
has been changed.
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/FSignature.class
gambas/trunk/comp/src/gb.form.editor/.info
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: <ga...@us...> - 2015-06-06 22:45:43
|
Revision: 7117
http://sourceforge.net/p/gambas/code/7117
Author: gambas
Date: 2015-06-06 22:45:41 +0000 (Sat, 06 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Don't crash when drawing text if a specific character
returns no outline. Just draw nothing.
* NEW: Redraw some icons.
[GB.FORM.EDITOR]
* OPT: TextEditor: Add a cache for line lengths.
* BUG: Clicking past the end of file send the cursor to the last line in
all cases now.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Image/CImageSelection.class
gambas/trunk/app/src/gambas3/img/16/average.png
gambas/trunk/app/src/gambas3/img/16/comment.png
gambas/trunk/app/src/gambas3/img/16/eol.png
gambas/trunk/app/src/gambas3/img/16/lcase.png
gambas/trunk/app/src/gambas3/img/16/percent.png
gambas/trunk/app/src/gambas3/img/16/ucase.png
gambas/trunk/app/src/gambas3/img/16/uncomment.png
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.form.editor/.src/FTestEditor.form
gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class
gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Rows.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-06 15:39:53
|
Revision: 7116
http://sourceforge.net/p/gambas/code/7116
Author: gambas
Date: 2015-06-06 15:39:51 +0000 (Sat, 06 Jun 2015)
Log Message:
-----------
[GB.FORM.EDITOR]
* BUG: TextEditor: Fix row position cache poisoning.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.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...> - 2015-06-06 14:20:06
|
Revision: 7115
http://sourceforge.net/p/gambas/code/7115
Author: gambas
Date: 2015-06-06 14:20:04 +0000 (Sat, 06 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Update french translation.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.lang/fr.mo
gambas/trunk/app/src/gambas3/.lang/fr.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-06 14:17:38
|
Revision: 7114
http://sourceforge.net/p/gambas/code/7114
Author: gambas
Date: 2015-06-06 14:17:37 +0000 (Sat, 06 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: A new button to toggle wrap word mode in code editor and text
editor.
* NEW: An option to define if wrap word mode is enabled by default.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class
gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.form
gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class
gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form
gambas/trunk/app/src/gambas3/.src/Options/FOption.class
gambas/trunk/app/src/gambas3/.src/Options/FOption.form
gambas/trunk/app/src/gambas3/img/16/eol.png
Added Paths:
-----------
gambas/trunk/app/src/gambas3/img/16/wrap.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-06 13:18:35
|
Revision: 7113
http://sourceforge.net/p/gambas/code/7113
Author: gambas
Date: 2015-06-06 13:18:33 +0000 (Sat, 06 Jun 2015)
Log Message:
-----------
[GB.FORM.EDITOR]
* NEW: TextEditor: Wrapping mode now works with collapse mode.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class
gambas/trunk/comp/src/gb.form.editor/.info
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.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_Rows.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-05 15:24:02
|
Revision: 7112
http://sourceforge.net/p/gambas/code/7112
Author: gambas
Date: 2015-06-05 15:24:00 +0000 (Fri, 05 Jun 2015)
Log Message:
-----------
[GB.FORM.EDITOR]
* NEW: TextEditor: Initial implementation of line wrap mode.
* NEW: TextEditor.Wrap is a new property that enable wrap mode.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.form.editor/.info
gambas/trunk/comp/src/gb.form.editor/.project
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.form.editor/.src/FTestEditor.form
gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class
gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Rows.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-04 20:30:06
|
Revision: 7111
http://sourceforge.net/p/gambas/code/7111
Author: gambas
Date: 2015-06-04 20:30:04 +0000 (Thu, 04 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Profile window: Don't enable procedure collapse.
* BUG: Form property sheet: Don't use theme color for highlighting.
* BUG: Make offline help downloader more robust.
* BUG: Projet properties dialog: Unchecking a component does not uncheck
dependencies that were explicitely checked anymore.
[GB.GUI.BASE]
* BUG: ScrollArea: Apply foreground color to scrollbars.
* BUG: ScrollArea: Correctly draw the corner background between scrollbars.
* NEW: GridView: Try to not draw the last grid lines if not needed.
[GB.MARKDOWN]
* BUG: Correctly reinitialize the markup routines when an HTML comment has
not been closed.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Debug/FProfile.class
gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class
gambas/trunk/app/src/gambas3/.src/MTheme.module
gambas/trunk/app/src/gambas3/.src/Options/FOption.class
gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.class
gambas/trunk/comp/src/gb.form.editor/.project
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class
gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class
gambas/trunk/comp/src/gb.form.editor/.startup
gambas/trunk/comp/src/gb.gui.base/.info
gambas/trunk/comp/src/gb.gui.base/.project
gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class
gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class
gambas/trunk/comp/src/gb.gui.base/.startup
gambas/trunk/comp/src/gb.markdown/.component
gambas/trunk/comp/src/gb.markdown/.project
gambas/trunk/comp/src/gb.markdown/.src/MTest.module
gambas/trunk/comp/src/gb.markdown/.src/Markup.module
gambas/trunk/comp/src/gb.markdown/.startup
Added Paths:
-----------
gambas/trunk/app/src/gambas3/.hidden/make-help-archive
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-06-04 17:16:09
|
Revision: 7110
http://sourceforge.net/p/gambas/code/7110
Author: gambas
Date: 2015-06-04 17:16:07 +0000 (Thu, 04 Jun 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Use the "next" icon for the buttons that switch between the class
file and the form file.
* BUG: Fix all WebView font sizes.
* BUG: Open project dialog: Fix buttons layout.
* NEW: Take the gb.gui.qt.* components into account in the help system.
* NEW: Component chooser: New look. Don't use the round borders anymore.
* BUG: Project properties dialog: Do not display the libraries in the
component list anymore.
* BUG: Component chooser: Correctly uncheck component dependencies.
[GB.FORM.EDITOR]
* BUG: TextEditor: Fix detection of some monospace fonts.
* NEW: TextEditor: Draw a minus/plus sign for expanded/collapsed
procedures. Do not use Style.PaintArrow() anymore, it does not work
correctly with gb.gtk.
* BUG: TextEditor: Update cursor position when collapsing a function.
[GB.GTK]
* BUG: Paint.Font now behaves as expected if one of its property is set.
* BUG: Font.ToString() now uses the point as font size decimal separator.
[GB.GTK3]
* BUG: Paint.Font now behaves as expected if one of its property is set.
* BUG: TextBox.Mouse property works correctly again with GTK >= 3.14.
* BUG: Font.ToString() now uses the point as font size decimal separator.
[GB.GUI.BASE]
* NEW: GridView: Don't draw the last grid lines.
* NEW: GridView: The cursor is more visible.
* NEW: GridView: The scrollbars use the same background as the view.
[GB.QT4]
* BUG: Setting Paint.Font to NULL does not crash anymore. It resets the
font to its initial value taken at Paint.Begin.
[GB.QT5]
* BUG: Setting Paint.Font to NULL does not crash anymore. It resets the
font to its initial value taken at Paint.Begin.
* NEW: Closing a popup does not replay the mouse click anymore.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class
gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.form
gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class
gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form
gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class
gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.form
gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class
gambas/trunk/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.class
gambas/trunk/app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.form
gambas/trunk/app/src/gambas3/.src/FMain.class
gambas/trunk/app/src/gambas3/.src/FMain.form
gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class
gambas/trunk/app/src/gambas3/.src/Help/HelpView.class
gambas/trunk/app/src/gambas3/.src/Help/MHelp.module
gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.class
gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class
gambas/trunk/app/src/gambas3/.src/Project.module
gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.class
gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class
gambas/trunk/comp/src/gb.form.editor/.info
gambas/trunk/comp/src/gb.form.editor/.project
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.form.editor/.src/TextEditor.class
gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Rows.class
gambas/trunk/comp/src/gb.form.editor/.startup
gambas/trunk/comp/src/gb.gui.base/.project
gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class
gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class
gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.form
gambas/trunk/comp/src/gb.gui.base/.startup
gambas/trunk/comp/src/gb.net.smtp/.component
gambas/trunk/comp/src/gb.net.smtp/.project
gambas/trunk/gb.gtk/src/cpaint_impl.cpp
gambas/trunk/gb.gtk/src/gfont.cpp
gambas/trunk/gb.gtk/src/gtextbox.cpp
gambas/trunk/gb.opengl/src/sge/gb.opengl.sge.component
gambas/trunk/gb.qt4/src/CWindow.cpp
gambas/trunk/gb.qt4/src/CWindow.h
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: <ga...@us...> - 2015-06-03 01:26:08
|
Revision: 7109
http://sourceforge.net/p/gambas/code/7109
Author: gambas
Date: 2015-06-03 01:26:06 +0000 (Wed, 03 Jun 2015)
Log Message:
-----------
[INTERPRETER]
* BUG: Correctly raise an error if a component cannot be found.
Modified Paths:
--------------
gambas/trunk/main/gbx/gbx_component.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-05-31 13:26:24
|
Revision: 7108
http://sourceforge.net/p/gambas/code/7108
Author: gambas
Date: 2015-05-31 13:26:23 +0000 (Sun, 31 May 2015)
Log Message:
-----------
[GB.FORM.EDITOR]
* NEW: TextEditor: Implement ALT+UP and ALT+DOWN shortcuts.
* NEW: TextEditor: Draw line numbers with parent font, not with the editor
font.
* BUG: TextEditor: Fix interaction between highlighting and Undo/Redo
process.
* BUG: TextEditor: Undo/Redo should correctly restore selection now.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.form.editor/.info
gambas/trunk/comp/src/gb.form.editor/.src/CCommand.class
gambas/trunk/comp/src/gb.form.editor/.src/CDocument.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/test.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2015-05-30 18:03:30
|
Revision: 7107
http://sourceforge.net/p/gambas/code/7107
Author: gambas
Date: 2015-05-30 18:03:29 +0000 (Sat, 30 May 2015)
Log Message:
-----------
[GB.FORM]
* NEW: SliderBox: The slider has always a space for the possible minus sign.
[GB.GUI.QT]
* NEW: Print a warning message if GB_GUI contains an unsupported component.
[GB.QT5]
* NEW: Desktop.Screenshot does not use the deprecated API anymore.
Modified Paths:
--------------
gambas/trunk/comp/src/gb.form/.src/SliderBox.class
gambas/trunk/gb.qt4/src/CPicture.cpp
gambas/trunk/gb.qt4/src/CPicture.h
gambas/trunk/gb.qt4/src/CScreen.cpp
gambas/trunk/gb.qt4/src/CWidget.cpp
gambas/trunk/main/lib/gui.qt/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|