Add a '\r\n' to lpszHeaders if it is not already terminated by
[wine] / dlls / commdlg /
2003-12-08  Dmitry TimoshkovFix a font object leak in the font dialog's WM_PAINT...
2003-12-04  Rein KlazesCorrect the test for the ODS_SELECTED bit in the WM_DRA...
2003-12-04  Rein KlazesUse the lfHeight field to initialize the font dialog...
2003-12-03  Rein KlazesImplement combobox to select the font's character set.
2003-12-01  Steven EdwardsSplit the Win16/32 color dialog by duplicating two...
2003-12-01  Jon GriffithsSpelling/Grammar fixes.
2003-12-01  Rein KlazesAdd sample texts for all missing character sets (or...
2003-11-30  Dmitry TimoshkovA general cleanup of the version resources in Wine...
2003-11-28  Rein KlazesRemember (do not reset) font size and style parameters...
2003-11-28  Rein KlazesFix a bug in the test for italic font style property.
2003-11-28  Rein KlazesTidy up indentation.
2003-11-26  Rein KlazesFix "sample" box drawing by adding some needed coordina...
2003-11-20  Ivan Leo Murray... Added/updated Italian resources.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-10-16  Alexandre JulliardReplaced a few more 0xffffffff by the appropriate const...
2003-10-16  Steven Edwards- Split Win16/32 file dialogs.
2003-10-14  Mike McCormackPass the correct lparam when calling PageDlgProcA's...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Steven EdwardsRemove a few unneeded include statements in internal...
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
2003-10-01  Michael StefaniucFix missing mem freeing on error path.
2003-09-30  Michael StefaniucFix memory leaks on error path.
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-09  Alexandre JulliardConverted the rest of the obj_*.h headers to IDL into...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
2003-08-22  Dmitry TimoshkovSome applications depend on the order of initialization...
2003-08-21  Dmitry TimoshkovCope with potentially moved and resized file view window.
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-02  Steven EdwardsSplit Win16/32 printer dialogs.
2003-07-30  Francois GougetSome spelling fixes.
2003-07-28  Dmitry TimoshkovImprove handling of custom dialog templates passed to
2003-07-24  Marcelo Duarte- lesser adjustments in cdlg_Pt.rc (better visual)
2003-07-21  Mike McCormackSend a CDN_FOLDERCHANGE message when we change folders.
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-30  Alexandre JulliardGet/SetPropW needs a Unicode string.
2003-06-27  Mike HearnStore PrintStructures in a window property instead...
2003-06-26  Steven EdwardsRemove unneeded calls to LoadLibrary16 and FreeLibrary16.
2003-06-24  Steven EdwardsMore splitting of the Win16/32 internal filedlgproc...
2003-06-23  Oleg ProkhorovFixed Russian commdlg localization. Some resource eleme...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-16  Rok MandeljcUpdated a bunch of translations for Slovenian language.
2003-06-16  Steven EdwardsSplit Win16/32 file dialogs.
2003-06-13  Steven EdwardsSplit Win16/32 color dialog support.
2003-06-07  Steven EdwardsSeparate Win16 and Win32 font dialog support.
2003-05-14  Dmitry TimoshkovUse SetDlgItemText instead of sending a WM_SETTEXT.
2003-05-13  Huw DaviesBetter handling of OFN_NOVALIDATE for win31 style file...
2003-05-11  Mike McCormackFill the filedialog95 controls before sending a CDN_INI...
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-04-29  Alexandre JulliardGet rid of the COMMDLG_hInstance variables.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-30  Vitaliy MargolenUnicode strings termination fixes.
2003-03-26  Maxime BellengéFix the lookin combobox overlapping the toolbar in...
2003-03-25  Maxime BellengéFix how the size of the dialog is computed and the...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Tony LambregtsJanitorial. Get rid of W->A call.
2003-03-07  Adam GundyArrangeCtrlPositions() did not cope correctly with...
2003-03-06  Tony LambregtsJanitorial. Get rid of W->A call.
2003-02-15  Shachar Shemesh- Implemented two lookup tables for the sample fonts...
2003-01-28  Shachar Shemesh- Defined IDs for string constants for font color names...
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-21  Liu SpiderImplemented GetFileTitleW; GetFileTitleA now is a call to
2003-01-15  Juergen SchmiedTranslated some remaining English words.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Alberto MassariMoved implementation of strpbrkW from filedlg95.c to...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-11  Rok MandeljcFixed some characters.
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-21  Andrew John HughesMake commdlg compile with -DSTRICT.
2002-11-20  Tisheng ChenAdded Simplified Chinese support.
2002-11-13  Mike McCormackSend a CDN_FILEOK in FILEDLG95_OnOpenMultipleFiles.
2002-11-13  Shachar Shemesh- Added support for CF_ENABLETEMPLATEHANDLE.
2002-11-08  Shachar Shemesh- Changed all numeric resources in ChooseFont to labels...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-01  Matthew DavisonFixed some handle conversions for -DSTRICT.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-25  Michael StefaniucSome small cleanups.
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-21  Duane ClarkSet the return value of the PD_PAGENUMS flag.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-13  CarlosAvoid crashes when ofnW->lpstrFile is null.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-09-17  Alexandre JulliardAuthors: Josef Meixner <Josef.Meixner@t-online.de>...
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
next