Sign in
goma
/
wine
/
41f15a769fe745515af166c7f0b9bd07b5252efc
/
dlls
/
usp10
149ac3f
usp10/tests: Fix a signed/unsigned int mismatch.
by Francois Gouget
· 18 years ago
73bec11
usp10: Do not crash in ScriptPlace if pABC is null.
by Aric Stewart
· 18 years ago
df2c8a2
usp10: Implement ScriptGetLogicalWidths.
by Hans Leidekker
· 18 years ago
dfcdbba
usp10: Document ScriptPlace and ScriptShape.
by Hans Leidekker
· 18 years ago
06ed81e
usp10: Move text metrics into the script cache. Start using accessor functions.
by Hans Leidekker
· 18 years ago
6a12d67
usp10: Remove duplicate font selection code from the tests.
by Hans Leidekker
· 18 years ago
13136c6
usp10/tests: Use '%u' to print GetLastError().
by Francois Gouget
· 18 years ago
fb46c5f
usp10: Initialise the caller supplied ABC structure in ScriptPlace.
by Hans Leidekker
· 18 years ago
586e16d
usp10: Document ScriptItemize. Get rid of the remaining tabs.
by Hans Leidekker
· 18 years ago
f152153
usp10: Implement and test ScriptStringGetOrder and ScriptString_pcOutChars.
by Hans Leidekker
· 18 years ago
e0c38fd
usp10: Use macro functions for memory allocation and start checking for allocation failures.
by Hans Leidekker
· 18 years ago
23b3299
usp10: Make the script cache accessible from a string analysis.
by Hans Leidekker
· 18 years ago
44fd9a2
usp10: Document ScriptFreeCache, ScriptGetFontProperties, ScriptStringFree and ScriptGetCMap.
by Hans Leidekker
· 18 years ago
21987d3
usp10: Downgrade some more FIXME's to TRACE's.
by Hans Leidekker
· 18 years ago
bb3a903
usp10: Implement ScriptStringValidate.
by Hans Leidekker
· 18 years ago
c2680ed
usp10: Implement ScriptStringOut.
by Jeff Latimer
· 18 years ago
7d37e8e
usp10: Factor out script cache handling.
by Hans Leidekker
· 18 years ago
fd21610
usp10: Downgrade fixme's to trace's with comments.
by Clinton Stimpson
· 18 years ago
46bb89e
usp10: Implement ScriptStringGetLogicalWidths.
by Clinton Stimpson
· 18 years ago
55f385c
usp10: Fix all failing tests on Windows and Wine.
by Hans Leidekker
· 18 years ago
d2f2130
usp10: Reduce multiple assignments to a single memset in ScriptItemize.
by Hans Leidekker
· 18 years ago
cd6fe7d
usp10: Implement ScriptString_pLogAttr.
by Hans Leidekker
· 18 years ago
960372f
usp10: Match output of WinXP for ScriptGetProperties.
by Hans Leidekker
· 18 years ago
02d30df
usp10: Improve the stub for ScriptBreak.
by Hans Leidekker
· 18 years ago
092edd8
usp10: Implement ScriptString_pSize.
by Hans Leidekker
· 18 years ago
e0829eb
usp10: Implement ScriptStringCPtoX.
by Clinton Stimpson
· 18 years ago
bdbab21
usp10: Implement ScriptStringXtoCP.
by Clinton Stimpson
· 18 years ago
857e330
usp10: Implement ScriptStringFree.
by Clinton Stimpson
· 18 years ago
b91eb5a
usp10: Implement ScriptStringAnalyse.
by Clinton Stimpson
· 18 years ago
0128611
usp10/tests: Make tests run on win9x and NT4 again.
by Paul Vriens
· 18 years ago
367f91f
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
39a5b07
usp10: Add tests and fix for ScriptXtoCP .
by Clinton Stimpson
· 18 years ago
4d52a42
Made some functions static.
by Marcus Meissner
· 18 years ago
a8e5b9a
usp10: Add tests for ScriptStringCptoX and ScriptStringXtoCp for activation in later patches.
by Jeff Latimer
· 18 years ago
37e7de1
usp10: Add tests for ScriptStringAnalyse and ScriptStringFree.
by Jeff Latimer
· 18 years ago
292c99e
usp10: Fix dead code in ScriptItemize.
by Jeff Latimer
· 18 years ago
58162f8
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
f37c0aa
usp10/tests: Win64 printf format warning fixes.
by Michael Ploujnikov
· 18 years ago
dd28d5b
Tweak TRACE()s to simplify '\n' checks.
by Francois Gouget
· 18 years ago
539a962
usp10: Add a stub implementation of ScriptStringValidate.
by Hans Leidekker
· 18 years ago
f3cfb89
usp10: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
5782607
usp10: Add a stub implementation and a test for ScriptLayout.
by Hans Leidekker
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
b2182f9
usp10: Implement and test Script{Apply, Record}DigitSubstitution.
by Albert Lee
· 19 years ago
5cf75e6
makefiles: Only run test and documentation targets in directories that need them.
by Alexandre Julliard
· 19 years ago
dd8f067
usp10: Remove unnecessary casts in test suite.
by Jeff Latimer
· 19 years ago
ff421fd
usp10: ScriptItemize will break up the string into script_items.
by Jeff Latimer
· 19 years ago
b149f3c
usp10/tests: Add trailing '\n's to ok() calls.
by Francois Gouget
· 19 years ago
0c0ab50
usp10: Implement ScriptGetGlyphABCWidth.
by Hans Leidekker
· 19 years ago
c340ddd
usp10: Implement ScriptIsComplex.
by Hans Leidekker
· 19 years ago
34f3e88
usp10: Fix glyph comparsion between tests.
by Jeff Latimer
· 19 years ago
8d139c8
usp10: Add functionality for ScriptXtoCP and ScriptCPtoX calls.
by Jeff Latimer
· 19 years ago
401e32e
usp10: Implement and test ScriptCacheGetHeight.
by Hans Leidekker
· 19 years ago
ac40feb
usp10: Add ScriptStringCPtoX and ScriptStringXtoCP stubs.
by Jeff Latimer
· 19 years ago
0fa8baa
make_dlls: Recursively ignore .ok files in all tests directories.
by Alexandre Julliard
· 19 years ago
edd100b
make_dlls: Recursively ignore testlist.c in all tests directories.
by Alexandre Julliard
· 19 years ago
5258e06
make_dlls: Ignore generated import libraries from the top-level .gitignore.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
8bdeffa
usp10: ScriptTextOut updated to reflect that it must have a hdc passed to it.
by Jeff Latimer
· 19 years ago
51ac103
usp10: Update ScriptStringAnalyse and tests for ScriptString functions.
by Jeff Latimer
· 19 years ago
422ca43
usp10: Update ScriptGetCMap to conform to Windows.
by Jeff Latimer
· 19 years ago
beb097f
usp10: Update tests in test_ScriptItemIzeShapePlace to match Windows results.
by Jeff Latimer
· 19 years ago
5f529fe0d
usp10: Add stubs for ScriptCPtoX, ScriptXtoCP and ScriptBreak and some basic tests.
by Jeff Latimer
· 19 years ago
94d0478
usp10: Fixed a compiler warning.
by Alexandre Julliard
· 19 years ago
42b576e
usp10: Add stub for ScriptStringOut.
by Jeff Latimer
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
766530d
usp10: Fix ScriptGetProperties so that first pointer can be NULL.
by Eric Pouech
· 19 years ago
17689c0
Fix some winapi_check documentation warnings.
by Francois Gouget
· 19 years ago
af67bc8
usp10: Add ScriptTextOut functionality and restructure tests.
by Jeff Latimer
· 19 years ago
e56f6a3
usp10: Fix return codes of ScriptGetFontProperties + tests.
by Paul Vriens
· 19 years ago
9be30c8
usp10: Set defaults for ScriptGetFontProperties.
by Jeff Latimer
· 19 years ago
9c6c83e
usp10: Remove the need to pass chars to ScriptPlace.
by Jeff Latimer
· 19 years ago
ca55584
usp10: Add some tests to ScriptGetFontProperties.
by Jeff Latimer
· 19 years ago
df4b0a8
usp10: Terminate some strings in fixmes and traces.
by Jeff Latimer
· 19 years ago
6a13925
usp10: Fixed debug output of ScriptItemize.
by Marcus Meissner
· 19 years ago
ec67444
usp10: Tidy default values.
by Jeff Latimer
· 19 years ago
4241adb
usp10: Add ScriptGetCMap functionality to translate wchars to glyphs.
by Jeff Latimer
· 19 years ago
044a6f8
usp10: Add stub for ScriptTextOut.
by Jeff Latimer
· 19 years ago
a05e712
usp10: Add ScriptPlace funtionality.
by Jeff Latimer
· 19 years ago
334e191
usp10: Add ScriptShape functionality.
by Jeff Latimer
· 19 years ago
e4a154c
usp10: Add ScriptItemize functionality.
by Jeff Latimer
· 19 years ago
0ba307d
usp10: Implement ScriptGetProperties.
by Jeff Latimer
· 19 years ago
9acfd6b
usp10: Added stub for ScriptGetCMap.
by Louis Lenders
· 19 years ago
29ff53c
usp10: Added some tests.
by Jeff Latimer
· 19 years ago
c0a223b
usp10: Improve stubs.
by Hans Leidekker
· 19 years ago
a1eeaf9
Added some missing definitions in usp10.h.
by Vijay Kiran Kamuju
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
d69268e
Documentation tweaks to make winapi_check happy.
by Francois Gouget
· 19 years ago
8f554aa
Add stubs around ScriptStringAnalyse to avoid PAF crash.
by Raphael Junqueira
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
56da0c3
Use #include "foo.h" for including Windows headers in dlls/, use
by Vincent Béron
· 20 years ago
525d857
Properly sort the spec file entries.
by Alexandre Julliard
· 20 years ago
b671180
Added stubbed support for ScriptGetFontProperties.
by Oliver Stieber
· 20 years ago
54508df
Add stub implementation of the Uniscribe Script Processor.
by Steven Edwards
· 20 years ago