haiku/src/apps/terminal
Stefano Ceccherini 9d12401dcf Check keys against "raw_char" instead of "key"
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22512 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-12 09:44:32 +00:00
..
andrew * Applied patch by Jonas Sundstrom: fixed the usage of B_UTF8_ELLIPSIS hopefully 2007-05-16 16:34:09 +00:00
AppearPrefView.cpp Got rid of gTermPref by adding some static methods to PrefHandler. 2007-07-17 09:14:44 +00:00
AppearPrefView.h Another patch by Vasilis Kaoutsis: Replaced pointer use with a 2007-02-26 16:18:44 +00:00
Arguments.cpp Stolen Ingo's Arguments class from Miniterminal and used it in place of 2007-08-16 13:11:00 +00:00
Arguments.h Stolen Ingo's Arguments class from Miniterminal and used it in place of 2007-08-16 13:11:00 +00:00
Changelog Implement Find in Terminal. This is almost identical to R5's Terminal, except that it doesn't look for regexps. Code tested by me. Thanks to jburton for helping me out and reviewing the patch. 2006-08-22 09:33:01 +00:00
CodeConv.cpp Encoding is now a property of TermView. Changed a lot of code to fix the 2007-07-26 14:52:24 +00:00
CodeConv.h Made all CodeConv methods static, since there was no point for them to 2007-07-21 20:50:06 +00:00
Coding.cpp Fixed warnings, rearranged some headers. 2007-07-26 15:07:16 +00:00
Coding.h Fixed warnings, rearranged some headers. 2007-07-26 15:07:16 +00:00
ColorWindow.cpp Got rid of gTermPref by adding some static methods to PrefHandler. 2007-07-17 09:14:44 +00:00
ColorWindow.h Moved the files out of the MYOB folder into the main folder. 2005-07-18 07:35:17 +00:00
CurPos.cpp Style and header updates 2005-08-12 18:00:37 +00:00
CurPos.h Style and header updates 2005-08-12 18:00:37 +00:00
FindWindow.cpp Renamed *Dlg classes to *Window, completing my previous commit 2007-04-13 16:41:44 +00:00
FindWindow.h Fix building on R5 (dano at least). 2007-05-07 23:05:52 +00:00
Jamfile Stolen Ingo's Arguments class from Miniterminal and used it in place of 2007-08-16 13:11:00 +00:00
MenuUtil.cpp Encoding is now a property of TermView. Changed a lot of code to fix the 2007-07-26 14:52:24 +00:00
MenuUtil.h Encoding is now a property of TermView. Changed a lot of code to fix the 2007-07-26 14:52:24 +00:00
PrefHandler.cpp increase history size to a useful value 2007-08-21 18:46:01 +00:00
PrefHandler.h Got rid of gTermPref by adding some static methods to PrefHandler. 2007-07-17 09:14:44 +00:00
PrefView.cpp Moved cursor blinking functionality from TermParse into TermView (and 2007-07-24 12:18:24 +00:00
PrefView.h Moved the files out of the MYOB folder into the main folder. 2005-07-18 07:35:17 +00:00
PrefWindow.cpp Got rid of gTermPref by adding some static methods to PrefHandler. 2007-07-17 09:14:44 +00:00
PrefWindow.h Renamed *Dlg classes to *Window, completing my previous commit 2007-04-13 16:41:44 +00:00
README.GPL_to_OBOS Removed paragraph about muterm-2.3.zip - it's still in the history, if 2005-07-18 07:28:17 +00:00
Shell.cpp Changed the suspend character to Ctrl-Z. 2007-08-26 16:11:13 +00:00
Shell.h Added a SIGCHLD handler, so that the terminal will notice when one of 2007-08-28 21:19:15 +00:00
ShellPrefView.cpp Moved all TermView initializing code into TermView itself. Before you 2007-07-25 09:50:34 +00:00
ShellPrefView.h Forgot to commit Jamfile before: removed AboutWindow.cpp. 2005-07-18 08:11:43 +00:00
SmartTabView.cpp Added a popup menu to the tabview: for now it only contains a "close 2007-08-08 09:50:01 +00:00
SmartTabView.h Added a popup menu to the tabview: for now it only contains a "close 2007-08-08 09:50:01 +00:00
TermApp.cpp Added a SIGCHLD handler, so that the terminal will notice when one of 2007-08-28 21:19:15 +00:00
TermApp.h Added a SIGCHLD handler, so that the terminal will notice when one of 2007-08-28 21:19:15 +00:00
TermBuffer.cpp Fixed the build under BeOS/Dano: 2007-08-02 16:55:44 +00:00
TermBuffer.h More work towards a tabbed terminal. Actually it already somewhat works 2007-07-27 21:23:32 +00:00
TermConst.h Applied patch from Bek of the HOST team: allow the Terminal to be resized 2007-09-16 18:51:59 +00:00
Terminal.cpp Big refactoring. Got rid of some global variables by putting code in 2007-07-04 20:11:17 +00:00
Terminal.icons.rdef Updated the resource app version information. 2006-03-11 21:31:30 +00:00
Terminal.rdef * remove Terminal from the test environment 2007-05-21 18:42:17 +00:00
TermParse.cpp Removed CURON/CUROFF constants. Use a boolean instead. 2007-08-22 20:29:40 +00:00
TermParse.h cleaned up a bit thread creation and deletion 2007-07-31 12:53:16 +00:00
TermView.cpp Check keys against "raw_char" instead of "key" 2007-10-12 09:44:32 +00:00
TermView.h Finally got rid of the mouse tracking thread. Put the code inside 2007-09-18 21:19:54 +00:00
TermWindow.cpp Applied patch from Bek of the HOST team: allow the Terminal to be resized 2007-09-16 18:51:59 +00:00
TermWindow.h Added a SIGCHLD handler, so that the terminal will notice when one of 2007-08-28 21:19:15 +00:00
TTextControl.cpp Moved the files out of the MYOB folder into the main folder. 2005-07-18 07:35:17 +00:00
TTextControl.h Moved the files out of the MYOB folder into the main folder. 2005-07-18 07:35:17 +00:00
UTF8WidthTbl.c Renamed a variable to fit our guidelines. Removed typedef 2007-07-17 09:42:34 +00:00
VTkeymap.h Moved the files out of the MYOB folder into the main folder. 2005-07-18 07:35:17 +00:00
VTKeyTbl.c Moved the files out of the MYOB folder into the main folder. 2005-07-18 07:35:17 +00:00
VTparse.h Moved the files out of the MYOB folder into the main folder. 2005-07-18 07:35:17 +00:00
VTPrsTbl.c Moved the files out of the MYOB folder into the main folder. 2005-07-18 07:35:17 +00:00

April 21, 2003 - MuTerminal goes from GPL to OBOS!

Thanks to the effort of BiPolar and the generosity of Kazuho Okui and
Takashi Murai we have had donated to OBOS the sources for MuTerminal.
MuTerminal was formerly under the GPL license.  The complete MuTerminal
package as it was originally released on April 2, 2000 (version 2.3) is
preserved in this directory in the original form that I obtained from
bebits.

Andrew Bachmann

------------------------------------------------------------------------

To: kaz@naan.net
From: "BiPolar" <BiPolar@SoftHome.net>
Subject: about MuTerminal
Date: Tue, 22 Apr 2003 00:32:27 -0300 ART

Hello!

I am a (very) happy user of your mighty program: Muterminal 2.0 for
BeOS.
My name is Oscar Lesta. I'm Argentinian (just to inform you, not to
make you feel sorry for me, he he!).

