directx header from mingw, writen by our Filip Navara
[reactos.git] / reactos / lib /
2005-12-04 Sebastian Gasiorekupdated listbox control from wine 0.9.2
2005-12-04 Thomas Bluemeladded missing constants
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-12-03 Magnus Olsenrevert my latest change for it contain to some serous...
2005-12-03 Sebastian Gasiorekfix for LoadStringA - return part of string if buffer...
2005-12-03 Magnus OlsenImplmenet IDxDiagContainerImpl_GetNumberOfProps, IDxDi...
2005-12-03 Gé van GeldorpDocument (failed) attempt to optimize memcpy()
2005-12-03 Thomas Bluemelfixed prototype of GdiGetCharDimensions
2005-12-03 Sebastian Gasiorekfixes from Wine.
2005-12-03 Thomas Bluemelpartly implemented DeviceProblemWizardA/W
2005-12-03 Thomas Bluemel- document and partly implement DevicePropertiesExA/W()
2005-12-03 Thomas Bluemel- if the device cannot be opened display information...
2005-12-02 Sebastian Gasiorekimported newer version of DIALOG_DoDialogBox and DEFDLG...
2005-12-02 Sebastian Gasiorekfixes for GetDlgItemTextA, GetDlgItemTextW and DIALOG_C...
2005-12-02 Magnus OlsenCorretat en översätting miss upptäckes av harteex progr...
2005-12-02 Sebastian GasiorekImported from Wine 0.9.2:
2005-12-01 Thomas Bluemelfixed a device status check (take two)
2005-12-01 Thomas Bluemelfixed a device status check
2005-12-01 Gé van GeldorpSend proper messages/events to processes during logoff...
2005-12-01 Hervé PoussineauHMACHINE and DEVINST are not the same thing. Fix their...
2005-12-01 Thomas Bluemelfixed uninitialized variable warning
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Thomas Bluemeldon't tell the user the device is working properly...
2005-12-01 Thomas Bluemelfixed refreshing the advanced properties on device...
2005-12-01 Thomas Bluemelhandle device updates in the advanced property pages...
2005-12-01 Thomas Bluemel- display whether the device is enabled or disabled
2005-12-01 Gé van GeldorpNotify main thread in case of exception
2005-12-01 Thomas Bluemel- hide devices if necessary
2005-12-01 Hervé PoussineauDon't write outside the array in SetupDiGetClassDevProp...
2005-11-30 Thomas Bluemelfixed querying the automatic daylight-savings information
2005-11-30 Thomas Bluemelrename dhcpcapi.dll to dhcpcsvc.dll
2005-11-30 Thomas Bluemelimplemented SetupDiGetClassDevPropertySheetsA
2005-11-30 Thomas Bluemelfixed call to SetupDiGetClassDevPropertySheets
2005-11-30 Gé van GeldorpAlex Buell <alex.buell@munted.org.uk>:
2005-11-30 Hervé PoussineauFinish implementation of SetupDiGetClassDevPropertyShee...
2005-11-30 Thomas Bluemeldisplay "Unknown" as status when querying the device...
2005-11-30 Thomas Bluemel- support remote device property sheets
2005-11-30 Alex Ionescu- Implement remaining functions in rtl/i386/math_asm.S
2005-11-30 Steven Edwardsa few more porting fixes
2005-11-30 Alex Ionescu- Remove NTSYSAPI/NTSYSCALLAPI definitions from NDK...
2005-11-30 Alex Ionescu- Disable inlining of more string functions in MSVC...
2005-11-30 Alex Ionescu- Define _CTYPE_DISABLE_MACROS for MSVC build.
2005-11-30 Steven Edwardsand remove the defines from here for _CRT_* backward...
2005-11-30 Steven Edwards'precomp.h' -><precomp.h>
2005-11-30 Hartmut Birr- Used the already detected cache line size for RtlPref...
2005-11-29 Thomas Bluemelfix comment in RtlPrefetchMemoryNonTemporal
2005-11-29 Alex Ionescu- Implement RtlPrefectMemoryNonTemporal. Patch by Patri...
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-28 Gé van GeldorpFix the fix to RtlFindMessage
2005-11-28 Alex Ionescu- Remove inlined gas assembly + c code mix in math...
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-28 Thomas Bluemelfix no newline at end of file warning
2005-11-28 Thomas Bluemelfixed some warnings
2005-11-28 Thomas Bluemelminor fixes
2005-11-27 Art YerkesCase changes for file names to unbreak unix build.
2005-11-27 Thomas Bluemelfixed uninitialized variable warning
2005-11-27 Thomas BluemelPatch by encoded <samcharly@hotmail.com>:
2005-11-27 Gé van GeldorpAuto-register DLLs during 2nd stage setup
2005-11-27 Hervé PoussineauKeep remote machine name in device info set. Use it...
2005-11-27 Hervé PoussineauWrite connection name at the right place in registry.
2005-11-27 Hervé PoussineauSmall cleanup/fixes:
2005-11-27 Hervé PoussineauImplement most of SetupDiGetClassDevPropertySheetsW
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-27 Casper HornstrupSpeed up compilation of gdiplus
2005-11-27 Casper HornstrupSpeed up compilation of advapi32
2005-11-27 Ged Murphyremove my changes to Elronds patch. RtlNtStatusToDosErr...
2005-11-27 Magnus OlsenTranslaton and keyboard driver by Robert Horvath -...
2005-11-27 Ged Murphyforgot to remove debugging
2005-11-27 Ged MurphyAdd more debug info and better error control, from...
2005-11-27 Steven Edwardsmore crt, crtdll and msvcrt cleanup
2005-11-27 Royce Mitchell IIImsvc compatibility
2005-11-27 Steven Edwardsinline -> __inline
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-27 Alex Ionescu- Fix a typo causing a potentially fatal bug in user...
2005-11-27 Alex Ionescu- Add DDK alignment macros and move/rename the ones...
2005-11-26 Gé van GeldorpUse correct prototype for DbgPrint. Thanks to Hartmut...
2005-11-26 Sebastian Gasiorekfixed resource id for performance button
2005-11-26 Thomas Bluemelfixed difference in signedness warning
2005-11-26 Casper HornstrupRegister shdocvw.dll during second stage setup
2005-11-26 Thomas Bluemelfixed wrong comment
2005-11-26 Thomas Bluemeldisplay the device properties when double-clicking...
2005-11-26 Thomas Bluemelimplemented the general device information page
2005-11-26 Thomas Bluemeladd stub for SetupDiLoadClassIcon
2005-11-26 Hervé PoussineauRemove useless property pages
2005-11-26 Thomas Bluemelsimplify displaying the advanced device properties
2005-11-26 Thomas Bluemelinclude wchar.h for swprintf
2005-11-26 Gé van Geldorpeol-style fixes
2005-11-26 Thomas Bluemelminor fix in SetupDiGetDeviceInstanceIdA
2005-11-26 Gé van GeldorpSync to Wine-0_9_2:
2005-11-26 Thomas Bluemelimplemented SetupDiGetDeviceInstanceIdA
2005-11-26 Gé van GeldorpSync to Wine-0_9_2:
2005-11-26 Gé van GeldorpSync to Wine-0_9_2:
2005-11-26 Hervé PoussineauInstall one more time the .SoftwareSettings section...
2005-11-26 Hervé PoussineauFix French control panel description
2005-11-26 Hervé PoussineauImplement SetupDiGetDeviceInstanceIdW
2005-11-26 Thomas Bluemelproperly handle the case where devices don't supply...
2005-11-26 Thomas Bluemelcreate the property sheets modally
2005-11-26 Thomas Bluemelforgot to add this file
2005-11-26 Thomas Bluemelinitial implementation of DeviceAdvancedPropertiesA/W
next