projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Windows 95 has no StrRetToBSTR, add dynamic lookup to avoid blocking
[wine]
/
objects
/
font.c
2004-03-04
Alexandre Julliard
Pass the gdiFont object to the SelectFont driver entry...
blob
|
commitdiff
|
raw
2004-03-03
Alexandre Julliard
Changed the GetTextExtentPoint graphics driver entry...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-13
Alexandre Julliard
Removed a couple of unused fields in the DC structure.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-12
Huw Davies
GetCharABCWidths returns the widths of unrotated glyphs...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-09
Jon Griffiths
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-20
Rein Klazes
Fix MultiByteToWideChar and WideCharToMultiByte when...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-18
Alexandre Julliard
Use the exported FONTENUMPROCW as parameter in the...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-15
Alexandre Julliard
Moved a bunch of definitions from gdi.h into a new...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-18
Phil Krylov
Added support for returning caret positions in
blob
|
commitdiff
|
raw
|
diff to current
2003-11-13
Aric Stewart
Convert lpnFit back to multibyte in GetTextExtentExPointA.
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Huw Davies
If the buffer passed to GetOutlineTextMetrics isn't...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Huw Davies
GetTextExtentPoint should include an inter character...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-15
Dave Belanger
Get Wine to behave like Windows does when Bold and...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-20
Alexandre Julliard
winnls.h must not include winbase.h.
blob
|
commitdiff
|
raw
|
diff to current
2003-08-05
Dmitry Timoshkov
Use same formula to convert from device to logical...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-05
Dmitry Timoshkov
Correctly truncate tmFirstChar, tmLastChar, tmBreakChar...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-26
Mike McCormack
When GetObject is called with a NULL pointer, return...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-27
Shachar Shemesh
Implementation of the reordering algorithm by calling...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-23
Huw Davies
Don't enable client side fonts unless we have at least...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-18
Francois Gouget
Typos/spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-19
Alexandre Julliard
Fixed return value of GetTextFaceA.
blob
|
commitdiff
|
raw
|
diff to current
2003-04-27
Stefan Leichter
Moved (stub) implementation of GetKerningPairs from...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-27
Alexandre Julliard
Replaced most uses of the auto-generated glue code...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-03
Alexandre Julliard
Merged font.h and path.h into gdi.h. Moved x11font...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-27
Huw D M Davies
EnumFont16 should enumerate gdi fonts too.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-25
Shachar Shemesh
Change some of the number seperators to "Neutral" rathe...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-22
Alexandre Julliard
Made gdi compile with -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-21
Michael Stefaniuc
Some -DSTRICT fixes.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-15
Huw Davies
Proper handling of SetTextCharacterExtra.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-13
Patrik Stridvall
Fixed mismatches between the Wine headers and the Micro...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-04
Patrik Stridvall
Fixed mismatches between the Wine headers and the Micro...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-18
Alexandre Julliard
Split out some 16-bit GDI code.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-04
Alexandre Julliard
Fixed some handle conversions in prevision of void...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-04
Shachar Shemesh
- Return old code for handling parameters to GetCharact...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-28
Patrik Stridvall
MSVC compatibility fixes.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-28
Alexandre Julliard
Fixed a number of dll separation issues.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-20
Mike McCormack
Handle NULL buffer in GetObject.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-16
Huw D M Davies
Translate OutlineTextMetrics to logical co-ords.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-16
Alexandre Julliard
Moved a large number of 16-bit functions to a separate...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-24
Lionel Ulmer
Properly check that the font resource is not already...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-22
Shachar Shemesh
Now checks that the GCP_REORDER flag is set before...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-19
Patrik Stridvall
Fixed some issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-22
Huw D M Davies
- Implement AddFontResource*, add stubs for RemoveFontR...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-14
Shachar Shemesh
- Implemented a skeleton for GetFontLanguageInfo. Using...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-04
Alexandre Julliard
Better encapsulation of the font and metafile objects.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Alexandre Julliard
Added function table to GDI objects for better encapsul...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-23
Alexandre Julliard
Removed most inclusions of options.h.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-17
Alexandre Julliard
Export the debugging API from libwine instead of ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-14
Alexandre Julliard
Pass a PHYSDEV to EnumDeviceFont and release the GDI...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-05
Alexandre Julliard
Fixed GetTextExtentPointI driver usage.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-03
Huw D M Davies
Implement GetTextExtentPointI and add support for ETO_G...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-03
Huw D M Davies
Fixed font enumeration.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-03
Dmitry Timoshkov
Implement GetGlyphIndices. Tweak GetCharacterPlacement...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-28
Alexandre Julliard
Changed the GDI driver interface to pass an opaque...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-29
Alexandre Julliard
Authors: Huw D M Davies <hdavies@codeweavers.com>,...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-07
Patrik Stridvall
Fixed some issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Alexandre Julliard
Use MapLS/UnMapLS instead of SEGPTR_* macros.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-17
Alexandre Julliard
Changed 16-bit GDI Enum* functions to not use thunks...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-06
François Gouget
Add traces to help diagnose systematic cached-metrics...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-05
Dmitry Timoshkov
Convert GetCharWidth to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-23
Huw D M Davies
Implement GetFontData.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-21
Guy L. Albertelli
Implemented GetCharacterPlacementW.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-14
Francois Gouget
Don't print NULL strings (crashes on Solaris).
blob
|
commitdiff
|
raw
|
diff to current
2001-09-24
Francois Gouget
GetTextExtentExPointW: dump the string before modifying...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-19
Huw D M Davies
Use the font charset to obtain a codepage for A->W...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-12
Huw D M Davies
Lay down the infrastructure for gdi font rendering.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-07
Travis Michielsen
Fixed behavior of GetTextExtentExPointW. It must alway...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-24
Bill Medland
Minor fixes involving handling NULL pointers.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-23
Alexandre Julliard
Removed some unnecessary includes.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-28
Patrik Stridvall
Documentation name fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-20
Patrik Stridvall
Documentation ordinal fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-11
Francois Gouget
Remove unnecessary single quoting of debugstr_xxx strings.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-23
Marcus Meissner
Implemented GetCharABCWidths with GetCharWidth.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-16
Dmitry Timoshkov
Add NULL check for lpnFit in GetTextExtentExPointW.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-04
Huw D M Davies
Fix member names in NEWTEXTMETRICEX structs.
blob
|
commitdiff
|
raw
|
diff to current
2001-03-16
Huw D M Davies
Moved GetTextMetrics to unicode.
blob
|
commitdiff
|
raw
|
diff to current
2001-03-13
Huw D M Davies
Fix typo in OUTLINETEXTMETRIC definition.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-14
Huw D M Davies
Change FONTOBJ to use LOGFONTW rather than LOGFONT16.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-24
Andreas Mohr
Documentation updates.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-29
Marcus Meissner
CreateFontIndirect() can get NULL pointers.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-01
Patrik Stridvall
Added/modified documentation for function arguments.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-28
Alexandre Julliard
Got rid of the Wine internal lstrcpy* functions and...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-05
Alexandre Julliard
Allocate DC objects on the process heap, and removed...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-24
Gerald Pfeifer
Fixed format strings.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-25
Alexandre Julliard
Backed out font codepage change.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-20
Hidenori Takeshima
Handle the codepage of fonts if supported by the graphi...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-19
Alexandre Julliard
Authors: Alexandre Julliard <julliard@codeweavers.com...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-06
Patrik Stridvall
Fixed some issues reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-26
Hidenori Takeshima
Fixes for i18n.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-19
Alexandre Julliard
Moved font resource functions out of the X11 driver.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-26
Huw D M Davies
Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-08
Dimitrie O. Paun
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-21
Ulrich Weigand
Removed some unaligned accesses.
blob
|
commitdiff
|
raw
|
diff to current
next