atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / comdlg32 / printdlg.c
2012-08-13  Michael Stefaniuccomdlg32: Avoid TRUE:FALSE conditional expressions.
2012-07-11  Aric Stewartcomdlg32: Do not use GetDlgItemText to get combo box...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-03-27  Detlef Riekenbergcomdlg32: Return a device context when requested.
2012-03-27  Detlef Riekenbergcomdlg32: Use a helper to update the devmode handle.
2012-03-27  Detlef Riekenbergcomdlg32: Use a helper to get the printer driver info.
2012-03-27  Detlef Riekenbergcomdlg32: Use a helper to get the printer info.
2012-03-27  Detlef Riekenbergcomdlg32: Validate more parameters in PrintDlgEx.
2012-02-24  Alexandre Julliardcomdlg32: Avoid crash when driver name doesn't contain...
2012-02-13  Detlef Riekenbergcomdlg32: Exclude the driver path from the result.
2011-11-22  Frédéric Delanoycomctl32: Avoid hardcoding array lengths.
2011-11-21  Francois Gougetcomdlg32: Fix a couple of string resources so their...
2011-08-03  Francois GougetAssorted spelling fixes.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-06-22  Huw Daviescomdlg32: When changing printers, only preserve the...
2010-10-05  Alexandre Julliardcomdlg32: Fix incorrect use of the ScreenToClient function.
2010-09-27  Vitaly Perovcomdlg32: Add basic implementation of PrintDlgExA.
2010-08-16  Andrew Talbotcomdlg32: Constify a variable.
2010-03-15  Gerald Pfeifercomdlg32: Removed unused parameters from PRINTDLG_WMIni...
2010-03-01  Gerald Pfeifercomdlg32: Remove unused wParam parameters from PRINTDLG...
2010-01-07  Detlef Riekenbergcomdlg32: Remove unused code for the Button psh1.
2009-12-28  Alexandre Julliardcomdlg32: Don't use the instance of the owner window...
2009-12-28  Michael Stefaniuccomdlg32: Remove some explicit LPARAM/WPARAM casts.
2009-11-12  Alexandre Julliardcomdlg32: Reimplement the 16-bit print dialog on top...
2009-06-10  Andrew Talbotcomdlg32: Constify some variables.
2009-03-04  Andrew Talbotcomdlg32: Fix a typo.
2009-01-26  Huw Daviescomdlg32: Set the correct error code if there is no...
2009-01-23  Huw Daviescomdlg32: Move the unicode version to the common implem...
2009-01-23  Huw Daviescomdlg32: Add a placeholder for the unicode dialog...
2009-01-23  Huw Daviescomdlg32: Move the initialization code into a common...
2009-01-23  Huw Daviescomdlg32: Add a helper to return the dialog struct.
2009-01-23  Huw Daviescomdlg32: Add a function to access the hooks.
2009-01-23  Huw Daviescomdlg32: Remove ugly macro.
2009-01-23  Huw Daviescomdlg32: Simplify the DEVNAMES access functions are...
2009-01-23  Huw Daviescomdlg32: Fix incorrect scaling.
2009-01-23  Huw Daviescomdlg32: Add a helper to access the margin rect.
2009-01-23  Huw Daviescomdlg32: Add a helper function to access the PAGESETUP...
2009-01-23  Huw Daviescomdlg32: Use a helper function to retrieve pagesetup...
2009-01-22  Huw Daviescomdlg32: Rename pagesetup data type to reflect upcomin...
2009-01-22  Huw Daviescomdlg32: Simplify the preview change function a little.
2009-01-22  Huw Daviescomdlg32: Rewrite the 1000ths inch conversion function...
2009-01-22  Huw Daviescomdlg32: Rewrite the 10ths mm conversion function...
2009-01-22  Huw Daviescomdlg32: Move handling of the 'Properties' button...
2009-01-21  Huw Daviescomdlg32: Move invocation of the Printer... dialog...
2009-01-21  Huw Daviescomdlg32: Use unicode APIs to react to the change print...
2009-01-21  Huw Daviescomdlg32: Use unicode APIs in pagesetup_update_papersize.
2009-01-21  Huw Daviescomdlg32: Use unicode APIs to access the paper combos.
2009-01-21  Huw Daviescomdlg32: Initialize the paper comboboxes using unicode.
2009-01-21  Huw Daviescomdlg32: Initialize the printer combobox using unicode...
2009-01-21  Huw Daviescomdlg32: Rename PRINTDLG_PS_ChangePrinterA to better...
2009-01-20  Huw Daviescomdlg32: Add a function to update the orientation...
2009-01-20  Huw Daviescomdlg32: Add a helper for setting the defaultsource.
2009-01-20  Huw Daviescomdlg32: Add helpers for getting and setting the devmo...
2009-01-20  Huw Daviescomdlg32: Add a helper for getting the orientation.
2009-01-20  Huw Daviescomdlg32: Add a helper for setting the orientation.
2009-01-20  Huw Daviescomdlg32: Let pagesetup_update_papersize take care...
2009-01-20  Huw Daviescomdlg32: Switch to using a locale dependent decimal...
2009-01-20  Huw Daviescomdlg32: Fix parsing of the margin edit controls.
2009-01-20  Huw Daviescomdlg32: Give update_margin_edits the ability to updat...
2009-01-19  Huw Daviescomdlg32: We need to be able to type the decimal separa...
2009-01-19  Huw Daviescomdlg32: Display the fractional part of the margins.
2009-01-19  Huw Daviescomdlg32: Set the margins groupbox title to reflect...
2009-01-16  Huw Daviescomdlg32: Add an is_metric() helper function.
2009-01-16  Huw Daviescomdlg32: Correctly rotate the margins when the paper...
2009-01-15  Huw Daviescomdlg32: Remove a couple of obsolete WARN()s.
2009-01-15  Huw Daviescomdlg32: Set the margin edit controls using unicode...
2009-01-15  Huw Daviescomdlg32: Simplify the margin initialization.
2009-01-15  Huw Daviescomdlg32: If a measurement system isn't specified use...
2009-01-14  Huw Daviescomdlg32: We no longer need to update the dialog struct...
2009-01-14  Huw Daviescomdlg32: Use a unicode dialog.
2009-01-14  Huw Daviescomdlg32: Keep the DEVMODE's papersize member up to...
2009-01-14  Huw Daviescomdlg32: Keep the DEVMODE's orientation member up...
2009-01-14  Michael Stefaniuccomdlg32: Remove superfluous pointer casts.
2009-01-13  Huw Daviescomdlg32: Use the DEVMODE and DEVNAMES directly from...
2009-01-13  Huw Daviescomdlg32: Update the original dialog structure rather...
2008-12-27  Huw Daviescomdlg32: Use [G|S]etPropW instead of [G|S]etPropA.
2008-11-26  Huw Daviescomdlg32: GetPrinterW and GetPrinterDriverW return...
2008-10-31  Michael Stefaniuccomdlg32: Don't cast the return value of GetProp()...
2008-09-22  Andrew Talbotcomdlg32: Sign-compare warnings fix.
2008-09-05  Jan de Mooijcomdlg32/printdlg: Leave FromPages/ToPages empty if...
2008-09-05  Jan de Mooijcomdlg32/printdlg: If ToPages field is left empty set...
2008-07-17  Gal Toppercomdlg32: PrintDlgEx: Add support for RETURNDEFAULT.
2008-07-17  Gal Toppercomdlg32: PrintDlgEx: Change scope of strings for later...
2008-04-15  Andrew Talbotcomdlg32: Remove unused variables.
2008-04-01  Vitaly Perovcomdlg32: When PD_USEDEVMODECOPIESANDCOLLATE flag is...
2008-03-25  Lei Zhangcomdlg32: Avoid double free in PRINTDLG_PaperSizeA/W.
2008-03-03  Alexandre JulliardReplace some instances of LoadStringA by LoadStringW.
2008-02-29  Andrew Talbotcomdlg32: Assign to structs instead of using memcpy.
2008-02-27  Alexander Nicolays... comdlg32: PrintDlgW: Remove incorrect FIXME.
2008-02-26  Alexander Nicolays... commdlg: PrintDlg16: Handle print quality combobox.
2008-02-19  Rob Shearmancomdlg32: Fix the character length passed into GetDlgIt...
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-15  Andrew Talbotcomdlg32: Rename some identifiers to reflect their...
2008-02-13  Andrew Talbotcomdlg32: Assign to structs instead of using memcpy.
2008-01-08  Alexander Nicolays... comdlg32: PageSetupDlgW: Set paper size in printer...
2008-01-07  Alexander Nicolays... comdlg32: PageSetupDlgW: Set orientation in printer...
2007-12-26  Alexander Nicolays... comdlg32: PageSetupDlgW: Load paper orientation in...
2007-12-10  Alexander Nicolays... comdlg32: PageSetupDlgW: Swap margins when changing...
2007-12-10  Alexander Nicolays... comdlg32: PageSetupDlgA: Swap margins when changing...
2007-12-08  Alexander Nicolays... comdlg32: PageSetupDlgA: Read margins from correct...
next