Changes between Version 216 and Version 217 of windows_backend_activity_log
- Timestamp:
- 09/10/10 15:52:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v216 v217 295 295 o [wdi] embedder is compiled a 64 bit app on 32 bit platform when using MinGW-w64 to cross compile (reported by Xiaofan) [FIXED: 2010.08.27] 296 296 o [wdi] AC_CHECK_FILES does not work when cross compiling [FIXED: 2010.08.30] 297 o [wdi] device needs replug if device_id is not provided but device is present [FIXED: 2010.09.10] 297 298 o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 298 299 o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] … … 328 329 o [zadig] bad scrollup / log tearing [FIXED: 2010.08.19] 329 330 o [zadig] can crash when pressing install with no device selected [FIXED: 2010.08.21] 331 o [wdi-simple] progress bar doesn't use common-controls look when built from DDK/MinGW 330 332 331 333 [WINDOWS DRIVER INSTALLER (WDI)] … … 473 475 o run another memory leak test [DONE: 2010.09.01] 474 476 o newdev.h is a bother. Can we get rid of it? [DONE: 2010.09.02] 477 o allow the provision of relative path for extraction dir [DONE: 2010.09.09] 478 o single device driver installer for use in app setup scripts [DONE: 2010.09.09] 479 o provide INNO setup script sample 475 480 o driver uninstallation (v2) 476 481 o set IgnoreHWSerNumVVVVPPPP so that devices with different serials don't prompt for driver reinstall (v2)