Added support for restarting directory scans on platforms where
[wine] / dlls / commdlg / fontdlg.c
2003-12-30  Rein Klazes- Add a bitmap resource with the font icons: TrueType...
2003-12-30  Marcus MeissnerDWL_USER might be used otherwise, so use an internal...
2003-12-12  Steven Edwards- The last of the major Win16/32 split for commdlg...
2003-12-11  Rein KlazesDo conversions between the font size specified in point...
2003-12-11  Rein KlazesEnable the display of a true type bitmap for true type...
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  Rein KlazesAdd sample texts for all missing character sets (or...
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-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-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-07-30  Francois GougetSome spelling fixes.
2003-06-07  Steven EdwardsSeparate Win16 and Win32 font dialog support.
2003-04-29  Alexandre JulliardGet rid of the COMMDLG_hInstance variables.
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...
2002-11-21  Andrew John HughesMake commdlg compile with -DSTRICT.
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-01  Matthew DavisonFixed some handle conversions for -DSTRICT.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-07-10  Shachar Shemesh- Fixed access to the lpTemplateName of ChooseFont...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2001-11-12  Gerard PatelFixed handling of -1 itemid in WM_DRAWITEM.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Ian PilcherMake ChooseFontW use ChooseFontA.
2001-05-07  Marcus MeissnerDrop flags during font enumeration for font chooser...
2001-05-05  Marcus MeissnerDebug output for flags, select first available height...
2001-01-22  Jon Griffiths- Fix a typo in TBSAVEPARAMS A/W declaration.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardFinished separation of comclt32 and comdlg32.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-07-23  Gerard PatelRemove calls to DIALOG_DoDialogBox and DIALOG_CreateInd...
2000-05-26  Huw D M DaviesAdd PrintSetup dialog and support for hooks and templates.
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-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-06-05  Paul QuinnSome non-threatening fixes to some headers, as well...
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-08  Patrik StridvallANSI C fixes.
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...