- Properly stub atan2/exp/fmod/ldexp for MSVC -- #error out on them instead of callin...
[reactos.git] / reactos / subsystems /
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...
2009-07-15 James Tabor- Implement support for HWND_MESSAGE. Need full testing!
2009-07-14 James Tabor- Remove HWND_MESSAGE patch.
2009-07-14 James Tabor- Update Xp w32process structure with real names, based...
2009-07-13 Timo Kreuzercompile csrss only if USERMODE is set to 1
2009-07-13 James Tabor- Half-implement MmPageEntireDriver and use it to set...
2009-07-13 James Tabor- Fix build.
2009-07-13 James Tabor- Add initialization of system atoms and fix build.
2009-07-13 James Tabor- Implement NtUserInitializeClientPfnArrays, tested...
2009-07-12 James Tabor- If any dib sections was created, set the flag.
2009-07-11 Timo Kreuzer[win32k] Implement brush realization part 2 / 2
2009-07-11 Timo KreuzerOnly call the drivers DrvRealizeBrush when called from...
2009-07-11 Timo KreuzerFix cleanup in EBRUSHOBJ_vUpdate, that I commented...
2009-07-10 Timo Kreuzer[win32k] Implement brush realization part 1 / 2
2009-07-10 Timo Kreuzer- Move XLATEOBJ_hGetColorTransform to xlate.c
2009-07-10 Timo KreuzerAdd static palettes gpalRGB and gpalBGR. They will...
2009-07-09 Dmitry GorbachevAdd an assertion. Bug #4670.
2009-07-09 Timo Kreuzer- Move GDI_DEBUG stuff to make it compile again
2009-07-08 Timo KreuzerGet rid of the DCs XlateBrush and XlatePen. The resulti...
2009-07-08 Timo KreuzerBltMask: remove unnecessary check
2009-07-08 Timo KreuzerIntGdiPolyPatBlt: Don't unnecessarily update the dc...
2009-07-08 Stefan Ginsberg- NtUserMessageCall: Fix probe-and-capture for the...
2009-07-08 Timo Kreuzer[FORMATTING]
2009-07-07 Gregor SchneiderAlphaBlend:
2009-07-07 James Tabor- Add another Vista function WindowFromPhysicalPoint...
2009-07-07 James Tabor- Hit another one. Check window is still alive.
2009-07-07 James Tabor- Check window is still alive.
2009-07-06 James Tabor- Update UpdateLayeredWindow and Indirect.
2009-07-06 James Tabor- Update NtGdiOpenDCW to the newest sdk.
2009-07-05 Dmitry GorbachevIf exception occurs, leave critical section. Bug #4431.
2009-07-05 James Tabor- Move PostThreadMessage internals into its own function.
2009-07-05 James Tabor- Implement the client shutdown procedure. Tested with...
2009-07-04 James Tabor- Cleanup patch tab removeal.
2009-07-04 James Tabor- Updates and changes to, with one add on and removal...
2009-07-04 Timo KreuzerImplement PALETTE_ulGetNearestPaletteIndex and PALETTE_...
2009-07-04 Timo KreuzerRemove useless function
2009-07-04 Timo KreuzerMerge eng/palette.c, objects/palobj.c and objects/color...
2009-07-03 Timo Kreuzer[FORMATTING]
2009-07-03 Timo Kreuzer[FORMATTING]
2009-07-03 Dmitry Chapyshev- Use PWINDOW_OBJECT instead HWND in PostTimerMessages...
2009-07-03 James Tabor- More Window Threads issues. Need to finish the window...
2009-07-02 Matthias KupferIntIsMenu() removed - use UserGetMenuObject() instead
2009-07-02 James Tabor- In the process of rewriting IntGdiCreateDisplayDC...
2009-07-01 James Tabor- Add more vista types. Added another window message...
2009-06-30 James Tabor- Implement support function adding global atoms in...
2009-06-30 Aleksey Bragin- Rewrite VideoPort and Win32k (Eng) event functions to:
2009-06-29 Christoph von Wittichfix build
2009-06-29 Colin FinckSVN maintenance: Remove some svn:keywords properties
2009-06-29 Timo Kreuzer- Remove ntuser syscolor functions from win32k (NtUserC...
2009-06-28 James Tabor- Add more hooks, where wine has them placed. Fixed...
2009-06-27 Timo Kreuzer[FORMATTING] Fix indentation, no code change
2009-06-27 Timo KreuzerUpdate SERVERINFO, PFNCLIENT, PFNCLIENTWORKER to Window...
2009-06-27 James Tabor- Fix callback set and changed data. Process hooks...
2009-06-27 James Tabor- Implement the rest of the HCBT_ support.
2009-06-26 James Tabor- Fix breakage when in HCBT_CREATEWND callback.
next