Change some leftover .rbuild files from compiler="cpp" to compiler="cxx"
[reactos.git] / reactos / subsystems /
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-18 Gregor SchneiderOrder rectangle points to avoid CreateCompatibleBitmap...
2009-04-17 James Tabor- Ref bug 4074: Need to test it again to see if it...
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
2009-04-15 Gregor SchneiderMore monochrome icon handling fixes in CreateIcon and...
2009-04-15 Gregor Schneider- CreateIcon: create color bitmap only if bitsPixel...
2009-04-14 Timo KreuzerRemove hBitmap from DC.rosdc and use DC.dclevel.pSurfac...
2009-04-14 Timo KreuzerMake the SURFACE structure more like the one from Windows
2009-04-14 Timo KreuzerReturn NULL, if failed to lock the provided palette...
2009-04-14 Timo KreuzerEngBitBlt provides bitblt capabilities between standard...
2009-04-13 Timo KreuzerAdd RECTL_vMakeWellOrdered
2009-04-13 Gregor Schneider- Deactivate unneeded debug prints, change DbgPrint...
2009-04-13 Dmitry Chapyshev- More correct fix of tests
2009-04-13 Dmitry Chapyshev- Add more check on CodePage = 0. +2 passed wine tests
2009-04-13 Dmitry Chapyshev- Add check on CodePage = 0. +2 passed wine tests
2009-04-11 Gregor Schneider- Don't copy data to null buffer, just return the strin...
2009-04-11 Timo Kreuzer[FORMATTING]
2009-04-11 Gregor Schneider- Fix a memory overwrite that was uncovered by recent...
2009-04-10 Timo KreuzerDivide eng/bitblt.c into bitblt.c, alphablend.c and...
2009-04-10 Timo KreuzerEngMaskBitBlt and IntEngMaskBlt do not have a source...
2009-04-10 Gregor SchneiderAmendment to r40444: float -> double changes were not...
2009-04-10 Gregor SchneiderDon't hard code viewport extents, they depend on the...
2009-04-10 Gregor Schneider- Don't copy the original header after the new header...
2009-04-09 Timo KreuzerRename PALGDI to PALETTE as it's called in gdikdx.
2009-04-09 Gregor Schneider- REGION_AllocRgnWithHandle: allow creation of empty...
2009-04-09 Gregor Schneider- Fix the coordinate manipulation order for AlphaBlend...
2009-04-08 Timo KreuzerIntChangeDisplaySettings: Save refresh frequency in...
2009-04-08 Timo KreuzerUse vDbgPrintExWithPrefix in EngDebugPrint instead...
2009-04-08 Timo KreuzerRemove IntGdiSelectBrush and IntGdiSelectBrush, they...
2009-04-08 Gregor Schneider- Offset coordinates with viewport origin for gradient...
2009-04-08 Timo Kreuzer[FORMATTING]
2009-04-07 Timo KreuzerMouse pointer fix:
2009-04-06 Timo KreuzerGo back to old logic in GdiSelectPalette. Should fix...
2009-04-06 Gregor Schneider- path.c: Correct purpose header entry
2009-04-06 Timo KreuzerMove PDEVOBJ and related into it's own header file...
2009-04-06 Gregor Schneider- Evgeny Boltik, <BSTSoft AT narod DOT ru>: Fix system...
2009-04-06 Timo Kreuzer[FORMATTING]
2009-04-06 Timo Kreuzerfix include guard, use winddi types instead of ros...
2009-04-06 Timo KreuzerRemove a bunch of useless funtion pointer types
2009-04-05 Timo Kreuzer- Update the EBRUSHOBJ independent of changing the...
2009-04-05 Gregor Schneider- Evgeny Boltik, <BSTSoft AT narod DOT ru>: Add stretch...
2009-04-05 Kamil Hornicek- IntEnumDisplaySettings returns NTSTATUS, fix the...
2009-04-04 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-04-04 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-04-03 Aleksey Bragin- Add a leftover from commit 40334.
2009-04-02 Aleksey Bragin- Rework NtGdiStretchBlt into GreStretchBltMask functio...
2009-04-02 James Tabor- Migration changes from PPROCESSINFO and PTHREADINFO...
2009-04-02 Aleksey Bragin- Apply a fix by Timo Kreuzer for the bug spotted by...
2009-04-02 Aleksey Bragin- NtGdiSetDIBitsToDeviceInternal: use bitmap's palette...
2009-04-02 Aleksey Bragin- Simplify code. Inspired by Evgeniy Boltik's patch.
2009-04-01 Timo KreuzerImplement delayed deletion of gdi objects. This is...
2009-04-01 James Tabor- Check the headers next time.
2009-04-01 Timo Kreuzerwin32k brush update:
2009-03-31 James Tabor- Implement NtUserProcessConnect. Moving to client...
2009-03-30 Ged Murphy- Show the underline menu cues when pressing the alt key
2009-03-30 James Tabor- Move W32PROCESSINFO to PROCESSINFO.
2009-03-30 James Tabor- Update W32PROCESS and related code.
2009-03-29 James Tabor- Fix W32PROCESS, replaced pointer with structure.
2009-03-29 Timo KreuzerAdd the DC XlateBrush / XlatePen hack to DC_vUpdateFill...
2009-03-29 Timo KreuzerSimple temporary implementation of EngRealizeBrush...
2009-03-29 Timo KreuzerBltMask:
2009-03-29 Timo KreuzerPatch by Evgeniy Boltik:
2009-03-28 James Tabor- Add The rest to W32PROCESS.
2009-03-28 James Tabor- Add Lock point and AVL table pointer to W32PROCESS...
2009-03-28 Aleksey Bragin- Remove a header structure from memory regions allocat...
2009-03-28 Aleksey Bragin- Pass correct allocation flags to ZwAllocateVirtualMemory.
2009-03-26 Timo KreuzerHack cleanup: IntGdiBrushXlate is a dirty ros hack...
2009-03-26 Art YerkesPrevent a double lock on the surface by splitting FillS...
2009-03-26 Timo KreuzerMove NtGdiSelectBitmap to dcobjs.c, implement DC_vSelec...
2009-03-25 Timo KreuzerMove NtGdiSelectClipPath, Nt/IntGdiSelectBrush, Nt...
2009-03-25 Timo KreuzerRename NtGdiDeleteObject to GreDeleteObject
2009-03-25 Timo KreuzerRewrite the dc state saving implementation. We were...
2009-03-25 James Tabor- Write new simplified NtGdiDeleteObjectApp based on...
2009-03-24 Timo Kreuzer[FORMATTING]
2009-03-24 Timo KreuzerMore dc cleanup: make DC_AllocDC return a pointer,...
2009-03-24 Timo KreuzerFix formatting add a FIXME comment, no code change
2009-03-24 Timo KreuzerRemove DC_GET_VAL macro and friends. They were defining...
2009-03-23 Timo Kreuzer- Don't delete an object that has a shared reference!
2009-03-23 Timo KreuzerGDIOBJ_ShareUnlockObjByPtr: Temporarily don't ASSERT...
2009-03-23 Timo Kreuzer[FORMATTING]
2009-03-23 Timo KreuzerIn the beginning somebody created dc.c. And he saw...
2009-03-23 Timo KreuzerInitialize flattrs in EBRUSHOBJ_vInit
2009-03-23 Timo KreuzerBrush rewrite part 1/x
2009-03-21 Gregor Schneider- GetBitmapBits: This function should return DDB size...
2009-03-21 Aleksey Bragin- Remove obsolete Doxyfile config files. Spotted by...
2009-03-21 Timo KreuzerFix build.
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 GDIDEVICE to PDEVOBJ. Is seems ms uses both...
2009-03-20 Timo Kreuzerrename DC.Dc_attr to dcattr, DC.DcLevel to dclevel...
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-19 Aleksey Bragin- Don't try to be smarter than Windows and don't copy...
2009-03-19 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-03-19 Timo Kreuzerwin32k RECT/RECTL issues:
2009-03-19 Timo KreuzerMerge 39375 from amd64 branch:
2009-03-17 Timo KreuzerC++ comment style -> C comment style
2009-03-17 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-03-17 Timo Kreuzer[FORMATTING]
next