po: Update French translation.
[wine] / dlls / comctl32 / pager.c
2010-10-05  Alexandre Julliardcomctl32/pager: Fix incorrect use of the ScreenToClient...
2010-05-05  Gerald Pfeifercomctl32: Remove variable scrollRange which is not...
2008-10-27  Michael Stefaniuccomctl32: HGDIOBJ is interchangeable with other handle...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-04-23  Austin EnglishSpelling fixes.
2008-02-07  Lei Zhangcomctl32: Use wine_dbgstr_rect() in traces.
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-03  Mike McCormackcomctl32: Fix some gcc 4.1 warnings caused by windowsx...
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-06-25  Robert ShearmanFix a regression in IE where the Favourites menu didn...
2005-03-25  Dimitrie O. PaunAdd Robert Shearman's explanation about WM_NCPAINT.
2005-03-21  Dimitrie O. PaunProper handling for GWL_STYLE.
2005-01-17  Paul VriensRemove needless check for horizontal or vertical pager.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-09-20  Robert ShearmanDocument status of control against v6.0 of native version.
2004-09-16  Robert Shearman- Don't use TrackMouseEvents/WM_MOUSELEAVE API for...
2004-09-14  Robert Shearman- Set hbrBackground class property to same value as...
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
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-05-13  Ulrich CzekallaFixed bad non-client calculation.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-14  Guy L. Albertelli- Change traces to trace full window handle and improve...
2002-04-05  Guy L. Albertelli- Try to match the native control for the SetBkColor...
2002-03-22  Guy L. AlbertelliReanalyze button status during NCCalcSize processing...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Guy L. AlbertelliImplement EM_FMTLINES message based on relay trace...
2001-08-13  Guy L. Albertelli- Make all WM_NOTIFY messages go to the parent.
2001-05-03  Susan FarleyImplement autorepeat scrolling when button is held...
2001-03-05  Susan Farley- Background of the child wnd should be erased with...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-23  Susan FarleyHoriz/Vert determination must be dynamic, as the style...
2001-02-12  James AbbatielloDon't allow comctl32 controls to access their infoPtr...
2001-02-12  Susan FarleyHandle the CCS_NORESIZE style.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-12  Susan FarleyImplemented most functionality. TODO lists whats left.
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Eric KohlAdded builtin toolbar bitmaps.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-12  Eric KohlReplaced direct access to the WND structure by correspo...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-28  James JuranCommented out unused variables to prevent needless...
1999-01-24  Eric KohlAdded WM_COMMAND and WM_NOTIFY handling.
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-11-08  Eric KohlLittle improvement.
1998-10-24  Eric KohlSome minor improvements and fixes.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913