Fixed some warnings.
[wine] / graphics / x11drv /
2000-03-24  Patrik StridvallFixed some warnings.
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 JulliardAvoid calling the *Rect USER functions from inside...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-15  Karl LessardUpdate DIB sections in text output and for graphics...
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-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-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-23  Marcus MeissnerCorrected arguments to VirtualFree().
2000-01-08  Alexandre JulliardBacked out scalable bitmap change (gives ugly results).
1999-12-26  Huw D M DaviesMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
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-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-11-28  Bradley BaetzGive the app back the exact font name it asked for.
1999-11-21  Ulrich WeigandRemoved some unaligned accesses.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Ulrich CzekallaMake sure that all calls use the extended structures...
1999-10-23  Alexandre JulliardRe-applied lost change.
1999-10-23  Francis BeaudetRemoved an illegal character.
1999-10-13  Eric PouechFixed X11DRV_DIB_SetImageBits when called for RLE encod...
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-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 DaviesSmall DIB fixes.
1999-09-14  Karl LessardFixed GetDIBits problems.
1999-09-05  Richard CohenVarious fixes for the X11 font mapper, particularly:
1999-09-03  Karl LessardIan Ward
1999-08-21  Kristian NielsenFixed CreateDIBSection() called with negative height...
1999-08-15  Pascal LessardNow the conversion in the blt functions round up the...
1999-07-24  Huw D M DaviesFor large font sizes call XLoadQueryFont with a 100...
1999-07-10  Juergen SchmiedFixed crash due to invalid GDI_Obj.
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-22  Alexander KanavinStandard dialog boxes resources and OLE strings are...
1999-06-22  Eric PouechAdded missing GDI heap unlock.
1999-06-12  Uwe BonnesX11DRV_DIB_SetImageBits_24/32: Fix the case for bits_pe...
1999-05-29  Joshua ThielenFixed a bug which causes the PolyBezier to not be updat...
1999-05-24  Eric PouechChanged printf into TRACE.
1999-05-22  Pavel RoskinDisable passing device context to X11DRV_DIB_BuildColor...
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Pavel RoskinFixed palette handling for true/high-color X11.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Alexandre JulliardUse $HOME instead of getpwuid for user's home directory.
1999-04-25  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-25  Huw D M DaviesGeneral tidy up of the MetaFile driver - make sure...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallFixed typo.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Eric PouechFixed a few bugs (typos from cut & paste & invalid...
1999-04-18  Huw D M DaviesFixes for upside-down DIBs.
1999-04-15  Pavel RoskinFixed ugly disabled controls and black background in...
1999-04-11  Karl LessardOptimized code for SetImageBits_X, making bitmap creati...
1999-04-10  Richard MortimerAdded missing *IsDark entries into PALETTE_Driver instance
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-27  Huw D M DaviesFixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetP...
1999-03-25  Randy WeemsFixed off-by-one error if bitblt width or height is...
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-13  Pavel RoskinFile open dialog now uses icons instead of bitmaps.
1999-03-10  Pavel RoskinFixed folder bitmap colors for 8bpp.
1999-03-10  Caolan McNamaraWindows doesnt allow dashed and dotted lines > 1.
1999-03-10  Ulrich WeigandAvoid unnecessary GraphicsExpose events.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-20  Alexandre JulliardFixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
1999-02-18  Francois BoisvertImplementation of the pushed close button.
1999-02-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-13  Francis BeaudetImplemented the OLE Drag and Drop target registration...
1999-02-09  Huw D M DaviesFixes several problems with SetDIBitsToDevice if xSrc...
1999-02-04  Patrik StridvallX11 driver changes.
1999-02-02  Huw D M DaviesReduce MAX_FONT_SIZE to 1000.
1999-01-20  Pablo SaratxagaSmall patch.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-26  Alex KorobkaCleaned up font encoding handling. Added 'Ignore#'...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-14  Ian PilcherAdded ability to specify X fonts used for Helv and...
1998-12-14  Huw D M DaviesXLFDs should be well-formed (14 hyphens) to match scala...
1998-12-10  Huw D M DaviesSanity check on font size.
1998-12-09  Pablo SaratxagaImproved the handling of font encodings.
1998-12-08  Huw D M DaviesFix X11DRV_ExtTextOut for rotated text if either of...
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-12-07  Ulrich WeigandBugfix: -microsoft-symbol encoding was not recognized.
1998-12-02  Huw D M DaviesMove OEM resources to the x11drv.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
next