- Delete qssi, it wasn't included in build since 2002.
[reactos.git] / reactos / subsystems /
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]
2009-03-17 Timo KreuzerRemove unused DriverFunction and GDIBdyToHdr
2009-03-17 Timo Kreuzer- Move contents of eng/misc.h into include/misc.h,...
2009-03-17 Timo Kreuzer[FORMATTING]
2009-03-17 Timo Kreuzer- Inline GDIOBJ_UnlockObjByPtr, ASSERT that we don...
2009-03-17 Timo KreuzerRewrite DRIVEROBJ api, giving the object a handle,...
2009-03-16 James Tabor- Patch by Evgeniy Boltik: Fix Rectangle, Ellipse,...
2009-03-15 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-03-15 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-03-15 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-03-15 James Tabor- Add Font attribute support for NtGdiHfontCreate.
2009-03-13 Matthias Kupfer- Add a hackfix comment for issue #4243 due to several...
2009-03-12 Matthias KupferEvgeniy Boltik <bstsoft AT narod DOT ru>
2009-03-12 Aleksey BraginEvgeniy Boltik <bstsoft@narod.ru>
2009-03-12 Timo KreuzerRemove freetype dll from build, build ftfd instead...
2009-03-10 Timo KreuzerDon't free a NULL pointer.
2009-03-09 Kamil Hornicek- fix logic, global mouse and keyboard hooks are suppor...
2009-03-04 Matthias KupferEvgeniy Boltik <bstsoft AT narod DOT ru>
2009-03-04 Matthias KupferEvgeniy Boltik <bstsoft AT narod DOT ru>
2009-03-01 Matthias KupferSascha Clausen <r4v3r AT hotmail DOT de>
2009-02-28 James Tabor- No code change, adding notes to header.
2009-02-22 James Tabor- Patch by Evgeniy Boltik: Fixes HatchBrushes, see...
2009-02-21 Aleksey Bragin- Fix typos in the header.
2009-02-19 Matthias KupferEvgeniy Boltik <bstsoft AT narod DOT ru>
2009-02-18 Timo KreuzerFix formatting, no code change
2009-02-17 Timo Kreuzerco_IntCallHookProc: Don't dereference the ResultPointer...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-16 Timo Kreuzergdiobj.c: go back from intrinsics to to portable interl...
2009-02-16 Matthias Kupferdefine IDC_STATIC as -1 instead of 100 (prevent confusi...
2009-02-15 Timo Kreuzer- switch license to LGPL
2009-02-12 Christoph von Wittichfix some gdi32 font winetests
2009-02-12 Christoph von Wittichfix formatting
2009-02-11 Christoph von Wittichdefine CSR_DEFAULT_CURSOR_SIZE instead of hardcoding...
2009-02-09 Gregor Schneider- Remove coordinate checks from NtGdiStretchBlt, since...
2009-02-08 Gregor SchneiderPreparation for StretchBlt pattern support (2):
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 SchneiderStretchBlt: +clipping -bugs
2009-02-08 Gregor Schneider- Convert coordinates of src and dst rectangle in Trans...
2009-02-03 Gregor SchneiderDelete old XLateObj before creating a new one, fixes...
2009-02-03 Gregor SchneiderOffset the source and destination rectangles as pointed...
2009-02-03 Gregor SchneiderBrush displacement fix from r39326 for 24bpp.
2009-02-03 Gregor SchneiderForgot to commit this code in r39227, needed for basic...
2009-02-02 Timo Kreuzergdi32: Fix and enable usermode implementation of SetWin...
2009-01-31 Gregor SchneiderRemove dead StretchBlt code
next