Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-25 15:20:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2020-05-28 11:44 codesquid, revision 9807

Fix declaration of variables to be extern

2020-05-28 11:33 codesquid, revision 9806

Remove unused variable.

2020-05-28 11:30 codesquid, revision 9805

Include filezilla.h prior to wx headers.

2020-05-28 10:42 codesquid, revision 9804

Fix include.

2020-05-28 09:32 codesquid, revision 9801

A lot more #include cleanup

2020-05-27 09:58 codesquid, revision 9800

Add a missing include.

2020-05-27 09:58 codesquid, revision 9799

Fix warning

2020-05-27 09:50 codesquid, revision 9798

#include cleanup.

2020-05-26 08:26 codesquid, revision 9797

Rename to inferred_timezone_offset to distinguish it from the user-set offset.

2020-05-20 07:53 codesquid, revision 9796

Add missing #include

2020-05-18 13:24 codesquid, revision 9794

Fix custom time format

2020-05-18 13:08 codesquid, revision 9793

Bump to 3.48.1

2020-05-18 12:51 codesquid, revision 9791

Updated translations

2020-05-18 12:44 codesquid, revision 9790

Get rid of mnemonic on Cancel button, there's always Escape.

2020-05-18 10:33 codesquid, revision 9789

Fixes to restoring splitter positions.

2020-05-15 09:11 codesquid, revision 9788

Fix choices not being saved when trying to edit a remote file that is already being edited.

2020-05-15 07:28 codesquid, revision 9787

Fix comparison settings now having immediate effect.

2020-05-14 10:11 codesquid, revision 9786

Add checks for null requests. Only clear request pointer if the body has already been sent.

2020-05-12 11:33 codesquid, revision 9785

Bump to 3.48.1-rc1

2020-05-12 11:17 codesquid, revision 9784

Change associations settings name, it's not fully compatible with old versions.

2020-05-12 11:15 codesquid, revision 9783

Use fz::mkdir from libfilezilla to create the settings directory as it, unlike wxWidgets' wxFileName::Mkdir can apply proper permissions on MSW.

2020-05-12 09:55 codesquid, revision 9782

Updated translations

2020-05-11 09:21 codesquid, revision 9776

Fixes for settings import: Write back to XML, call changed options handler.

2020-05-11 07:28 codesquid, revision 9775

Add missing mutex and also notify changed options if set from worker threads.

2020-05-07 12:29 codesquid, revision 9774

Minor static box border adjustment on MSW.