Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-19 10:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-09-06 09:26 codesquid, revision 6059

Bump to 3.0.9.4

2014-09-05 13:58 codesquid, revision 6058

Remove accidentally committed debug logging.

2014-09-04 12:55 codesquid, revision 6057

Deduplicate some code.

2014-09-04 12:22 codesquid, revision 6056

Apply #8039 to allow file editing to start from search dialog. Patch by brunoramos.

2014-09-03 15:27 codesquid, revision 6054

Remove redundant variable as suggested by by XhmikosR.

2014-09-03 14:42 codesquid, revision 6053

Restore from backup file if loading primary file fails.

2014-09-02 10:30 codesquid, revision 6051

Fixing password paste broke context menu in site manager. Correct this regression by passing uninteresting events through to wxDialog. Fixes #9768

2014-09-02 08:45 codesquid, revision 6049

Fix context menu in search dialog on non-Windows platforms. Event object of the context menu event is the contained child window, not the wxListCtrl itself. Fixes #9803

2014-09-02 08:29 codesquid, revision 6047

Also fix rename crash on remote file list. Fixes 9797.

2014-09-02 08:25 codesquid, revision 6046

Fix crash on MSW when chosing rename from the right-click context menu after having slowly clicked twice on a file to already start rename.

2014-08-31 10:04 codesquid, revision 6045

Add an XRC helper and refactor file exists dialog.

2014-08-31 08:26 codesquid, revision 6044

Split event_loop.h into multiple files.

2014-08-30 08:10 codesquid, revision 6041

Decrease wait time when delaying async request due to mouse button. Otherwise starting transfers of already existing files with double-click feels slow.

2014-08-30 07:48 codesquid, revision 6040

Replace use of wxXmlResource::LoadDialog with wxDialogEx' Load.

2014-08-30 07:32 codesquid, revision 6039

Use wxDialogEx for the password entry dialog, so that Ctrl+V works on OS X.

2014-08-29 10:27 codesquid, revision 6038

Remove redundant use of the enum keyword.

2014-08-29 09:25 codesquid, revision 6037

Fix language of emplace check

2014-08-29 09:19 codesquid, revision 6036

Only use std::map::emplace if it's available.

2014-08-29 09:16 codesquid, revision 6035

Add test for std::map::emplace which GCC 4.7 does not seem to have.

2014-08-28 07:20 codesquid, revision 6034

Compile regexes also when applying filters, not only when the dialog closes.

2014-08-27 16:51 codesquid, revision 6033

Modernize path cache and make it thread-safe.

2014-08-25 14:11 codesquid, revision 6032

Whitespace cleanup. Patch by XhmikosR.

2014-08-25 13:52 codesquid, revision 6031

Work towards making the engine and the directory cache thread-safe.

2014-08-23 18:41 codesquid, revision 6030

Don't shadow class template parameter. Fixes GCC compilation.

2014-08-23 18:38 codesquid, revision 6029

Fix compile error with GCC.