2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
tree | commitdiff |
2003-02-14 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Huw... |
tree | commitdiff |
2003-02-01 |
Andrew John Hughes | Extended SetSystemPaletteUse to deal with error conditions. |
tree | commitdiff |
2003-01-24 |
Rein Klazes | Load default stock bitmap in CreateDC(). |
tree | commitdiff |
2003-01-21 |
Rein Klazes | Allocate palette objects on the large gdi heap. |
tree | commitdiff |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-27 |
Huw D M Davies | EnumFont16 should enumerate gdi fonts too. |
tree | commitdiff |
2002-11-25 |
Shachar Shemesh | Change some of the number seperators to "Neutral" rathe... |
tree | commitdiff |
2002-11-25 |
Steve Lustbader | StretchDIBits: avoid crash on null pointers. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Made gdi compile with -DSTRICT. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Fixed a number of -DSTRICT issues. |
tree | commitdiff |
2002-11-21 |
Marcus Meissner | Fixed aliasing problems (do not use (POINT*)&rect const... |
tree | commitdiff |
2002-11-21 |
Michael Stefaniuc | Some -DSTRICT fixes. |
tree | commitdiff |
2002-11-21 |
Steve Lustbader | Stub for SetDCBrushColor. |
tree | commitdiff |
2002-11-15 |
Huw Davies | Proper handling of SetTextCharacterExtra. |
tree | commitdiff |
2002-11-13 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
tree | commitdiff |
2002-11-04 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Moved EnumObjects16, LineDDA16 and associated glue... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Split out some 16-bit GDI code. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Store the original GDI palette functions in pfnSelectPa... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Converted PlayMetaFileRecord and related functions... |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Moved CreateBrushIndirect16 and CreateDIBPatternBrush16... |
tree | commitdiff |
2002-10-02 |
Greg Turner | CreateDC: handle (nil, <string>, ...) gracefully if... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Make sure things still work if 16-bit dlls cannot be... |
tree | commitdiff |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-04 |
Shachar Shemesh | - Return old code for handling parameters to GetCharact... |
tree | commitdiff |
2002-08-29 |
Alexandre Julliard | Added internal 32-bit versions of GDISelectPalette and |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-28 |
Alexandre Julliard | Fixed a number of dll separation issues. |
tree | commitdiff |
2002-08-20 |
Mike McCormack | Handle NULL buffer in GetObject. |
tree | commitdiff |
2002-08-17 |
Mike McCormack | Added sanity checks on EMRCREATEDIBPATTERNBRUSHPT values. |
tree | commitdiff |
2002-08-17 |
Huw D M Davies | Allow an app to open the file of a disk based emf for... |
tree | commitdiff |
2002-08-16 |
Huw D M Davies | Fix for metafile ExtTextOut that only includes the... |
tree | commitdiff |
2002-08-16 |
Huw D M Davies | Translate OutlineTextMetrics to logical co-ords. |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Moved a large number of 16-bit functions to a separate... |
tree | commitdiff |
2002-08-15 |
Huw D M Davies | DeleteObject() can fail if the object is a DC, however... |
tree | commitdiff |
2002-08-09 |
Huw D M Davies | Add missing HeapFree. |
tree | commitdiff |
2002-08-02 |
Alexandre Julliard | Don't set the DC_DIRTY flag in SetDCState since we... |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
tree | commitdiff |
2002-07-24 |
Lionel Ulmer | Properly check that the font resource is not already... |
tree | commitdiff |
2002-07-22 |
Shachar Shemesh | Now checks that the GCP_REORDER flag is set before... |
tree | commitdiff |
2002-07-20 |
Andreas Mohr | CreateDCA should return failure if both driver and... |
tree | commitdiff |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-06-28 |
Alexandre Julliard | BITMAP_SelectObject must return the old handle, not... |
tree | commitdiff |
2002-06-25 |
Alexandre Julliard | Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP... |
tree | commitdiff |
2002-06-24 |
Ulrich Czekalla | Added temp fix for world transform bug in SetWindowOrgE... |
tree | commitdiff |
2002-06-22 |
Huw D M Davies | - Implement AddFontResource*, add stubs for RemoveFontR... |
tree | commitdiff |
2002-06-14 |
Shachar Shemesh | ExtTextOutW: if GetFontLanguageInfo says that the font... |
tree | commitdiff |
2002-06-14 |
Shachar Shemesh | - Implemented a skeleton for GetFontLanguageInfo. Using... |
tree | commitdiff |
2002-06-13 |
Dmitry Timoshkov | Fixed the names of some stock fonts. |
tree | commitdiff |
2002-06-13 |
Won Kyu Park | Fixed defaultGuiFont for Korean. |
tree | commitdiff |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Better encapsulation of the font and metafile objects. |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Better separation of the palette functions. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
tree | commitdiff |
2002-05-24 |
James Juran | Add missing \n to output messages. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Added ExtSelectClipRgn to the DC interface and implemen... |
tree | commitdiff |
2002-05-08 |
Andreas Mohr | Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock... |
tree | commitdiff |
2002-05-07 |
Alexandre Julliard | Fixed vis region handling broken by last change. |
tree | commitdiff |
2002-05-07 |
Alexandre Julliard | Moved parts of the DC initialisation and bitmap selecti... |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Cleaned up some inter-dll dependencies in palette manag... |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Removed some direct accesses to the DC structure. |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-21 |
Alexandre Julliard | Fixed handling of visible region in Save/RestoreDC. |
tree | commitdiff |
2002-04-14 |
Alexandre Julliard | Pass a PHYSDEV to EnumDeviceFont and release the GDI... |
tree | commitdiff |
2002-04-06 |
Huw D M Davies | Spout a FIXME if we try to call ExtTextOut on an open... |
tree | commitdiff |
2002-04-06 |
Huw D M Davies | Added support for ResetDC. |
tree | commitdiff |
2002-04-05 |
Alexandre Julliard | Fixed GetTextExtentPointI driver usage. |
tree | commitdiff |
2002-04-03 |
Huw D M Davies | Do not enumerate the META_EOF record. |
tree | commitdiff |
2002-04-03 |
Huw D M Davies | Implement GetTextExtentPointI and add support for ETO_G... |
tree | commitdiff |
2002-04-03 |
Huw D M Davies | Fixed font enumeration. |
tree | commitdiff |
2002-04-03 |
Huw D M Davies | Fix a few font problems with rotated text and non MM_TE... |
tree | commitdiff |
2002-04-03 |
Dmitry Timoshkov | Implement GetGlyphIndices. Tweak GetCharacterPlacement... |
tree | commitdiff |
2002-04-02 |
Alexandre Julliard | Avoid recursive DeleteDC calls. |
tree | commitdiff |
2002-03-28 |
Alexandre Julliard | Changed the GDI driver interface to pass an opaque... |
tree | commitdiff |
2002-03-20 |
Hidenori Takeshima | Added default stock objects for known non-US charsets. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Various cosmetic changes. |
tree | commitdiff |
2002-02-05 |
Dave Hawkes | Fix for GetNearestColor so it returns the true color... |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-01-29 |
Alexandre Julliard | Authors: Huw D M Davies <hdavies@codeweavers.com>,... |
tree | commitdiff |
2002-01-29 |
Aric Stewart | Fleshed out some metafile conversions. |
tree | commitdiff |
2002-01-29 |
Aric Stewart | Added the correct halftone palette. |
tree | commitdiff |
2002-01-07 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
tree | commitdiff |
2001-12-26 |
Alexandre Julliard | Make sure the DC visible region is updated in GetClipBox. |
tree | commitdiff |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
next |