Framework for the doppler effect.
[wine] / dlls / user / text.c
2003-01-31  Bill MedlandBetter handling of bad data in TabbedTextOut/TabbedText...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardProperly split the 16-bit versions of GrayString and...
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-06-10  Paul RupeFaster performance in TEXT_Ellipsify for long strings.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-27  Robert O'CallahanFixed bug in TEXT_WordBreak that was variously throwing...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-05  Stefan LeichterCheck for NULL pointer in DrawTextExA.
2002-03-22  Bill MedlandInitialise a stack variable.
2002-03-11  Bill MedlandPass information through arguments instead of static...
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...