Remove support for 'file', 'name', and 'mode' in .spec files.
[wine] / dlls / shlwapi /
2002-09-12  Jon GriffithsMake hex digits static const & share them.
2002-09-12  Jon GriffithsImplementation and test for SHCopyKeyA/W.
2002-09-10  Jon GriffithsImplement @163,164,168,175,182,187,286,SHSkipJunction.
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-06  Jon GriffithsImplemented registry MIME type functions @324-329.
2002-09-06  Jon GriffithsAdd @138,@157,@180,@197,@204.
2002-09-04  Jon GriffithsAdded Assoc* funcs (but not underlying IQueryAssociatio...
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Rein KlazesForward shlwapi.393 to CreateDialogIndirectParamW.
2002-08-27  Dmitry TimoshkovCorrect the number of parameters for StrRStrIA/W.
2002-08-26  Jon GriffithsImplement UrlHashW.
2002-08-19  Jon GriffithsFix existing string functions, implement a bunch of...
2002-08-19  Jon GriffithsCreate security attributes when running as NT or later.
2002-08-19  Jon GriffithsFree comctl32 on unload.
2002-08-16  Dmitry TimoshkovImplement comctl32.417 and shlwapi.299. This avoids...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-09  Alexandre JulliardFixed string lengths to do the right thing for all...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-06  Juergen SchmiedImplement StrRetToStr in shlwapi.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-07-24  Jon GriffithsPathAppendA/W: Don't skip '\\' if path is UNC.
2002-07-23  Patrik StridvallFixed some issues found by winapi_check.
2002-07-22  Jon GriffithsMove thread related functions to new file.
2002-07-20  Juergen Schmied- Many stubs
2002-07-19  Jon GriffithsSet amounts read/written to 0, share Un/Lock code,...
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-19  Jon GriffithsAvoid winreg.h inclusion.
2002-07-16  Guy L. Albertelli- Remove stub for ordinal 394 and replace with forward to
2002-07-16  Jon GriffithsImplement SHCreateStreamOnFileA/W/Ex, ordinals @166...
2002-07-09  Jon GriffithsImplement/document @17,18,19,20,21,22 (Compact list...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-02  Juergen Schmied- implementations for SHLWAPI_267, SHLWAPI_268
2002-07-01  Alexandre Julliard- stubs for SHLWAPI.295 (create a URL shortcut ?) and...
2002-06-28  Eric PouechNo longer depends on external env strings values.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-04  Alexandre JulliardDuplicated wsprintf implementation in shlwapi.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Juergen SchmiedAdded some tests.
2002-05-09  Juergen SchmiedReimplemented SHRegGetPathA/W, SHGetValueA/W, SHRegGetP...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-03  Alexandre JulliardAvoid local WINAPI function pointers to work around...
2002-03-23  Patrik StridvallFixed some issues found by winapi_check.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Jon GriffithsDocument, implement/fix and test 110+ Path functions.
2002-03-20  Guy L. Albertelli- Reimplement functions 350, 351, 352 to use appropriat...
2002-03-19  Sergei TurchanovOrdinal 342 is really named SHInterlockedCompareExchange.
2002-03-11  Turchanov SergeiImplement ordinal 342.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Michael CardenasMore complete implementation of SHLWAPI_356.
2002-02-21  Guy L. Albertelli- Forward ordinals 40, 41, 143, 362 to appropriate...
2002-02-20  Lawson WhitneyProtect PathIsUNCServerShare from null lpszPath.
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-12  Guy L. AlbertelliPartially implement SHRegWriteUSValue{A|W}.
2002-02-05  Patrik StridvallMSVC compile fixes.
2002-01-29  Guy L. AlbertelliFix PathCreateFromUrl{A|W} to return the corrrect error...
2002-01-29  Guy L. AlbertelliFix SHRegOpenUSKey{A|W} and SHRegQueryUSValue{A|W}...
2002-01-18  Patrik StridvallFixed some issues found by winapi_check.
2001-12-24  Jon GriffithsImplement/document ordinals 7-11.
2001-12-24  Gerard PatelTrivial fixes for shlwapi and Internet routines.
2001-12-17  Jon GriffithsImplemented, documented or fixed SHDeleteOrphanKeyA...
2001-12-17  Uwe BonnesPathIsURL(A|W): Check for NULL strings.
2001-12-11  Jon GriffithsAdd new stub MLLoadLibrary.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-12-04  Guy L. Albertelli- Correct implementation of _169 (call of Release)...
2001-12-01  Guy L. Albertelli- Fixed PathIsURL{A|W}.
2001-12-01  Guy L. Albertelli- Stub routines for _164, _208, _210, _211, _239, _356...
2001-11-20  Patrik StridvallDocumentation fixes.
2001-11-19  Francois GougetA few typos.
2001-11-13  Guy L. Albertelli- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
2001-11-09  Guy L. AlbertelliUse proper unicode routine.
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Guy Albertelli- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
2001-11-06  Guy Albertelli- Implement SHLWAPI_1 (ASCII version of SHLWAPI_2).
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  Francois GougetFix incorrect use of a Unicode string literal.
2001-11-05  Guy Albertelli- Indicate that StrRetToStrN{A|W} and StrRetToBuf{A...
2001-10-28  Guy L. Albertelli- Added stubs for _18,_21,_22 which seem to be used...
2001-10-28  Guy L. AlbertelliStub UrlCombineA and initial implementation of UrlCombineW.
2001-10-28  Guy L. AlbertelliImplement SHRegGetBoolUSValue{A|W}.
2001-10-24  Guy Albertelli- Correct implementation of HUSKEY internals, including...
2001-10-24  Guy Albertelli- Implement:
2001-10-21  Guy L. Albertelli- Add stubs for _25, _33, _35
2001-10-21  Guy L. Albertelli- Implement HUSKEY design.
2001-10-21  Guy L. Albertelli- Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW.
2001-10-01  Andreas MohrFix/document SHLWAPI ordinals 217 and 218.
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-09-07  Guy L. Albertelli- Finish PathParseIconLocation{A|W}.
2001-09-07  Guy L. AlbertelliImplemented stubs for SHRegEnumUSKey{A|W} and return...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
next