- Check if a shortcut to shortcut is made and resolve it in that case
[reactos.git] / reactos / subsystems /
2009-09-14 James Tabor- Remove redundant null check. Spotted by Amine Khaldi.
2009-09-13 James Tabor- Add query window for real process Id.
2009-09-07 James Tabor- [Win32k] Class rewrite
2009-09-06 James TaborPatch by johnyadams@hotmail.com: Some applications...
2009-08-27 Matthias Kupfer- revert change from revision 41251, because it introdu...
2009-08-24 Dmitry GorbachevSprinkle win32k with some explicit voids,
2009-08-24 Stefan Ginsberg- Start deprecating TAG()
2009-08-21 Matthias KupferFix redraw bug by correcting nonclient region calculati...
2009-08-21 Stefan Ginsberg- svchost: #ifdef _MSC_VER doesn't mean "using Microsof...
2009-08-21 Gregor SchneiderRemove glyph guard (bug #933): there is no way to such...
2009-08-21 Gregor Schneider- co_IntLoadSysMenuTemplate: only copy buffer if prior...
2009-08-19 Gregor Schneider- Sync and adapt Wine font metric code for setting...
2009-08-18 Gregor Schneider- Improve glyph guard from r42749: allow displaying...
2009-08-17 James Tabor- Add win32k support functions for GetCharacterPlacement.
2009-08-17 James Tabor- Move GetCharacterPlacement functions into new locatio...
2009-08-17 James Tabor- Add callback for client side thread startup. This...
2009-08-17 Gregor Schneider- Don't allow glyph indices (ETO_GLYPH_INDEX) in ExtTex...
2009-08-17 Gregor SchneiderHandle a missing output buffer in NtGdiGetCharABCWidthsW
2009-08-16 James Tabor- [Win32k] Removed W32THREADINFO.
2009-08-16 Gregor SchneiderHandle failure of EngLockSurface as well
2009-08-16 Gregor SchneiderHandle failure of EngCreateClip, spotted by Amine Khaldi
2009-08-16 Gregor Schneider- Copy the source rectangle after checking it
2009-08-16 Gregor SchneiderAllocate span memory for every clipping type, not only...
2009-08-16 Gregor SchneiderOnly set the pattern function pointer if the pattern...
2009-08-16 Timo KreuzerUpdate PDEVOBJ and GRAPHICS_DEVICE fields
2009-08-16 James Tabor- Use correct head structure for event hooks.
2009-08-15 James Tabor- Use the correct flag for hidden popup actions.
2009-08-15 Timo KreuzerFix screwed logic in LIST_FOR_EACH and LIST_FOR_EACH_SA...
2009-08-14 Timo Kreuzer[win32k] EngCreateDeviceBitmap: handle failure of EngLo...
2009-08-13 James Tabor- Fix another NULL Wnd crash.
2009-08-12 James Tabor- Fix menu window callback. Only use it when the menu...
2009-08-12 James Tabor- Move GetWindowInfo support into user32. Use HWNDPARAM...
2009-08-12 James Tabor- Check if server side window proc is set when clearing...
2009-08-12 James TaborRewrite NtUserGetCPD to correctly return the callproc...
2009-08-12 James TaborProperly set the active window frame flag. Add missing...
2009-08-12 James Tabor- Move W32 Process flags to the proper place.
2009-08-12 James TaborProperly set and clear the dialog window flag.
2009-08-11 Timo KreuzerMake the tui console background black instead of blue.
2009-08-11 Gregor SchneiderAmendment to r42615: add the check in the correct line
2009-08-11 Timo Kreuzer[win32k]
2009-08-11 Timo Kreuzer[win32k]
2009-08-11 Gregor SchneiderDon't access the pattern GetPixel function pointer...
2009-08-10 Timo KreuzerMove stubs for user mode printer drivers from stubs...
2009-08-10 Timo KreuzerRevert part of my last commit, this was testcode not...
2009-08-10 Timo Kreuzer- Move some functions from stubs.c to new file eng...
2009-08-10 Timo KreuzerFix return value. Thanks to Hervé for noticing.
2009-08-10 Timo KreuzerImplement EngFileIoControl and EngFileWrite
2009-08-10 James Tabor- Changes to file header.
2009-08-08 Timo Kreuzer[FORMATTING]
2009-08-08 Stefan Ginsberg- Fix compilation of csrsrv:
2009-08-08 Gregor SchneiderDon't access the device mode if it is not passed (user3...
2009-08-08 Timo KreuzerNtUserGetIconInfo: Move lockingunlocking out of SEH...
2009-08-08 Timo Kreuzer[win32k]
2009-08-08 Timo KreuzerUpdate the fill brush, in NtGdiFillPath.
2009-08-07 Gregor SchneiderIntChangeDisplaySettings: set last error before leaving...
2009-08-07 Gregor SchneiderRemove deprecated define
2009-08-07 Timo KreuzerFix a serious bug, that led to reading beyound the...
2009-08-07 Timo Kreuzer[win32k]
2009-08-06 Timo Kreuzer[FORMATTING]
2009-08-05 Stefan Ginsberg- Fix msvc build of win32k -- reported by Amine.
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-04 Timo KreuzerPatch by Amine Khaldi: Get rid of XlatePatternToDest...
2009-08-04 Timo KreuzerSet pulXlate to aulXlate when freeing the allocated...
2009-08-04 Timo KreuzerXLATEOBJ rewrite.
2009-08-02 Timo Kreuzerasm version of DIB_32BPP_ColorFill:
2009-08-02 Stefan Ginsberg- probe.h: "NTOSKRNL unfortunately doesn't export RtlRa...
2009-08-02 Stefan Ginsberg- npapi.h: Correct definitions of function pointer...
2009-08-02 Gregor SchneiderCleanup in win32k/dib:
2009-08-01 Gregor SchneiderFloodFill:
2009-08-01 Gregor SchneiderFloodFill:
2009-07-31 Gregor SchneiderFix a typo in EngMovePointer
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-31 Gregor Schneider- Use system wide caret width and height if one of...
2009-07-31 Gregor Schneider- Implement Floodfill: iterative four neighbors version
2009-07-30 Gregor SchneiderDon't try to delete non existing XLateObjects (NULL...
2009-07-29 Gregor Schneideruser32:
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 Timo KreuzerFix some 64 bit isuues.
2009-07-26 James Tabor- At a minimum set the desktop to global class.
2009-07-26 James Tabor- [Win32k] More Class work. Moved to use thread and...
2009-07-26 James Tabor- Fixed event code. Remove junk too.
2009-07-26 James Tabor- [Win32k] Moving forward and replace some of the old...
2009-07-25 Aleksey Bragin- Create a solid black brush for background color of...
2009-07-25 James Tabor- Removed unused ppi pointer.
2009-07-25 James Tabor- [Win32k] More work on classes. ReactOS seems to retur...
2009-07-24 James Tabor- [Win32k] More work on classes. Fixed SEH abuse and...
2009-07-23 James Tabor- [Win32k] More work on classes. Wine test drop to...
2009-07-22 James Tabor- [Win32k] Rename class and window structures.
2009-07-22 James Tabor- Fix crash in wine test.
2009-07-22 James Tabor- [Win32k] Update class and window structures.
2009-07-21 James Tabor- [Win32k] Update class structure and fixed on class...
2009-07-20 James Tabor- [Win32k] Update window structure.
2009-07-19 James Tabor- [Win32k] Make co_IntCreateWindowEx return pointer...
2009-07-17 James Tabor- Cleanup and minor changes.
2009-07-16 James Tabor- Fix fixed math, thanks Lentin.
2009-07-16 James Tabor- Implementation of registering system atom listings...
2009-07-16 James Tabor- Hax Fix: Edit control atom support, see bug 4705.
2009-07-15 Timo Kreuzer[WIN32K] Keep a shared lock on palettes selected into...
2009-07-15 Timo KreuzerRemove unused struct ColorShifts
2009-07-15 Stefan Ginsberg- Don't assume the object body allocated by ObCreateObj...
next