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
7e22be4d84
We are no longer generating .dbg.c files.
2005-09-29 10:35:58 +00:00
Henning Gerhardt
428567098d
Update German resource file.
2005-09-26 10:54:48 +00:00
Alexander N. Sørnes
8822dbbb92
Added Norwegian translations.
2005-09-25 15:15:25 +00:00
Steven Edwards
882023b2fa
Set text of help menu to Help.
2005-09-23 10:09:29 +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
Dmitry Timoshkov
c979bfcc0a
Remove unnecessary #pragma code_page(xxxx) statements from winefile
...
.rc files.
2005-08-22 09:24:18 +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
Jonathan Ernst
4335719eaf
Updated winefile French resources.
2005-07-05 11:00:33 +00:00
Henning Gerhardt
06de83a337
Update German resource files.
2005-07-01 19:16:36 +00:00
Martin Fuchs
4b4dfab8b9
Remove superfluous include statements.
2005-06-20 18:39:48 +00:00
Martin Fuchs
b43a69c617
- Sync with ReactOS repository, re-indent and remove tabs in resource
...
scripts and header files.
- Add #ifdef __WINE__ for the Wine About dialog.
2005-06-20 11:45:39 +00:00
Martin Fuchs
d948e6ca75
Corrections of Czech translation by Denzil.
2005-06-17 12:12:13 +00:00
Stefan Huehner
03cc8c4181
Remove some -Wstrict-prototypes warnings.
2005-06-17 10:11:37 +00:00
Mike McCormack
b61c182da8
More warning fixes.
2005-06-13 11:39:52 +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
bd5f6e2a40
Move __WINE__ ifdef directive.
2005-06-12 11:07:44 +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
Martin Fuchs
d50ae025ad
Synchronize resource scripts IDs of the different languages and adjust
...
INFO entries.
2005-06-07 20:06:57 +00:00
Martin Fuchs
3512161ddb
Implement file properties dialog (partly based on Rob D.'s winfile
...
code).
2005-06-06 10:02:43 +00:00
Martin Fuchs
2f5aee99f1
Refresh window content after context menu popups only if any command
...
has been executed.
2005-06-05 19:18:11 +00:00
Martin Fuchs
4c6ad7ffc5
Sync winefile's header between WINE and ReactOS.
2005-06-05 18:02:05 +00:00
Martin Fuchs
8cf6accf23
Fix position of column header labels.
2005-06-03 11:25:17 +00:00
Henning Gerhardt
1ab7234d55
Update German resource files.
2005-06-02 15:07:55 +00:00
Martin Fuchs
0a0fffa5eb
- implement commands 'copy' and 'delete'
...
- fix 'move' command for the left pane
2005-05-30 09:55:19 +00:00
Martin Fuchs
309ae27805
Refresh display after executing a context menu command.
2005-05-29 20:17:05 +00:00
Martin Fuchs
4e3fd5f3c3
Implement file filtering (matching of file name patterns and file
...
types).
2005-05-29 20:05:29 +00:00
Martin Fuchs
7b1df68929
Bug fixes for _NO_EXTENSIONS mode.
2005-05-23 10:26:47 +00:00
Martin Fuchs
371c620d2d
Implement ID_VIEW_SPLIT command.
2005-05-23 09:52:51 +00:00
Martin Fuchs
0ba99b10e6
The call to ScreenToClient() changes the content of the 'pt' variable,
...
so it can't be used for the following ShellFolderContextMenu() call.
2005-05-19 14:22:51 +00:00
Martin Fuchs
4a0a199fcf
Implement connecting and disconnecting of network drives.
2005-05-16 21:36:41 +00:00
Martin Fuchs
08cf5a301a
Implement menu entry "format disk" (derived from Robert Dickenson's
...
code).
2005-05-16 14:08:41 +00:00
Martin Fuchs
36f16c634b
Swedish translation of winefile resources by David Nordenberg,
...
proofread by Andreas Bjerkeholt.
2005-05-16 08:49:06 +00:00
Martin Fuchs
a55f54fb44
Implement switching of file sort order.
2005-05-16 08:48:54 +00:00
Martin Fuchs
0d5d71999f
- spelling fixes (prefered -> preferred)
...
- add ", {0, 0}, 0, 0" in comment lines
- update copyright statement
2005-05-14 18:50:30 +00:00
Martin Fuchs
12f0b41d13
Display free and total disk space in status bar.
2005-05-14 11:07:39 +00:00
Martin Fuchs
aeea9833c2
Display source path in "move file" dialog.
2005-05-13 17:46:11 +00:00
Martin Fuchs
b5ab337d72
Replace numeric resource identifiers by their defined constants.
2005-05-13 17:45:31 +00:00
Martin Fuchs
0a10ea00d1
Improved version of Piotr Caban's bugfix patch "Fixed display bug".
2005-05-11 18:23:30 +00:00
Martin Fuchs
05c0cd0081
Implement owner drawn context menus.
2005-05-04 09:47:07 +00:00
Jon Griffiths
eb5bf7dd38
Documentation spelling fixes.
2005-02-25 14:07:56 +00:00
Henning Gerhardt
bea24feaf8
Small fix for the German resource file.
2005-02-23 20:58:09 +00:00
Alex Villacís Lasso
18bfe6a095
Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
...
resources, so that Spanish locales other than Spain also use Spanish
resources.
2005-02-16 21:10:59 +00:00
Henning Gerhardt
d0cc21f45f
Add/updated German resources.
2005-02-15 20:46:19 +00:00
Marcelo Duarte
574c0edabb
Update the resources for Portuguese.
2005-02-14 11:12:30 +00:00
Alexandre Julliard
ba7a43e208
Authors: Américo José Melo <mmodem00@netvisao.pt>, Francois Gouget <fgouget@codeweavers.com>
...
Translate the Wine resources to Portuguese.
2005-02-10 17:14:15 +00:00
Hans Leidekker
a82f1350c2
Don't use utf8 in rc files.
2005-01-26 19:42:40 +00:00
José Manuel Ferrer Ortiz
760096d28f
Added Spanish translation.
2005-01-03 14:45:36 +00:00
Piotr Caban
fa5c73f1cf
Fixed display bug.
2004-12-14 11:43:30 +00:00
Eric Pouech
0a258964c2
Const correctness fixes.
2004-11-30 21:38:57 +00:00
Alexandre Julliard
a79c534c0e
Avoid using the MAKEPOINTS macro, it's broken on big endian.
2004-11-24 18:28:31 +00:00
Martin Fuchs
578f9f5a3d
Unicodify string constants.
2004-11-22 18:24:09 +00:00
Martin Fuchs
3980fd4e63
splitpath maintainance.
2004-11-22 18:23:03 +00:00
José Manuel Ferrer Ortiz
2a389a6979
Updated Spanish translations.
2004-11-21 15:49:24 +00:00
Martin Fuchs
f00691ce71
Fix English menu text.
2004-11-19 18:18:27 +00:00
David Kredba
60865df566
New Czech resources.
2004-10-25 21:54:56 +00:00
Martin Fuchs
69746f3c9d
Fix indenting of last patch (tabs instead of spaces).
2004-10-22 19:52:50 +00:00
Martin Fuchs
1573382dd6
- use ID_SELECT_FONT in german menu
...
- move string constants into string resources
2004-10-21 19:51:31 +00:00
Sylvain Petreolle
0479b97190
Update French translation.
2004-10-08 20:50:34 +00:00
Martin Fuchs
9bfcbefd13
- remove unused IDS_FILE_MOVE_ERROR
...
- use SetWindowFont() instead of SendMessage(WM_SETFONT)
- remove unused comment
- use GET_X_LPARAM() instead of GET_X_LPARAM()
- remove old _ROS_ preprocessor statements
2004-10-07 17:35:23 +00:00
Martin Fuchs
d1dceca69f
Fix "move file" implementation, in detail:
...
- use TCHAR to make the code UNICODE compatible
- pass return string buffer to the dialog procedure
- call display_error() in case of errors to display the WIN32 error
message
- use slash instead of back slash for unix file system compatibility
- format the code equally to the remaining winefile code
2004-10-07 04:25:29 +00:00
Martin Fuchs
e5d414ea38
Immediately refresh child windows after changing the font.
2004-10-07 04:20:04 +00:00
Martin Fuchs
016ac8877b
Fix sigsegv when double clicking directory entries.
2004-10-07 02:58:57 +00:00
Martin Fuchs
1b2dd4ba35
- remove trailing semicolons from constant definitions
...
- add some comments
- make time_to_filetime() a static function
2004-10-06 18:52:30 +00:00
Ivan Leo Puoti
c10e3cbfa2
Translation update.
2004-09-28 03:14:48 +00:00
Piotr Caban
c25c8cafe1
- added choosing fonts
...
- added file moving
2004-09-27 20:35:53 +00:00
Piotr Caban
5590928336
Added Polish translation.
2004-09-22 19:18:15 +00:00
Martin Fuchs
634c7a49c4
- Handle "." and ".." as special case and move them at the very first
...
beginning of directory listings.
- Remove unused variable wStringTableOffset.
2004-09-22 19:11:49 +00:00
Huw Davies
174e6a5d28
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
2004-08-24 18:33:01 +00:00
José Manuel Ferrer Ortiz
27a7a7a69a
Added some Spanish translations.
2004-06-28 23:51:05 +00:00
Ivan Leo Puoti
3e42f6953e
Changed my name, so update copyright info.
2004-05-27 02:25:13 +00:00
Alexandre Julliard
6be39b60f5
Take advantage of the new winegcc -B support.
2004-03-09 04:54:07 +00:00
Alexandre Julliard
589e115233
We no longer use the .exe.spec.c files.
2004-03-02 21:16:37 +00:00
Alexandre Julliard
6621b2d213
Build all the programs with winegcc.
2004-03-02 21:00:00 +00:00
Martin Fuchs
fa828cd057
- move some PIDL function declarations from undocshell.h into public
...
header, as they are no longer undocumented
- implement context menu support for Winefile
2004-02-11 04:18:12 +00:00
Francois Gouget
ad5ff7ceeb
Assorted spelling and case fixes.
2004-02-09 22:07:42 +00:00
Huw Davies
89ef25e218
Use the BTNS_* toolbar button style defines rather than the outdated
...
TBSTYLE_*.
2004-02-09 21:01:10 +00:00
Alexandre Julliard
20b4585e3c
Only link against libdxguid where necessary.
2004-01-27 00:11:16 +00:00
Ivan Leo Murray-Smith
edeb27b09c
Added Italian resources.
2004-01-02 01:50:05 +00:00
Alexandre Julliard
cf83c1254a
Define __WINE__ to enable extensions (spotted by Martin Fuchs).
2003-12-13 03:21:30 +00:00
Martin Fuchs
17b9837af4
Fixed missing initializations of struct SHELLEXECUTEINFO.
2003-12-12 04:11:25 +00:00
Hans Leidekker
5474ad83b1
- Dutch translations of Wine programs.
...
- Correct grammar error in winefile.
2003-10-27 22:03:28 +00:00
Pavel Roskin
7035adcae4
Convert resources to standard format without embedded binary data.
...
Fixes to be compatible with windres.
2003-10-04 04:21:19 +00:00
Vincent Béron
221aa8d2a5
Another batch of French resources updates.
2003-09-22 19:48:29 +00:00
Alexandre Julliard
2b644d60d6
Removed wrong or unneeded codepage pragmas.
2003-08-30 00:17:33 +00:00
Rok Mandeljc
d4c1ebabdb
Minor updates of Slovenian translations.
2003-08-29 22:21:43 +00:00
Alexandre Julliard
0e3042eb65
Don't use alloca.
2003-08-28 19:40:51 +00:00
Francois Gouget
01e8d2eb5f
Fix compilation error.
2003-08-13 19:43:19 +00:00
Richard Cohen
ca1fe9ec1d
Use __WINE__ instead of _WINE_, _WIN32.
2003-08-13 19:38:22 +00:00
Martin Fuchs
f6fab8c730
Extended winefile for an optional shell namespace mode.
2003-08-13 01:18:37 +00:00
Marcelo Duarte
de08661413
- Localization to Portuguese of Brazil
...
- Revision and addition of missing resources
- Minor typo fix and codepage fix in programs/winefile resource.
2003-06-30 20:22:35 +00:00
Marcelo Duarte
5bb472eae1
- localization to the Portuguese of Brazil of "programs/*"
...
- separation of some resources that only existed in English
- lesser adjustments in menus
2003-06-23 18:15:15 +00:00
Sylvain Petreolle
d478261f30
Added French translation, finished English translation.
2003-06-18 03:20:14 +00:00
Igor Stepin
97b7bc1984
Added a lot of Russian translations.
2003-05-04 02:33:08 +00:00
Igor Stepin
4acde5346f
Changed font charset from ANSI to DEFAULT_CHARSET.
2003-05-01 00:00:10 +00:00