Added support for restarting directory scans on platforms where
[wine] / dlls / commdlg / printdlg.c
2004-01-09  Alexandre JulliardSome more Win16/Win32 separation (based on a patch...
2004-01-02  Robert ShearmanRemove PRINTDLG_GetDefaultPrinterName; use Win32 GetDef...
2003-10-14  Mike McCormackPass the correct lparam when calling PageDlgProcA's...
2003-10-07  Steven EdwardsRemove a few unneeded include statements in internal...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-02  Steven EdwardsSplit Win16/32 printer dialogs.
2003-06-30  Alexandre JulliardGet/SetPropW needs a Unicode string.
2003-06-27  Mike HearnStore PrintStructures in a window property instead...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-14  Dmitry TimoshkovUse SetDlgItemText instead of sending a WM_SETTEXT.
2003-04-29  Alexandre JulliardGet rid of the COMMDLG_hInstance variables.
2003-03-17  Tony LambregtsJanitorial. Get rid of W->A call.
2003-03-06  Tony LambregtsJanitorial. Get rid of W->A call.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-11-21  Andrew John HughesMake commdlg compile with -DSTRICT.
2002-11-01  Matthew DavisonFixed some handle conversions for -DSTRICT.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-21  Duane ClarkSet the return value of the PD_PAGENUMS flag.
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-06-13  Alexandre JulliardStore print dlg structure in a property instead of...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-11  Marcus MeissnerImplemented PrintDlgW and PageSetupDlgW.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-08  Francois GougetSmall typo fixes/updates.
2001-09-10  Bill MedlandMore graceful exit on failure.
2001-07-27  Andreas MohrDon't crash if DeviceCapabilities(DC_PAPERNAMES) fails.
2001-07-14  Marcus MeissnerAdded Quality Box (readonly currently) for 16bit templa...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-07  Duane ClarkSwap portrait/landscape icon when button clicked.
2001-05-05  Marcus MeissnerFixed WM_COMMAND notification codes for 16 bit PrintDlg.
2001-05-05  Marcus MeissnerImplemented large parts of PageSetupDlgA.
2001-05-02  Marcus MeissnerFixed PrintDlg so the devnames struct contains the...
2001-04-27  Marcus MeissnerAdded CUPS printing support.
2001-02-26  Gerard PatelMap 32 bits resource for 16 bits print dialog.
2001-02-12  Duane Clark- make the Landscape/Portrait buttons do something.
2001-02-12  Huw D M DaviesAdd an updown control to the copy count entry.
2001-02-12  Huw D M DaviesCall LoadImage to load the non-standard sized collate...
2001-01-22  Jon Griffiths- Fix a typo in TBSAVEPARAMS A/W declaration.
2001-01-02  Marcus MeissnerImplement PrintDlg16 better (adding PrintDlgProc16...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-07  Marcus MeissnerFixed handling of DialogBoxIndirectParamA return value.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-06-02  Juergen Schmied- Rewrite of the shell related parts of the dialog...
2000-05-26  Huw D M DaviesAdd PrintSetup dialog and support for hooks and templates.
2000-05-11  Alexandre JulliardJean-Claude Batista
2000-04-23  Alexandre JulliardRemoved a few inter-dll dependencies.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
1999-11-13  Klaas van GendImplemented the PrintSetup dialog box for the PrintDlgA.
1999-10-13  Huw D M DaviesMap PrintDlg16 to PrintDlgA.
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-03  Klaas van GendCompleted PrintDlg32 resource stringtable.
1999-08-15  Gerard PatelFix special case when no printer installed.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-07  Klaas van GendImplemented the return of hDevModes and hDevNames in...
1999-07-30  Klaas van Gend- added Collate/NoCollate Icons to Print32 dialog ...
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-05-02  Klaas van GendMore implementation of PrintDlgA.
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-15  Klaas van Gend- Reimplementation of the CommDlg ExtendedError mechani...
1999-03-13  Bertho StultiensMoved error codes to cderr.h.
1999-02-28  Klaas van GendCreate a new subdirectory for the common dialog box...