Merge freeldr from amd64 branch:
[reactos.git] / reactos / subsystems /
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
2009-01-31 Gregor SchneiderEvgeny Boltik <BSTSoft AT narod DOT ru>:
2009-01-30 Gregor SchneiderUnify identical StretchBlt implementations in preparati...
2009-01-29 Timo Kreuzerformatting, no code change
2009-01-29 Timo KreuzerFix IntGdiSetMapMode
2009-01-28 Johannes Anderwald- Fix exhaustive debug message flood
2009-01-28 Gregor SchneiderSet the header size as expected instead of setting...
2009-01-28 Gregor Schneider- bcSize holds the size of the BITMAPHEADER structure...
2009-01-28 Christoph von Wittichfix formatting
2009-01-28 Christoph von Wittichupdate bi->biBitCount before using it - fixes 5 gdi32...
2009-01-28 Christoph von Wittichremove redundant code
2009-01-27 James Tabor- Set the length for IntGetWindowPlacement.
2009-01-27 James Tabor- Quick implemention of NtUserGetInternalWindowPos...
2009-01-27 Gregor SchneiderUpdate IntEngCreateSrcMonoXlate parameter names and...
2009-01-27 Daniel ReimerBug 4061: Italian resources updates by Paolo Devoti
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2009-01-24 Michael Martin- Fix Typo.
2009-01-24 Michael Martin- Fix typo.
2009-01-22 Stefan Ginsberg- Fix a crash when menu allocation fails
2009-01-19 Stefan Ginsberg- Remove unnecessary allowwarnings="true"
2009-01-19 Christoph von WittichUse "Small Fonts" (96 dpi) by default
2009-01-18 Art YerkesPrevent a null access when the first show-desktop is...
2009-01-18 James Tabor- Add more thread info types and remove a set mask...
2009-01-17 James Tabor- It is understandable now why certain applications...
2009-01-17 James Tabor- It is shameful, hacks like this.
2009-01-17 James Tabor- Update DispathMessage and fix time stamp for system...
2009-01-16 Thomas BluemelFix background color used for DrawCaptionTemp with...
2009-01-16 Art YerkesThis actually used to work due to the work csrss does...
2009-01-15 James Tabor- Rewrite Timers, nothing is using it except a bogus...
2009-01-14 Aleksey Bragin- Revert 38750, a dereference happens when that hook...
2009-01-14 Christoph von Wittichfix jim's copypasta
2009-01-14 James Tabor- Added stubs to timers, tooling up to change over...
2009-01-13 Stefan Ginsberg- NtUserSetWindowsHookEx: Don't leak a thread reference...
2009-01-13 James Tabor- Re-implement NtUserDispatchMessage and implement...
2009-01-12 James Tabor- Un-implement NtUserDispatchMessage.
2009-01-12 James Tabor- Sort out common used DCE flags.
2009-01-12 James Tabor- Fix another wine test for SetWindowPos.
2009-01-11 Matthias KupferMichael von Glasow <michael AT vonglasow DOT com>
2009-01-09 Dmitry GorbachevIn co_MsqPostKeyboardMessage(), do not forget to releas...
2009-01-09 Timo Kreuzer- Remove the dib pointer from SURFACE
2009-01-08 Dmitry Chapyshev- Fix NtUserCopyAcceleratorTable and NtUserCreateAccele...
2009-01-08 Timo KreuzerRename BITMAPOBJ to SURFACE as it's called on windows...
2009-01-07 Timo Kreuzerremove the test code I accidentally comitted
2009-01-07 Timo Kreuzer- Fix creation of XLATE in IntEngCreateSrcMonoXlate...
2009-01-06 Stefan Ginsberg- NtUserWaitForInputIdle: Call EngGetTickCount, removin...
2009-01-06 Gregor SchneiderClean up IntGdiRealizePalette by removing old and/or...
2009-01-06 Gregor Schneider- Fix a coordinate problem that occurred with alphablen...
2009-01-05 James Tabor- Patch by Michael Martin: Fix for Get/Set CallProc.
2009-01-05 James Tabor- Implement large ansi unicode string support for win32...
2009-01-04 Thomas BluemelCopying the string in NtUserDefSetText () must be prote...
2009-01-04 James Tabor- Add check for probed strings. Thanks, Timo and Thomas.
2009-01-03 James Tabor- Removed SEH abuse and add notes for the hook code...
2009-01-03 James Tabor- Add check for null Wnd, see bug 3995.
2009-01-02 Timo KreuzerUse the bitmap's palette, not the DC one's in NtGdiGetD...
2009-01-01 Timo KreuzerFlush the gdi batch in NtGdiDeletObjectApp to make...
2008-12-30 Aleksey Bragin- Silence debug output.
2008-12-28 Dmitry GorbachevDo not return garbage in cbSize field of CURSORINFO.
2008-12-26 James Tabor- Total commander crashes after pressing any key, see...
2008-12-25 Christoph von Wittichfix some more typos
2008-12-25 James Tabor- Fix typo.
2008-12-25 James Tabor- Check for same intput desktop with GetCursorPos....
2008-12-25 James Tabor- Use Cursor position from server information. I guess...
2008-12-24 Timo Kreuzer- Put Dx values at start of buffer to have alignemnt...
2008-12-24 James Tabor- Add IntGetCharDimensions and text metrics for win32k...
2008-12-23 James Tabor- Add One Param Call GetCursorPos. This will be used...
2008-12-22 Dmitry GorbachevFix spurious warning/error reported by GCC 4.4.0.
2008-12-22 Timo KreuzerIf ETO_PDY is specified, Dx is a pair of INTs, make...
2008-12-22 Timo KreuzerSome people were thinking they could use NtGdiExtTextOu...
2008-12-22 James Tabor- Start populating server information structure. This...
2008-12-21 Timo Kreuzerrevert 38201 and 38203 due to regressions
2008-12-20 Timo KreuzerHandle ETO_PDY more correctly (dy values still ignored)
2008-12-20 Timo KreuzerWhen fuOptions has ETO_PDY specified, the DxBuffer...
2008-12-20 Timo Kreuzer[FORMATTING]
2008-12-19 Timo KreuzerNtGdiGetFontUnicodeRanges:
2008-12-16 Stefan Ginsberg- Remove KeRosDumpStackFrames export and make the call...
2008-12-15 James Tabor- Fix bitmap tests.
2008-12-15 James Tabor- Implement DIB section attribute flag support.
2008-12-08 Gregor Schneider- IntGetDeviceGammaRamp: remove unneeded code, i *...
2008-12-06 Eric KohlReplace call to ExtractIconExW (shell32.dll) by a call...
2008-12-03 Dmitry GorbachevSilence compiler warnings (9/11).
next