I've being using MuTerminal for a while (I have even made some small
changes in the GUI, hiding/unhiding of the scrollbar, rearrangement of
menu items, fixed some localization issues and things like that) and I
think that it is a great replacement for Be's original Terminal app.

I really don't know if you are still developing this program, but I
have to ask you:
Is there any chance of that you change the license from GPL to MIT/BSD?

If you do so, then the OpenBeOS Team (http://open-beos.sourceforge.net)
could use your app as a Terminal Replacement in the future release of
their O.S.

In case you aren't developing it anymore: maybe you can "donate" your
code to beunited.org (http://www.beunited.org). They are making
standars for BeOS compatible O.S., and continuing the development of
several applications for BeOS that original authors have donated to the
BeOS Community.

About the license: I understand that part of your code depends on
libconv, which is under GPL, but that part can be replaced with they
counterpart from OpenBeOS, with is under a MIT/BSD like license.

Thanks for your time, and thanks again for MuTerm!

Your,

Oscar.

------------------------------------------------------------------------

To: BiPolar <BiPolar@SoftHome.net>
From: Kazuho Okui <kaz@naan.jp>
Subject: Re: about MuTerminal
Date: Tue, 22 Apr 2003 13:46:47 +0900

Hi,

Now, Muterm's licence is GPL, but, I'm not use other GPL code in Muterm.
So, I can change Muterm`s licence to MIT/BSD/AS IS and other.

If you (and OpenBeOS team) adopt Muterm to default terminal on OpenBeOS,
I will welcome it.

I want you to leave only the credit of me and Takashi Murai in that case.

Please contact me, if some may otherwise be able to be helped. However,
since my work is busy recently, I think that coding is hardly made.

Thanks,
-- 
Kazuho Okui<kaz@naan.jp>