Commit Graph

100 Commits (3dc7bceb48a28df712a0745d95eb6419648f9a26)

Author SHA1 Message Date
Michael Stefaniuc 3dc7bceb48 winefile: Don't use _tsplitpath(). 2009-08-25 11:24:27 +02:00
Michael Stefaniuc 2b8f5e3742 winefile: Get rid of the #ifndef UNICODE code paths. 2009-08-25 11:23:35 +02:00
Paul TBBle Hampson c09f1357bc winefile: Don't use child after it has been freed.
If winefile is unable to create a window, it frees the child pointer.
However, it then proceeds to use the child pointer.
2009-02-03 14:01:14 +01:00
Marcus Meissner 9a0a89271e winefile: Avoid array overrun (coverity). 2009-01-26 14:29:29 +01:00
Rich Ercolani ae48e099da winefile: Fix NULL pointer deref in read_tree. 2009-01-10 18:04:28 +01:00
Alexandre Julliard 8f2a863ff8 winefile: Get rid of hack to load vswprintf from msvcrt. 2009-01-07 11:10:25 +01:00
Alexandre Julliard 01b7667a1a programs: Convert source files to utf-8. 2008-10-18 19:22:19 +02:00
Michael Stefaniuc 163874844b winefile: Use FAILED instead of !SUCCEEDED. 2008-10-08 13:43:00 +02:00
Marcus Meissner a392d3774c winefile: Fixed sizes to LoadString. 2008-09-15 11:47:00 +02:00
Owen Rudge 021850c0b8 winefile: Fix absolute pidl conversion for non-filesystem shell objects. 2008-07-28 11:32:28 +02:00
Alexander Nicolaysen Sørnes abea9de69b winefile: Don't access uninitialized value.
Spotted by Dan Kegel.
2008-07-18 11:06:00 +02:00
Jon Griffiths f2276f5a49 include: Provide wide char definitions for CFSTR_*. 2008-06-19 12:44:43 +02:00
Alexandre Julliard 39ebaba506 winefile: Fix the printf formats for file sizes. 2008-05-09 11:18:27 +02:00
Dmitry Timoshkov cde3101b8e winefile: Fix Win64 warnings. 2008-04-09 16:27:06 +02:00
Alexandre Julliard 0b98d108bc winefile: Remove some unused resources. 2008-03-27 13:46:04 +01:00
Alexandre Julliard ff876005fe winefile: Use the larger icon in the About box. 2008-03-27 13:44:04 +01:00
Alexandre Julliard 761ce98b3f winefile: Remove redundant About Wine menu option. 2008-03-27 13:36:39 +01:00
Mikołaj Zalewski 7b4f499684 winefile: Add FOF_ALLOWUNDO to winefile to allow files go to trash. 2008-02-28 20:00:25 +01:00
Ivan Sinitsin 7a465ce904 winefile: Save font settings in registry. 2007-12-21 12:40:19 +01:00
Michael Stefaniuc 863921b40d winefile: Change choose_font() and init_output() to the W form. 2007-07-26 11:51:02 +02:00
Michael Stefaniuc 26369e1a8f winefile: Move the font choosing code to a separate function. 2007-07-26 11:50:52 +02:00
Michael Stefaniuc 837bd5356d winefile: Change the settings functions to use the W registry functions. 2007-07-25 13:02:32 +02:00
Michael Stefaniuc cee98d2969 winefile: Move some self contained functions to use explicit W functions. 2007-07-24 11:26:27 +02:00
Michael Stefaniuc 11bb71d3d6 winefile: Replace malloc with HeapAlloc. 2007-07-24 11:26:05 +02:00
Michael Stefaniuc fa684a717a winefile: Do not use the TEXT() macro on character constants. The implicit cast from char to WCHAR works as well in UNICODE mode. 2007-06-28 11:01:08 +02:00
Alexandre Julliard 938f231455 winefile: Properly handle negative coordinates for mouse events. 2006-10-25 17:43:09 +02:00
Andrew Talbot 6e4c1501a4 winefile: Cast-qual warnings fix. 2006-10-07 18:05:11 +02:00
Jan Zerebecki 66e0e06b98 winefile: Fix the display of free disk space in the statusbar. 2006-09-07 16:11:05 +02:00
Mike McCormack d20c6cf8ca Fixed more boolean comparisons against TRUE. 2006-05-24 14:38:20 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mikołaj Zalewski ec328c1e70 winefile: Use header full drag. 2006-04-14 10:50:39 +02:00
Mike McCormack fab2e56258 winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros. 2006-03-21 11:04:27 +01:00
Mike McCormack 3b397e5079 winefile: Eliminate use of windowsx.h. 2006-03-18 18:39:16 +01:00
Alexandre Julliard 04dad6218f winefile: Refresh the drives and files upon WM_DEVICECHANGE. 2006-03-10 21:43:25 +01:00
Jason Green 42d6fe6bd5 winefile: Add the ability to save window position to the registry. 2006-02-21 11:36:02 +01:00
Mike McCormack ee20ca1354 winefile: Move the license and warranty text into the resources. 2006-01-31 18:08:45 +01:00
Aric Stewart 59b2838f4e winefile: Highlight the file specified on the command line instead of
filtering based on it. To be integrated with explorer to allow for
that functionality.
2006-01-11 12:32:51 +01:00
Martin Fuchs f42fac5566 Use command line for initial directory selection.
Remove useless hwndParent variable.
2005-11-17 11:05:35 +00:00
Francois Gouget a1f9a13997 Use "static const" rather than "const static" as gcc -W complains
about the former.
2005-10-06 11:38:45 +00:00
Martin Fuchs c6593b04b9 Fix font handle leak after closing the 'choose font' dialog (based on
orginal patch by 'Christoph at ApiViewer.de')
2005-10-03 11:03:04 +00:00
Alexandre Julliard e4b2a0bbbc Use Get/SetWindowLongPtr instead of Get/SetWindowLong where
appropriate.
2005-09-09 15:20:04 +00:00
Alexandre Julliard 7f67b35a0d Replace a few more direct lpVtbl accesses by the proper macros. 2005-09-07 13:28:25 +00:00
Martin Fuchs 2a3ece86a6 - move ID_ABOUT_WINE into #ifdef __WINE__
- support for refresh in shell namespace windows
2005-07-07 20:27:24 +00:00
Martin Fuchs 62dbe21168 - remove <tchar.h> and <wchar.h> header usage by switching to WIN32
API string manipulation functions as far as possible
- switch to UNICODE compilaton
- remove launch_fileA() and tcscpyn
- don't crash in set_curdir() for NULL in the 'entry' pointer
2005-07-07 12:00:17 +00:00
Stefan Huehner 03cc8c4181 Remove some -Wstrict-prototypes warnings. 2005-06-17 10:11:37 +00:00
Martin Fuchs 1fc0e675fc Remove duplicate toolbar button. 2005-06-13 11:38:27 +00:00
Martin Fuchs f7a9c49738 - use const parameter in find_entry_shell()
- rename ExecuteDialogWndProg() to ExecuteDialogDlgProc()
- remove old comment
- add missing call to CtxMenu_reset()
2005-06-13 10:04:55 +00:00
Martin Fuchs afb99013df Remove unnecessary paint code. 2005-06-12 11:08:19 +00:00
Martin Fuchs b44c2a3d8c Fix file size in property dialog by using _stprintf() instead of
wsprintf().
2005-06-12 10:43:40 +00:00
Mike McCormack 5f409c7d5b Fix more warnings. 2005-06-10 19:32:24 +00:00