2012-09-24 |
Francois Gouget | Use the CP_ACP and NULL macros instead of numeric liter... |
blob | commitdiff | raw |
2012-08-13 |
Michael Stefaniuc | shlwapi: Avoid FALSE:TRUE conditional expressions. |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Nikolay Sivov | shlwapi: Partially implement SHRegCreateUSKeyW. |
blob | commitdiff | raw | diff to current |
2010-05-19 |
Vincent Povirk | shlwapi: Implement SHRegEnumUSValue. |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Piotr Caban | shlwapi: Invoke RegGetValue on SHRegGetValue call. |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Piotr Caban | shlwapi: Update SHRegGetValue definition. |
blob | commitdiff | raw | diff to current |
2009-12-04 |
Aric Stewart | shlwapi: Close the correct key in SHRegCloseUSKey. |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Michael Stefaniuc | shlwapi: Remove superfluous pointer casts. |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Francois Gouget | shlwapi: Remove WINAPI on static functions where not... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Michael Stefaniuc | shlwapi: Remove superfluous casts of/to void pointers. |
blob | commitdiff | raw | diff to current |
2008-04-29 |
Andrew Talbot | shlwapi: Remove unused variables. |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Austin English | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Michael Stefaniuc | shlwapi: Do not use wide character constants. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Andrew Talbot | slwapi: Make function definitions and declarations... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Kai Blin | shlwapi: Remove redundant check in assignment, unicode... |
blob | commitdiff | raw | diff to current |
2007-01-04 |
Kai Blin | shlwapi: Remove redundant check in assignment (Coverity). |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Marcus Meissner | shell32: Forward SHDeleteKeyA directly to SHDeleteKeyW. |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Dmitry Timoshkov | shlwapi: Make some data const. |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Dmitry Timoshkov | shlwapi: Unify SHDeleteKeyW implementation with SHDelet... |
blob | commitdiff | raw | diff to current |
2006-10-13 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Hans Leidekker | shlwapi: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Alexandre Julliard | shlwapi: Fixed use of wrong buffer in SHCopyKeyW. |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Uwe Bonnes | Semi-stub implementation for SHRegGetValue(A|W). |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Marcus Meissner | The last argument to MultiByteToWideChar is wide charac... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Steven Edwards | Correct RegCreateKeyEx[A/W] prototype to match the... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Robert Shearman | Fix SHCopyKey to treat string parameter correctly as... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Jon Griffiths | Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc). |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Hans Leidekker | Stub implementations for PathUnExpandEnvStringsSHRegEnu... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Paul Vriens | Change the order of Src and Dst in CopyKey calls/functions. |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Bill Medland | Fix SHDeleteKey so that it will handle deleting a key... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Jon Griffiths | Implement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyN... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Mike McCormack | Fix memory allocation problems. |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Francois Gouget | Make our ascii strings static const. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Jon Griffiths | Make copies of keys when creating, free them when done. |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
blob | commitdiff | raw | diff to current |
2004-01-18 |
Stefan Leichter | Added stub for SHRegisterValidateTemplate. |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Francois Gouget | Don't use the data returned by RegQueryValueExW if... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Alexandre Julliard | Fixed cut&paste error. |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Robert Shearman | - Convert ordinals to their real names. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Jon Griffiths | Implement @280,343,344. |
blob | commitdiff | raw | diff to current |
2003-03-30 |
Vitaliy Margolen | Unicode strings termination fixes. |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Jon Griffiths | Documentation updates. |
blob | commitdiff | raw | diff to current |
2003-03-10 |
Maxime Bellengé | Implemented SHRegSetUSValueA and SHRegSetUSValueW. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Andreas Mohr | - fix some pselling |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Michael Stefaniuc | Compile the shlwapi dll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Jon Griffiths | Implementation and test for SHCopyKeyA/W. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Jon Griffiths | Implemented registry MIME type functions @324-329. |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Juergen Schmied | - Many stubs |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Vincent Béron | Fixed some more missing \n in traces. |
blob | commitdiff | raw | diff to current |
2002-05-24 |
James Juran | Add missing \n to output messages. |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Juergen Schmied | Reimplemented SHRegGetPathA/W, SHGetValueA/W, SHRegGetP... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Guy L. Albertelli | Partially implement SHRegWriteUSValue{A|W}. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Guy L. Albertelli | Fix SHRegOpenUSKey{A|W} and SHRegQueryUSValue{A|W}... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Jon Griffiths | Implemented, documented or fixed SHDeleteOrphanKeyA... |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Jon Griffiths | Add exclusion defs & remaining funcs, remove internal... |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Guy L. Albertelli | - Fixed PathIsURL{A|W}. |
blob | commitdiff | raw | diff to current |
2001-11-13 |
Guy L. Albertelli | - Implement ordinals 7, 8, 9, 13, 14, 19, 36. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Fix incorrect use of a Unicode string literal. |
blob | commitdiff | raw | diff to current |
2001-10-28 |
Guy L. Albertelli | Implement SHRegGetBoolUSValue{A|W}. |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Guy Albertelli | - Correct implementation of HUSKEY internals, including... |
blob | commitdiff | raw | diff to current |
2001-10-21 |
Guy L. Albertelli | - Implement HUSKEY design. |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Guy L. Albertelli | Implemented stubs for SHRegEnumUSKey{A|W} and return... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-05-24 |
Andreas Mohr | - add stubs SHLWAPI_294, UrlApplySchemeW |
blob | commitdiff | raw | diff to current |
2001-04-25 |
Gael de Chalendar | Corrected a typo in spec file and added some stubs. |
blob | commitdiff | raw | diff to current |
2001-03-22 |
Jeff Garzik | Added needed string.h includes. |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Jon Griffiths | Implement a bunch of shlwapi functions, add some new... |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Huw D M Davies | Moved all the documented shlwapi functions out of undoc... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Marcus Meissner | Added some ordinal stubs, implemented SHDeleteValue... |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Mike McCormack | Implemented SHDeleteEmptyKeyA, SHDeleteKeyA. |
blob | commitdiff | raw | diff to current |
2000-07-26 |
Alexandre Julliard | Moved shlwapi routines from shell32.dll to shlwapi... |
blob | commitdiff | raw | diff to current |
|