add the driver details dialog (not fully implemented)
[reactos.git] / reactos / lib / devmgr / advprop.c
2005-12-29 Thomas Bluemeladd the driver details dialog (not fully implemented)
2005-12-27 Thomas Bluemelminor error handling fixes
2005-12-27 Thomas BluemelDisplay the driver provider, date and version. Based...
2005-12-27 Thomas Bluemelfixed remote device property pages
2005-12-26 Thomas BluemelAdd the driver page if necessary, based on a patch...
2005-12-17 Thomas Bluemelrename IsDeviceEnabled to IsDeviceStarted
2005-12-07 Thomas Bluemelprint more detailed information for the status codes...
2005-12-05 Thomas Bluemelimplemented enabling/disabling of devices
2005-12-05 Thomas Bluemeldisplay the "Reinstall Driver" button in case the insta...
2005-12-05 Thomas Bluemelupdate the hardware page on device status changes
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-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 Thomas Bluemel- hide devices if necessary
2005-11-30 Thomas Bluemelfixed call to SetupDiGetClassDevPropertySheets
2005-11-30 Thomas Bluemel- support remote device property sheets
2005-11-26 Thomas Bluemelfixed wrong comment
2005-11-26 Thomas Bluemelimplemented the general device information page
2005-11-26 Thomas Bluemelsimplify displaying the advanced device properties
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