winefile: Resize controls for translations.
[wine] / programs / winefile / winefile.c
2004-10-22  Martin FuchsFix indenting of last patch (tabs instead of spaces).
2004-10-21  Martin Fuchs- use ID_SELECT_FONT in german menu
2004-10-07  Martin Fuchs- remove unused IDS_FILE_MOVE_ERROR
2004-10-07  Martin FuchsFix "move file" implementation, in detail:
2004-10-07  Martin FuchsImmediately refresh child windows after changing the...
2004-10-07  Martin FuchsFix sigsegv when double clicking directory entries.
2004-10-06  Martin Fuchs- remove trailing semicolons from constant definitions
2004-09-27  Piotr Caban- added choosing fonts
2004-09-22  Martin Fuchs- Handle "." and ".." as special case and move them...
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-02-11  Martin Fuchs- move some PIDL function declarations from undocshell...
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Huw DaviesUse the BTNS_* toolbar button style defines rather...
2003-12-12  Martin FuchsFixed missing initializations of struct SHELLEXECUTEINFO.
2003-08-28  Alexandre JulliardDon't use alloca.
2003-08-13  Francois GougetFix compilation error.
2003-08-13  Richard CohenUse __WINE__ instead of _WINE_, _WIN32.
2003-08-13  Martin FuchsExtended winefile for an optional shell namespace mode.
2003-05-01  Igor StepinChanged font charset from ANSI to DEFAULT_CHARSET.
2002-10-18  Martin FuchsRemoved warning "SetWindowText(0, ...)" when opening...
2002-10-17  Martin FuchsCorrect initial display of file listing.
2002-10-16  Martin FuchsImplemented program launching by double click.
2002-10-15  Martin Fuchs- Fixed building unter native WIN32.
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-04  Alexandre JulliardMerged Martin Fuchs' file manager (with the help of...