po: Update French translation.
[wine] / dlls / comctl32 / commctrl.c
2011-11-16  Alexandre Julliardcomctl32: Avoid losing the color masks in CreateMappedB...
2011-08-25  Alexandre Julliardcomctl32: Create the WinSxS manifest from a resource.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-21  Jeff Latimercomctl32: Improve the stub of TaskDialogIndirect to...
2010-10-13  Jeff Latimercomctl32: Change stub to return IDYES instead of IDOK.
2010-09-27  Hans Leidekkercomctl32: Add a stub implementation of TaskDialogIndirect.
2010-04-21  Alexandre Julliardcomctl32: Fix handling of bitmap header size for V4...
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-04-30  Timo Kreuzercomctl32: Change UINT to UINT_PTR in CreateToolbarEx.
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2009-01-02  Andrew Talbotcomctl32: Declare some variables static.
2008-12-04  Alexandre Julliardcomctl32: Make a function static.
2008-11-07  Michael Stefaniuccomctl32: Remove superfluous casts that crept in as...
2008-10-29  Michael Stefaniuccomctl32: HANDLE/HGLOBAL are basically just void pointe...
2008-10-24  Michael Stefaniuccomctl32: LockResource() returns a LPVOID so don't...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-17  Mikołaj Zalewskicomctl32: statusbar: WM_SETFONT should change the bar...
2008-05-14  Igor Tarasovcomctl32: Fix statusbar text alignment bug.
2008-03-26  Anatoly Lyutincomctl32: Add HotTrackingColor into COMCTL32_SysColor...
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-18  Francois GougetAssorted spelling fixes.
2007-12-03  Andrew Talbotcomctl32: Remove unneeded casts.
2007-11-26  Rob Shearmancomctl32: Update the version in the created version...
2007-08-20  Alexandre Julliardcomctl32: Create the manifest directory if needed ...
2007-08-14  Alexandre Julliardcomctl32: Create a manifest file at dll registration...
2007-07-31  Francois Gougetcomctl32: According to the PSDK, DrawShadowText() takes...
2007-07-26  Jason Edmeadescomctl32: Fix missing toolbar button with HINST_COMMCTRL.
2007-07-20  Andrew Talbotcomctl32: Cast-qual warning fix.
2007-06-22  Michael Stefaniuccomctl32: Do not use wide character constants.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-31  Louis Lenderscomctl32: Add stub for DrawShadowText.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-24  Mikołaj Zalewskicomctl32: toolbar: In CreateToolbarEx the default bitma...
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-03-23  Andrew Talbotcomctl32: Constify some variables.
2007-03-19  Mikołaj Zalewskicomctl32: CreateToolbarEx should send TB_SETBITMAPSIZE...
2007-03-14  Mikołaj Zalewskicomctl32: Register all the controls in DllMain.
2007-01-22  Thomas Weidenmuellercomctl32: Fix InitCommonControlsEx prototype.
2006-10-25  Oleg Krylovcomctl32: Create tooltip windows with WS_POPUP style.
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-09-26  Mikołaj Zalewskicomctl32: toolbar: If wParam in TB_ADDBUTTON is large...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-12  Frank RichterUnregister theming subclasses at comctl32 shutdown...
2005-08-30  Frank RichterFix warnings in 64bit.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-27  Frank RichterAdded some generic code to allow subclassing (for the...
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-03-25  Dimitrie O. PaunUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
2005-03-23  Dimitrie O. PaunComplete unicodification.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-01-04  Francois GougetAssorted spelling fixes.
2004-12-06  Eric KohlDrawStatusText() must not process prefix characters.
2004-10-19  Robert ShearmanImplement SetPathWordBreakProc and MirrorIcon.
2004-10-18  Ge van GeldorpDon't free subclass stack while it's still in use.
2004-09-22  Dimitrie O. PaunWe now have ICC_LINK_CLASS.
2004-09-06  Kevin KoltzauFix bug with chained messages.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-08-22  Kevin KoltzauMake SetWindowSubclass behave with SetWindowLong subcla...
2004-08-19  Robert Shearman- Implement insert marks.
2004-08-06  Thomas WeidenmüllerImplemented syslink control.
2004-08-02  Dmitry TimoshkovCreate toolbar with a not zero default size, it allows...
2004-07-21  Filip NavaraFix CreateMappedBitmap for palette-less bitmaps.
2004-05-17  Filip Navara- Let the subclassing stack grow the opposite way to...
2004-03-11  Robert ShearmanFix subclassing to support nested messages.
2004-03-11  Robert ShearmanSpelling fixes.
2004-02-27  Robert ShearmanUpdate common control function documentation.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Alexandre JulliardThere is no need for a private heap in comctl32, memory...
2003-09-11  György 'Nog' JeneyFix invalid C constructs (spotted by Marcus Meissner).
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-22  Filip NavaraFixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-11  Alexandre JulliardOrdinals 410-413 are the window subclassing functions.
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-23  Christian NeumairCollect all bugs, missing features, etc in the header...
2002-10-17  Jerry JenkinsAdded missing RemoveProp calls.
2002-10-03  György 'Nog' JeneyAbort with error if the app uses our api to subclass...
2002-10-02  György 'Nog' JeneyImplemented {G|S}etWindowSubClass, DefSubclassProc,
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-04-17  Dimitrie O. PaunComplete implementation for DrawStatusText{A,W}.
2002-04-05  Guy L. Albertelli- Keep track of all system colors used by comctl32...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2002-01-02  Dimitrie O. PaunMake DrawStatusText Unicode ready. Get rid of a HEAP_st...
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
next