gambas-devel-svn Mailing List for Gambas (Page 19)
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-04-01 08:50:29
|
Revision: 7705 http://sourceforge.net/p/gambas/code/7705 Author: gambas Date: 2016-04-01 08:50:28 +0000 (Fri, 01 Apr 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Selected text is automatically copied to the secondary clipboard. * NEW: The middle mouse button now paste the secondary clipboard. * BUG: Automatic scrolling while selecting works correctly again. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-04-01 07:30:20
|
Revision: 7704 http://sourceforge.net/p/gambas/code/7704 Author: gambas Date: 2016-04-01 07:30:19 +0000 (Fri, 01 Apr 2016) Log Message: ----------- [GB.FOM.TERMINAL] * OPT: Delay the process output interpretation instead of the refresh. Better performances, and less flicker. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-04-01 06:46:42
|
Revision: 7703 http://sourceforge.net/p/gambas/code/7703 Author: gambas Date: 2016-04-01 06:46:40 +0000 (Fri, 01 Apr 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Move project files to the 'Project' directory. * NEW: Remove an unused module. * NEW: Take 'AppCursorKey' mode into account for a few keys. * NEW: Take 'NewlineMode' mode into account for Return and Enter keys. * NEW: Implement Shift+Return and Shift+Enter key sequences. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class Added Paths: ----------- gambas/trunk/comp/src/gb.form.terminal/.hidden/Konsole keys README.txt gambas/trunk/comp/src/gb.form.terminal/.hidden/Konsole keys.txt gambas/trunk/comp/src/gb.form.terminal/.hidden/XtermVT100 Removed Paths: ------------- gambas/trunk/comp/src/gb.form.terminal/.src/MTest.module gambas/trunk/comp/src/gb.form.terminal/XtermVT100 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-04-01 05:55:15
|
Revision: 7702 http://sourceforge.net/p/gambas/code/7702 Author: gambas Date: 2016-04-01 05:55:14 +0000 (Fri, 01 Apr 2016) Log Message: ----------- [GB.FORM.TERMINAL] * OPT: Compress/uncompress line attributes on demand. * NEW: Implement "Scroll up", "Scroll down" and "Vertical line position" escape sequences. * BUG: Fix "Hide cursor" and "Show cursor" interpretation. * NEW: Draw cursor with transparency. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.project gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/CTerminalLine.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-31 19:06:05
|
Revision: 7701 http://sourceforge.net/p/gambas/code/7701 Author: gambas Date: 2016-03-31 19:06:03 +0000 (Thu, 31 Mar 2016) Log Message: ----------- [INTERPRETER] * BUG: Fix a possible crash in String.Code(). [GB.FORM.TERMINAL] * OPT: Compress the attribute array associated with each line. * OPT: Drawing line routine uses the JIT compiler. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.project gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/CTerminalLine.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalAttr.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-31 16:52:40
|
Revision: 7700 http://sourceforge.net/p/gambas/code/7700 Author: gambix Date: 2016-03-31 16:52:38 +0000 (Thu, 31 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Add filter for vertical cursor pos Y * BUG: Add filter for normal character ESC [ m Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-31 16:43:40
|
Revision: 7699 http://sourceforge.net/p/gambas/code/7699 Author: gambas Date: 2016-03-31 16:43:38 +0000 (Thu, 31 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Support for up to 256 colors. * NEW: Use brighter default colors for foreground. * BUG: Fix font cache initialization for GTK+, by drawing printable characters only. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/CTerminalLine.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-31 09:25:13
|
Revision: 7698 http://sourceforge.net/p/gambas/code/7698 Author: gambas Date: 2016-03-31 09:25:11 +0000 (Thu, 31 Mar 2016) Log Message: ----------- [INTERPRETER] * BUG: Fix a crash on one error message thrown incorrectly. [GB.FORM.TERMINAL] * OPT: Optimize drawing routine. Still slow, but less flicker. * NEW: TerminalView: Add a blink property that enables or disables cursor blink. [GB.GTK] * BUG: Use cairo_paint() instead of cairo_fill() when Paint.Operator is not Paint.OperatorOver. Is it a Cairo bug? [GB.GTK3] * BUG: Use cairo_paint() instead of cairo_fill() when Paint.Operator is not Paint.OperatorOver. Is it a Cairo bug? Modified Paths: -------------- gambas/trunk/app/src/gambas3/.hidden/font/GambasMedium-13.sfd gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class gambas/trunk/comp/src/gb.form.terminal/.src/VT100/Console.class gambas/trunk/gb.gtk/src/cpaint_impl.cpp 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: <ga...@us...> - 2016-03-30 22:21:28
|
Revision: 7697 http://sourceforge.net/p/gambas/code/7697 Author: gambix Date: 2016-03-30 22:21:26 +0000 (Wed, 30 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * BUG: Remove translator for TAB and SP Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-30 22:04:12
|
Revision: 7696 http://sourceforge.net/p/gambas/code/7696 Author: gambas Date: 2016-03-30 22:04:11 +0000 (Wed, 30 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Support for inserting and deleting lines. * NEW: Support for hide and show cursor. * NEW: Disable history in alternate screen. * NEW: New way of drawing text. Slower, but interesting. It can handle variable-width fonts like fixed-width fonts. Does not work yet with GTK+. Apparently cairo drawing operators behave strangely compated to the QT ones. * BUG: TerminalView: Fix EnsureVisible() method. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-30 21:31:43
|
Revision: 7695 http://sourceforge.net/p/gambas/code/7695 Author: gambix Date: 2016-03-30 21:31:41 +0000 (Wed, 30 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Implement special keys translation. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-30 20:36:03
|
Revision: 7694 http://sourceforge.net/p/gambas/code/7694 Author: gambix Date: 2016-03-30 20:36:02 +0000 (Wed, 30 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Add terminal type report Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-29 22:42:36
|
Revision: 7693 http://sourceforge.net/p/gambas/code/7693 Author: gambas Date: 2016-03-29 22:42:35 +0000 (Tue, 29 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * BUG: Fix "Erase end of line" command. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-29 22:02:40
|
Revision: 7692 http://sourceforge.net/p/gambas/code/7692 Author: gambas Date: 2016-03-29 22:02:39 +0000 (Tue, 29 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Correctly detect controls that do not need a real parent container when saving a form. * BUG: Prevent a possible crash when the mouse leaves the output console while it displays debug links to code source. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-29 21:12:42
|
Revision: 7691 http://sourceforge.net/p/gambas/code/7691 Author: gambix Date: 2016-03-29 21:12:40 +0000 (Tue, 29 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Change the attribute parsing, now attributes with multiple parameters are allowed. Note that the color management need to be improved to support colors value > to 256 and RGB colors. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-29 13:01:01
|
Revision: 7690 http://sourceforge.net/p/gambas/code/7690 Author: gambas Date: 2016-03-29 13:01:00 +0000 (Tue, 29 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * BUG: Fix text and attribute insertion. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/CTerminalLine.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-29 12:33:26
|
Revision: 7689 http://sourceforge.net/p/gambas/code/7689 Author: gambas Date: 2016-03-29 12:33:24 +0000 (Tue, 29 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Make debugging messages conditonal. * NEW: TerminalView: Use a DrawingArea instead of a ScrollArea, and a vertical scrollbar that hides automatically. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-29 11:44:22
|
Revision: 7688 http://sourceforge.net/p/gambas/code/7688 Author: gambas Date: 2016-03-29 11:44:20 +0000 (Tue, 29 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * BUG: Fix process output management when an UTF-8 character is cut. * NEW: Implement Newline mode, Wrap mode and Insert mode. * BUG: Fix cursor moves commands. * NEW: Implement "Delete char" command. * NEW: Use bold font instead of drawing the text twice. * BUG: Correctly handle vector fonts with non-integer character width. * NEW: Disable blinking cursor and add a lot of messages for debugging. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalAttr.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eh...@us...> - 2016-03-28 23:14:33
|
Revision: 7687 http://sourceforge.net/p/gambas/code/7687 Author: ehasis Date: 2016-03-28 23:14:32 +0000 (Mon, 28 Mar 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Updated the Brazilian Portuguese translations 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...> - 2016-03-28 21:41:37
|
Revision: 7686 http://sourceforge.net/p/gambas/code/7686 Author: gambas Date: 2016-03-28 21:41:36 +0000 (Mon, 28 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * BUG: Fix parsing of escape sequences. * NEW: Add support for cursor moves. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-28 21:34:16
|
Revision: 7685 http://sourceforge.net/p/gambas/code/7685 Author: gambix Date: 2016-03-28 21:34:14 +0000 (Mon, 28 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Console class that make use of vt100 escape code more easy. * NEW: Attributes class that manage use of vt100 characters attributes. Added Paths: ----------- gambas/trunk/comp/src/gb.form.terminal/.src/VT100/Attributes.class gambas/trunk/comp/src/gb.form.terminal/.src/VT100/Console.class gambas/trunk/comp/src/gb.form.terminal/.src/VT100/Main.module Removed Paths: ------------- gambas/trunk/comp/src/gb.form.terminal/.src/VT100/VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/VT100/VTFont.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-28 16:28:19
|
Revision: 7684 http://sourceforge.net/p/gambas/code/7684 Author: gambix Date: 2016-03-28 16:28:18 +0000 (Mon, 28 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * BUG: Oups Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/VT100/VTFont.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-28 16:27:34
|
Revision: 7683 http://sourceforge.net/p/gambas/code/7683 Author: gambas Date: 2016-03-28 16:27:32 +0000 (Mon, 28 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Implement switch between normal screen and alternate screen. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-28 16:22:04
|
Revision: 7682 http://sourceforge.net/p/gambas/code/7682 Author: gambix Date: 2016-03-28 16:22:03 +0000 (Mon, 28 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Continue Modified Paths: -------------- gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FOtherTest.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FOtherTest.form gambas/trunk/comp/src/gb.form.terminal/.src/VT100/VTFont.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-03-28 16:08:51
|
Revision: 7681 http://sourceforge.net/p/gambas/code/7681 Author: gambix Date: 2016-03-28 16:08:50 +0000 (Mon, 28 Mar 2016) Log Message: ----------- [GB.FORM.TERMINAL] * NEW: Remove my old implementation. * NEW: Begin to add some class to help testing. Added Paths: ----------- gambas/trunk/comp/src/gb.form.terminal/.src/MTest.module gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FOtherTest.class gambas/trunk/comp/src/gb.form.terminal/.src/TerminalView/FOtherTest.form gambas/trunk/comp/src/gb.form.terminal/.src/VT100/ gambas/trunk/comp/src/gb.form.terminal/.src/VT100/VT100.class gambas/trunk/comp/src/gb.form.terminal/.src/VT100/VTFont.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form.terminal/.src/CChar.class gambas/trunk/comp/src/gb.form.terminal/.src/CEmulator.class gambas/trunk/comp/src/gb.form.terminal/.src/CScreen.class gambas/trunk/comp/src/gb.form.terminal/.src/Colors.class gambas/trunk/comp/src/gb.form.terminal/.src/Emulator_VT102.class gambas/trunk/comp/src/gb.form.terminal/.src/FMain.class gambas/trunk/comp/src/gb.form.terminal/.src/FMain.form gambas/trunk/comp/src/gb.form.terminal/.src/Terminal.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |