- Turn off debug print outs.
[reactos.git] / reactos / subsystems / win32 / win32k / objects / bitblt.c
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-29 Gregor Schneider[win32k]
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-16 Timo KreuzerUpdate PDEVOBJ and GRAPHICS_DEVICE fields
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-04 Timo KreuzerXLATEOBJ rewrite.
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-10 Timo Kreuzer[win32k] Implement brush realization part 1 / 2
2009-07-08 Timo KreuzerGet rid of the DCs XlateBrush and XlatePen. The resulti...
2009-07-08 Timo KreuzerIntGdiPolyPatBlt: Don't unnecessarily update the dc...
2009-07-08 Timo Kreuzer[FORMATTING]
2009-07-07 Gregor SchneiderAlphaBlend:
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-14 Timo KreuzerRemove hBitmap from DC.rosdc and use DC.dclevel.pSurfac...
2009-04-09 Timo KreuzerRename PALGDI to PALETTE as it's called in gdikdx.
2009-04-09 Gregor Schneider- Fix the coordinate manipulation order for AlphaBlend...
2009-04-08 Timo KreuzerRemove IntGdiSelectBrush and IntGdiSelectBrush, they...
2009-04-05 Gregor Schneider- Evgeny Boltik, <BSTSoft AT narod DOT ru>: Add stretch...
2009-04-03 Aleksey Bragin- Add a leftover from commit 40334.
2009-04-02 Aleksey Bragin- Rework NtGdiStretchBlt into GreStretchBltMask functio...
2009-04-01 Timo Kreuzerwin32k brush update:
2009-03-25 Timo KreuzerRename NtGdiDeleteObject to GreDeleteObject
2009-03-20 Timo KreuzerRename IntGdiInitBrushInstance to EBRUSHOBJ_vInit and...
2009-03-20 Timo KreuzerStart to cleanup the mess that claims to be our brush...
2009-03-20 Timo Kreuzerrename DCs pDc_Attr to pdcattr, like in gdikdx.
2009-03-20 Timo KreuzerChange most DC struct members to the names they have...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-15 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-09 Gregor Schneider- Remove coordinate checks from NtGdiStretchBlt, since...
2009-02-08 Gregor SchneiderPreparation for StretchBlt pattern support:
2009-02-08 Christoph von Wittichfix some comments
2009-02-08 Gregor Schneider[FORMATTING] apply 4 spaces indentation
2009-02-08 Gregor SchneiderEvgeny Boltik, <BSTSoft AT narod DOT ru>: Convert BitBl...
2009-02-08 Gregor Schneider- Convert coordinates of src and dst rectangle in Trans...
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-02-03 Gregor SchneiderOffset the source and destination rectangles as pointed...
2009-01-31 Gregor SchneiderEvgeny Boltik <BSTSoft AT narod DOT ru>:
2009-01-08 Timo KreuzerRename BITMAPOBJ to SURFACE as it's called on windows...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
2008-11-16 James Tabor- Fix AlphaBlend checks that pass wine bitmap gdi32...
2008-11-15 James Tabor- Fix dirty bit support for select brush and pen, see...
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-03 Gregor Schneider- Several ExFreePool -> ExFreePoolWithTag changes ...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-02 Jeffrey Morlan- NtGdiAlphaBlend: If hDCSrc == hDCDest and a bitmap...
2008-06-27 James TaborPath needed some love Phase I:
2008-06-07 Aleksey Bragin- Revert 33881, PatBlt may be buggy, but what was intro...
2008-06-07 Magnus Olsendisable NtGdiPatBlt code, in some case it can cause...
2008-06-06 Magnus OlsenBugFix : NtGdiPatBlt did not call on NtGdiMaskBlt when...
2008-06-06 Magnus OlsenBugFix : NtGdiBitblt follow member BitmapDest and Bitma...
2008-06-03 James TaborMove from fixed PrimarySurface to pointer based pPrimar...
2008-06-02 James TaborStefan Ginsberg <stefan__100__ at hotmail.com>
2008-05-29 Timo Kreuzerfix palette implementation: use the surface's palette...
2008-05-06 Timo KreuzerDC: use dc.DcLevel.hPal for the palette instead of...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-08 James TaborRemove unused flags and start using new dc type ids.
2007-11-30 Timo Kreuzerreplace NtGdiSelectObject with NtGdiSelectBitmap in...
2007-11-18 James TaborComplete move to Dc_Attr in win32k. Tested Qemu Linux...
2007-11-11 Timo Kreuzer- NtUserScrollDC() only returns TRUE or FALSE
2007-08-23 Timo Kreuzermove NtGdiExtFloodFill from bitblt.c to filshap.c
2007-08-23 Timo Kreuzer- rename painting.c to bitblt.c