po: Update French translation.
[wine] / dlls / gdi32 / bidi.c
2012-04-18  AndrĂ© Hentschelgdi32: Remove unneeded shadow variable.
2011-06-06  Aric Stewartgdi32: Fall back on uniscribe for complex scripts.
2010-10-12  Andrew Talbotgdi32: Constify some variables.
2010-09-13  Aric Stewartgdi32: Silence a common and expected error.
2010-09-08  Aric Stewartgdi32: Correct usage of ScriptLayout for bidi code.
2010-05-31  Aric Stewartgdi32: Do not ignore USP_E_SCRIPT_NOT_IN_FONT when...
2010-05-31  Aric Stewartgdi32: Set lpOrder in BIDI_Reorder even for strings...
2010-05-24  Aric Stewartgdi32: Handle a BiDi string being shaped into more...
2010-05-13  Aric Stewartgdi32: Use usp10 to optionally generate glyphs for...
2010-04-14  Alexandre Julliardgdi32: Use the more detailed libwine information to...
2010-04-14  Aric Stewartups10: Reimplement ScriptLayout to properly handle...
2010-04-14  Aric Stewartusp10: Improve ScriptItemize with a SCRIPT_CONTROL...
2009-12-07  Alexandre Julliardgdi32: Don't include wingdi16.h by default.
2008-11-18  Ricardo Filipegdi32: Fix dead store (llvm/clang).
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-03  Austin EnglishSpelling fixes.
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-10-24  Alexander Dorofeyevgdi32: Fix unchecked NULL ptr in BIDI_Reorder.
2007-10-23  Alexander Dorofeyevgdi32: Fix runaway loop because of unsigned comparison...
2007-10-22  Alexander Dorofeyevgdi32: Fix off by one error in BIDI_Reorder.
2007-10-22  Gerald Pfeifergdi32: Add a set of braces to silence a GCC 3.4 warning.
2007-10-01  Maarten Lankhorstgdi32: Fix 3 tiny bugs in bidi.
2007-10-01  Maarten Lankhorstgdi32: Fix meaning and use of bidirectionality flags.
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-21  Francois Gougetgdi32: Add a '\n' to a Wine trace.
2007-09-19  Maarten Lankhorstgdi: Implement line-by-line phase of the BiDi algorithm.
2007-09-19  Maarten Lankhorstgdi: Implement implicit resolving in BiDi.
2007-09-19  Maarten Lankhorstgdi: Implement neutrals resolving in BiDi.
2007-09-19  Maarten Lankhorstgdi: Implement weak resolving in BiDi.
2007-09-19  Maarten Lankhorstgdi: Implement explicit resolving in BiDi.
2007-09-19  Maarten Lankhorstgdi: Implement BiDi classification of characters and...
2007-09-19  Maarten Lankhorstgdi: Remove support for libicu and all dependencies.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.