Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

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.

2016-12-04 14:17 codesquid, revision 8042

search.xml is non-critical too and can be overwritten without harm.

2016-12-04 14:15 codesquid, revision 8041

layout.xml does not contain important data, overwrite it if it has become corrupt.

2016-12-04 14:01 codesquid, revision 8040

Explicitly load resource files by name, prevents errors due to stale files from previous versions.

2016-12-03 22:09 codesquid, revision 8039

Revert previous commit and do proper fix

2016-12-03 21:52 codesquid, revision 8038

Fix typo

2016-12-03 18:32 codesquid, revision 8037

Cleanup startup routines

2016-12-03 18:06 codesquid, revision 8036

Fix compile error

2016-12-03 18:03 codesquid, revision 8035

Loading and scaling large resources is expensive. Cache scaled resources and load those instead.

2016-12-02 10:41 codesquid, revision 8034

Check for libfilezilla 0.9.0 or higher.

2016-12-01 20:06 codesquid, revision 8033

Fixed another typo

2016-12-01 20:04 codesquid, revision 8032

Fixed typo from removing line breaks.

2016-12-01 11:26 codesquid, revision 8031

Fix toolbar not showing on OS X

2016-12-01 10:48 codesquid, revision 8030

Fix typo

2016-12-01 09:49 codesquid, revision 8029

Create quickconnect bar directly.

2016-12-01 09:09 codesquid, revision 8028

Minor refactoring.

2016-12-01 09:06 codesquid, revision 8027

Remove call to no longer existing sub-make

2016-12-01 08:12 codesquid, revision 8026

Restore accidentally deleted file.

2016-11-30 20:19 codesquid, revision 8025

Fix a compile erorr on mac.

2016-11-30 20:18 codesquid, revision 8024

Avoid expensive conversion from wxBitmap to wxImage.

2016-11-30 16:37 codesquid, revision 8023

Update svn:ignore

2016-11-30 16:34 codesquid, revision 8022

Remove a few empty lines

2016-11-30 16:32 codesquid, revision 8021

Fix yet another syntax error.

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.

2016-11-25 17:59 codesquid, revision 7992

Fix compile error on *nix

2016-11-25 17:57 codesquid, revision 7991

Fix stripping of BOM.

2016-11-25 16:57 codesquid, revision 7990

Further HiDPI fixes for OS X

2016-11-24 20:05 codesquid, revision 7989

Additional wxArtProvider replacement

2016-11-24 20:05 codesquid, revision 7988

wxArtProvider, even on trunk, cannot handle bitmaps with a scale factor. Replace it with CThemeProvider and use it to get toolbar icons to load proper on OS X.

2016-11-24 20:03 codesquid, revision 7987

Once again OS X does everything differently from all other platforms. On OS X a pixel isn't a pixel, a pixel on OS X is a virtual thing composed of a multiple actual pixels in a square formation.

2016-11-23 17:15 codesquid, revision 7986

Try to handle retina displays.

2016-11-23 16:54 codesquid, revision 7985

Declare the INSTALLICONSET macro earlier.

2016-11-23 16:51 codesquid, revision 7984

Remove unused code from theme provider.

2016-11-23 16:46 codesquid, revision 7983

Cleanup theme page.

2016-11-23 16:23 codesquid, revision 7982

Set remembered scale factor.

2016-11-23 16:23 codesquid, revision 7981

Request correct system image list size.

2016-11-23 16:00 codesquid, revision 7980

The default icon set is mandatory.

2016-11-23 15:22 codesquid, revision 7979

Also scale tree controls.

2016-11-23 15:16 codesquid, revision 7978

Implement icon scaling on wxGTK.

2016-11-23 15:06 codesquid, revision 7977

Don't mismatch image list size and size of added icons.

2016-11-23 13:33 codesquid, revision 7976

Work around toolbar button alpha blending issues on MSW.

2016-11-23 13:32 codesquid, revision 7975

Reformatting.

2016-11-23 08:38 codesquid, revision 7974

Mark 16x16 of classic theme as primary.

2016-11-22 23:24 codesquid, revision 7973

Since classic theme got moved, use a diffferent data file as reference when searching for the data directory.

2016-11-22 22:48 codesquid, revision 7972

As it turns out, libstdc++ on many platforms doesn't know about the trivial std::make_reverse_iterator.

2016-11-22 22:21 codesquid, revision 7971

Add missing include for std::make_reverse_iterator

2016-11-22 22:12 codesquid, revision 7970

Fix build system.

2016-11-22 22:12 codesquid, revision 7969

Fix compile error

2016-11-22 22:10 codesquid, revision 7968
  • D /FileZilla3/trunk/src/interface/resources/pngclean.sh

Remove unused script. These days there are better tools.

2016-11-22 21:47 codesquid, revision 7967

Update installer for new theme.

2016-11-22 21:16 codesquid, revision 7966

Move some files around.

2016-11-22 20:13 codesquid, revision 7965

Remove some unused pre-vista code.

2016-11-22 20:12 codesquid, revision 7964

WIP: New scalable icon theme and general theme provider refactoring to make use of the scaling.

2016-11-18 10:36 codesquid, revision 7961

Fix rule gch dependency file generation

2016-11-17 20:02 codesquid, revision 7960

Fix more compile errors.

2016-11-17 14:26 codesquid, revision 7959

Add missing include.

2016-11-17 14:05 codesquid, revision 7958

Fix compile error.

2016-11-17 13:45 codesquid, revision 7957

Fix logic issue in error paths that should be unused.

2016-11-17 13:18 codesquid, revision 7956

Get test cases to compile again.

2016-11-17 13:14 codesquid, revision 7955

Define UNICODE on MSW

2016-11-17 12:18 codesquid, revision 7954

Move #includes of wx headers out of the public engine API.

2016-11-16 15:18 codesquid, revision 7953

Remove old timezone detection code which has been unused for almost two years.

2016-11-16 15:12 codesquid, revision 7952

Remove wxString from CDirectoryListing and CDirectoryCache.

2016-11-16 09:34 codesquid, revision 7950

React to changes in global bookmarks.

2016-11-16 09:12 codesquid, revision 7949

Do not fail adding site to site manager for site-specific bookmarks if sitemanager.xml does not yet exist.

2016-11-15 12:40 codesquid, revision 7948

Replace wxURI with a custom uri parser.

2016-11-15 12:38 codesquid, revision 7947

Add link to display download log if getting the update fails.

2016-11-15 08:21 codesquid, revision 7946

Make use of the recently assigned Unix.ownername and Unix.groupname facts.

2016-11-14 14:25 codesquid, revision 7945

Allow controlling cache ttl, within reason.

2016-11-13 17:48 codesquid, revision 7944

Ignore BOM at beginning of directory listing lines.

2016-11-11 18:30 codesquid, revision 7943

Use assert instead of wxASSERT in the engine.

2016-11-11 15:44 codesquid, revision 7941

More wxString removal

2016-11-11 15:18 codesquid, revision 7939

Fix typo.

2016-11-11 15:17 codesquid, revision 7938

Apply same fix to CSFtpControlSocket::SendCommand as well.