Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2016-11-30 16:31 codesquid, revision 8020

Fix syntax error

2016-11-30 16:27 codesquid, revision 8019

Flatten makefiles a little bit.

2016-11-30 15:56 codesquid, revision 8018

Fix compile error

2016-11-30 15:47 codesquid, revision 8017

Remove unused files.

2016-11-30 15:43 codesquid, revision 8016

Add old toolbar.xrc to leftover cleanup.

2016-11-30 15:42 codesquid, revision 8015

Much easier toolbar creation by not using XRC.

2016-11-29 15:43 codesquid, revision 8014

Add missing directory to SUBDIRS

2016-11-29 14:53 codesquid, revision 8013

Do path expansion in a way that does not destroy UNC paths on MSW. Fixes #11088

2016-11-29 11:21 codesquid, revision 8012

Apply #11086 to fix a deprecation warning in some wx configurations.

2016-11-28 17:00 codesquid, revision 8010

Fix size of disabled speedlimits icon on Mac.

2016-11-28 16:50 codesquid, revision 8009

Initialize two members.

2016-11-28 16:46 codesquid, revision 8008

Update svn:ignore

2016-11-28 16:29 codesquid, revision 8005

Updated translations

2016-11-28 16:03 codesquid, revision 8004

Bump to 3.23.0-rc1

2016-11-27 19:43 codesquid, revision 8003

Slightly indent first toolbar icon on MSW, without it just looks odd on Windows 10 where there are no window decorations.

2016-11-27 18:11 codesquid, revision 8002

Fix type mismatch in sftp_find_request The id member of the sftp_request structure is of type unsigned int. This type is also used in the sftp_reqfind callback. In sftp_find_request we thus need to pass a pointer to unsigned int to find234. Before this commit, sftp_find_request was passing a pointer to unsigned long to find234, which causes the lookup to fail on big-endian platforms where sizeof(unsigned int) != sizeof(unsigned long), e.g. ppc64.

2016-11-27 18:10 codesquid, revision 8001

Fix two harmless warnings.

2016-11-26 21:04 codesquid, revision 8000

Fix size cancel button.

2016-11-26 18:42 codesquid, revision 7999

Use actual size, not requrested size to get scale factor.

2016-11-26 18:33 codesquid, revision 7998

Fix icons in Site Manager tree.

2016-11-26 16:36 codesquid, revision 7997

Add another missing file.

2016-11-26 16:30 codesquid, revision 7996

Add missing files to distribution.

2016-11-26 16:21 codesquid, revision 7995

Fix position of theme scale control

2016-11-26 15:42 codesquid, revision 7994

Fix scaling of queue progress line on OS X

2016-11-26 14:54 codesquid, revision 7993

Simplify creating overlays and handle differences in scale factors and the likes.