Do not erase local files on uninstall if install dir does not exist.
[wine] / graphics /
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-24  Patrik StridvallMade the include files self sufficient.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardMoved font resource functions out of the X11 driver.
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Andrew LewyckyDelete the shm segment as soon as wine and X have attac...
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.
2000-03-15  Karl LessardUpdate DIB sections in text output and for graphics...
2000-03-12  Marcus MeissnerImplemented stretched blts for depth 24 (unoptimized).
2000-03-09  Huw D M DaviesAdd Black as a valid font weight.
2000-03-09  Jim AstonHandle 24 bit DIBs <-> 24 bit deep/24 bits per pixel...
2000-03-07  Rein KlazesInclude in the AddFontResourceA/W fixme message a point...
2000-03-04  Joerg MayerFix a sign bug where memcpy was called with negative...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-20  Marcus MeissnerCheck for NULL ptr in PSDRV_GetDeviceCapabilities.
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-13  James AbbatielloMoved CLIPPING_UpdateGCClipping call outside of the...
2000-02-12  Lionel UlmerReplaced fprintfs by proper debug macros and fixed...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Marcus MeissnerUse window properties instead of window long, also...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-02-03  Ove KaavenAdded alphanumeric mode to the VGA emulation.
2000-01-29  Andreas Mohr- add some documentation items
2000-01-26  Ove KaavenWait for ShmCompletion during Flip.
2000-01-23  Ove KaavenAdded -dxgrab command line option, which confines curso...
2000-01-23  Marcus MeissnerCorrected arguments to VirtualFree().
2000-01-23  Ove KaavenSupercharged XShm implementation for DirectDraw.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-17  Marcus MeissnerEnumDisplayModes must pass lPitch.
2000-01-15  Peter HunnisettStore reference hdc size into enhanced metafile header...
2000-01-08  Alexandre JulliardBacked out scalable bitmap change (gives ugly results).
2000-01-05  Lionel Ulmer- detect if the OpenGL implementation defines the palet...
1999-12-27  Alexandre JulliardCosmetics.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Huw D M DaviesMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
1999-12-25  Huw D M DaviesFix PSDRV_StretchDIBits for non-integer byte src widths...
1999-12-25  Dmitry TimoshkovDon't skip usable X fonts. Add support for koi8 fonts.
1999-12-20  Huw D M DaviesMove Bezier code out of x11drv into commmon GDI code...
1999-12-20  Lionel UlmerAdds resolution / depth switching with DGA 2.0.
1999-12-12  Lionel Ulmer- added support of DGA-2.0 events
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-11  Patrik StridvallImproved the TTY driver.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Huw D M DaviesFixes several bugs in gdi path handling.
1999-12-05  Marcus MeissnerMerged _all_ lpClipper into common_surface.
1999-12-05  Marcus MeissnerMoved lpClipper into common_directdrawsurface struct
1999-12-04  Lionel UlmerFirst support of DGA 2.0 for DirectDraw.
1999-12-04  Peter HunnisettImproved stubs for the ddraw clipper routines.
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-28  Bradley BaetzGive the app back the exact font name it asked for.
1999-11-23  Patrik StridvallImproved the stubs.
1999-11-21  Ulrich WeigandRemoved some unaligned accesses.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Eric PouechFixed a crash in IDirectDrawSurface:BltFast.
1999-11-13  Huw D M DaviesMove PostScript driver docs to documentation/ . Add...
1999-11-07  Ove KaavenDirectX-XShm now waits for the X server to finish the...
1999-11-07  Huw D M DaviesIf PageSize/InputSlot entry doesn't contain an options...
1999-11-04  Huw D M DaviesAdd DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabi...
1999-11-04  Huw D M DaviesAdd `Cassette' to PPD -> windows printer-bin mapping.
1999-10-31  Ivan de SaedeleerFail when LPRECT contains negative values.
1999-10-31  Jim AstonPrevent FillRgn from using a NULL pointer.
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-31  Huw D M DaviesIt appears that StartDoc sends the STARTDOC escape...
1999-10-31  Huw D M DaviesStub for EngineRealizeFontExt (used by the win98 pscrip...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Patrik StridvallAdded Win16 variants of existing Win32 functions.
1999-10-24  Ulrich CzekallaMake sure that all calls use the extended structures...
1999-10-23  Alexandre JulliardRe-applied lost change.
1999-10-23  Ove KaavenFixed some anonymous union accesses.
1999-10-23  Jim AstonAdded another anonymous union using the DUMMYUNIONNAME...
1999-10-23  Francis BeaudetRemoved an illegal character.
1999-10-23  Luc TourangeauSome small corrections to the ExtTextOut function.
1999-10-13  Eric PouechFixed X11DRV_DIB_SetImageBits when called for RLE encod...
1999-10-13  Luc TourangeauSome adjustments to ExtTextOut.
1999-10-13  Stephane LussierFixed the clipping for the postscript driver and turned...
1999-10-13  Rein KlazesCorrect usage of a scratch array in X11DRV_PolyBezier.
1999-10-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-10-13  Marcus MeissnerUse 1 macro for rgbbitdepth -> byte determination.
1999-09-28  Peter Hunnisett- Changed return code for failure on *_DllGetClassObject to
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-19  Ulrich WeigandBugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
1999-09-19  Karl LessardSome more minor GDI fixes.
1999-09-19  Huw D M DaviesExtend DRAWMODE struct to win95 spec.
1999-09-19  Huw D M DaviesStop trashing devmode if in and out devmodes are the...
1999-09-19  Luc TourangeauImplemented invisible pens.
1999-09-19  Huw D M DaviesSmall DIB fixes.
1999-09-14  Karl LessardFixed GetDIBits problems.
1999-09-13  Huw D M DaviesChange interfaces to THUNK_Alloc/Free slightly and...
next