winedbg: Fix "floating pointer" typo.
[wine] / programs / winefile / winefile.c
2008-06-19  Jon Griffithsinclude: Provide wide char definitions for CFSTR_*.
2008-05-09  Alexandre Julliardwinefile: Fix the printf formats for file sizes.
2008-04-09  Dmitry Timoshkovwinefile: Fix Win64 warnings.
2008-03-27  Alexandre Julliardwinefile: Remove some unused resources.
2008-03-27  Alexandre Julliardwinefile: Use the larger icon in the About box.
2008-03-27  Alexandre Julliardwinefile: Remove redundant About Wine menu option.
2008-02-28  Mikołaj Zalewskiwinefile: Add FOF_ALLOWUNDO to winefile to allow files...
2007-12-21  Ivan Sinitsinwinefile: Save font settings in registry.
2007-07-26  Michael Stefaniucwinefile: Change choose_font() and init_output() to...
2007-07-26  Michael Stefaniucwinefile: Move the font choosing code to a separate...
2007-07-25  Michael Stefaniucwinefile: Change the settings functions to use the...
2007-07-24  Michael Stefaniucwinefile: Move some self contained functions to use...
2007-07-24  Michael Stefaniucwinefile: Replace malloc with HeapAlloc.
2007-06-28  Michael Stefaniucwinefile: Do not use the TEXT() macro on character...
2006-10-25  Alexandre Julliardwinefile: Properly handle negative coordinates for...
2006-10-07  Andrew Talbotwinefile: Cast-qual warnings fix.
2006-09-07  Jan Zerebeckiwinefile: Fix the display of free disk space in the...
2006-05-24  Mike McCormackFixed more boolean comparisons against TRUE.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-14  Mikołaj Zalewskiwinefile: Use header full drag.
2006-03-21  Mike McCormackwinefile: Fix some gcc 4.1 warnings caused by commctrl...
2006-03-18  Mike McCormackwinefile: Eliminate use of windowsx.h.
2006-03-10  Alexandre Julliardwinefile: Refresh the drives and files upon WM_DEVICECH...
2006-02-21  Jason Greenwinefile: Add the ability to save window position to...
2006-01-31  Mike McCormackwinefile: Move the license and warranty text into the...
2006-01-11  Aric Stewartwinefile: Highlight the file specified on the command...
2005-11-17  Martin FuchsUse command line for initial directory selection.
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-10-03  Martin FuchsFix font handle leak after closing the 'choose font...
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-09-07  Alexandre JulliardReplace a few more direct lpVtbl accesses by the proper...
2005-07-07  Martin Fuchs- move ID_ABOUT_WINE into #ifdef __WINE__
2005-07-07  Martin Fuchs- remove <tchar.h> and <wchar.h> header usage by switch...
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-13  Martin FuchsRemove duplicate toolbar button.
2005-06-13  Martin Fuchs- use const parameter in find_entry_shell()
2005-06-12  Martin FuchsRemove unnecessary paint code.
2005-06-12  Martin FuchsFix file size in property dialog by using _stprintf...
2005-06-10  Mike McCormackFix more warnings.
2005-06-06  Martin FuchsImplement file properties dialog (partly based on Rob...
2005-06-05  Martin FuchsRefresh window content after context menu popups only...
2005-06-05  Martin FuchsSync winefile's header between WINE and ReactOS.
2005-06-03  Martin FuchsFix position of column header labels.
2005-05-30  Martin Fuchs- implement commands 'copy' and 'delete'
2005-05-29  Martin FuchsRefresh display after executing a context menu command.
2005-05-29  Martin FuchsImplement file filtering (matching of file name pattern...
2005-05-23  Martin FuchsBug fixes for _NO_EXTENSIONS mode.
2005-05-23  Martin FuchsImplement ID_VIEW_SPLIT command.
2005-05-19  Martin FuchsThe call to ScreenToClient() changes the content of...
2005-05-16  Martin FuchsImplement connecting and disconnecting of network drives.
2005-05-16  Martin FuchsImplement menu entry "format disk" (derived from Robert...
2005-05-16  Martin FuchsImplement switching of file sort order.
2005-05-14  Martin Fuchs- spelling fixes (prefered -> preferred)
2005-05-14  Martin FuchsDisplay free and total disk space in status bar.
2005-05-13  Martin FuchsDisplay source path in "move file" dialog.
2005-05-11  Martin FuchsImproved version of Piotr Caban's bugfix patch "Fixed...
2005-05-04  Martin FuchsImplement owner drawn context menus.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2004-12-14  Piotr CabanFixed display bug.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-22  Martin FuchsUnicodify string constants.
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...