1. 7b252d6 winefile: Remove variable hChildClass which is not really used from InitInstance. by Gerald Pfeifer · 15 years ago
  2. d6055a4 winefile: Replace builtin execute dialog with standard RunFile dialog. by Steven Edwards · 15 years ago
  3. 9b62d9d winefile: Use the explicit W-form for the rest of the types. by Michael Stefaniuc · 16 years ago
  4. e75b496 winefile: Replace the TSTR types with WSTR. by Michael Stefaniuc · 16 years ago
  5. 21049ff winefile: Replace TCHAR with WCHAR. by Michael Stefaniuc · 16 years ago
  6. 575b7bf winefile: Convert the rest of the functions to use the explicit W-form. by Michael Stefaniuc · 16 years ago
  7. 4d512db winefile: Use the explicit W-form for the file IO related functions. by Michael Stefaniuc · 16 years ago
  8. 05db8d5 winefile: Use the explicit W-form of the Load*() functions. by Michael Stefaniuc · 16 years ago
  9. 4490759 winefile: Use the explicit W-form for the *Window* functions. by Michael Stefaniuc · 16 years ago
  10. 2ebe3db winefile: Use the explicit W-form of the string functions. by Michael Stefaniuc · 16 years ago
  11. 0c6e529 winefile: Use the explicit SendMessageW form. by Michael Stefaniuc · 16 years ago
  12. 3dc7bce winefile: Don't use _tsplitpath(). by Michael Stefaniuc · 16 years ago
  13. 2b8f5e3 winefile: Get rid of the #ifndef UNICODE code paths. by Michael Stefaniuc · 16 years ago
  14. c09f135 winefile: Don't use child after it has been freed. by Paul TBBle Hampson · 16 years ago
  15. 9a0a892 winefile: Avoid array overrun (coverity). by Marcus Meissner · 16 years ago
  16. ae48e09 winefile: Fix NULL pointer deref in read_tree. by Rich Ercolani · 16 years ago
  17. 8f2a863 winefile: Get rid of hack to load vswprintf from msvcrt. by Alexandre Julliard · 16 years ago
  18. 01b7667 programs: Convert source files to utf-8. by Alexandre Julliard · 16 years ago
  19. 1638748 winefile: Use FAILED instead of !SUCCEEDED. by Michael Stefaniuc · 16 years ago
  20. a392d37 winefile: Fixed sizes to LoadString. by Marcus Meissner · 17 years ago
  21. 021850c winefile: Fix absolute pidl conversion for non-filesystem shell objects. by Owen Rudge · 17 years ago
  22. abea9de winefile: Don't access uninitialized value. by Alexander Nicolaysen Sørnes · 17 years ago
  23. f2276f5 include: Provide wide char definitions for CFSTR_*. by Jon Griffiths · 17 years ago
  24. 39ebaba winefile: Fix the printf formats for file sizes. by Alexandre Julliard · 17 years ago
  25. cde3101 winefile: Fix Win64 warnings. by Dmitry Timoshkov · 17 years ago
  26. 0b98d10 winefile: Remove some unused resources. by Alexandre Julliard · 17 years ago
  27. ff87600 winefile: Use the larger icon in the About box. by Alexandre Julliard · 17 years ago
  28. 761ce98 winefile: Remove redundant About Wine menu option. by Alexandre Julliard · 17 years ago
  29. 7b4f499 winefile: Add FOF_ALLOWUNDO to winefile to allow files go to trash. by Mikołaj Zalewski · 17 years ago
  30. 7a465ce winefile: Save font settings in registry. by Ivan Sinitsin · 17 years ago
  31. 863921b winefile: Change choose_font() and init_output() to the W form. by Michael Stefaniuc · 18 years ago
  32. 26369e1 winefile: Move the font choosing code to a separate function. by Michael Stefaniuc · 18 years ago
  33. 837bd53 winefile: Change the settings functions to use the W registry functions. by Michael Stefaniuc · 18 years ago
  34. cee98d2 winefile: Move some self contained functions to use explicit W functions. by Michael Stefaniuc · 18 years ago
  35. 11bb71d winefile: Replace malloc with HeapAlloc. by Michael Stefaniuc · 18 years ago
  36. fa684a7 winefile: Do not use the TEXT() macro on character constants. The implicit cast from char to WCHAR works as well in UNICODE mode. by Michael Stefaniuc · 18 years ago
  37. 938f231 winefile: Properly handle negative coordinates for mouse events. by Alexandre Julliard · 18 years ago
  38. 6e4c150 winefile: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
  39. 66e0e06 winefile: Fix the display of free disk space in the statusbar. by Jan Zerebecki · 19 years ago
  40. d20c6cf Fixed more boolean comparisons against TRUE. by Mike McCormack · 19 years ago
  41. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  42. ec328c1 winefile: Use header full drag. by Mikołaj Zalewski · 19 years ago
  43. fab2e56 winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros. by Mike McCormack · 19 years ago
  44. 3b397e5 winefile: Eliminate use of windowsx.h. by Mike McCormack · 19 years ago
  45. 04dad62 winefile: Refresh the drives and files upon WM_DEVICECHANGE. by Alexandre Julliard · 19 years ago
  46. 42d6fe6 winefile: Add the ability to save window position to the registry. by Jason Green · 19 years ago
  47. ee20ca1 winefile: Move the license and warranty text into the resources. by Mike McCormack · 19 years ago
  48. 59b2838 winefile: Highlight the file specified on the command line instead of by Aric Stewart · 19 years ago
  49. f42fac5 Use command line for initial directory selection. by Martin Fuchs · 19 years ago
  50. a1f9a13 Use "static const" rather than "const static" as gcc -W complains by Francois Gouget · 19 years ago
  51. c6593b0 Fix font handle leak after closing the 'choose font' dialog (based on by Martin Fuchs · 19 years ago
  52. e4b2a0b Use Get/SetWindowLongPtr instead of Get/SetWindowLong where appropriate. by Alexandre Julliard · 20 years ago
  53. 7f67b35 Replace a few more direct lpVtbl accesses by the proper macros. by Alexandre Julliard · 20 years ago
  54. 2a3ece8 - move ID_ABOUT_WINE into #ifdef __WINE__ by Martin Fuchs · 20 years ago
  55. 62dbe21 - remove <tchar.h> and <wchar.h> header usage by switching to WIN32 by Martin Fuchs · 20 years ago
  56. 03cc8c4 Remove some -Wstrict-prototypes warnings. by Stefan Huehner · 20 years ago
  57. 1fc0e67 Remove duplicate toolbar button. by Martin Fuchs · 20 years ago
  58. f7a9c49 - use const parameter in find_entry_shell() by Martin Fuchs · 20 years ago
  59. afb9901 Remove unnecessary paint code. by Martin Fuchs · 20 years ago
  60. b44c2a3 Fix file size in property dialog by using _stprintf() instead of wsprintf(). by Martin Fuchs · 20 years ago
  61. 5f409c7 Fix more warnings. by Mike McCormack · 20 years ago
  62. 3512161 Implement file properties dialog (partly based on Rob D.'s winfile code). by Martin Fuchs · 20 years ago
  63. 2f5aee9 Refresh window content after context menu popups only if any command by Martin Fuchs · 20 years ago
  64. 4c6ad7f Sync winefile's header between WINE and ReactOS. by Martin Fuchs · 20 years ago
  65. 8cf6acc Fix position of column header labels. by Martin Fuchs · 20 years ago
  66. 0a0fffa - implement commands 'copy' and 'delete' - fix 'move' command for the left pane by Martin Fuchs · 20 years ago
  67. 309ae27 Refresh display after executing a context menu command. by Martin Fuchs · 20 years ago
  68. 4e3fd5f Implement file filtering (matching of file name patterns and file types). by Martin Fuchs · 20 years ago
  69. 7b1df68 Bug fixes for _NO_EXTENSIONS mode. by Martin Fuchs · 20 years ago
  70. 371c620 Implement ID_VIEW_SPLIT command. by Martin Fuchs · 20 years ago
  71. 0ba99b1 The call to ScreenToClient() changes the content of the 'pt' variable, by Martin Fuchs · 20 years ago
  72. 4a0a199 Implement connecting and disconnecting of network drives. by Martin Fuchs · 20 years ago
  73. 08cf5a3 Implement menu entry "format disk" (derived from Robert Dickenson's code). by Martin Fuchs · 20 years ago
  74. a55f54f Implement switching of file sort order. by Martin Fuchs · 20 years ago
  75. 0d5d719 - spelling fixes (prefered -> preferred) by Martin Fuchs · 20 years ago
  76. 12f0b41 Display free and total disk space in status bar. by Martin Fuchs · 20 years ago
  77. aeea983 Display source path in "move file" dialog. by Martin Fuchs · 20 years ago
  78. 0a10ea0 Improved version of Piotr Caban's bugfix patch "Fixed display bug". by Martin Fuchs · 20 years ago
  79. 05c0cd0 Implement owner drawn context menus. by Martin Fuchs · 20 years ago
  80. eb5bf7d Documentation spelling fixes. by Jon Griffiths · 20 years ago
  81. fa5c73f Fixed display bug. by Piotr Caban · 20 years ago
  82. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  83. a79c534 Avoid using the MAKEPOINTS macro, it's broken on big endian. by Alexandre Julliard · 20 years ago
  84. 578f9f5 Unicodify string constants. by Martin Fuchs · 20 years ago
  85. 69746f3 Fix indenting of last patch (tabs instead of spaces). by Martin Fuchs · 20 years ago
  86. 1573382 - use ID_SELECT_FONT in german menu by Martin Fuchs · 20 years ago
  87. 9bfcbef - remove unused IDS_FILE_MOVE_ERROR by Martin Fuchs · 20 years ago
  88. d1dceca Fix "move file" implementation, in detail: by Martin Fuchs · 20 years ago
  89. e5d414e Immediately refresh child windows after changing the font. by Martin Fuchs · 20 years ago
  90. 016ac88 Fix sigsegv when double clicking directory entries. by Martin Fuchs · 20 years ago
  91. 1b2dd4b - remove trailing semicolons from constant definitions by Martin Fuchs · 20 years ago
  92. c25c8ca - added choosing fonts - added file moving by Piotr Caban · 21 years ago
  93. 634c7a4 - Handle "." and ".." as special case and move them at the very first by Martin Fuchs · 21 years ago
  94. 174e6a5 Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. by Huw Davies · 21 years ago
  95. fa828cd - move some PIDL function declarations from undocshell.h into public by Martin Fuchs · 21 years ago
  96. ad5ff7c Assorted spelling and case fixes. by Francois Gouget · 21 years ago
  97. 89ef25e Use the BTNS_* toolbar button style defines rather than the outdated TBSTYLE_*. by Huw Davies · 21 years ago
  98. 17b9837 Fixed missing initializations of struct SHELLEXECUTEINFO. by Martin Fuchs · 21 years ago
  99. 0e3042e Don't use alloca. by Alexandre Julliard · 22 years ago
  100. 01e8d2e Fix compilation error. by Francois Gouget · 22 years ago