svnno****@sourc*****
svnno****@sourc*****
2011年 1月 20日 (木) 21:55:31 JST
Revision: 1391 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1391 Author: syo68k Date: 2011-01-20 21:55:31 +0900 (Thu, 20 Jan 2011) Log Message: ----------- Modified Paths: -------------- trunk/Tween/ApiInformation.vb trunk/Tween/AppendSettingDialog.vb trunk/Tween/ApplicationEvents.vb trunk/Tween/AtIdSupplement.vb trunk/Tween/Connection/HttpConnection.vb trunk/Tween/Connection/HttpConnectionBasic.vb trunk/Tween/Connection/HttpConnectionOAuth.vb trunk/Tween/Connection/HttpConnectionOAuthEcho.vb trunk/Tween/Connection/HttpOAuthApiProxy.vb trunk/Tween/Connection/HttpTwitter.vb trunk/Tween/Connection/HttpVarious.vb trunk/Tween/Connection/IHttpConnection.vb trunk/Tween/Connection/TwitPic.vb trunk/Tween/Connection/imgly.vb trunk/Tween/Connection/yfrog.vb trunk/Tween/DataModel.vb trunk/Tween/DetailsListView.vb trunk/Tween/DialogAsShieldIcon.vb trunk/Tween/Dynamic.vb trunk/Tween/EventViewerDialog.vb trunk/Tween/FilterDialog.vb trunk/Tween/FormInfo.vb trunk/Tween/Google.vb trunk/Tween/HashtagManage.vb trunk/Tween/HookGlobalHotkey.vb trunk/Tween/ImageDictionary.vb trunk/Tween/ImageListViewItem.vb trunk/Tween/InputTabName.vb trunk/Tween/ListAvailable.vb trunk/Tween/ListElement.vb trunk/Tween/ListManage.vb trunk/Tween/MyCommon.vb trunk/Tween/MyLists.vb trunk/Tween/OpenURL.vb trunk/Tween/Outputz.vb trunk/Tween/PictureService.vb trunk/Tween/RadixConvert.vb trunk/Tween/SearchWord.vb trunk/Tween/Setting/SettingAtIdList.vb trunk/Tween/Setting/SettingBase.vb trunk/Tween/Setting/SettingCommon.vb trunk/Tween/Setting/SettingFollower.vb trunk/Tween/Setting/SettingLocal.vb trunk/Tween/Setting/SettingTabs.vb trunk/Tween/ShieldIcon.vb trunk/Tween/ShortUrl.vb trunk/Tween/ShowUserInfo.vb trunk/Tween/StatusDictionary.vb trunk/Tween/TabsDialog.vb trunk/Tween/Thumbnail.vb trunk/Tween/ToolStripAPIGauge.vb trunk/Tween/ToolStripLabelHistory.vb trunk/Tween/Tween.vb trunk/Tween/TweenAboutBox.vb trunk/Tween/Twitter.vb trunk/Tween/UserInfo.vb trunk/Tween/WebBrowserController.vb trunk/Tween/Win32Api.vb trunk/Tween/nicoms.vb -------------- next part -------------- Modified: trunk/Tween/ApiInformation.vb =================================================================== --- trunk/Tween/ApiInformation.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ApiInformation.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,5 +1,30 @@ -Imports System.ComponentModel +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. +Imports System.ComponentModel + Public Class ApiInformationChangedEventArgs Inherits EventArgs Public ApiInfo As New ApiInfo Modified: trunk/Tween/AppendSettingDialog.vb =================================================================== --- trunk/Tween/AppendSettingDialog.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/AppendSettingDialog.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,28 @@ - +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + Imports System.Threading Public Class AppendSettingDialog Modified: trunk/Tween/ApplicationEvents.vb =================================================================== --- trunk/Tween/ApplicationEvents.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ApplicationEvents.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/AtIdSupplement.vb =================================================================== --- trunk/Tween/AtIdSupplement.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/AtIdSupplement.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. @@ -20,6 +22,7 @@ ' with this program. If not, see <http://www.gnu.org/licenses/>, or write to ' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, ' Boston, MA 02110-1301, USA. + Public Class AtIdSupplement Public inputText As String = "" Modified: trunk/Tween/Connection/HttpConnection.vb =================================================================== --- trunk/Tween/Connection/HttpConnection.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/HttpConnection.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Net +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Net Imports System.IO Imports System.Collections.Generic Imports System.Collections.Specialized Modified: trunk/Tween/Connection/HttpConnectionBasic.vb =================================================================== --- trunk/Tween/Connection/HttpConnectionBasic.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/HttpConnectionBasic.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Text +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Text Imports System.Net Imports System.IO Imports System.Diagnostics Modified: trunk/Tween/Connection/HttpConnectionOAuth.vb =================================================================== --- trunk/Tween/Connection/HttpConnectionOAuth.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/HttpConnectionOAuth.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Net +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Net Imports System.Collections.Generic Imports System.Collections.Specialized Imports System.IO Modified: trunk/Tween/Connection/HttpConnectionOAuthEcho.vb =================================================================== --- trunk/Tween/Connection/HttpConnectionOAuthEcho.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/HttpConnectionOAuthEcho.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.IO +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.IO Imports System.Text Imports System.Net Modified: trunk/Tween/Connection/HttpOAuthApiProxy.vb =================================================================== --- trunk/Tween/Connection/HttpOAuthApiProxy.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/HttpOAuthApiProxy.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Security +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Security Imports System.Text Public Class HttpOAuthApiProxy Modified: trunk/Tween/Connection/HttpTwitter.vb =================================================================== --- trunk/Tween/Connection/HttpTwitter.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/HttpTwitter.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Net +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Net Imports System.IO Imports System.Web Imports System.Threading Modified: trunk/Tween/Connection/HttpVarious.vb =================================================================== --- trunk/Tween/Connection/HttpVarious.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/HttpVarious.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Net +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Net Imports System.Collections.Generic Public Class HttpVarious Modified: trunk/Tween/Connection/IHttpConnection.vb =================================================================== --- trunk/Tween/Connection/IHttpConnection.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/IHttpConnection.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Net +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Net Imports System.IO Public Interface IHttpConnection Modified: trunk/Tween/Connection/TwitPic.vb =================================================================== --- trunk/Tween/Connection/TwitPic.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/TwitPic.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.IO +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.IO Imports System.Text Imports System.Net Modified: trunk/Tween/Connection/imgly.vb =================================================================== --- trunk/Tween/Connection/imgly.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/imgly.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.IO +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.IO Imports System.Text Imports System.Net Modified: trunk/Tween/Connection/yfrog.vb =================================================================== --- trunk/Tween/Connection/yfrog.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Connection/yfrog.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.IO +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.IO Imports System.Text Imports System.Net Imports System.Windows.Forms Modified: trunk/Tween/DataModel.vb =================================================================== --- trunk/Tween/DataModel.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/DataModel.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Runtime.InteropServices +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Runtime.InteropServices Imports System.Runtime.Serialization Public Class TwitterDataModel Modified: trunk/Tween/DetailsListView.vb =================================================================== --- trunk/Tween/DetailsListView.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/DetailsListView.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/DialogAsShieldIcon.vb =================================================================== --- trunk/Tween/DialogAsShieldIcon.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/DialogAsShieldIcon.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Dynamic.vb =================================================================== --- trunk/Tween/Dynamic.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Dynamic.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,20 @@ -' Copyright © Microsoft Corporation. All Rights Reserved. +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; +' +' Copyright 息 Microsoft Corporation. All Rights Reserved. ' This code released under the terms of the ' Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.) ' + Option Strict On Option Explicit On Modified: trunk/Tween/EventViewerDialog.vb =================================================================== --- trunk/Tween/EventViewerDialog.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/EventViewerDialog.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,5 +1,30 @@ -Imports System.Windows.Forms +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. +Imports System.Windows.Forms + Public Class EventViewerDialog Public Property EventSource As List(Of Twitter.FormattedEvent) Modified: trunk/Tween/FilterDialog.vb =================================================================== --- trunk/Tween/FilterDialog.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/FilterDialog.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/FormInfo.vb =================================================================== --- trunk/Tween/FormInfo.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/FormInfo.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Google.vb =================================================================== --- trunk/Tween/Google.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Google.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Web +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Web Imports System.Text.RegularExpressions Imports System.Runtime.Serialization.Json Imports System.Net Modified: trunk/Tween/HashtagManage.vb =================================================================== --- trunk/Tween/HashtagManage.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/HashtagManage.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. @@ -20,6 +22,7 @@ ' with this program. If not, see <http://www.gnu.org/licenses/>, or write to ' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, ' Boston, MA 02110-1301, USA. + Imports System.Windows.Forms Public Class HashtagManage Modified: trunk/Tween/HookGlobalHotkey.vb =================================================================== --- trunk/Tween/HookGlobalHotkey.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/HookGlobalHotkey.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,3 +1,29 @@ +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + + 'tH[ÌRXgN^űÌNXÌCX^X쬷é±Æ 'CX^XÏÍwitheventsÅé¾µAHotkeyPressedCxgðó¯æé±Æ 'O[ozbgL[ÍRegisterOriginalHotkeyÅo^B¡íÞo^Å«éªAd¡`FbN͵ĢȢÌÅÓB Modified: trunk/Tween/ImageDictionary.vb =================================================================== --- trunk/Tween/ImageDictionary.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ImageDictionary.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Drawing +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Drawing Imports System.IO Imports System.Threading Imports System.Runtime.Caching Modified: trunk/Tween/ImageListViewItem.vb =================================================================== --- trunk/Tween/ImageListViewItem.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ImageListViewItem.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Public Class ImageListViewItem +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Public Class ImageListViewItem Inherits ListViewItem Private img As Image = Nothing Modified: trunk/Tween/InputTabName.vb =================================================================== --- trunk/Tween/InputTabName.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/InputTabName.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/ListAvailable.vb =================================================================== --- trunk/Tween/ListAvailable.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ListAvailable.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,3 +1,28 @@ +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + Imports System.Windows.Forms Imports System.ComponentModel Modified: trunk/Tween/ListElement.vb =================================================================== --- trunk/Tween/ListElement.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ListElement.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Public Class ListElement +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Public Class ListElement Public Id As Long = 0 Public Name As String = "" Public Description As String = "" Modified: trunk/Tween/ListManage.vb =================================================================== --- trunk/Tween/ListManage.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ListManage.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,5 +1,30 @@ -Imports System.ComponentModel +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. +Imports System.ComponentModel + Public Class ListManage Private tw As Twitter Modified: trunk/Tween/MyCommon.vb =================================================================== --- trunk/Tween/MyCommon.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/MyCommon.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/MyLists.vb =================================================================== --- trunk/Tween/MyLists.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/MyLists.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Public Class MyLists +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Public Class MyLists Private contextUserName As String Private _tw As Twitter Modified: trunk/Tween/OpenURL.vb =================================================================== --- trunk/Tween/OpenURL.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/OpenURL.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Outputz.vb =================================================================== --- trunk/Tween/Outputz.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Outputz.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/PictureService.vb =================================================================== --- trunk/Tween/PictureService.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/PictureService.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.IO +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.IO Imports System.Net Imports System.Xml Modified: trunk/Tween/RadixConvert.vb =================================================================== --- trunk/Tween/RadixConvert.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/RadixConvert.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,3 +1,28 @@ +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + Imports System Imports System.Text Modified: trunk/Tween/SearchWord.vb =================================================================== --- trunk/Tween/SearchWord.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/SearchWord.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Setting/SettingAtIdList.vb =================================================================== --- trunk/Tween/Setting/SettingAtIdList.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Setting/SettingAtIdList.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Setting/SettingBase.vb =================================================================== --- trunk/Tween/Setting/SettingBase.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Setting/SettingBase.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. @@ -20,6 +22,7 @@ ' with this program. If not, see <http://www.gnu.org/licenses/>, or write to ' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, ' Boston, MA 02110-1301, USA. + Public MustInherit Class SettingBase(Of T As {Class, New}) Private Shared lockObj As New Object Modified: trunk/Tween/Setting/SettingCommon.vb =================================================================== --- trunk/Tween/Setting/SettingCommon.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Setting/SettingCommon.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. @@ -20,6 +22,7 @@ ' with this program. If not, see <http://www.gnu.org/licenses/>, or write to ' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, ' Boston, MA 02110-1301, USA. + <Serializable()> _ Public Class SettingCommon Inherits SettingBase(Of SettingCommon) Modified: trunk/Tween/Setting/SettingFollower.vb =================================================================== --- trunk/Tween/Setting/SettingFollower.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Setting/SettingFollower.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. @@ -20,6 +22,7 @@ ' with this program. If not, see <http://www.gnu.org/licenses/>, or write to ' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, ' Boston, MA 02110-1301, USA. + <Serializable()> _ Public Class SettingFollower Inherits SettingBase(Of SettingFollower) Modified: trunk/Tween/Setting/SettingLocal.vb =================================================================== --- trunk/Tween/Setting/SettingLocal.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Setting/SettingLocal.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. @@ -20,6 +22,7 @@ ' with this program. If not, see <http://www.gnu.org/licenses/>, or write to ' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, ' Boston, MA 02110-1301, USA. + <Serializable()> _ Public Class SettingLocal Inherits SettingBase(Of SettingLocal) Modified: trunk/Tween/Setting/SettingTabs.vb =================================================================== --- trunk/Tween/Setting/SettingTabs.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Setting/SettingTabs.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. @@ -20,6 +22,7 @@ ' with this program. If not, see <http://www.gnu.org/licenses/>, or write to ' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, ' Boston, MA 02110-1301, USA. + <Serializable()> _ Public Class SettingTabs Inherits SettingBase(Of SettingTabs) Modified: trunk/Tween/ShieldIcon.vb =================================================================== --- trunk/Tween/ShieldIcon.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ShieldIcon.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/ShortUrl.vb =================================================================== --- trunk/Tween/ShortUrl.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ShortUrl.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Text.RegularExpressions +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Text.RegularExpressions Imports System.Web Public Class ShortUrl Modified: trunk/Tween/ShowUserInfo.vb =================================================================== --- trunk/Tween/ShowUserInfo.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ShowUserInfo.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/StatusDictionary.vb =================================================================== --- trunk/Tween/StatusDictionary.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/StatusDictionary.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/TabsDialog.vb =================================================================== --- trunk/Tween/TabsDialog.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/TabsDialog.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Thumbnail.vb =================================================================== --- trunk/Tween/Thumbnail.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Thumbnail.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System.Text.RegularExpressions +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System.Text.RegularExpressions Imports System.ComponentModel Imports System.Text Imports System.Xml Modified: trunk/Tween/ToolStripAPIGauge.vb =================================================================== --- trunk/Tween/ToolStripAPIGauge.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ToolStripAPIGauge.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Imports System +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Imports System Imports System.Drawing Imports System.Windows.Forms Modified: trunk/Tween/ToolStripLabelHistory.vb =================================================================== --- trunk/Tween/ToolStripLabelHistory.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/ToolStripLabelHistory.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Tween.vb =================================================================== --- trunk/Tween/Tween.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Tween.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/TweenAboutBox.vb =================================================================== --- trunk/Tween/TweenAboutBox.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/TweenAboutBox.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Twitter.vb =================================================================== --- trunk/Tween/Twitter.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Twitter.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/UserInfo.vb =================================================================== --- trunk/Tween/UserInfo.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/UserInfo.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,4 +1,29 @@ -Public Class UserInfo +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + +Public Class UserInfo Public Sub New() End Sub Modified: trunk/Tween/WebBrowserController.vb =================================================================== --- trunk/Tween/WebBrowserController.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/WebBrowserController.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/Win32Api.vb =================================================================== --- trunk/Tween/Win32Api.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/Win32Api.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,7 +1,9 @@ ' Tween - Client of Twitter -' Copyright (c) 2007-2010 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> -' (c) 2008-2010 Moz (@syo68k) <http://iddy.jp/profile/moz/> -' (c) 2008-2010 takeshik (@takeshik) <http://www.takeshik.org/> +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> ' All rights reserved. ' ' This file is part of Tween. Modified: trunk/Tween/nicoms.vb =================================================================== --- trunk/Tween/nicoms.vb 2011-01-20 11:52:58 UTC (rev 1390) +++ trunk/Tween/nicoms.vb 2011-01-20 12:55:31 UTC (rev 1391) @@ -1,3 +1,28 @@ +' Tween - Client of Twitter +' Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri_feath****@gmail*****> +' (c) 2008-2011 Moz (@syo68k) +' (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> +' (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> +' (c) 2010-2011 fantasticswallow (@f_swallow) <http://twitter.com/f_swallow> +' All rights reserved. +' +' This file is part of Tween. +' +' This program is free software; you can redistribute it and/or modify it +' under the terms of the GNU General Public License as published by the Free +' Software Foundation; either version 3 of the License, or (at your option) +' any later version. +' +' This program is distributed in the hope that it will be useful, but +' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +' for more details. +' +' You should have received a copy of the GNU General Public License along +' with this program. If not, see <http://www.gnu.org/licenses/>, or write to +' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +' Boston, MA 02110-1301, USA. + Public Class nicoms Private Shared _nicovideo() As String = { _ "www.nicovideo.jp/watch/", _