Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-29 08:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2017-01-06 09:20 codesquid, revision 8096

Small cleanup.

2017-01-06 09:18 codesquid, revision 8095

Unify style for writing ", aborting."

2017-01-05 14:46 codesquid, revision 8094

Don't show popup dialogs if already handling a native GUI event on OS X. Should fix #11110.

2016-12-30 16:50 codesquid, revision 8093

Make engine id const as it never changes.

2016-12-29 17:31 codesquid, revision 8092

Fix cast.

2016-12-29 16:17 codesquid, revision 8091

Merge upstream PuTTY changes.

2016-12-29 14:37 codesquid, revision 8090

Fix indentation

2016-12-29 14:36 codesquid, revision 8089

Use _nettle_sha1_compress instead of the custom implementation from PuTTY in SHATransform

2016-12-29 14:33 codesquid, revision 8088

Fix a few compiler warnings.

2016-12-28 11:53 codesquid, revision 8087

Use nettle for SHA512 as well.

2016-12-27 18:58 codesquid, revision 8086

Decrement item after each iteration as it is being deleted. #11122

2016-12-27 11:39 codesquid, revision 8085

Further rendering fixes

2016-12-27 11:02 codesquid, revision 8084

Fix initial size of condition type choice.

2016-12-27 10:46 codesquid, revision 8083

Add "Copy URL(s) to clipboard" to search results context menu.

2016-12-27 09:30 codesquid, revision 8082

Also allow using Alt+# to switch to tabs. #10732

2016-12-27 09:15 codesquid, revision 8081

During synchronized browsing, reset the syncbrowse dirchange flag when the user canceles the dialog that prompts for action if the remote directory does not exist. #11113

2016-12-26 22:53 codesquid, revision 8080

Fix a bunch of warnings.

2016-12-24 14:22 codesquid, revision 8078

Remove unused variabled and a stray semicolon. Patch by XhmikosR.

2016-12-23 22:30 codesquid, revision 8077

Minify icons, patch by XhmikosR

2016-12-23 22:17 codesquid, revision 8076

Remove stray semicolon

2016-12-18 11:47 codesquid, revision 8075

Whitepsace cleanup. Patch by XhmikosR.

2016-12-18 11:44 codesquid, revision 8074

Minify FileZilla logo. Patch by XhmikosR.

2016-12-13 20:15 codesquid, revision 8073

Remove accidental commit of debug code.

2016-12-13 20:14 codesquid, revision 8072

Fix resource leak

2016-12-13 17:11 codesquid, revision 8071

Fix copy&paste mistake.

2016-12-13 16:18 codesquid, revision 8070

Possible fix for #11105. Should also handle other upload failures better, there was shadowed variable similar to issue #10811 fixed in r7404.

2016-12-13 15:07 codesquid, revision 8069

Fixed typo

2016-12-13 15:06 codesquid, revision 8068

Add persistant security-scoped bookmarks if using the OSX app sandbox.

2016-12-13 11:31 codesquid, revision 8067

Add entitlements file for app sandboxing on OS X.

2016-12-06 16:49 codesquid, revision 8066

Give credit to creator of new icon theme.

2016-12-06 16:10 codesquid, revision 8064

Bump to 3.23.0.2

2016-12-06 15:35 codesquid, revision 8063

Print more detailed error message if libfilezilla isn't found.

2016-12-06 15:14 codesquid, revision 8062

Allow passing relative paths and environment variables in the "Cache directory" setting.

2016-12-06 15:01 codesquid, revision 8061

Handle the unlikely case of an invalid icon by creating an empty one.

2016-12-06 14:53 codesquid, revision 8060

Work around a bug in wxWidgets: wxImageList::GetBitmap kills the channel, use wxImageList::GetIcon instead and convert it to wxBitmap afterwards.

2016-12-06 08:38 codesquid, revision 8059

Save and load keyfile server entry to queue.sqlite3 and migrate schema. Fixes #11098

2016-12-05 23:19 codesquid, revision 8057

Bump to 3.23.0.1

2016-12-05 23:19 codesquid, revision 8056

Updated translation.

2016-12-05 23:15 codesquid, revision 8055

Work around bug in wxWidgets: Calling RemoveTool on a toolbar that has not been realized yet leads to it looping over 2^64 non-existing items.

2016-12-05 17:04 codesquid, revision 8053

Bump to 3.23.0

2016-12-05 16:51 codesquid, revision 8052

Updated translations

2016-12-05 16:30 codesquid, revision 8051

Use correct icon in speedlimits dialog on OS X

2016-12-05 16:20 codesquid, revision 8050

Get rid of redundant icon loading.

2016-12-05 16:10 codesquid, revision 8049

Don't use wxArtProvider, it just cannot handle OS X scale factors.

2016-12-05 15:40 codesquid, revision 8048

On OS X, consider content scale factor when selecting pivot size for icon search.

2016-12-05 15:20 codesquid, revision 8047

Add missing icons to installer.

2016-12-05 15:11 codesquid, revision 8046

Add a 480x480 filezilla.png

2016-12-05 14:06 codesquid, revision 8045

Disable next button while fetching offer data.

2016-12-04 19:25 codesquid, revision 8044

Remove sizer flags that are no-ops.

2016-12-04 18:32 codesquid, revision 8043

Disallow wxWidgets 3.1 or higher.