Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

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.