Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2014-06-22 15:59 codesquid, revision 5725

Another wxStaticBox fix, these subtle differences between platforms...

2014-06-22 15:47 codesquid, revision 5724

Fix sizing of settings dialog under GTK.

2014-06-22 15:26 codesquid, revision 5723

With some GTK themes, initially reported static box size is wrong. This is an attempt to work around it.

2014-06-22 14:08 codesquid, revision 5722

Mark activity indicators as having a transparent background.

2014-06-22 13:51 codesquid, revision 5721

Return wxString() instead of empty string literals or wxEmptyString. Patch by XhmikosR.

2014-06-22 13:48 codesquid, revision 5720

Replace CServerPath's IsEmpty and Clear with empty and clear.

2014-06-22 13:23 codesquid, revision 5719

Use empty() instead of comparing against empty string literal. Patch by XhmikosR, modified to use empty() instead of IsEmpty().

2014-06-22 13:06 codesquid, revision 5718

std::size_t is same as size_t.

2014-06-22 12:58 codesquid, revision 5717

Fix endless loop when minimizing to tray: Show(false) triggers OnIconize again.

2014-06-21 20:47 codesquid, revision 5715

Version bump

2014-06-21 18:11 codesquid, revision 5714

Updated translations

2014-06-21 15:00 codesquid, revision 5713

Use auto instead of std::iterator, patch by XhmikosR.

2014-06-21 13:15 codesquid, revision 5712

Use wxStdDialogButtonSizer in additional dialogs.

2014-06-21 12:25 codesquid, revision 5711

Fix coverity warnings.

2014-06-21 11:58 codesquid, revision 5710

Whitespace cleanup. Patch by XhmikosR.

2014-06-21 11:58 codesquid, revision 5709

Use a more modern HTML dialect. Patch by XhmikosR.

2014-06-21 11:53 codesquid, revision 5708

Some initialization fixes based on patch by XhmikosR.

2014-06-21 10:28 codesquid, revision 5707

Convert more dialog to use wxStdDialogButtonSizer

2014-06-21 10:11 codesquid, revision 5706

On OSX minimum toolbar button size is 24x24. Add border around icons accordingly, otherwise the icons look horribly blurred.

2014-06-21 08:13 codesquid, revision 5705

Get rid of extra horizontal line above toolbar under Windows.

2014-06-21 07:51 codesquid, revision 5704

Fix background of queue tabs if FileZilla starts maximized.

2014-06-21 07:41 codesquid, revision 5703

Fix sizers of import and export dialog, minor code cleanup.

2014-06-20 18:54 codesquid, revision 5702

Use wxStdDialogButtonSizer for bookmark dialogs.

2014-06-20 17:29 codesquid, revision 5701

Use AC_CHECK_TOOL to search for windres.

2014-06-20 17:10 codesquid, revision 5700

Change order in which windres is being searched: Use host_alias first.