wined3d: Disable occlusion query support if the implementation has 0 counter bits.
[wine] / dlls / riched20 /
2013-04-17  Huw Daviesriched20: Fix an (incorrect) compiler warning.
2013-04-17  Huw Daviesriched20: Use PointFromCharContext now that we can...
2013-04-17  Huw Daviesriched20: Add a visual vs logical order flag to the...
2013-04-03  Francois Gougetriched20: ME_StrDup() is not used anymore so remove it.
2013-03-25  Huw Daviesriched20: Always write out the color table.
2013-03-25  Huw Daviesriched20: Set the bidi base embedding level.
2013-03-25  Huw Daviesriched20: We don't need to special case the PARAFORMAT2...
2013-03-25  Andrew Eikumriched20: EM_FINDTEXT implementation should match riche...
2013-02-28  Huw Daviesriched20: Send WM_CHAR notifications.
2013-02-26  Huw Daviesriched20: Don't assume the the runs in a row are in...
2013-02-26  Huw Daviesriched20: Allow the cursor offset to be equal to the...
2013-02-26  Huw Daviesriched20: Correctly set the row's x position.
2013-02-25  Huw Daviesriched20: Rewrite ME_FindPixelPos to use ME_GetRunInRow.
2013-02-25  Huw Daviesriched20: Only retrieve the next row.
2013-02-25  Huw Daviesriched20: Return a BOOL that indicates whether the...
2013-02-25  Huw Daviesriched20: Change ME_FindRunInRow to fill out a cursor...
2013-02-19  Austin Englishriched20: Make sure to load dll below 2GB address space.
2013-02-18  Huw Daviesriched20: Add the ability to CharFromPoint to either...
2013-02-15  Huw Daviesriched20: Use ME_PointFromChar to calculate the caret...
2013-02-15  Huw Daviesriched20: Move the password string hack to just before...
2013-02-15  Huw Daviesriched20: Move the range clamping to the helper now...
2013-02-15  Huw Daviesriched20: Move underline drawing to a common function.
2013-02-14  Huw Daviesriched20: Simplify selection painting by drawing a...
2013-02-14  Huw Daviesriched20: Use the point from char helpers to calculate...
2013-02-14  Huw Daviesriched20: The string len parameter is no longer necessary.
2013-02-14  Huw Daviesriched20: Make it possible to perform point -> char...
2013-02-14  Huw Daviesriched20: Remove the special case tab handling now...
2013-02-14  Huw Daviesriched20: Move the white space painting operations...
2013-02-14  Huw Daviesriched20: Move text color determination to a helper...
2013-02-14  Huw Daviesriched20: Move y offset calculation to a helper function.
2013-02-14  Huw Daviesriched20: Move underline pen creation to a helper function.
2013-02-14  Huw Daviesriched20: Pass the run to the text drawing routine.
2013-02-14  Huw Daviesriched20: The run width is always passed so we don...
2013-02-12  Huw Daviesriched20: Move run extent calculation to wrap.c.
2013-02-08  Huw Daviesriched20: Move the split point calculation to wrap.c.
2013-02-07  Huw Daviesriched20: Move SplitRun to wrap.c and make it static.
2013-02-07  Michael Stefaniucriched20: Let C look like C.
2013-02-05  Huw Daviesriched20: Move the text to the paragraph level.
2013-02-05  Huw Daviesriched20: Pass character ptrs to the whitespace finding...
2013-02-05  Huw Daviesriched20: Pass a character ptr and length to SplitParag...
2013-02-05  Huw Daviesriched20: Pass the character ptr and string length...
2013-02-05  Huw Daviesriched20: Actually pass the ANSI string to the break...
2013-01-31  Huw Daviesriched20: Add an explicit run length member and use...
2013-01-31  Huw Daviesriched20: Use the get_text helper in a few more places.
2013-01-31  Huw Daviesriched20: Rewrite the run whitespace test to take a...
2013-01-31  Huw Daviesriched20: Rewrite the run splittable test to take a...
2013-01-30  Huw Daviesriched20: Add a helper to retrieve the run text.
2013-01-30  Huw Daviesriched20: Add a helper to debug the run text.
2013-01-30  Huw Daviesriched20: Add a paragraph ptr to each run.
2013-01-29  Huw Daviesriched20: Move undo handling to a different set of...
2013-01-25  Huw Daviesriched20: Simplify adding the undo items when joining...
2013-01-22  Huw Daviesriched20: Avoid an unnecessary string duplication.
2012-12-05  Huw Daviesriched20: Flush the output buffer before a codepage...
2012-11-30  Michael Stefaniucriched20/tests: Remove a superfluous function pointer...
2012-11-05  André Hentschelriched20: Remove duplicate operand in expression (cover...
2012-09-24  Francois GougetUse the CP_ACP and NULL macros instead of numeric liter...
2012-08-24  Nikolay Sivovriched20/tests: Use proper method macros.
2012-08-20  Marcus Meissnerriched20: Fixed pointer to value out of scope (Coverity).
2012-08-17  Qian Hongriched20: Added support for UTF8 BOM stream.
2012-08-16  Qian Hongriched20/tests: Fixed typo in test_EM_STREAMIN.
2012-08-16  Qian Hongriched20/tests: Added UTF8 BOM test.
2012-08-15  Michael Stefaniucriched20: Avoid a TRUE:FALSE conditional expression.
2012-08-13  Nikolay Sivovriched20: Use proper interface methods macros.
2012-06-19  Dan Kegelriched20: Accept middle click as paste (like edit contr...
2012-05-25  Michael Stefaniucriched20/tests: Check the correct return value.
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.
next