Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-07-01 17:14 codesquid, revision 5767

Fix assertion in date/time comparison.

2014-07-01 15:02 codesquid, revision 5766

Fix a copy&paste error when hiding remote directory tree.

2014-07-01 14:28 codesquid, revision 5764

Version bump to 3.9.0-beta3

2014-07-01 14:20 codesquid, revision 5763

Updated translations.

2014-07-01 14:15 codesquid, revision 5762

Update svn:ignore.

2014-07-01 13:29 codesquid, revision 5761

Fix one last nullpointer dereference.

2014-07-01 13:27 codesquid, revision 5760

Set correct initial parent to avoid reparenting. Reparenting doesn't work during construction on OS X, afterwards main window is unresponsive. Oddly enough, this only happens on OS X if a display is connected. On a headless machine controlled via VNC this does not happen.

2014-07-01 13:05 codesquid, revision 5759

Another bug.

2014-07-01 12:58 codesquid, revision 5758

And yet another nullpointer dereference spotted by returning early from the constructor.

2014-07-01 12:55 codesquid, revision 5757

Fix another nullpointer dereference.

2014-07-01 12:48 codesquid, revision 5756

Fix potential nullpointer dereference.

2014-07-01 12:43 codesquid, revision 5755

Default-initialize members.

2014-06-30 19:45 codesquid, revision 5754

Generate greyscale images for the toolbar if using GTK3 build of wx.

2014-06-30 07:19 codesquid, revision 5753

Language change now always requires a restart. Too much breaks if changing language if the GUI is up.

2014-06-29 10:23 codesquid, revision 5752

I've encountered random crashes in the spell checker for text controls. Disable spell checker on OS X, it's not really needed in an FTP client.

2014-06-29 10:08 codesquid, revision 5751

Fix update dialog in right-to-left languages.

2014-06-29 09:56 codesquid, revision 5750

Add tooltip.

2014-06-29 09:34 codesquid, revision 5749

Minor performance improvement.

2014-06-29 09:34 codesquid, revision 5748

Terminate URL with slash.

2014-06-28 09:30 codesquid, revision 5747

Fix language comparison, runtime was rightfully complaining about a bad operator.

2014-06-28 09:29 codesquid, revision 5746

Reposition pages in RTL mode.

2014-06-28 08:13 codesquid, revision 5745

Custom drawing code isn't needed on wxMAC either, so we can now completely remove it.

2014-06-28 07:41 codesquid, revision 5744

Use a hyperlink control to link to help page about date/time formatting.

2014-06-28 07:18 codesquid, revision 5743

The custom tab drawing code isn't needed anymore under Windows either.

2014-06-27 21:19 codesquid, revision 5742

No need for CFilterDC on wxGTK.

2014-06-27 21:18 codesquid, revision 5741

wxAUI works a lot better with wxGTK in version 3. Disable a bunch of old workarounds.

2014-06-27 06:42 codesquid, revision 5740

Fix a rare memory leak.

2014-06-26 18:40 codesquid, revision 5738

3.9.0-beta2 is here.

2014-06-26 18:39 codesquid, revision 5737

Update translation files.

2014-06-26 18:21 codesquid, revision 5736

Use wxStdDialogButtonSizer in conditional dialogs.

2014-06-26 17:13 codesquid, revision 5735

When toggling tree visibility if enabling directory comparison, set the corresponding option so that menu and toolbar states are updated. Fixes #9620.

2014-06-24 16:53 codesquid, revision 5734

Disable wrapping warnings.

2014-06-24 16:44 codesquid, revision 5733

Add more spacing between OK and Cancel in settings dialog.

2014-06-23 19:01 codesquid, revision 5732

Fix comparison, sort function now returns positve/negative numbers instead of +/-1. Reported in #9607, introduced by #9402.

2014-06-23 06:44 codesquid, revision 5729

Adjust the throbber's minsize after loading the animation.

2014-06-23 06:30 codesquid, revision 5728

Only mark background as transparent on wxGTK,, otherwise under Windows the background is never cleared and junk filling it up eventually.

2014-06-22 17:05 codesquid, revision 5727

Fix spurious error message when closing FileZilla, fixes #9600.

2014-06-22 16:04 codesquid, revision 5726

Replace IsEmpty with empty, patch by XhmikosR.

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.