Add an assert if both arguments to DD_STRUCT_COPY_BYSIZE are equal.
[wine] / dlls / commdlg /
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Kimmo MyllyvirtaBring Finnish resources up to date.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-19  Milko KrachounovBulgarian resources for mpr, msi, user, commdlg, oleaut...
2005-09-18  Alexander N. SørnesAdded Norwegian translations.
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-09-06  Marcus MeissnerPrintDlg16: Copy back the Flags, nFromPage, nToPage...
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-08-25  Vitaly LipatovRestore paper orientation when pagesetupdlg is initiali...
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-08-12  Michael JungCheck the GetPidlFromDataObject's doSelected parameter...
2005-08-10  Troy RolloBrowse to the directory if a directory name is typed...
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-07-08  Henning GerhardtUpdate German resource files.
2005-07-07  Eugeny GorelovImplement most functionality of PageSetupDlg function.
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Huw DaviesAdd English neutral version of IDS_COLOR_GRAY.
2005-06-28  Mike McCormackFix declarations.
2005-06-28  Michael JungDon't expand MyComputer in the file dialogs without...
2005-06-23  Vitaly Lipatov- Add some descriptions for PageSetupDlg functions.
2005-06-07  Juan LangFix return code abuse (don't use HRESULT when it isn...
2005-06-04  Huw DaviesIf a folder is selected on Open then browse into it...
2005-06-04  Huw DaviesUse DWLP_MSGRESULT to return values from the dialog...
2005-06-04  Huw DaviesSend CDN_FOLDERCHANGE whenever we change folder.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-26  Michael JungUse IShellFolder::GetDisplayNameOf instead of SHGetPath...
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-05-13  Alexandre JulliardDon't convert the template name to Unicode, it's not...
2005-05-12  Mike HearnFix return code abuse.
2005-05-09  Michael JungDetect drive letters, which have to have a backslash...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-19  Francois GougetSBSP_ABSOLUTE is 0 so we cannot do (wFlags & SBSP_ABSOL...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-18  Eric PouechAdded proper definition for PRINTDLGEX[AW] structures.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-14  Juan LangChange a fixme to a warn, and use W version of call.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-25  Troy RolloFix stack object overrun when an application calls...
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-14  Mike HearnRespect the flags member of the CHOOSEFONT structure...
2005-02-10  Dmitry TimoshkovDo not forget to allocate internal OPENFILENAMEW struct...
2005-02-03  Dmitry TimoshkovMake GetOpenFileNameW with an old style open file dialo...
2005-01-28  Rémi Assaillychar -> const char fixes.
2005-01-24  José Manuel Ferrer... Updated Spanish resources.
2005-01-24  Robert Shearman- Draw a representation of a document in the page setup...
2005-01-20  Dmitry TimoshkovCorrect coordinates of a couple of controls.
2005-01-17  Jonathan ErnstUpdated French resources.
2005-01-17  Henning GerhardtUpdate German resources.
2005-01-14  Ulrich CzekallaGetFileName31W should call unicode version of FD31_Allo...
2005-01-10  Jacek CabanGet rid of W->A calls.
2005-01-10  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-09  José Manuel Ferrer... Updated Spanish resource.
2005-01-09  Jacek CabanMoved save* strings to resources.
2005-01-06  Jacek CabanMoved string to resources.
2005-01-04  Robert ShearmanChange dialog templates to not explicitly specify exten...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Jacek CabanUnicodified fontdlg.
2004-12-22  Dmitry TimoshkovReplace 'All xxx pages' text in common print dialog...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-11-29  Eric PouechMade some functions and variables static.
2004-11-29  Mike McCormackCFM_GETSPEC always returns a space-separated list.
2004-11-24  Mike McCormackFix ofn.nFileOffset when multiple files are selected.
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-08  Vincent BéronBetter document some apis in commdlg and mscms.
2004-10-07  Jon GriffithsConstify some statics and make them smaller.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Jacek CabanAdded/updated Polish translations.
2004-09-23  Steven EdwardsRemove unneeded include statements.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-09-22  Dimitrie O. PaunAvoid W->A transitions.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-09-06  Jacek CabanTranslation update.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-08-30  Jacek CabanPolish translation update.
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Dmitry TimoshkovY coordinate of the "magic" static control should be...
2004-08-18  Huw DaviesFix printer selection in PD_PRINTSETUP type dialogs.
2004-08-16  Dmitry Timoshkov- Use "MS Shell Dlg" in the Open File dialog templates...
2004-08-16  Rein KlazesFix a crash saving a file without file name extension...
2004-08-14  Jacek CabanTranslation update.
2004-08-14  Jacek CabanFix a bug in passing parameters to CFn_WMInitDialog...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-02  James HawkinsCleanup A->W cross calls.
2004-07-22  Henning GerhardtMinor fixes and updates to the German resource files.
2004-07-21  Mike McCormackUnicode file dialogs send and receive unicode messages.
2004-07-19  James HawkinsBetter fix for collate icon behavior.
2004-07-16  James HawkinsFixed collate icon behavior.
2004-07-16  James HawkinsCheck for empty PrinterName in PRINTDLG_WMCommandW.
2004-07-14  Krishna MurthyAdd the selected extension from file type filter if...
next