updated listbox control from wine 0.9.2
[reactos.git] / reactos / lib / ddraw /
2005-12-03 Magnus OlsenImplmenet IDxDiagContainerImpl_GetNumberOfProps, IDxDi...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-11-11 Maarten BosmaI hope that this fixes all DDERR_SURFACELOST problems.
2005-11-05 Magnus OlsenFilling in two more member, and they should be using...
2005-11-05 Magnus OlsenSmall hack for Getting monitor freq right.
2005-11-05 Magnus OlsenRemove hwnd and hdc, so it being store to right struct.
2005-11-05 Maarten BosmaFill some structs more correctly.
2005-11-04 Magnus OlsenNever, Never do if (FALSE) it will make dead code....
2005-11-01 Magnus Olsendo not try free memmory at exit it seam like the DdDele...
2005-11-01 Magnus OlsenFixed a crach. and do not hardcode the flag ddsd to...
2005-11-01 Magnus Olsensplit up CreateSurface to hal and hel interface
2005-11-01 Magnus Olsen* Source cleanup.
2005-11-01 Maarten BosmaAnother few cosmetic changes and also except DDSURFACED...
2005-11-01 Maarten BosmaAdd call to DdReenableDirectDrawObject (GdiEntry10...
2005-11-01 Maarten Bosmafix compiling again, sorry.
2005-11-01 Maarten BosmaSome cosmetic changes like replacing tabs with spaces...
2005-11-01 Maarten Bosmafix compile
2005-11-01 Maarten BosmaFixed the "header problems".
2005-10-31 Magnus Olsenfill in the DDSD we got from the call of createsurface...
2005-10-31 Magnus OlsenFix someprat of Createsurface now it is working for...
2005-10-31 Maarten BosmaFix wrong DDESC2 to DDESC conversion. Spotted by GreatLord.
2005-10-31 Magnus OlsenUse the info we got from callback for the res in create...
2005-10-31 Magnus OlsenFix some crach in ddraw.dll startup process for surface...
2005-10-31 Magnus OlsenFix so startup process of ddraw hal can be compile...
2005-10-30 Magnus OlsenFree Hal memory that have been alloc at exist
2005-10-30 Magnus Olsensmall ceanup in hal startup process
2005-10-30 Magnus OlsenSmall change for hal startup process only few callbacks...
2005-10-30 Thomas Bluemelfixed difference in signedness warnings
2005-10-30 Magnus OlsenFix broke SVN after me, thx to it I found wrong ref...
2005-10-30 Magnus Olsenadding more stuff for create surface right
2005-10-30 Maarten BosmaFix compile
2005-10-30 Maarten BosmaImplement IDirectDrawSurface::Blt for HAL
2005-10-30 Magnus Olsenlay some gorun for blt but not implement
2005-10-30 Magnus OlsenBind the Hal and Hel right in main call only to hal...
2005-10-30 Magnus OlsenRename files so it be more easy to wrok with them in VS
2005-10-30 Magnus OlsenForgot cleanup the code. in Main_setDisplayMode.
2005-10-30 Magnus OlsenMove hel SetDisplayMode to hel and write a stub for...
2005-10-30 Magnus Olsenimplment Hal FlipToGDISurface
2005-10-30 Maarten BosmaCheck if CanCreateSurface is implemented by the driver...
2005-10-30 Magnus Olsenimplement Hal GetScanLine
2005-10-30 Magnus OlsenFix one crach in createsurface for DrFred
2005-10-30 Maarten BosmaForgot to remove that test line
2005-10-30 Magnus Olsenimplement Hal WaitForVerticalBlank
2005-10-30 Magnus OlsenImplement Hal GetAvailableVidMem and is it working...
2005-10-29 Magnus OlsenCover the most hal startup process it now time start...
2005-10-29 Magnus OlsenSetup the hal startup process some bit. We still does...
2005-10-29 Maarten BosmaImprove macro for stubs inside of ddraw. Thx to w3seek.
2005-10-29 Magnus Olsensorry forget This->DirectDrawGlobal
2005-10-29 Magnus OlsenDo not trust msdn what it say about dwContext in any...
2005-10-29 Magnus OlsenSetup the hal inisate bit more. and commect the code...
2005-10-29 Magnus OlsenFixed some hal insate problem
2005-10-29 Maarten BosmaStub IDirectDrawKernel and IDirectDrawSurfaceKernel...
2005-10-29 Maarten BosmaCreate Stubs for IDirectDrawVideoPortNotify and fix...
2005-10-28 Maarten BosmaAdd Stubs for DirectDrawVideoPort and DDVideoPortContainer.
2005-10-25 Maarten BosmaImplement some COM-related functions.
2005-10-24 Magnus Olsenfilling in bit more info to DDRAW_GLOBAL struct in...
2005-10-24 Maarten BosmaImplemented thunks for IDirectDrawSurface and IDirectDr...
2005-10-24 Thomas Bluemeldon't define DirectDrawClipper_Vtable statically
2005-10-23 Maarten Bosma... files I forgot to commit.
2005-10-23 Maarten BosmaAdd lots of stubs.
2005-10-23 Magnus Olsenimplement Main_DirectDraw_GetDisplayMode (not to 100...
2005-10-23 Magnus Olsenfirst working api is GetCaps for HAL. rember we do...
2005-10-23 Magnus Olsenchange the marco return code to DDERR_UNSUPPORTED
2005-10-23 Maarten BosmaAdd a macro for the stubs.
2005-10-23 Magnus Olsencommit change to ddraw to use the new headers that...
2005-10-02 Thomas Bluemelfixed difference in signedness warnings
2005-08-25 Maarten BosmaFill some more structs, that ms ddraw fill as well.
2005-08-13 Emanuele AlibertiMake 'rosapps' module build.
2005-08-10 Magnus OlsenWindows 2000 does not always zerofill data if you are...
2005-08-09 Maarten BosmaFull some additional Structs
2005-08-09 Maarten BosmaAdd second call to DdQueryDirectDrawObject.
2005-08-09 Magnus Olsenfix a minor bug, for bad writen driver. some drv checki...
2005-08-09 Magnus OlsenThx Royce3 for notice's a typo error CreateData to...
2005-08-08 Magnus OlsenAdd a check to see if surface can be create, it return...
2005-08-08 Magnus Olsenfix a simple bug that I did intrudes with my last commit
2005-08-08 Maarten BosmaFix another bug thanks to GreatLord.
2005-08-08 Maarten BosmaFix a bug, thanks to Salamander again.
2005-08-08 Magnus OlsenFix some error checking for DireactDrawCreate and Direa...
2005-08-08 Maarten BosmaRemove exclamation mark that does not belong there...
2005-08-08 Maarten BosmaForgot it again. :)
2005-08-08 Maarten BosmaFix wrong syntax, missing file and non existing module...
2005-08-08 Maarten BosmaThe beginning of a ddraw implementation. Does not work...
2005-08-05 Maarten Bosmaundo my last change
2005-08-05 Maarten BosmaActually call the DDRAW_DllRegisterServer() and DDRAW_D...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-06-05 Casper HornstrupRemove old makefiles
2005-05-31 Magnus Olsencomplete dummy hal
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-20 Magnus Olsen LPUNKNOWN pUnkOuter did check it was NULL and return
2005-03-20 Magnus Olsenstart add hardware interface to hal
2005-03-20 Magnus OlsenComplete the dummy of HAL.
2005-03-19 Magnus Olsenadd more code.
2005-03-19 Magnus Olsenlite more code.
2005-03-17 Magnus Olsenmore stuff for ddraw.dll not tested yet.
2005-03-16 Magnus Olsenadd regsvr.c from wine as frist implement of ddraw.
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
next