- 58b29952 Small typo fixes/updates. by Francois Gouget · 23 years ago
- e566195 Free cache DCEs if the DC gets deleted. by Alexandre Julliard · 24 years ago
- 551586e GetTextExtentExPointW: dump the string before modifying the pointer. by Francois Gouget · 24 years ago
- cf67b00 Added stub for GdiInit2(). by Andreas Mohr · 24 years ago
- 848bc15 Fix mapping of DEFAULT_CHARSET. by Huw D M Davies · 24 years ago
- 2938242 Use the font charset to obtain a codepage for A->W conversion in the by Huw D M Davies · 24 years ago
- 814654e Lay down the infrastructure for gdi font rendering. by Huw D M Davies · 24 years ago
- 3c0211f Cleanup code that is strange or difficult to parse. by Patrik Stridvall · 24 years ago
- 2bbca90 Fixed behavior of GetTextExtentExPointW. It must always return the by Travis Michielsen · 24 years ago
- 89b415f Check for valid object in GDI_GetObjPtr even for MAGIC_DONTCARE. by Alexandre Julliard · 24 years ago
- 06a49f6 Minor fixes involving handling NULL pointers. by Bill Medland · 24 years ago
- 8af0eda Don't hold the GDI lock during accesses to the metafile data. by Alexandre Julliard · 24 years ago
- 8e5e003 Added reference counting and delayed destruction of GDI objects. by Uwe Bonnes · 24 years ago
- 87abe2f Create a color bitmap in CreateDIBitmap even with a black&white DC. by Alexandre Julliard · 24 years ago
- 4bd80ea Test for invalid large handles in GDI_GetObjPtr and GDI_FreeObject. by Gerard Patel · 24 years ago
- e22a1e6 Use the passed hdc in CreateDIBitmap instead of creating a new one. by Alexandre Julliard · 24 years ago
- 78f9fae Create GDI stock objects as normal objects instead of using magic handle values. by Alexandre Julliard · 24 years ago
- e811f9c Specify sizes for stock fonts again; removed the FixStockFontSize by Alexandre Julliard · 24 years ago
- 7174338 Release GDI lock before calling DeleteDC from RestoreDC. by Alexandre Julliard · 24 years ago
- 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
- 658cdb4 Make sure we don't hold the GDI lock when loading drivers. by Alexandre Julliard · 24 years ago
- 1d8ef19 DIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER. by Andreas Mohr · 24 years ago
- 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
- 3dd63eb Build the DC function table by using GetProcAddress on the graphics by Alexandre Julliard · 24 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- e6c0642 Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit. by Alexandre Julliard · 24 years ago
- f925f81 Got rid of all the ugly macros. by Alexandre Julliard · 24 years ago
- db92305 Documentation fixes. by Patrik Stridvall · 24 years ago
- f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
- 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
- e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
- 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
- 698ef15 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
- 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 183eae9 Multiple *ptr++ constructs in one expression have undefined behaviour, by Marcus Meissner · 24 years ago
- 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
- 4328e51 Fixed some dll separation issues. by Dmitry Timoshkov · 24 years ago
- ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- 67f0be1 Implemented GetCharABCWidths with GetCharWidth. by Marcus Meissner · 24 years ago
- a0f9e71 Extracted MEMCHECK into an extra function to avoid a gcc-2.95.2 compiler bug. by Marcus Meissner · 24 years ago
- f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
- 92205aa Take a stab at implementing SetSolidBrush16. by Andreas Mohr · 24 years ago
- 96cda94 Add NULL check for lpnFit in GetTextExtentExPointW. by Dmitry Timoshkov · 24 years ago
- 270bc58 Move implementation of CreateDC16 to CreateDCA. by Dmitry Timoshkov · 24 years ago
- 035d454 Allocate bitmap objects in the large heap area. by Gavriel State · 24 years ago
- 4f44845 GetDeviceCaps: make sure the devCaps field is not NULL before dereferencing it. by Francois Gouget · 24 years ago
- 26ee2ca Fix member names in NEWTEXTMETRICEX structs. by Huw D M Davies · 24 years ago
- 9515336 Small dll separation fixes. by Alexandre Julliard · 24 years ago
- 27398d4 Implemented Get/SetDeviceGammaRamp. by Ove Kaaven · 24 years ago
- 39f5428 Moved GetTextMetrics to unicode. by Huw D M Davies · 24 years ago
- 916a1a6 Fix typo in OUTLINETEXTMETRIC definition. by Huw D M Davies · 24 years ago
- 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
- ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
- 651332e Better implementation of EMF record EMR_EXTSELECTCLIPRGN. by Dmitry Timoshkov · 24 years ago
- d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 2aa85ee Change FONTOBJ to use LOGFONTW rather than LOGFONT16. by Huw D M Davies · 24 years ago
- c559f3f In CreateDIBSection, the offset into the file mapping does not have to by James Abbatiello · 24 years ago
- c5276fd Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT, by Dmitry Timoshkov · 24 years ago
- 4c2a14d Remove unused outXform. by Huw D M Davies · 24 years ago
- 4f5838f Fix EMF positioning when rclFrame has a non-zero origin. by Huw D M Davies · 24 years ago
- c2b32a7 Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced by Dmitry Timoshkov · 24 years ago
- 9977e53 Disabled setting of window origin from an EMF. by Eric Kohl · 24 years ago
- f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
- 0711df6 Disabled setting of viewport origin from an EMF. by Eric Kohl · 24 years ago
- d40ef6b Several fixes for playing enhanced metafiles in a given rectangle. by Eric Kohl · 24 years ago
- c9ec884 Documentation updates. by Andreas Mohr · 24 years ago
- 05fc3cd Typo fixes in comments. by Francois Gouget · 24 years ago
- a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
- 4d75640 Fixed some signed/unsigned warnings. by Joerg Mayer · 24 years ago
- da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
- 4638414 CreateFontIndirect() can get NULL pointers. by Marcus Meissner · 24 years ago
- 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
- 02919df Use handle to palette instead of index for EMR_SELECTPALETTE. by Eric Kohl · 24 years ago
- db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
- 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- 161bc83 Add a stub for the CAPS1 capability in GetDeviceCaps. by Brian Teague · 24 years ago
- 5687823 Fixed the size of the large_handles array. by Lionel Ulmer · 24 years ago
- 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- a32ddc0 Implemented Get/SetDIBColorTable. by Ove Kaaven · 24 years ago
- ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
- 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
- 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
- 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
- 826de2b Use GDISelectPalette16 instead of SelectPalette and by Andreas Mohr · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- b8d450f Allow pens with styles greater than PS_INSIDEFRAME to be created with by Francois Gouget · 24 years ago
- 78767e6 Set the thickness of stock pens to 0 so that they are not scaled. by Francois Gouget · 24 years ago
- 4c18636 Use GetStockObject() instead of the magic STOCK_* handles. by Alexandre Julliard · 24 years ago
- bbdb9db Avoid infinite loop in CreateRoundRectRgn(). by Aviad Pineles · 24 years ago
- f87b96e - Explicitly initialize structures. by Patrik Stridvall · 24 years ago
- ff59c33 Make EnumEnhMetaFile work. by Dmitry Timoshkov · 24 years ago