Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-06 00:30:01
Changelog for FileZilla 3 (8068 changes):
2014-06-19 08:52 codesquid, revision 56702014-06-19 08:50 codesquid, revision 5669OS X wrapping fixes. It seems every platform handles wxStaticBox differently.
2014-06-18 22:23 codesquid, revision 5668Update libtool check.
2014-06-18 21:53 codesquid, revision 5667Change order of tests.
2014-06-18 19:51 codesquid, revision 5666Add check for -stdlib=libc++
2014-06-18 17:55 codesquid, revision 5665Fix a typo.
2014-06-18 17:08 codesquid, revision 5664Wrapping on GTK+3 now works.
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.h
2014-06-18 16:43 codesquid, revision 5663Get rid of useless enum. Makes it easier to remove pages for debugging.
- M /FileZilla3/trunk/configure.ac
- A /FileZilla3/trunk/m4/ax_cxx_compile_stdcxx_11.m4
- M /FileZilla3/trunk/m4/check_cxx11.m4
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2014-06-17 18:10 codesquid, revision 5662Add check for C++11 support.
- M /FileZilla3/trunk/configure.ac
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
2014-06-17 17:19 codesquid, revision 5661Don't depend on GTK+2 if wx uses GTK+3
2014-06-17 17:09 codesquid, revision 5660Fix parsing of IPv6 addresses.
2014-06-17 16:55 codesquid, revision 5659Improve IPv6 address test.
2014-06-17 16:47 codesquid, revision 5658Remove scrolling workaround, this was just a bug in wx3.0.0 fixed in wx3.0.1
2014-06-17 16:47 codesquid, revision 5657Use perfect forwarding.
2014-06-15 15:54 codesquid, revision 5655Minor simplification.
2014-06-15 15:54 codesquid, revision 5654OS X has no wxCB_SORT. Let's perform insertion sort instead.
2014-06-15 15:43 codesquid, revision 5653Avoid conflicting method name.
2014-06-15 15:32 codesquid, revision 5652Adjust spacing for beauty.
2014-06-15 14:12 codesquid, revision 5649Fix dropdown button size on OS X.
2014-06-15 14:11 codesquid, revision 5648Another compile error.
2014-06-15 11:41 codesquid, revision 5647Fix compile error.
2014-06-15 11:24 codesquid, revision 5646wxWidgets 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:06 codesquid, revision 5645Increase minimum page width to fit bulkier themes.
2014-06-15 10:47 codesquid, revision 5644wxStaticBoxSizer is tricky. Seems to work now.
2014-06-15 08:49 codesquid, revision 5643Another wxStaticBox fix.
Align label and hyperlink.