gdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign.
[wine] / dlls / setupapi /
2007-08-13  Jason Edmeadessetupapi: Remove duplicate backslashes on dirids.
2007-08-10  Jason Edmeadessetupapi: Add test to show setupapi does not handle...
2007-07-31  Paul Vrienssetupapi/tests: Use GetModuleHandleA instead of LoadLib...
2007-07-10  Detlef Riekenbergadvpack+setupapi: Remove unneeded checks before SetupCl...
2007-07-10  Detlef Riekenbergsetupapi: Avoid crash in SetupCloseInfFile.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-06-25  Misha Koshelevsetupapi: Simplify code as native setupapi does not...
2007-06-22  Michael Stefaniucsetupapi: Do not use wide character constants.
2007-06-15  Misha Koshelevsetupapi: Handle unquoted paths in InstallHinfSection...
2007-06-15  Misha Koshelevsetupapi/tests: Add basic tests for InstallHinfSectionA...
2007-05-29  Francois Gougetsetupapi/tests: There is no strncasecmp() on Windows...
2007-05-29  Rob Shearmansetupapi: Add a FIXME in SetupCopyOEMInfW for when...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotsetupapi: Exclude unused headers.
2007-05-21  Hans Leidekkersetupapi: Don't require a valid version section for...
2007-05-18  Hans Leidekkersetupapi: Add a partial implementation for SetupScanFil...
2007-05-18  Hans Leidekkersetupapi: Correctly handle an empty filename in SetupGe...
2007-05-18  Hans Leidekkersetupapi: Implement pSetup{Get, Set}QueueFlags.
2007-05-11  Rob Shearmansetupapi: SetupOpenInfFile returns INVALID_HANDLE_VALUE...
2007-05-08  Paul Vrienssetupapi/tests: SetupQueryInfOriginalFileInformationA...
2007-05-08  Rob Shearmansetupapi: Improve the stub for SetupQueryInfOriginalFil...
2007-05-08  Rob Shearmansetupapi: Don't copy an OEM inf file if the exact same...
2007-05-04  Rob Shearmansetupapi: Partially implement SetupQueryInfOriginalFile...
2007-05-04  Rob Shearmansetupapi: Add stubs for SetupQueryInfOriginalFileInform...
2007-05-04  Rob Shearmansetupapi: The inf file containing the SourceDisksFiles...
2007-05-02  Rob Shearmansetupapi: SetupCopyOEMInfW should preserve the basename...
2007-04-26  Paul Vrienssetupapi/tests: SetupCopyOEMInfA is not available on...
2007-04-25  Paul Vrienssetupapi/tests: SetupDiCreateDeviceInfoListExW is not...
2007-04-10  Hans Leidekkersetupapi: Implement SetupGetFileCompressionInfo on...
2007-04-10  Paul Vrienssetupapi/tests: Run tests on win98 again.
2007-04-09  Alexandre Julliardsetupapi: Avoid using sizeof in traces.
2007-04-09  Hans Leidekkersetupapi: Remove debug traces from allocation routines.
2007-04-09  Hans Leidekkersetupapi: Add tests for SetupDecompressOrCopyFile.
2007-04-09  Hans Leidekkersetupapi: Implement SetupDecompressOrCopyFile{A, W}.
2007-04-09  Hans Leidekkersetupapi: Add tests for SetupGetFileCompressionInfoEx.
2007-04-09  Hans Leidekkersetupapi: Implement SetupGetFileCompressionInfoEx{A...
2007-03-28  James Hawkinssetupapi: SetLastError to ERROR_SUCCESS on success.
2007-03-28  James Hawkinssetupapi: Correct the Inf output position.
2007-03-28  James Hawkinssetupapi: The Inf file should be copied regardless...
2007-03-28  James Hawkinssetupapi: Don't allow relative paths in SetupCopyOEMInf.
2007-03-28  James Hawkinssetupapi: Handle the SP_COPY_NOOVERWRITE flag.
2007-03-28  Francois Gougetsetupapi: Fix InstallCatalog()'s calling convention.
2007-03-27  James Hawkinssetupapi: Add several tests for SetupCopyOEMInf, with...
2007-03-21  Alexandre Julliardsetupapi: Add support for .inf files in utf-8 format.
2007-03-21  Andrew Talbotsetupapi: Replace inline static with static inline.
2007-03-19  Hans Leidekkersetupapi: Add a stub implementation for InstallCatalog.
2007-02-20  Hans Leidekkersetupapi: Always return an empty list from SetupDiGetCl...
2007-02-20  Hans Leidekkersetupapi: Implement SetupCopyOEMInf{A,W}.
2007-02-19  Hans Leidekkersetupapi: Add stub implementations for SetupDiGetINFCla...
2007-02-05  Andrew Talbotsetupapi: Declare some functions static.
2007-01-08  Francois Gougetsetupapi/tests: Print GetLastError() in decimal with...
2006-12-21  Francois Gougetsetupapi: Fix handling of 'CopyFiles=@file'.
2006-12-15  Hans Leidekkersetupapi: Add a stub implementation for SetupPromptReboot.
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-11-29  Christian Gmeinersetupapi: Added AssertFail stub.
2006-11-17  Hans Leidekkersetupapi: Add tests for SetupGet{SourceFileLocation...
2006-11-16  Hans Leidekkersetupapi: Implement SetupGetTargetPath{A,W}.
2006-11-15  Hans Leidekkersetupapi: Implement SetupGetSourceInfo{A,W}.
2006-11-14  Andrew Talbotsetupapi: Cast-qual warning fix.
2006-11-14  Hans Leidekkersetupapi: Implement SetupGetSourceFileLocation{A,W}.
2006-11-14  Hans Leidekkersetupapi: The inf section suffix that corresponds to...
2006-11-10  Mike McCormacksetupapi: Use HeapAlloc/Free instead of malloc/free.
2006-11-08  Francois Gougetsetupapi: setupapi.h must not define HSTRING_TABLE...
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-16  Dmitry Timoshkovsetupapi: Fix a typo.
2006-10-14  James Hawkinsinclude: Move cfgmgr32.h to include/ to match the SDK.
2006-10-14  Michael Stefaniucsetupapi: Win64 printf format warning fixes.
2006-10-10  Michael Ploujnikovsetupapi/tests: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-29  Francois GougetAssorted spelling fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Damjan Jovanovicsetupapi: Brace the guid in SetupDiOpenClassRegKeyExW.
2006-09-26  James Hawkinssetupapi: Fix a typo.
2006-09-26  Frank Richtersetupapi: Duplicate behaviour of native SetupGetInfInfo...
2006-09-20  Paul Vrienssetupapi/tests: Use pSetupDiOpenClassRegKeyExA.
2006-09-20  Paul Vrienssetupapi: Fixed wrong check (Coverity).
2006-09-14  James Hawkinssetupapi: Add stubs for SetupOpenLog, SetupCloseLog...
2006-09-14  James Hawkinssetupapi: Implement pSetupGetField, with tests.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-10  Damjan Jovanovicsetupapi: Fixed returns values and added a test for...
2006-09-08  Francois Gougetsetupapi: Document a Microsoft spelling mistake so...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Frank Richtersetupapi: Make do_file_copyW send "target newer" notifi...
2006-08-15  Paul Vrienssetupapi: Make tests loadable again on NT4.
2006-08-10  Francois Gougetsetupapi: Fix handling of inf paths that are quoted...
2006-08-10  Michael Stefaniucjanitorial: Removed the rest of the redundant NULL...
2006-08-07  Andrew Talbotsetupapi/tests: Write-strings warnings fix.
2006-08-05  Kevin Koltzausetupapi: Create an empty list when getting device...
2006-07-31  James Hawkinssetupapi: Add a stub implementation of SetupGetSourceInfo.
2006-07-24  Christian Gmeinersetupapi: Move SetupDiGetClassDevsExW into devinst.c.
2006-07-21  Christian Gmeinersetupapi: Implemented SetupDiCreateDeviceInfoA.
2006-07-21  Christian Gmeinersetupapi: Rename a test.
2006-07-20  Christian Gmeinersetupapi: Add stub for SetupDiCreateDeviceInfoW.
2006-07-20  Christian Gmeinersetupapi: Remove unneeded NULL checks before MyFree().
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
next