- Change dispatcher lock release to be more like documented in Windows Internals...
[reactos.git] / reactos / lib / newdev /
2005-12-29 Hervé PoussineauRelicence newdev.dll to LGPL. Christoph von Wittich...
2005-12-29 Hervé PoussineauSet DI_FLAGSEX_ALLOWEXCLUDEDDRVS flag when searching...
2005-12-24 Magnus OlsenFixed Cz.rc to SUBLANG_DEFAULT so make VS happy
2005-12-17 Thomas Bluemelfixed IsUserAdmin and enable the calls to it
2005-12-15 Hervé PoussineauAdd a hack to enable "Do not show this dialog anymore...
2005-12-05 Thomas Bluemeldisable the device if the user selects "Do not show...
2005-11-27 Magnus OlsenTranslaton and keyboard driver by Robert Horvath -...
2005-11-23 Hervé PoussineauDon't check if user is admin before installing a device...
2005-11-23 Aleksey BraginTranslation of newdev by unC0Rr, proofread by me.
2005-11-22 Hervé PoussineauFix sublanguage IDs in .rc files:
2005-11-19 Thomas BluemelAdd a stub for ClientSideInstallW. umpnpmgr is supposed...
2005-11-16 Christoph von Wittichfix memory leak in case of error
2005-11-16 Christoph von Wittichadded UpdateDriverForPlugAndPlayDevicesA (untested)
2005-11-15 Christoph von Wittichadd a check for SPDRP_CONFIGFLAGS which is not working yet
2005-11-13 Steven EdwardsPablo Borobia - Spanish Translation
2005-11-11 Hervé PoussineauFix device installation in second stage setup
2005-11-10 Christoph von Wittichfixed typo. DevInstallW with SW_HIDE should work now
2005-11-09 Christoph von Wittichdisplay correct device name after successful driver...
2005-11-09 Hervé Poussineau- Fix header usage
2005-11-08 Christoph von Wittichstarted implementation of device driver installation...
2005-10-25 Christoph von Wittichfix network
2005-10-21 Christoph von Wittichadd resources for newdev.dll
2005-10-12 Thomas Bluemelfixed difference in signedness warning
2005-10-12 Hervé PoussineauIn DevInstallW:
2005-10-02 Hervé PoussineauAdd stubs for InstallNewDevice, InstallSelectedDriver...
2005-09-30 Hervé PoussineauAdd newdev.dll, and implement DevInstallW function.