Add and fix some stubs.
[wine] / dlls / commdlg / colordlg.c
2003-12-12  Steven Edwards- The last of the major Win16/32 split for commdlg...
2003-12-01  Steven EdwardsSplit the Win16/32 color dialog by duplicating two...
2003-09-30  Michael StefaniucFix memory leaks on error path.
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-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-13  Steven EdwardsSplit Win16/32 color dialog support.
2003-04-29  Alexandre JulliardGet rid of the COMMDLG_hInstance variables.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
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-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-21  Francois GougetAdd missing cast.
2002-01-04  Dimitrie O. PaunRemove a call to HEAP_strdupAtoW in the Color dialog.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-01-26  Andreas MohrSome more cleanups.
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-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-07-23  Gerard PatelFocus handling, visual changes + misc fixes.
2000-06-25  Eric PouechFixed crash when lpTemplateName is gotten from MAKEINTR...
2000-05-23  Gerard PatelRemove the direct call into core (DIALOG_DoDialogBox).
2000-04-29  Patrik StridvallFixed some warnings.
2000-04-25  Gerard PatelDon't use the template member unless the corresponding...
2000-04-24  Gerard Patel32 bits message processing for color dialog.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
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-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-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
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...