po: Update French translation.
[wine] / dlls / comctl32 / comctl32.spec
2010-10-25  Alexandre Julliardcomctl32: Make more functions available by name.
2010-09-27  Hans Leidekkercomctl32: Add a stub implementation of TaskDialogIndirect.
2010-08-31  Alexandre Julliardcomctl32: Use int64 in the spec file for 64-bit integers.
2010-05-27  Nikolay Sivovcomctl32: Export subclass calls by names too.
2009-09-15  Nikolay Sivovcomctl32/dpa: Implement DPA_GetSize().
2009-08-13  Owen Rudgecomctl32: Add stubs for image list functions introduced...
2007-05-31  Louis Lenderscomctl32: Add stub for DrawShadowText.
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-02-23  Francois GougetAdd the -noname flag to match the Platform SDK.
2004-10-19  Robert ShearmanImplement SetPathWordBreakProc and MirrorIcon.
2004-10-18  Robert ShearmanImplement ImageList_SetColorTable.
2004-05-17  Patrik StridvallStrSpnW doesn't exist in comctl32.dll but StrCSpnW...
2004-02-20  Robert Shearman- Implement string functions in comctl32.
2004-02-17  Robert ShearmanForward some wrapper functions since we don't care...
2003-09-17  Alexandre JulliardRenamed the COMCTL32_* functions to use the exported...
2003-09-11  Robert ShearmanAdd proper names to ordinal-only functions.
2003-05-11  Alexandre JulliardOrdinals 410-413 are the window subclassing functions.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2002-12-13  Robert ShearmanImplemented StrStrIW.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-02  György 'Nog' JeneyImplemented {G|S}etWindowSubClass, DefSubclassProc,
2002-08-16  Dmitry TimoshkovImplement comctl32.417 and shlwapi.299. This avoids...
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-01-18  Huw D M DaviesStub for comctl32.419
2002-01-15  Huw D M DaviesStubs for ImageList_[S|G]etFlags.
2002-01-14  Huw D M DaviesConvert MRULists to Unicode.
2001-08-18  Eric PouechBecause of circular dependencies between comctl32 and...
2001-04-30  Chris MorganImplement COMCTL32_StrToIntW() using NTDLL's _wtoi.
2000-12-26  Eric PouechNo longer using function pointers to winmm and msvfw32...
2000-12-14  Francois GougetRemoved the name of APIs exported by ordinal.
2000-11-30  Alexandre JulliardFinished separation of comclt32 and comdlg32.
2000-11-13  Alexandre JulliardTemp hack: do not import dlls that we link with at...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-29  Marcus MeissnerImplemented SmoothScrollWindow.
2000-06-03  Eric KohlUpdated to dll version 5.81 (IE 5.01).
2000-04-24  Patrik StridvallFixed issues found by winapi_check.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
1999-12-20  Shaun MorrisImplemented _TrackMouseEvent for the TME_LEAVE flag.
1999-12-04  Huw D M DaviesAdded stubs for several MRU list functions and document...
1999-11-23  Eric Kohl- minor update to mru list functions
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-09-04  Uwe BonnesImplemented StrCmpNIA like the other StrCmpXX functions.
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-28  Ian SchmidtAdded stubs for InitMUILanguage and COMCTL32.410.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.