- Only pass gcc flags to gcc.
[reactos.git] / reactos / subsystems /
2009-06-18 Stefan Ginsberg- Do not pass gcc and ld flags to other tools
2009-06-12 Dmitry Chapyshev- Revert r41390
2009-06-12 Dmitry Chapyshev- Set high priority class for winlogon.exe
2009-06-11 Stefan Ginsberg- PnpInit: Allocate IopBusTypeGuidList from nonpaged...
2009-06-10 Dmitry Chapyshev- Fix Firefox 1.0/1.5 minimisation to taskbar
2009-06-10 Timo Kreuzer[FORMATTING]
2009-06-06 James Tabor- NtGdiEngCreateDeviceBitmap: Test size larger than...
2009-06-06 James Tabor- Update stubs, NtGdiEngCreateDevice/Bitmap.
2009-06-04 James Tabor- More research is required to fix NtGdiSetPixelFormat...
2009-06-02 Matthias Kupfer- fixes the problem of unsetting the HWND_TOPMOST prope...
2009-06-02 James Tabor- Hax-implement NtGdiSetPixelFormat and add a support...
2009-06-01 James Tabor- Implement NtGdiDescribePixelFormat, needs testing.
2009-06-01 James Tabor- Add note for WNDOBJ.
2009-05-30 Sylvain PetreolleImplement CDS_TEST flag for IntChangeDisplaySettings.
2009-05-29 Michael Martin- ProcessMouseInputData: Mouse pointer shown on window...
2009-05-28 Michael Martin- MouseThreadMain: Send IOCTL_MOUSE_QUERY_ATTRIBUTES...
2009-05-27 Stefan Ginsberg- IntEmptyClipboardData: Check before freeing a potenti...
2009-05-25 Dmitry Chapyshev- Stubimplement SPI_GETFONTSMOOTHINGTYPE/SPI_SETFONTSMO...
2009-05-25 Dmitry Chapyshev- Add support for SPI_GETCARETWIDTH/SPI_SETCARETWIDTH
2009-05-23 Dmitry Chapyshev- Fix two potential crashes
2009-05-23 Dmitry GorbachevMake __CRT_INLINE always inline, use ceil instead of...
2009-05-23 Kamil Hornicek- don't return without UserLeave, should fix user32...
2009-05-23 James Tabor- Check the pointer for client thread information for...
2009-05-23 James Tabor- Remove the rest...
2009-05-23 James Tabor- Move Process Information structure back into kernel...
2009-05-22 Dmitry Chapyshev- Formatting fix. No code change
2009-05-22 James Tabor- Fix NtUserVkKeyScanEx to support current thread keybo...
2009-05-20 James Tabor- GetMouseMovePointsEx is a direct call to kernel space...
2009-05-19 James Tabor- Time to kill this one. We setup with ParentWindowHand...
2009-05-19 Hervé PoussineauIt doesn't hurt to try to start Blue service before...
2009-05-19 James Tabor- Cleanup Real/GetInputState.
2009-05-18 Timo KreuzerImplement ONE_PARAM_ROUTINE_POSTQUITMESSAGE case in...
2009-05-18 Hervé PoussineauTry to load the correct font when booting with /CONSOLE...
2009-05-17 Timo KreuzerUserPostMessage: when dealing with WM_QUIT, allow broad...
2009-05-13 James Tabor- Migration changes from W32THREADINFO to use ThreadInf...
2009-05-12 James Tabor- Remove client thread information from w32 thread...
2009-05-12 James Tabor- Move update thread information hooks.
2009-05-07 James Tabor- This helps gimp 2.4.6 start-up. But there is another...
2009-05-06 James Tabor- Implement ReplyMessage and kernel support for InSendM...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
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.
next