• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


RSS
Révision l'heure Auteur
e17099a 2012-01-16 22:32:30 s_kawamoto

Update encoded messages.

a8203f7 2012-01-16 22:31:36 s_kawamoto

Merge commit 'a7e5034b7e8ee3d3cf0449be7a0bde3fccb247e8' into test

e5ed133 2012-01-16 22:25:14 s_kawamoto

Normalize characters.

39f0540 2012-01-16 22:11:55 s_kawamoto

Merge commit '54fbba48345efc266d90204375d464738a31c3ba' into test

7f228d4 2012-01-16 22:07:38 s_kawamoto

Change "MS Sans Serif" into "MS Shell Dlg".
Modify resource files.

66154de 2012-01-16 22:01:29 s_kawamoto

Change "MS Sans Serif" into "MS Shell Dlg".

2869b66 2012-01-16 21:58:56 s_kawamoto

Merge commit '6a29d875d5ea2ac915bf1fb3b24c6bd136649e35' into test

d0fd052 2012-01-16 21:55:21 s_kawamoto

Modify project names.

2ee418d 2012-01-16 21:52:22 s_kawamoto

Merge commit '03151a6ab14a8ba2d0c163d97e596ae093003712' into test

5447dfe 2012-01-16 21:43:25 s_kawamoto

Merge commit '87a70762c4c6e9d9ce412bd48f7639b8f576df68' into test

a7e5034 kana-improved 2012-01-15 07:45:50 Moriguchi, Hirokazu

Normalize kana words: "user", "server", "viewer"

54fbba4 2012-01-15 07:45:49 Moriguchi, Hirokazu

Normalize half / full width characters

* Convert half width kana to full width
* Convert full width symbols / digits to half width
* Change the layout of hostlist_dlg dialog

6a29d87 2012-01-15 07:45:47 Moriguchi, Hirokazu

Font: Change "MS P Gothic" to "MS Shell Dlg(MS UI Gothic)"

* "MS Shell Dlg" is mapped to "MS UI Gothic" in Japanese environemnt, and is mapped to "MS Sans Serif" in other languages.
* "MS UI Gothic" that has better readability than "MS P Gothic"
* ref: 'Using MS Shell Dlg and MS Shell Dlg 2' http://msdn.microsoft.com/en-us/library/windows/desktop/dd374112(v=vs.85).aspx

03151a6 2012-01-15 07:45:36 Moriguchi, Hirokazu

Enable to build by Visual C++ 2005 Express Edition

* Change link lib setting
* ReplaceAfxresh.js: Replace including "afxres.h" line to <windows.h> and IDC_STATIC definition in FFFTP.rc
* Remove PuTTY project in VS2005EE solution
* Note: There are VS2005EE files for the ease of development, not for production build. (So we enabled to remove PuTTY project.)

87a7076 2012-01-15 07:40:23 Moriguchi, Hirokazu

Add project/solution files for Visual C++ 2005 Express Edition

Copied from FFFTP.sln, FFFTP.vcproj and FFFTP_English.vcproj

19f7cce 2012-01-10 21:01:37 Yuji Tanaka

Add support for HP NonStop Server

397d796 2012-01-07 22:37:34 s_kawamoto

Fix bugs of simultaneous connection.

190e1b1 2011-12-26 21:51:51 s_kawamoto

Add test code for SFTP (still useless).

a3090f8 2011-12-16 21:32:55 s_kawamoto

Fix bugs of uninitialized variables.

e587af5 2011-12-12 21:03:28 s_kawamoto

Added support for displaying icons in the local file list.
Modify documents.

4ecfb33 2011-12-11 00:41:58 s_kawamoto

Update PuTTY to 0.62.

2c07fce 2011-12-07 21:50:26 s_kawamoto

Fix bugs of parsing LIST response from linux-ftpd.

c3ccec8 2011-12-06 23:56:07 s_kawamoto

Add support for linux-ftpd (untested).

b2bb9a2 2011-12-04 02:32:22 s_kawamoto

Fix bugs of routines for double click.

08cb92f 2011-12-04 01:21:09 s_kawamoto

Fix bugs of UTF-8 to UTF-16 API bridge.
Change the temporary directory.

4c04041 2011-12-03 23:55:36 s_kawamoto

Fix bugs of routines for login.

ffd9ce6 2011-12-03 22:33:21 s_kawamoto

Fix bugs of simultaneous connection.
Fix bugs of parsing MLSD response.

b0819c6 2011-12-03 16:53:59 s_kawamoto

Add support for 64 bit Windows.

619b82a 2011-11-29 21:54:03 s_kawamoto

Change the character code of windows into UTF-16 completely.
Add support for 64 bit Windows.

236ce16 2011-11-23 23:12:31 s_kawamoto

Remove limits for multi CPUs.