po: Update French translation.
[wine] / dlls / riched20 /
2012-05-18  Dylan Smithrichedit: Invalidate a range of paragraphs without...
2012-05-17  Michael Stefaniucriched20/tests: Remove duplicated ok() call.
2012-05-14  Dylan Smithrichedit: Remove some unused structure fields.
2012-05-10  Dan Kegelriched20: Don't need to redraw when changing selection...
2012-05-09  Dylan Smithrichedit: Avoid scanning all text for paragraphs to...
2012-05-08  Dylan Smithrichedit: Remove always FALSE parameter from ME_PaintCo...
2012-04-16  Michael Stefaniucriched20/tests: Don't cast NULL to an integer.
2012-03-28  Michael Stefaniucriched20/tests: Add COM aggregation tests for CreateTex...
2012-03-28  Michael Stefaniucriched20/tests: Get the CreateTextServices() pointer...
2012-03-28  Michael Stefaniucriched20: Support COM aggregation in CreateTextServices().
2012-03-28  Michael Stefaniucriched20: Avoid a forward declaration of a vtbl.
2012-03-12  Michael Stefaniucriched20: Drop the WINE_ prefix from a FIXME.
2012-01-30  Dmitry Timoshkovriched20: Fix some GDI object leaks.
2012-01-23  Jason Edmeadesrichedit: v1.0 richedit uses CR and LF for enter.
2011-12-16  Francois Gougetriched20: Avoid hardcoding the Unicode string literal...
2011-10-24  Thomas Faberriched20: Do not return incorrect values from ME_CharFr...
2011-10-24  Thomas Faberriched20/tests: Test format rect adaption to window...
2011-10-24  Thomas Faberriched20: Simplify ME_PrepareParagraphForWrapping.
2011-10-24  Thomas Faberriched20: Avoid a forward declaration.
2011-10-24  Thomas Faberriched20: Constify some ME_Context pointer parameters.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  Dylan Smithriched20/tests: Remove unnecessary SetFocus calls.
2011-09-26  Dylan Smithriched20/tests: Avoid using flaky method of simulating...
2011-09-26  Dylan Smithrichedit: Return number of chars inserted for EM_STREAM...
2011-09-26  Dylan Smithrichedit: Return number of bytes read for EM_STREAMIN...
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-22  Thomas Faberriched20: Fix uninitialized variable usage.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-01  Dan Kegelriched20/tests: Fix test_EM_FINDWORDBREAK comments.
2011-08-01  Andrew Talbotriched20: Declare some variables unsigned.
2011-07-20  Dan Kegelriched20/tests: Add test for WB_ISDELIMITER.
2011-07-06  Frédéric Delanoyriched20: Remove dead assignment (Clang).
2011-07-05  Dylan Smithrichedit: Fix incorrect GUID values for ITextHost and...
2011-07-05  Dylan Smithriched20/tests: Test the text services IIDs.
2011-05-24  Marcus Meissnerriched20: Mark internal symbols with hidden visibility.
2011-05-19  Michael Stefaniucriched20: Finish the COM cleanup in richole.c.
2011-05-19  Michael Stefaniucriched20: COM cleanup for the IOleClientSite iface.
2011-05-17  Michael Stefaniucriched20: COM cleanup for the ITextSelection iface.
2011-05-06  Marcus Meissnerriched20: Fixed some lParams with keycodes (Coverity).
2011-05-06  Marcus Meissnerriched20: Use correct flag name (Coverity).
2011-05-06  Marcus Meissnerriched20: Adjusted shift by 8 bits to 16 bits (Coverity).
2011-04-11  Michael Stefaniucriched20: COM cleanup for the ITextServices iface.
2011-04-11  Michael Stefaniucriched20: COM cleanup for the ITextHost iface.
2011-03-07  Francois Gougetriched20/tests: Add a '\n' to an ok() call.
2011-02-28  Austin Englishriched20/tests: Remove win9x hacks.
2011-02-23  Amine Khaldiriched20: Add a missing break.
2011-02-16  Amine Khaldiriched20: Fix a c89 conformance issue in ITextImpl...
2011-02-09  Maarten Lankhorstriched20: Do not call callback when no data needs to...
2011-02-09  Austin Englishriched20/tests: Make sure return value is used (LLVM...
2011-01-24  Greg Geldorpriched20/tests: Fix editor tests.
2011-01-19  Greg Geldorpriched20/tests: Skip some tests on non-English platforms.
2011-01-12  Dylan Smithrichedit: Clear non-default style when changing to...
2010-12-30  André Hentschelriched20/tests: Don't test function directly when repor...
2010-12-09  Michael Stefaniucriched20: Standardize the COM usage in clipboard.c.
2010-12-09  Michael Stefaniucriched20/tests: Use an iface instead of a vtbl pointer...
2010-10-18  Alexandre Julliardriched20: Use the correct resource id for the reverse...
2010-10-13  Austin Lundriched20/tests: Cleaned up ITextServices::TxGetNaturalS...
2010-10-06  Austin Lundriched20/tests: Plug a few memory leaks and make failur...
2010-10-01  Alexandre Julliardriched20/tests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-30  Dylan Smithrichedit: Avoid redundant calls to ME_CalcRunExtent.
2010-07-30  Dylan Smithrichedit: Use ME_Cursor as parameter to ME_SplitRunSimple.
2010-07-30  Dylan Smithrichedit: Remove checks for converting internal CHARFOR...
2010-07-30  Dylan Smithrichedit: Check for bits instead of equality in EM_SETC...
2010-07-30  Dylan Smithrichedit: Don't change text mode with undo or redo...
2010-07-30  Dylan Smithrichedit: Return correct values when EM_SETTEXTMODE...
2010-07-29  Dylan Smithrichedit: Removed unused run flags values.
2010-07-29  Dylan Smithrichedit: Removed redundant variable ptLastSplittableRun.
2010-07-29  Dylan Smithrichedit: Invalidate without calling UpdateWindow in...
2010-07-29  Dylan Smithrichedit: Remove redundant commit and repaint in ME_Str...
2010-07-29  Dylan Smithrichedit: EN_UPDATE notification is sent on WM_PAINT.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Dylan Smithrichedit: Fix streaming rtf with table at the start...
2010-07-19  Dylan Smithrichedit: Don't break when streaming out a table, just...
2010-07-08  Austin Lundriched20: Process messages which arrive before WM_NCCREATE.
2010-06-07  Dylan Smithrichedit: Keep default char format on WM_SETFONT in...
2010-05-25  Dylan Smithrichedit: Fix assignment to wrong variable (LLVM/Clang).
2010-05-24  Dylan Smithrichedit: Simplify redundant code in WM_IME_COMPOSITION.
2010-05-24  Dylan Smithrichedit: Commit undo items after modifications in...
2010-05-24  Dylan Smithrichedit: Missing HeapFree in WM_IME_COMPOSITION. ...
2010-05-19  Dylan Smithrichedit: Send EN_SELCHANGE after wrapping but before...
2010-05-19  Dylan Smithrichedit: Revert commit that caused a regression. ...
2010-05-17  Michael Stefaniucriched20: Avoid using long.
2010-05-17  Gerald Pfeiferriched20: Remove variables yprev and ys which are not...
2010-05-17  Dylan Smithrichedit: Avoid notifying parent window in improper...
2010-05-10  Gerald Pfeiferriched20: Remove variable pCell which is not really...
2010-05-10  Gerald Pfeiferriched20: Remove variable ys which is not really used...
2010-05-03  Gerald Pfeiferriched20: Remove variable di which is not really used...
2010-05-03  Gerald Pfeiferriched20: Remove variable changed which is not really...
2010-05-03  Gerald Pfeiferriched20: Remove variable yprev which is not really...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-01  David Hedbergrichedit: GTL_PRECISE to GETTEXTLENGTHEX implies GTL_NU...
2010-03-01  Dylan Smithrichedit: Make zooming affect all pictures.
2010-03-01  Dylan Smithrichedit: Documented paragraph border widths are in...
2010-02-22  Dylan Smithrichedit: Added some extra tests for EM_FORMATRANGE.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-18  Dylan Smithrichedit: Prevent crash on word selection at end of...
2010-02-10  Dylan Smithrichedit: Move function ME_GetParaLineSpace to make...
2010-02-05  Dylan Smithrichedit: Removed unused local variable yStart.
2010-02-04  Michael Stefaniucriched20: Don't print the function name twice in ERR...
next