Alexandre Julliard
|
f662e2548b
|
shlwapi: Fixed string tests for non-English locales.
|
2006-12-08 12:55:43 +01:00 |
Francois Gouget
|
c66628b73f
|
Consistently use SUBLANG_NEUTRAL for Italian resources.
|
2006-12-05 11:28:38 +01:00 |
Marcus Meissner
|
1ce977d672
|
shell32: Forward SHDeleteKeyA directly to SHDeleteKeyW.
|
2006-12-04 12:22:57 +01:00 |
Dmitry Timoshkov
|
884e7eed4a
|
shlwapi: Make some data const.
|
2006-11-28 12:36:23 +01:00 |
Francois Gouget
|
26a7c0cd83
|
shlwapi: Add a Portuguese translation (contributed by Americo Jose Melo).
|
2006-11-28 12:13:09 +01:00 |
Francois Gouget
|
b5f104d05b
|
Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages.
|
2006-11-24 11:49:32 +01:00 |
Francois Gouget
|
26b2cdf8a0
|
shlwapi/tests: Remove unneeded NONAMELESS* macros.
|
2006-11-24 11:49:00 +01:00 |
Andrew Talbot
|
b7b28e33f0
|
shlwapi: Cast-qual warnings fix.
|
2006-11-16 12:46:32 +01:00 |
Andrew Talbot
|
cb12dd6cd9
|
shlwapi: Cast-qual warnings fix.
|
2006-11-16 12:45:36 +01:00 |
Hans Leidekker
|
bc2e37ba44
|
shlwapi: UrlEscapeA should fail with E_POINTER when querying the buffer size.
|
2006-11-13 12:48:15 +01:00 |
Dmitry Timoshkov
|
50a18ca57e
|
shlwapi: Unify SHDeleteKeyW implementation with SHDeleteKeyA.
|
2006-11-10 13:50:00 +01:00 |
Mike McCormack
|
da3d6815da
|
shlwapi: Use HeapAlloc/Free instead of malloc/free.
|
2006-11-10 11:35:18 +01:00 |
Andrey Turkin
|
5151c81a23
|
shlwapi: Implement GetShellSecurityDescriptor and test for it.
|
2006-11-08 15:49:33 +01:00 |
Jacek Caban
|
587156f43e
|
shlwapi: Added SHQueueUserWorkItem implementation.
|
2006-10-30 11:36:30 +01:00 |
Francois Gouget
|
9fe4673347
|
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
|
2006-10-24 17:47:09 +02:00 |
Mikołaj Zalewski
|
58bd35c8c5
|
resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL.
|
2006-10-24 17:45:51 +02:00 |
Mikołaj Zalewski
|
e32aa55703
|
resources: Change German sublanguage code to SUBLANG_NEUTRAL.
|
2006-10-24 11:45:12 +02:00 |
Mikołaj Zalewski
|
7b170df2ee
|
shlwapi: Test and fix StrRStrI[AW].
|
2006-10-23 15:16:05 +02:00 |
Mikołaj Zalewski
|
ef8151b379
|
shlwapi/tests: Disable the StrFromTimeInterval tests as they are language-dependent.
|
2006-10-23 15:15:02 +02:00 |
Mikołaj Zalewski
|
5f5c662a67
|
shlwapi/tests: Enable the locale-dependent tests if the delimiters are correct.
|
2006-10-23 15:14:39 +02:00 |
Mikołaj Zalewski
|
bd35b0a122
|
shlwapi/tests: Make the string.c tests compile in Visual C++.
|
2006-10-23 15:14:29 +02:00 |
Byeong-Sik Jeon
|
e1fd734c97
|
Korean: Use SUBLANG_NEUTRAL in Korean resources.
|
2006-10-20 13:49:39 +02:00 |
Jonathan Ernst
|
a34e04eaf4
|
Use SUBLANG_NEUTRAL in French resources.
|
2006-10-19 13:35:05 +02:00 |
Michael Stefaniuc
|
15765dd953
|
The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.
|
2006-10-16 10:53:04 +02:00 |
Francois Gouget
|
58162f87fd
|
Assorted spelling fixes.
|
2006-10-13 11:55:04 +02:00 |
Alexandre Julliard
|
6a9222fc39
|
Fixed some printf warnings caused by using sizeof.
|
2006-10-12 14:58:25 +02:00 |
Ge van Geldorp
|
d642e11438
|
winapi_test: Regenerate tests.
Remove structs from test list which have preprocessor directives in
their definitions (winapi_test can't handle that).
|
2006-10-11 12:12:21 +02:00 |
Paul Vriens
|
b5728948d5
|
shlwapi: Cast-qual warnings fix.
|
2006-10-10 17:00:07 +02:00 |
Hans Leidekker
|
a8ccd5816a
|
shlwapi/tests: Win64 printf format warning fixes.
|
2006-10-07 18:05:16 +02:00 |
Louis. Lenders
|
8b4c7327d4
|
shlwapi: Update info in DllGetVersion.
|
2006-10-07 18:04:49 +02:00 |
Hans Leidekker
|
e119a04a26
|
shlwapi: Win64 printf format warning fixes.
|
2006-10-06 17:26:49 +02:00 |
Hans Leidekker
|
385a8da4e4
|
Don't use utf-8 in rc files.
|
2006-10-06 12:32:23 +02:00 |
Francois Gouget
|
82babbee0b
|
Add missing '\n's to Wine traces.
|
2006-10-05 17:46:48 +02:00 |
Francois Gouget
|
38520a819c
|
Assorted spelling fixes.
|
2006-10-03 15:56:21 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Andrew Talbot
|
b19c98481a
|
shlwapi: Add size parameters to function that takes array arguments.
|
2006-09-28 14:07:15 +02:00 |
Paul Vriens
|
2ade49bf08
|
url: Fixed wrong argument (Coverity).
|
2006-09-20 12:25:29 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Louis. Lenders
|
531ee64e79
|
shlwapi: Simple test for UrlCanonicalizeA.
|
2006-09-07 13:44:24 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Hwang YunSong(황윤성)
|
dd306b9158
|
shlwapi: Updated Korean resource.
|
2006-08-26 18:54:57 +02:00 |
Mikołaj Zalewski
|
f108b034cb
|
shlwapi: Move strings used by StrFromTimeInterval to resources.
|
2006-08-23 15:58:10 +02:00 |
Hwang YunSong(황윤성)
|
3a04565b18
|
shlwapi: Update Korean resource.
|
2006-08-23 12:00:35 +02:00 |
Mikołaj Zalewski
|
c4c00040ba
|
shlwapi: Make StrFormatByteSize format numbers using locale settings.
|
2006-08-23 11:58:52 +02:00 |
Mikołaj Zalewski
|
c18b0b7bd3
|
shlwapi: Format the kilobyte file size number using locale settings.
The code is quite complex but I haven't found any easier way to do it
(passing NULL as NUMBERFMT results in two decimal places being appended).
|
2006-08-22 12:10:47 +02:00 |
Alexander Nicolaysen Sørnes
|
212edf2349
|
shlwapi: Update Norwegian Bokmål resources.
|
2006-08-21 12:06:38 +02:00 |
Frank Richter
|
5c07d88ed1
|
shlwapi: Update German resources.
|
2006-08-18 20:56:20 +02:00 |
Mikołaj Zalewski
|
fc6d24f33d
|
shlwapi: Add the Polish translation.
|
2006-08-18 11:45:18 +02:00 |
Mikołaj Zalewski
|
c0e6c94ab4
|
shlwapi: Store the "%ld bytes" string as a resource.
|
2006-08-18 11:44:22 +02:00 |
Stefan Leichter
|
684b6c24a3
|
shlwapi: Print 64bit integers with wine_dbgstr_longlong.
|
2006-08-18 11:34:43 +02:00 |