2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Fixed some warnings. |
tree | commitdiff |
2000-12-02 |
Francois Gouget | Fixed miscellaneous typos, syntactic and grammatical... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-11-29 |
Brian Teague | Add a stub for the CAPS1 capability in GetDeviceCaps. |
tree | commitdiff |
2000-11-29 |
Lionel Ulmer | Fixed the size of the large_handles array. |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-25 |
Ove Kaaven | Implemented Get/SetDIBColorTable. |
tree | commitdiff |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
tree | commitdiff |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Check all Callouts function pointers for NULL before... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
tree | commitdiff |
2000-11-01 |
Andreas Mohr | Use GDISelectPalette16 instead of SelectPalette and |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-31 |
Francois Gouget | Allow pens with styles greater than PS_INSIDEFRAME... |
tree | commitdiff |
2000-10-31 |
Francois Gouget | Set the thickness of stock pens to 0 so that they are... |
tree | commitdiff |
2000-10-29 |
Alexandre Julliard | Use GetStockObject() instead of the magic STOCK_* handles. |
tree | commitdiff |
2000-10-25 |
Aviad Pineles | Avoid infinite loop in CreateRoundRectRgn(). |
tree | commitdiff |
2000-10-24 |
Patrik Stridvall | - Explicitly initialize structures. |
tree | commitdiff |
2000-10-24 |
Dmitry Timoshkov | Make EnumEnhMetaFile work. |
tree | commitdiff |
2000-10-23 |
Ulrich Weigand | Fixed painting problems in non-MM_TEXT modes. |
tree | commitdiff |
2000-10-13 |
Marcus Meissner | Stubbed GetDeviceGammaRamp. |
tree | commitdiff |
2000-10-12 |
Marcus Meissner | Return values are reversed in failure/rgdata == NULL... |
tree | commitdiff |
2000-09-29 |
Andreas Mohr | GDISelectPalette16 checked GetObjectType() return value for |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-29 |
Sergei Ivanov | Fixed return values of GetRegionData. |
tree | commitdiff |
2000-09-26 |
Marcus Meissner | WORD is unsigned, so we need to transalte 0xffff into -1. |
tree | commitdiff |
2000-09-24 |
Gerald Pfeifer | Fixed format strings. |
tree | commitdiff |
2000-09-19 |
Alexandre Julliard | Henning Hoffmann |
tree | commitdiff |
2000-09-16 |
Alexandre Julliard | Moved Select/RealizePalette implementation to USER... |
tree | commitdiff |
2000-09-16 |
Andreas Mohr | Added support for non-deletable system brushes and... |
tree | commitdiff |
2000-09-10 |
Eric Pouech | Fixed fallback code for StretchBlt on RLE DIBs with... |
tree | commitdiff |
2000-09-07 |
Gerard Patel | Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1... |
tree | commitdiff |
2000-08-25 |
Gerard Patel | Restored the hPseudoBitmap hack for programs deleting... |
tree | commitdiff |
2000-08-25 |
Alexandre Julliard | Backed out font codepage change. |
tree | commitdiff |
2000-08-25 |
Andreas Mohr | GetObjectA: unlock the object again even in case of... |
tree | commitdiff |
2000-08-20 |
Hidenori Takeshima | Handle the codepage of fonts if supported by the graphi... |
tree | commitdiff |
2000-08-20 |
Alexandre Julliard | Fixed GDI locking in GetDeviceCaps. |
tree | commitdiff |
2000-08-20 |
Huw D M Davies | Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYL... |
tree | commitdiff |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Moved a bunch of functions out of libwine/kernel/gdi... |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
tree | commitdiff |
2000-08-01 |
Alexandre Julliard | Moved MulDiv() and VGA routines out of GDI. |
tree | commitdiff |
2000-08-01 |
Phillip Ezolt | Fixed CreateDC to work properly when it is called with... |
tree | commitdiff |
2000-07-30 |
Alexandre Julliard | Cleaned up a few USER dependencies. |
tree | commitdiff |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
tree | commitdiff |
2000-07-11 |
Stephane Lussier | In CreateDIBSection function, if hdc is NULL it now... |
tree | commitdiff |
2000-06-12 |
Gerard Patel | hookThunk was not initialized in GetDcState. |
tree | commitdiff |
2000-06-11 |
James Abbatiello | Don't print uiLengthDrawn in the FIXME in DrawTextExA... |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Moved DIB_FixColorsToLoadflags to cursoricon.c. |
tree | commitdiff |
2000-05-18 |
Patrik Stridvall | GetRelAbs for some reason takes 2 parameters, even... |
tree | commitdiff |
2000-05-03 |
Alexandre Julliard | Fixed DrawTextW length handling. |
tree | commitdiff |
2000-04-30 |
Dimitrie O. Paun | Removed HEAP_xalloc. |
tree | commitdiff |
2000-04-29 |
Ove Kaaven | Added DIB_CreateDIBSection with extra parameter ovr_pit... |
tree | commitdiff |
2000-04-18 |
Huw D M Davies | Fix return value for OffsetRgn if x and y are 0. |
tree | commitdiff |
2000-04-18 |
Huw D M Davies | Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly*... |
tree | commitdiff |
2000-04-13 |
Huw D M Davies | Fixes and cleans up some of the GetEnhMetaFile* functions. |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-04-06 |
Junichi Kuchinishi | Added conversion from DBCS lpDx to WCHAR lpDx. |
tree | commitdiff |
2000-03-30 |
Huw D M Davies | Delete objects after use in EnumEnhMetaFile. |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-28 |
Alexandre Julliard | Fixed memory allocations. |
tree | commitdiff |
2000-03-28 |
Alexandre Julliard | Merged DDBitmap and physBitmap into the generic bitmap... |
tree | commitdiff |
2000-03-26 |
Hidenori Takeshima | Fixes for i18n. |
tree | commitdiff |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
tree | commitdiff |
2000-03-24 |
Alexandre Julliard | Moved LoadImage and related functions to cursoricon.c. |
tree | commitdiff |
2000-03-24 |
Alexandre Julliard | Moved gdi/user thunking functions into their respective... |
tree | commitdiff |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv... |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Moved font resource functions out of the X11 driver. |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Added GetDCOrgEx in graphics device interface and remov... |
tree | commitdiff |
2000-03-19 |
Dimitrie O. Paun | Removed most calls to xmalloc/xrealloc. |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Avoid calling the *Rect USER functions from inside... |
tree | commitdiff |
2000-03-12 |
Rein Klazes | Correct rounding of the result in MulDiv16(). |
tree | commitdiff |
2000-03-04 |
Alexandre Julliard | Lilia Roumiantseva |
tree | commitdiff |
2000-03-04 |
Serge Ivanov | CURSORICON_IconToCursor: inconsistent Lock/Unlock |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-25 |
Juergen Schmied | Fixed allocation of 16x16 icons. |
tree | commitdiff |
2000-02-25 |
Serge Ivanov | Not all region functions updated 'type' field to reflec... |
tree | commitdiff |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
tree | commitdiff |
2000-02-13 |
Matthew Cline | GetObjectA() now rejects GDI handles which are invalid. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Removed extra includes from ole.h and wingdi.h. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-01-30 |
Marcus Meissner | GetDeviceCaps: spot yet unsupported accesses to the... |
tree | commitdiff |
2000-01-29 |
Alexandre Julliard | Removed debugstr.h. |
tree | commitdiff |
2000-01-23 |
Marcus Meissner | Corrected arguments in DIB_DeleteDIBSection. |
tree | commitdiff |
2000-01-15 |
Peter Hunnisett | - Added some missing EMR record types and updated and... |
tree | commitdiff |
2000-01-15 |
Gerard Patel | Removed DeleteObject call left over from previous patch. |
tree | commitdiff |
2000-01-09 |
Gerard Patel | Avoid deleting of the default 1x1 bitmap for memory... |
tree | commitdiff |
1999-12-26 |
Huw D M Davies | Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode. |
tree | commitdiff |
1999-12-25 |
Peter Hunnisett | Added support for playing more record types (still... |
tree | commitdiff |
1999-12-20 |
Huw D M Davies | PlayMetaFile and EnumMetaFile should work if the hdc... |
tree | commitdiff |
1999-12-12 |
Eric Pouech | Allows DrawText(16|A|W) to get a NULL string as parameter. |
tree | commitdiff |
1999-12-11 |
Peter Hunnisett | - Implemented GetEnhMetaFilePaletteEntries |
tree | commitdiff |
next |