SysAllocStringLen16 needs to handle NULL pointers, too.
[wine] / graphics /
1999-04-25  Karl LessardSetMapMode should not reset the window and viewport...
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-22  Ulrich WeigandAdded prototypes (stubs) for GDI32.100-104.
1999-04-19  Huw D M DaviesImplemented recording of StretchDIBits and SetDIBitsToD...
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-18  Lionel UlmerChanged 'GetDisplayMode' to return the mode previously...
1999-04-18  Brian Gerst- Removed all floating point math.
1999-04-16  Robert PouliotA few patches to help Wine to compile on OS/2.
1999-04-15  Huw D M DaviesChange (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s...
1999-04-15  Pavel RoskinFixed ugly disabled controls and black background in...
1999-04-15  Huw D M DaviesLimit lastChar to 0xff in PSDRV_GetCharWidth.
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-06  Lionel Ulmer- clean-up of texture 'loading'
1999-04-02  Lionel UlmerAdded DllClassFactory to DirectDraw.
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.
next