Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8028 changes):

2014-07-06 13:56 codesquid, revision 5789

Update links to FileZilla website to use https:// and trailing slash.

2014-07-06 13:44 codesquid, revision 5788

Make Command strongly typed.

2014-07-06 13:32 codesquid, revision 5787

Make MessageType strongly typed.

2014-07-06 13:17 codesquid, revision 5786

Make another enum strongly typed.

2014-07-06 13:12 codesquid, revision 5785

Update svn:ignore

2014-07-06 13:10 codesquid, revision 5784

Make some enums strongly typed.

2014-07-06 10:53 codesquid, revision 5783

Fix a typo.

2014-07-06 09:20 codesquid, revision 5782

Don't print a stand-alone line for critical errors, fold it into the next line.

2014-07-06 09:13 codesquid, revision 5781

Show a helpful message if username or password starts or ends with whitespace.

2014-07-06 09:02 codesquid, revision 5780

Fix FTP proxy login sequence. There was an incorrect comparison against an enum value instead of a the intended variable.

2014-07-04 19:41 codesquid, revision 5777

Bump to 3.9.0-rc1

2014-07-04 19:36 codesquid, revision 5776

Updated translations

2014-07-04 15:21 codesquid, revision 5775

On MSW, set os and subsystem version to 5.1 since binutils's ld defaults to 4.0

2014-07-04 12:08 codesquid, revision 5774

Get rid of a warning.

2014-07-04 08:04 codesquid, revision 5773

Add linker flags to enable ASLR and DEP.

2014-07-02 17:26 codesquid, revision 5770

Fix creating and closinig tabs on OS X. #9627

2014-07-02 14:01 codesquid, revision 5769

Only load a single specific xrc file if it exists instead of all xrc files.

2014-07-02 09:09 codesquid, revision 5768

Update script to clean XRC files. Added special option to minify files removing structure.

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.