Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:00:01
Changelog for FileZilla 3 (8068 changes):
2010-05-30 18:50 codesquid, revision 37182010-05-30 17:32 codesquid, revision 3717Fix typo
2010-05-30 17:03 codesquid, revision 3716On MSW, submit whether the operating system is 32bit or 64bit.
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2010-05-18 16:59 codesquid, revision 3712Include operating system details.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2010-05-18 16:40 codesquid, revision 3711Calculate maximum size of certificte dialog.
2010-05-14 19:28 codesquid, revision 3710* More icon size fixes
2010-05-14 19:05 codesquid, revision 3709Fix another icon being too small.
2010-05-04 21:08 codesquid, revision 3708Get rid of newline in dynamically wrapped string and use proper icon size on host key verification dialogs.
2010-05-03 20:41 codesquid, revision 3707Typo
2010-05-02 18:11 codesquid, revision 3706Clarify wording, require absolute path.
2010-05-02 17:41 codesquid, revision 3705Reset cursor in statuslinectrl as well
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2010-05-02 00:03 codesquid, revision 3704Improve drawing performance, only redraw what actually needs to be redrawn.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/context_control.h
- M /FileZilla3/trunk/src/interface/cursor_resetter.h
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/splitter.cpp
- M /FileZilla3/trunk/src/interface/splitter.h
2010-05-01 18:47 codesquid, revision 3703Further cursor stuff on wxGTK
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
- A /FileZilla3/trunk/src/interface/cursor_resetter.cpp
- A /FileZilla3/trunk/src/interface/cursor_resetter.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/toolbar.cpp
2010-04-25 13:51 codesquid, revision 3702Nice performance boost under GTK, get rid of some really slow, uneeded wx internal mouse cursor updating.
2010-04-25 10:46 codesquid, revision 3701Fix typo
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/quickconnectbar.xrc
- M /FileZilla3/trunk/src/interface/toolbar.cpp
2010-04-24 13:26 codesquid, revision 3700Remember hidden state of toolbar on OS X, make main window appear more visually pleasing for OS X users.
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2010-04-20 16:51 codesquid, revision 3699Fix #5310, show "Not connected." in remote file list status bar if not connected.
- M /FileZilla3/trunk/docs/filezilla.man
- M /FileZilla3/trunk/docs/fzdefaults.xml.man
- M /FileZilla3/trunk/docs/fzputtygen.man
- M /FileZilla3/trunk/docs/fzsftp.man
2010-04-10 18:44 codesquid, revision 3698Properly escape hypen-minus and hyphen.
2010-04-04 18:33 codesquid, revision 3697Filter out additional invalid characters on MSW.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2010-04-04 13:19 codesquid, revision 3696Option to display momentary transfer speeds. Patch by Michael Parting.
2010-04-04 13:08 codesquid, revision 3695Location of fzsftp should be internal option.
2010-03-21 17:58 codesquid, revision 3693Use correct plural form for bytes
2010-03-21 17:44 codesquid, revision 3692Version bump
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/zh_CN.po
2010-03-21 11:16 codesquid, revision 3691Updated translations.
2010-03-21 09:50 codesquid, revision 3690#5272, Downloading through double-click also needs to replace invalid characters.
Need to replace invalid characters even adding files from search dialog.