Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:20:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2005-06-03 13:18 botg, revision 397

add dialogex.cpp/.h for common dialog code.

2005-06-03 13:17 botg, revision 396

add OnBeginLabelEdit

2005-06-02 20:01 botg, revision 395

added precompiled header support, configure with --enable-precomp

2005-06-02 00:36 botg, revision 394

typo

2005-06-02 00:19 botg, revision 393

added ee_EE, updated nl

2005-06-01 21:37 botg, revision 392

check for GNU gettext tools

2005-05-31 18:01 botg, revision 391

Added Danish translation, updated Dutch translation.

2005-05-26 23:02 botg, revision 390

more checks for invalid arguments

2005-05-24 16:50 botg, revision 389

filter out . and ..

2005-05-24 16:50 botg, revision 388

fix a couple of problems under Linux

2005-05-22 20:33 botg, revision 387

added Norwegian Bokmal translation

2005-05-22 12:41 botg, revision 386

use wxRename instead of wxRenameFile. wxRenameFile internally calls wxRename, but does use wxCopy if wxRename fails. I dislike this.

2005-05-22 12:39 botg, revision 385

compile error if wxWidgets wasn't compiled with --disable-compat24

2005-05-21 10:12 botg, revision 384

Added Spanish translation, updates Slovenian

2005-05-20 12:30 botg, revision 383

add simple wildcard search for locales directory, no longer requires an existing de locale

2005-05-20 10:19 botg, revision 382

Added Turkish translation

2005-05-19 13:45 botg, revision 381

should compile under Linux again

2005-05-19 09:58 botg, revision 380

naming conflict: rename opendir to opened_dir

2005-05-18 10:42 botg, revision 379

implement local directory tree

2005-05-18 10:39 botg, revision 378

add filetype enum

2005-05-17 22:09 botg, revision 377

fix assert if uploading folders

2005-05-14 09:43 botg, revision 376

typo

2005-05-13 10:26 botg, revision 375

fix signed/unsigned warnings

2005-05-13 10:25 botg, revision 374

resize icons in a way which preserves transparency

2005-05-12 21:26 botg, revision 373

move file icon specific code to CSystemImageList in systemimagelist.h/cpp