Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-19 08:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2006-05-07 20:14 botg, revision 660

GetNextItem searches for items with all specified flags set, not with just any specified flag set.

2006-05-07 20:13 botg, revision 659

compile fix

2006-05-07 11:10 botg, revision 658

Due to the flickerfree refresh and the improved state handling, we can now make use of the directory listings sent by the transfer engines.

2006-05-07 11:05 botg, revision 657

typo in comment

2006-05-07 11:03 botg, revision 656

implement local directory creation

2006-05-07 09:48 botg, revision 655

flicker free refreshs

2006-05-07 09:30 botg, revision 654

compile fix

2006-05-07 00:34 botg, revision 653

Fix drawing problems under Windows

2006-05-06 22:54 botg, revision 652

Improve selection handling. Fixes an assertion under wxGTK

2006-05-06 18:21 botg, revision 651

fix assertion if icon couldn't be loaded

2006-05-06 01:04 botg, revision 650

call TransferSend instead of TransferParseResponse in SendNextCommand

2006-05-05 22:02 botg, revision 649

Updated translations

2006-05-04 21:53 botg, revision 648

fix SetLastServer

2006-05-04 21:29 botg, revision 647

more verbose debugging info

2006-05-04 21:21 botg, revision 646

handle cmd_rawtransfer in SendNextCommand

2006-05-04 21:03 botg, revision 645

fix condition, wasn't handling STATECHANGE_REMOTE_DIR_MODIFIED

2006-04-29 20:08 botg, revision 644

all UI components now use the new state event system

2006-04-29 19:06 botg, revision 643

Add new stateevent handler class to reduce code complexity.

2006-04-29 18:54 botg, revision 642

Add small utility function to detach listing from notification. Will be used to reduce the amount of times each listing is copied.

2006-04-29 08:50 botg, revision 641

fix typo

2006-04-28 13:06 botg, revision 640

updated

2006-04-28 13:00 botg, revision 639

recent server list now fully functional

2006-04-28 12:53 botg, revision 638

Let the traffic LEDs handle the timer

2006-04-28 12:32 botg, revision 637

Restructure the code with the aim to make CMainFrame simpler. Communication between the different UI components should be done using CState.

2006-04-28 12:29 botg, revision 636

add Clear() method