Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2023-03-26 22:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (7883 changes):

2019-09-24 09:45 codesquid, revision 9472

On mac, repaint the preview upon loading

2019-09-23 14:30 codesquid, revision 9471

Bump to 3.45.0

2019-09-23 09:18 codesquid, revision 9469

Fixed a few warnings.

2019-09-23 08:53 codesquid, revision 9468

Use changed credentials.

2019-09-20 08:07 codesquid, revision 9467

Address an old comment.

2019-09-16 14:19 codesquid, revision 9466

Require libfilezilla 0.18.2

2019-09-16 13:44 codesquid, revision 9464

Bump to 3.45.0-rc1

2019-09-16 13:30 codesquid, revision 9463

Updated translations.

2019-09-16 12:52 codesquid, revision 9462

Safer handling of state creation failure.

2019-09-16 09:10 codesquid, revision 9461

Reduce with.

2019-09-13 12:30 codesquid, revision 9460

Remove a style no longer existing.

2019-09-13 11:52 codesquid, revision 9459

update.xrc is now gone.

2019-09-13 09:38 codesquid, revision 9458

Partially remove update.xrc

2019-09-13 08:32 codesquid, revision 9457

Add flag for EOL.

2019-09-12 13:21 codesquid, revision 9456

Add a LookupMany operation and change container type for the files in CDeleteCommand.

2019-09-09 07:16 codesquid, revision 9455

Fix typo

2019-09-06 13:15 codesquid, revision 9454

Show update dialog for stale versions.

2019-09-06 09:17 codesquid, revision 9453

Add new lookup operation, assorted cleanup.

2019-08-25 08:01 codesquid, revision 9450

Move file exists dialog away from XRC.

2019-08-25 08:00 codesquid, revision 9449

Fix some warnings.

2019-08-20 14:56 codesquid, revision 9448

Fix asserts in case of missing resources.

2019-08-20 14:46 codesquid, revision 9447

Make sure all text controls are using wxTextCtrlEx

2019-08-20 14:37 codesquid, revision 9446

Also fix prefix search on non-MSW

2019-08-20 14:35 codesquid, revision 9445

Fix password pasting on MacOS

2019-08-19 13:53 codesquid, revision 9444

MSW: Fix prefix search selection in Site Manager.

2019-08-18 18:41 codesquid, revision 9443

Cleanup

2019-08-18 18:40 codesquid, revision 9442

Fix unused variable.

2019-08-18 18:35 codesquid, revision 9441

Code cleanup

2019-08-18 13:46 codesquid, revision 9439

Also apply GetPrevSibling alternative to local tree view.

2019-08-17 17:54 codesquid, revision 9438

Avoid wxTreeCtrl::GetPrevSibling, it is O(n) at least on MSW, go through the tree in the other direction.

2019-08-17 17:53 codesquid, revision 9437

No idea why CServerPath was using a deque for the path segments instead of a vector, nowhere are the deque properties used.

2019-08-16 08:20 codesquid, revision 9436

Fix typo in debug log messages.

2019-08-15 07:57 codesquid, revision 9435

Bump to 3.44.2

2019-08-14 12:30 codesquid, revision 9432

Updated translations.

2019-08-14 09:52 codesquid, revision 9431

Fix logic getting protocol from selection

2019-08-13 13:49 codesquid, revision 9430

Always show expand/collapse button at toplevel.

2019-08-13 13:45 codesquid, revision 9429

Improve sizing

2019-08-13 13:34 codesquid, revision 9428

Make the settings dialog use wxTreeCtrlEx.

2019-08-13 13:18 codesquid, revision 9426

Increase maximum allowed response line length and report an error if it is still way too large instead of silently truncating it.

2019-08-13 12:45 codesquid, revision 9425

I'm not sure whether it's a bug in Windows or wxWidgets, but some wxTreeCtrl functions crash if passed a virtual root. Avoid calling them.

2019-08-12 07:11 codesquid, revision 9423

Fix some harmless warnings.

2019-08-12 07:07 codesquid, revision 9422

Improve display of diagnostic information.

2019-08-12 07:05 codesquid, revision 9421

Fix initial state of remember checkboxes.

2019-08-09 11:43 codesquid, revision 9420

Bump to 3.44.1

2019-08-09 11:40 codesquid, revision 9419

Fix return value to progress to the next operation asking for confirmation.

2019-08-08 07:57 codesquid, revision 9418

Fix version number

2019-08-08 06:53 codesquid, revision 9417

Bump to 3.44.0

2019-08-08 06:43 codesquid, revision 9415

Updated translations

2019-08-07 18:11 codesquid, revision 9414

Defer individual XRC file loading.

2019-08-07 14:48 codesquid, revision 9413

Check that the mouse is actually dragged.