Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:40:01
Changelog for FileZilla 3 (8047 changes):
2014-06-19 09:17 codesquid, revision 56742014-06-19 09:16 codesquid, revision 5673Move res out of loop for debug printing.
2014-06-19 09:07 codesquid, revision 5672Additional fixes for setting bestWidth, use the max of actualWidth and desiredWidth.
2014-06-19 08:53 codesquid, revision 5671Be more conservative when setting new max value in iterative wrapping.
2014-06-19 08:52 codesquid, revision 5670Fix a typo.
2014-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.
wxWidgets 3.0.1 has been tagged. Bump minimum required wx version to 3.0.1, FZ needs the fixes in there.