Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
[wine] / graphics /
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Lionel UlmerImplement the EnumAttachedSurface method.
1999-04-01  Lionel UlmerFixed OpenGL devices implementation.
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Lionel UlmerFixed QueryInterface functions for IDirect3D 1 and 2.
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-28  Lionel UlmerAdded initialisation of the pixmap_depth field in
1999-03-28  Huw D M DaviesMore Escapes for the PostScript driver.
1999-03-27  Francois GougetAdapted to the interface/implementation separation.
1999-03-27  Francois GougetUpdated to include all the implementation aspects that...
1999-03-27  Francois GougetRemoved direct access to the virtual table
1999-03-27  Huw D M DaviesFixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetP...
1999-03-25  David LuyerChanged stdlib.h to string.h.
1999-03-25  Randy WeemsFixed off-by-one error if bitblt width or height is...
1999-03-23  Huw D M DaviesAdded StretchDIBits for the PostScript driver.
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-17  Marcus MeissnerFixed some warnings. removed some unneccessary includes...
1999-03-16  Lionel UlmerCorrected bug in enumeration function.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Patrik StridvallAdded functions DirectDrawEnumerateW and DirectDrawEnum...
1999-03-14  Ove KaavenFixed a silly VGA-emulation palette bug.
1999-03-13  Pavel RoskinFile open dialog now uses icons instead of bitmaps.
1999-03-13  Patrik StridvallReimplemented DrawFocusRect without using X11.
1999-03-13  Andreas MohrImproved "error" message readability.
1999-03-10  Lionel Ulmer- some clean up in handling of depth
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-03-09  Huw D M DaviesAccept "Normal" as a valid AFM weight.
1999-02-28  Lionel Ulmer- added function DirectDrawEnumerateEx
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Lionel Ulmer- no more 3D capabilities if Direct3D support is not...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-20  Alexandre JulliardFixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-18  Francois BoisvertImplementation of the pushed close button.
1999-02-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-02-14  Marcus MeissnerSome ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
1999-02-13  Marcus MeissnerMoved the if1632/signal.c stuff into loader/signal...
1999-02-13  Francis BeaudetImplemented the OLE Drag and Drop target registration...
1999-02-11  Lionel UlmerAdded 'objbase.h' to prevent compiler warnings.
1999-02-11  Lionel UlmerBetter detection of XShm errors (should now run on...
1999-02-10  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Albert Den Haan...
1999-02-10  Lionel UlmerFixed debug output to follow '-debugmsg' flags.
1999-02-09  Brad PepersWinG fixes.
1999-02-09  Huw D M DaviesFixes several problems with SetDIBitsToDevice if xSrc...
1999-02-05  Lionel Ulmer- added a dump of the palette creation flags
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-02-04  Patrik StridvallX11 driver changes.
1999-02-04  Patrik StridvallNew TTY driver for GDI.
1999-02-02  Francois GougetReplaced references to interfaces.h by wine/obj_xxx...
1999-02-02  Lionel UlmerAdded stubs for new DirectDraw4 and DirectDrawSurface4...
1999-02-02  Huw D M DaviesClear up args to PSDRV_AdvancedSetupDialog.
1999-02-02  Huw D M DaviesReduce MAX_FONT_SIZE to 1000.
1999-01-31  Alexandre JulliardAuthors: Lionel Ulmer <ulmer@directprovider.net>, Babri...
1999-01-30  Lionel UlmerAdded check for the presence of Mesa's header files.
1999-01-30  Ove KaavenDefined RESTORE_SIGNALS by default and call SIGNAL_Emul...
1999-01-30  Marcus MeissnerSome more warnings and bugs fixed.
1999-01-28  James JuranCommented out unused variables to prevent needless...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-26  Ove KaavenAdded (dummy) Death/Resurrection calls to DisplayDib.
1999-01-26  Lionel Ulmer- added depth conversion routines (only 8bpp -> 16...
1999-01-24  Nick HollowayInternal PostScript printer driver improvements.
1999-01-23  Andreas MohrImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
1999-01-23  Lionel Ulmer- various warning and bug fixes
1999-01-23  Lionel Ulmer- added more texture formats using OpenGL's packed...
1999-01-23  Lionel Ulmer- better support for ExecuteBuffers
1999-01-23  Lionel Ulmer- corrected bug in Z Buffer allocation
1999-01-20  Pablo SaratxagaSmall patch.
1999-01-20  Marcus MeissnerUnified palette create, do allocate colorcells on init...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Lionel Ulmer- beginning of implementation of Direct3D2 (DX 5.0...
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1998-12-26  Alex KorobkaCleaned up font encoding handling. Added 'Ignore#'...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Peter HunnisettAdded all clipper&3d stubs.
1998-12-24  Marcus MeissnerStubs for IDirect3D(2)::CreateLight and CreateDevice...
1998-12-18  Huw D M DaviesImplemented PolylineTo.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-15  Todd Vierlinggraphics/psdrv forgets to pull in @DLLFLAGS@, and so...
1998-12-14  Ian PilcherAdded ability to specify X fonts used for Helv and...
1998-12-14  Stephen CrowleySave the original video mode before going fullscreen...
1998-12-14  Huw D M DaviesXLFDs should be well-formed (14 hyphens) to match scala...
1998-12-11  Huw D M DaviesImplement AbortDoc16, move AbortDoc32 and StartDoc32W to
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-10  Ulrich WeigandAdapted to CreateSystemTimer interface change.
1998-12-10  Stephen CrowleyFixed a potential crash if a usable video mode is not...
1998-12-10  Robert RiggsSet window focus in _common_IDirectDraw_SetDisplayMode().
1998-12-10  Huw D M DaviesSanity check on font size.
1998-12-09  Pablo SaratxagaImproved the handling of font encodings.
1998-12-08  Alexandre JulliardTried another kludge for the Xmd.h problem.
1998-12-08  Stephen CrowleyAdded fullscreen DGA support.
next