Added LGPL standard comment, and copyright notices where necessary.
[wine] / dlls / user / text.c
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Bill MedlandCorrect Word breaking in centred/right justified mode...
2002-02-21  Bill MedlandDrawText ellipsification on all lines, not just single...
2002-02-20  Bill MedlandDrawtext tidying up ready for the next big change:
2002-02-19  Bill MedlandChange the way that DrawText parses the next line to...
2002-02-15  Bill MedlandMeasure the text more reasonably. This handles intercha...
2002-02-14  Bill MedlandDrawText should not split words just because of clipping.
2002-02-12  Bill MedlandPut in place a proper tab model within DrawText (also...
2002-02-05  Bill MedlandSplit the path and word/end ellipsification out of...
2002-02-02  Bill MedlandEnsure that the whole modified text is returned from...
2002-01-31  Bill Medland- Introduce a significant design decision.
2002-01-29  Bill MedlandPut the prefix-underline-drawing away into it's own...
2002-01-18  Bill Medland- Don't string copy from uninitialised stack memory...
2002-01-15  Bill MedlandFirst stage of DrawText upgrade.
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-04  Sander van LeeuwenFixed DC leak.
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-08-22  Eugene MayevskiFixed DT_RTLREADING flag interpretation.
2001-07-26  Travis MichielsenFully implement DrawTextEx* functions.
2001-07-17  Andreas MohrFixed some more overflowing string traces.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-08  Andreas MohrLimit output for certain text functions.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-20  Ulrich CzekallaPrevent buffer overflow in TEXT_NextLineW.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Dimitrie O. PaunFixed indentation problems resulting from automatic...
2000-12-11  Gerard PatelImplemented DrawTextW as Unicode and DrawTextA as call...
2000-09-22  Susan FarleyAdded support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...