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