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 |
|
Mike McCormack
|
106e65e0f8
|
shlwapi: Ordinal 394 should load and call shell32.SHNotifyChange.
Makes builtin shlwapi behave better during reboot after IE6 install.
|
2006-08-16 12:57:23 +02:00 |
|
Mike McCormack
|
ba3d4b2243
|
shlwapi: Add a stub implementation for ZoneComputePaneSize.
Allows IE6 to show its main window with builtin shlwapi.
|
2006-08-16 12:54:02 +02:00 |
|
Huw Davies
|
0476397387
|
shlwapi: Add tests for PathUnquoteSpaces.
|
2006-08-09 17:12:21 +02:00 |
|
Andrew Talbot
|
5f2558f506
|
shlwapi/tests: Write-strings warnings fix.
|
2006-08-09 11:20:12 +02:00 |
|
Jacek Caban
|
5d1b0d89b4
|
shlwapi: Change file path to URL in UrlCanonicalize.
|
2006-07-31 10:49:35 +02:00 |
|
Jacek Caban
|
fddd703b38
|
shlwapi: Change '/'->'\' only for file protocol in UrlCanonicalize.
|
2006-07-27 11:42:49 +02:00 |
|
James Hawkins
|
c70bf5aaab
|
shlwapi: Add tests for PathCommonPrefixA.
|
2006-07-13 13:48:27 +02:00 |
|
James Hawkins
|
a6f4ede255
|
shlwapi: Add tests for PathBuildRootA.
|
2006-07-13 13:48:19 +02:00 |
|
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
|
Alexandre Julliard
|
77dc0d9be5
|
.gitignore: Added wildcards to ignore generated resource files.
|
2006-07-10 21:39:00 +02:00 |
|
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
|
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
|
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +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 |
|
James Hawkins
|
ad064915c9
|
shlwapi: Add tests for PathFindExtensionA.
|
2006-06-30 20:43:18 +02:00 |
|
James Hawkins
|
b333f0c4d2
|
shlwapi: Add tests for PathCanonicalize.
|
2006-06-30 20:43:09 +02:00 |
|
James Hawkins
|
3a1a607a00
|
shlwapi: Add tests for PathAppendA.
|
2006-06-28 15:40:38 +02:00 |
|
Andrey Turkin
|
a7d008f51b
|
shlwapi: Test for UrlGetPart in case of file name.
|
2006-06-27 11:50:21 +02:00 |
|
James Hawkins
|
251d76888d
|
shlwapi: Add tests for PathAddBackslash.
|
2006-06-27 11:14:58 +02:00 |
|
James Hawkins
|
7412bddd36
|
shlwapi: Add tests for PathCombineA.
|
2006-06-27 11:14:43 +02:00 |
|
Paul Vriens
|
a796b8a3f7
|
shlwapi: PathCombineW should return NULL on invalid parameters.
|
2006-06-26 12:56:47 +02:00 |
|
Juan Lang
|
8076d1cf12
|
shlwapi: Small cleanups.
- forward MLGetUILanguage to kernel32
- correct type of parameter to MLLoadLibrary
|
2006-06-20 20:36:04 +02:00 |
|
Alexandre Julliard
|
0cbd0a367d
|
shlwapi/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
|
2006-06-13 13:57:59 +02:00 |
|
Michael Stefaniuc
|
56026299d0
|
Remove more redundant NULL checks before HeapFree (found by Smatch).
|
2006-06-07 14:20:09 +02:00 |
|
Alexandre Julliard
|
23f9e358ad
|
Tests should not use wine/unicode.h.
|
2006-05-24 18:05:09 +02:00 |
|
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
|
Mike McCormack
|
2b32128d42
|
shlwapi: Add a stub implementation for IUnknown_ProfferService.
|
2006-05-05 20:57:11 +02:00 |
|
Mike McCormack
|
db8090eec2
|
shlwapi: Add a stub implementation for IUnknown_QueryServiceExec.
|
2006-05-05 20:55:12 +02:00 |
|
Jonathan Ernst
|
2748087e0f
|
shlwapi: French localization.
|
2006-04-17 11:58:53 +02:00 |
|
Peter Oberndorfer
|
ac0bee4bf2
|
shlwapi: Ignore leading spaces in PathMatchSpec.
|
2006-04-12 11:17:12 +02:00 |
|
Peter Oberndorfer
|
759324a20c
|
shlwapi: Add tests for PathMatchSpec.
|
2006-04-12 11:16:58 +02:00 |
|
Antonio Codazzi
|
4a0b6e9c11
|
shlwapi: Added Esperanto language.
|
2006-04-11 11:28:01 +02:00 |
|
Francois Gouget
|
6bddeb1cf7
|
Assorted spelling fixes.
|
2006-03-21 20:10:39 +01:00 |
|