List 16-bit spec files explicitly to avoid problems with some versions
[wine] / dlls / shlwapi /
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-18  Maxime BellengéStub for SHAutoComplete.
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-15  Jon GriffithsDocumentation updates.
2003-03-15  Jon GriffithsSHCreateThread is exported by name _and_ ordinal.
2003-03-15  Jon GriffithsCorrect behaviour for some error conditions.
2003-03-10  Maxime BellengéImplemented SHRegSetUSValueA and SHRegSetUSValueW.
2003-03-04  Rolf KalbermatterFix endless loop in StrPBrkW.
2003-02-12  Sergei Turchanov- _SHStrDupAA forgot about terminating '\0'.
2003-01-15  Juergen SchmiedGive some functions real names.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-09  Matthew MastracciAdd implementation for PathCreateFromUrlW and add the...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-19  Robert ShearmanImplemented UrlCreateFromPath[AW] and slightly related
2002-12-18  Francois GougetFix signed/unsigned warnings.
2002-12-16  György 'Nog' Jeney- Implement ordinals 167 and 171.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-07  Rolf KalbermatterFix signature of SHLWAPI_334 as its string parameter...
2002-12-06  Rolf KalbermatterFix some parameter types.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-13  Mike McCormackFix a few GDI memory leaks.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Michael StefaniucCompile the shlwapi dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-09-20  Jon GriffithsReorganise/minor tidyup of ordinal functions.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-16  Francois GougetNetpGetComputerName, SHCopyKeyA and SHRegGetPathA don...
2002-09-16  Duane ClarkWait for app to come up before attempting DDE connection.
2002-09-12  Alexandre JulliardDelete registry key at exit.
2002-09-12  Alexandre JulliardFixed AssocCreate declaration.
2002-09-12  Patrik StridvallFixed C++ comments.
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}.
next