Update svn externals to Subversion 1.6.2
Move the filter box one pixel down. Update issue #75.
When adding log entries to the list control, only add entries that match the filter string. This fixes issue #75.
Update issue #75: * add label and edit box for filtering * handle resizing/repositioning of the two new controls
Use the desktop as the owner window if the parent window is minimized.
Fixed issue #136: Animated icon doesn't clear after network issue is resolved
Fixed issue #134: Branch log messages contains related branch's log messages
Don't follow copies when fetching the log for an url.
Fixed issue #121: SegFault of CommitMonitor on Windows Shutdown
* make StopThread() only try to stop the thread, not terminate it forcefully * if StopThread() can't stop the thread in time, use TerminateProcess to 'shut down'
Fixed issue #132: Commit Monitor "About" information Issue
Kill the refresh timer before showing the about dialog, restore the timer afterwards.
Fixed issue #133: Balloon tooltip includes ignored user names
Don't add usernames from commits that are ignored to the popup text.