Add TCM_SETCURSEL when setting page current.
[wine] / dlls / comctl32 / propsheet.c
2002-06-28  Guy L. AlbertelliAdd TCM_SETCURSEL when setting page current.
2002-06-14  Guy L. AlbertelliSupport images on the tabs of pages that are added...
2002-06-13  Guy L. Albertelli- Correct page rectangle calculation.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-28  Maciek KaliszewskiFixed memory allocation bug in PROPSHEET_CollectPageInfo.
2002-05-14  Sander van Leeuwen- Center property sheet page during creation (padding)
2002-05-14  Guy L. AlbertelliFixed issues with Unicode conversion. Certain strings...
2002-04-02  Dimitrie O. PaunFix two compilation warnings.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Alexandre JulliardAuthors: Guy Albertelli <guy@codeweavers.com>, Mike...
2001-12-19  Lawson WhitneyIf there is no psInfo, it doesn't need to be cleaned up.
2001-08-06  Andreas MohrFixed tab control index handling.
2001-07-26  Marcus MeissnerBe a bit more graceful on NULL property sheet titles.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-06  Marcus MeissnerImplemented page skipping on PSN_SETACTIVE -1 return.
2001-02-12  Andreas MohrCheck PROPSHEETPAGEA.pfnCallback for NULL pointer if...
2001-01-10  François GougetOnly copy the dwSize bytes really occupied by lpPropShe...
2000-12-27  Andreas Mohr- clarify many error messages
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-09  Dmitry TimoshkovMake a copy of the dialog resource before correcting...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-08-26  Andreas Mohr"Fixed" horribly misaligned pages in property sheets...
2000-08-21  Gerard PatelDisable the owner of a modal dialog box just before...
2000-07-08  Slava MonichOn Windows property sheet has DWL_USER dword pointing...
2000-06-07  Noomen HamzaThe active page should be unchanged when removing an...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Jim AstonThis reverts Matts patch. The messaging needs double...
2000-02-25  Serge IvanovIn Windows, if PropertySheet can't create some page...
1999-11-28  Alexandre JulliardSerge Ivanov
1999-11-13  Adrian ThurstonAdded validations for page index before using it.
1999-11-07  Eric PouechFixed SetTitleA when string resources were to be loaded.
1999-10-31  Thuy NguyenPSM_ADDPAGE returns TRUE or FALSE.
1999-10-31  Thuy NguyenFill in the hwndFrom field of the NMHDR structure when...
1999-10-31  Thuy NguyenWizard mode property sheets have a tab control.
1999-10-31  Pierre MageauDo not send two PSN_KILLACTIVE messages.
1999-10-23  Ulrich CzekallaPropertySheet didn't destroy page dialog's window while...
1999-10-23  Adrian ThurstonProper resource support for dialog title.
1999-10-23  Ulrich Czekalla- adds calling application defined callback function...
1999-10-13  Pierre MageauWhen an error occurred in a property sheet because...
1999-10-13  Marcus MeissnerCheck for NULL ptr in Propsheet_RemovePage (Xing DVD...
1999-09-19  Thuy NguyenAdded support for wizard property sheets.
1999-09-04  Thuy NguyenGive applications a copy of the property sheet dialog...
1999-08-18  Thuy NguyenImplemented the PSH_USEICONID/PSH_USEHICON and the...
1999-08-14  Thuy NguyenAdded support for icons in property sheet tabs.
1999-07-24  Thuy NguyenFixed notifications.
1999-07-20  Gerard PatelReset disabled style for the dialog boxes set on proper...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-22  Eric KohlToolbar customization dialog (take one).
1999-05-08  Marcus MeissnerFixed warning.
1999-05-08  Marcus MeissnerPass PROPSHEETPAGE to propertypage dialog as lParam.
1999-05-01  Thuy NguyenAdded support for adding and removing pages dynamically...
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-22  Thuy NguyenFirst patch implementing property sheets.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-11  Alexandre JulliardAuthors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxe...
1999-01-28  James JuranCommented out unused variables to prevent needless...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-24  Eric KohlFixed several bugs and typos.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...