Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-06 20:50:02

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8068 changes):

2014-06-19 08:52 codesquid, revision 5670

OS X wrapping fixes. It seems every platform handles wxStaticBox differently.

2014-06-19 08:50 codesquid, revision 5669

Update libtool check.

2014-06-18 22:23 codesquid, revision 5668

Change order of tests.

2014-06-18 21:53 codesquid, revision 5667

Add check for -stdlib=libc++

2014-06-18 19:51 codesquid, revision 5666

Fix a typo.

2014-06-18 17:55 codesquid, revision 5665

Wrapping on GTK+3 now works.

2014-06-18 17:08 codesquid, revision 5664

Get rid of useless enum. Makes it easier to remove pages for debugging.

2014-06-18 16:43 codesquid, revision 5663

Add check for C++11 support.

2014-06-17 18:10 codesquid, revision 5662

Don't depend on GTK+2 if wx uses GTK+3

2014-06-17 17:19 codesquid, revision 5661

Fix parsing of IPv6 addresses.

2014-06-17 17:09 codesquid, revision 5660

Improve IPv6 address test.

2014-06-17 16:55 codesquid, revision 5659

Remove scrolling workaround, this was just a bug in wx3.0.0 fixed in wx3.0.1

2014-06-17 16:47 codesquid, revision 5658

Use perfect forwarding.

2014-06-17 16:47 codesquid, revision 5657

Minor simplification.

2014-06-15 15:54 codesquid, revision 5655

OS X has no wxCB_SORT. Let's perform insertion sort instead.

2014-06-15 15:54 codesquid, revision 5654

Avoid conflicting method name.

2014-06-15 15:43 codesquid, revision 5653

Adjust spacing for beauty.

2014-06-15 15:32 codesquid, revision 5652

Fix dropdown button size on OS X.

2014-06-15 14:12 codesquid, revision 5649

Another compile error.

2014-06-15 14:11 codesquid, revision 5648

Fix compile error.

2014-06-15 11:41 codesquid, revision 5647

wxWidgets 3.0.1 has been tagged. Bump minimum required wx version to 3.0.1, FZ needs the fixes in there.

2014-06-15 11:24 codesquid, revision 5646

Increase minimum page width to fit bulkier themes.

2014-06-15 11:06 codesquid, revision 5645

wxStaticBoxSizer is tricky. Seems to work now.

2014-06-15 10:47 codesquid, revision 5644

Another wxStaticBox fix.

2014-06-15 08:49 codesquid, revision 5643

Align label and hyperlink.

2014-06-15 07:49 codesquid, revision 5642

Avoid flicker when recreating the menu bar.

2014-06-15 07:44 codesquid, revision 5641

Make toolbar undockable.

2014-06-15 06:26 codesquid, revision 5640

Quote arguments to PKG_CHECK_MODULES

2014-06-15 06:25 codesquid, revision 5639

Add missing include

2014-06-15 06:19 codesquid, revision 5638

Update pkg.m4 with latest available version.

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

Remove call to deprecated function.

2014-06-14 21:42 codesquid, revision 5635

Fix setting of initial focus. Do it before opening the site manager at startup.

2014-06-14 21:31 codesquid, revision 5634

Get rid of leftmost separator to make it look a bit more modern.

2014-06-14 21:09 codesquid, revision 5633

Merge with wx' changes.

2014-06-14 20:50 codesquid, revision 5632

Fix an incorrect fix for wxString semantics.

2014-06-14 20:48 codesquid, revision 5631

Fix compiler warning.

2014-06-14 20:46 codesquid, revision 5630

Make use of wxSizer::Replace in wxDialogEx::ReplaceControl.

2014-06-14 20:25 codesquid, revision 5629

Fix typo in error message, reported by Yngve Spjeld Landro.

2014-06-14 11:30 codesquid, revision 5628

Several more fixes related to wxString semantics.

2014-06-14 10:24 codesquid, revision 5627

Fix wrapping of wxStaticBoxSizer not adding enough extra border. Also fix cache invalidation.

2014-06-14 09:14 codesquid, revision 5626

Parent panel needs to be slightly bigger under Linux.

2014-06-14 09:11 codesquid, revision 5625

Fix size of dialog under Linux.

2014-06-13 08:12 codesquid, revision 5624

Fix warning about unable to delete directory when deleting files.

2014-06-12 18:48 codesquid, revision 5622

Get rid of autogen.sh, autoreconf -i should suffice.

2014-06-12 18:44 codesquid, revision 5621

Update wxwin.m4 to version from wx3 repository.

2014-06-12 18:29 codesquid, revision 5620

Add test binary to svn:ignore

2014-06-12 18:28 codesquid, revision 5619

Fix background of activity indicators.

2014-06-12 17:40 codesquid, revision 5618

Fix viewing of current session certificate.

2014-06-09 21:41 codesquid, revision 5617

Add a mapping from WSAECONNABORTED to ECONNABORTED.

2014-06-09 09:07 codesquid, revision 5615

IsEnabled is no longer virtual. Deal with it.