2001-02-20 |
Alexandre Julliard | Removed a few Callout functions by doing a GetProcAddre... |
tree | commitdiff |
2001-02-20 |
Dmitry Timoshkov | Better implementation of EMF record EMR_EXTSELECTCLIPRGN. |
tree | commitdiff |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-02-14 |
Huw D M Davies | Change FONTOBJ to use LOGFONTW rather than LOGFONT16. |
tree | commitdiff |
2001-02-12 |
James Abbatiello | In CreateDIBSection, the offset into the file mapping... |
tree | commitdiff |
2001-02-12 |
Dmitry Timoshkov | Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MA... |
tree | commitdiff |
2001-02-12 |
Huw D M Davies | Remove unused outXform. |
tree | commitdiff |
2001-02-12 |
Huw D M Davies | Fix EMF positioning when rclFrame has a non-zero origin. |
tree | commitdiff |
2001-02-12 |
Dmitry Timoshkov | Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH... |
tree | commitdiff |
2001-01-29 |
Eric Kohl | Disabled setting of window origin from an EMF. |
tree | commitdiff |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
tree | commitdiff |
2001-01-25 |
Eric Kohl | Disabled setting of viewport origin from an EMF. |
tree | commitdiff |
2001-01-24 |
Eric Kohl | Several fixes for playing enhanced metafiles in a given... |
tree | commitdiff |
2001-01-24 |
Andreas Mohr | Documentation updates. |
tree | commitdiff |
2001-01-22 |
Francois Gouget | Typo fixes in comments. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
tree | commitdiff |
2001-01-10 |
Joerg Mayer | Fixed some signed/unsigned warnings. |
tree | commitdiff |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
tree | commitdiff |
2000-12-29 |
Marcus Meissner | CreateFontIndirect() can get NULL pointers. |
tree | commitdiff |
2000-12-22 |
Alexandre Julliard | Replaced WIN16_GlobalLock16 by "official" function... |
tree | commitdiff |
2000-12-21 |
Eric Kohl | Use handle to palette instead of index for EMR_SELECTPA... |
tree | commitdiff |
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 |
next |