Hwang YunSong(황윤성)
d337991fb5
winefile: Updated Korean resource.
2006-07-26 10:25:12 +02:00
Alexandre Julliard
77dc0d9be5
.gitignore: Added wildcards to ignore generated resource files.
2006-07-10 21:39:00 +02:00
Alexandre Julliard
028ab92bf7
make_progs: Generate the .gitignore file.
...
Ignore generated programs from the top-level .gitignore.
2006-07-10 20:59:06 +02:00
Alexandre Julliard
cc2b3b48e6
Take advantage of the recursive nature of .gitignore for Makefile entries.
...
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Francois Gouget
9bfbfcbeb4
Assorted spelling, case and grammar fixes.
2006-06-26 13:06:11 +02:00
Mike McCormack
d20c6cf8ca
Fixed more boolean comparisons against TRUE.
2006-05-24 14:38:20 +02:00
Jonathan Ernst
ce7e2e16ab
Uniformization of French main menu accelerators.
2006-05-24 10:35:26 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Alexander N. Sørnes
a4b0147b2a
winefile: Fix typo in the Norwegian resources.
2006-04-17 12:00:15 +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
Petr Tesarik
39a4fa4348
winefile: Czech language resources encoding fix.
2006-02-13 13:29:49 +01:00
Fatih Aşıcı
8a54a9221c
winefile: Turkish translation.
2006-02-06 13:09:34 +01:00
Alexander N. Sørnes
31afe883d7
Norwegian Bokmål updates.
2006-02-06 11:43:16 +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
YunSong Hwang
38dbf09da2
winefile: Fix an incorrect translation.
2005-12-05 12:48:33 +01:00
Alexandre Julliard
ec34a66612
Ignore symlink files too (needed for git).
2005-11-26 13:12:57 +01:00
Alexandre Julliard
0ec7e1a591
Renamed all .cvsignore files to .gitignore.
2005-11-26 13:10:33 +01:00
YunSong Hwang
68baacc859
Update Korean translations.
2005-11-21 12:01:19 +00:00
Martin Fuchs
f42fac5566
Use command line for initial directory selection.
...
Remove useless hwndParent variable.
2005-11-17 11:05:35 +00:00
YunSong Hwang
3ddd394e25
Update Korean translations.
2005-11-15 12:06:12 +00:00
YunSong Hwang
6e20af5dac
Add Korean translations.
2005-11-14 11:27:36 +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
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