Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 07:20:01
Changelog for FileZilla 3 (8047 changes):
2016-11-28 16:03 codesquid, revision 80042016-11-27 19:43 codesquid, revision 8003Bump to 3.23.0-rc1
- M /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
- M /FileZilla3/trunk/src/interface/toolbar.cpp
2016-11-27 18:11 codesquid, revision 8002Slightly indent first toolbar icon on MSW, without it just looks odd on Windows 10 where there are no window decorations.
2016-11-27 18:10 codesquid, revision 8001Fix type mismatch in sftp_find_request The id member of the sftp_request structure is of type unsigned int. This type is also used in the sftp_reqfind callback. In sftp_find_request we thus need to pass a pointer to unsigned int to find234. Before this commit, sftp_find_request was passing a pointer to unsigned long to find234, which causes the lookup to fail on big-endian platforms where sizeof(unsigned int) != sizeof(unsigned long), e.g. ppc64.
2016-11-26 21:04 codesquid, revision 8000Fix two harmless warnings.
2016-11-26 18:42 codesquid, revision 7999Fix size cancel button.
2016-11-26 18:33 codesquid, revision 7998Use actual size, not requrested size to get scale factor.
2016-11-26 16:36 codesquid, revision 7997Fix icons in Site Manager tree.
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/minimal/Makefile.am
2016-11-26 16:30 codesquid, revision 7996Add another missing file.
2016-11-26 16:21 codesquid, revision 7995Add missing files to distribution.
- M /FileZilla3/trunk/src/interface/settings/optionspage.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage.h
- M /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
2016-11-26 15:42 codesquid, revision 7994Fix position of theme scale control
2016-11-26 14:54 codesquid, revision 7993Fix scaling of queue progress line on OS X
- M /FileZilla3/trunk/src/interface/graphics.cpp
- M /FileZilla3/trunk/src/interface/graphics.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/systemimagelist.cpp
2016-11-25 17:59 codesquid, revision 7992Simplify creating overlays and handle differences in scale factors and the likes.
2016-11-25 17:57 codesquid, revision 7991Fix compile error on *nix
2016-11-25 16:57 codesquid, revision 7990Fix stripping of BOM.
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
2016-11-24 20:05 codesquid, revision 7989Further HiDPI fixes for OS X
2016-11-24 20:05 codesquid, revision 7988Additional wxArtProvider replacement
2016-11-24 20:03 codesquid, revision 7987wxArtProvider, even on trunk, cannot handle bitmaps with a scale factor. Replace it with CThemeProvider and use it to get toolbar icons to load proper on OS X.
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
2016-11-23 17:15 codesquid, revision 7986Once again OS X does everything differently from all other platforms. On OS X a pixel isn't a pixel, a pixel on OS X is a virtual thing composed of a multiple actual pixels in a square formation.
2016-11-23 16:54 codesquid, revision 7985Try to handle retina displays.
2016-11-23 16:51 codesquid, revision 7984Declare the INSTALLICONSET macro earlier.
- M /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
2016-11-23 16:46 codesquid, revision 7983Remove unused code from theme provider.
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_themes.h
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
2016-11-23 16:23 codesquid, revision 7982Cleanup theme page.
2016-11-23 16:23 codesquid, revision 7981Set remembered scale factor.
2016-11-23 16:00 codesquid, revision 7980Request correct system image list size.
The default icon set is mandatory.