Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-24 22:20:01
Changelog for FileZilla 3 (8047 changes):
2014-08-12 08:58 codesquid, revision 6013- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.h
- M /FileZilla3/trunk/src/tinyxml/tinyxml.h
2014-08-12 07:26 codesquid, revision 6012Fix a few harmless but annoying warnings reported by the VS14 CTP.
- M /FileZilla3/trunk/src/engine/local_filesys.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
2014-08-11 13:28 codesquid, revision 6011Address some findings of Visual Studio's code analysis.
2014-08-11 13:21 codesquid, revision 6010Fix another left-shift of a negative number.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/edithandler.cpp
2014-08-11 08:37 codesquid, revision 6009Don't left-shift negative numbers.
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/eu.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
2014-08-10 13:04 codesquid, revision 6008Updated translations.
2014-08-10 12:37 codesquid, revision 6007Fix status view tabbing on OS X.
2014-08-10 09:21 codesquid, revision 6006Restore focus when window gets reactivated on OS X.
2014-08-08 13:53 codesquid, revision 6001Handle Tab for tree controls on OS X.
2014-08-08 08:16 codesquid, revision 6000Remove BOM that accidentally got added.
2014-08-08 07:49 codesquid, revision 5999Try opening first using wxLaunchDefaultApplication
2014-08-08 07:42 codesquid, revision 5998Fix translation, #6486
2014-08-07 14:05 codesquid, revision 5997Fix translation, #9680
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2014-08-06 19:38 codesquid, revision 5995Improve compatibility with some non-standard wx configurations.
2014-08-06 15:00 codesquid, revision 5994Fix a crash due to a nullpointer dereference introduced in r5453
2014-08-06 13:32 codesquid, revision 5993Remove unneeded style
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2014-08-06 12:56 codesquid, revision 5992Fix navigation under Linux.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2014-08-06 12:23 codesquid, revision 5991Remove more remnants of old navigation code.
2014-08-06 12:14 codesquid, revision 5990Remove old navigation code.
2014-08-06 12:09 codesquid, revision 5989Fix tab navigation through message log.
2014-08-06 12:06 codesquid, revision 5988Remove old navigation key code.
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
2014-08-06 10:07 codesquid, revision 5987Fix tab order when adding pages.
2014-08-06 09:21 codesquid, revision 5986Fix main window tab handling.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2014-08-06 08:59 codesquid, revision 5985Fix tab traversal of file lists.
2014-08-06 08:54 codesquid, revision 5984Fix tab order upon splitting.
Enable tab traversal in views and fix tab order after attaching a content window or the header window.