A really simple Win32 implementation of 'hostname'.
[reactos.git] / reactos / subsys / win32k / eng /
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-24 Hartmut BirrFixed the memory allocation in EngCreateEvent.
2005-07-20 Filip NavaraGet rid of windows.h include in win32k. Fixes bug ...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-23 Gé van GeldorpDon't draw 0-width HLine
2005-06-20 Gé van GeldorpExclusively lock surface bits before reading or writing...
2005-06-18 Gé van GeldorpThanks to GreatLord for spotting that we shouldn't...
2005-06-18 Gé van GeldorpUse correct dest rect when preventing copy outside...
2005-06-17 Gé van Geldorp- Correctly translate output rect
2005-06-16 James TaborPluged in CallMsgFilter, I tested this and no crashes...
2005-06-13 Gé van GeldorpRe-apply r15878 as it wasn't the cause of the problems
2005-06-13 Magnus Olsenrevert back to 15869 for current change break 32 /...
2005-06-12 Gé van GeldorpClip lines totally outside the clip region
2005-06-09 Gé van GeldorpRe-apply fix to dib16bpp and fix the root cause
2005-06-08 Magnus OlsenOptimze DIB32_bitblt for both DGB=0 and DGB=1
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Alex Ionescuremove accidental commit
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Alex Ionescui8042prt driver by tinus.
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-15 Gregor AnichImprove the WNDOBJ implementation a bit... There are...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-16 Art YerkesFix compilation with -O3 and fix bugs 484 and 505....
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-06 Gé van GeldorpPass ROP4 instead of ROP3 to drivers
2005-02-06 Gé van GeldorpProperly synchronize with GPU
2005-02-05 Gé van GeldorpConvert ROP2 to MIX when calling driver
2005-02-05 Gregor AnichChange WNDOBJ implementation a bit to make the NVIDIA...
2005-01-27 Art YerkesThere is no WinSta in here.
2005-01-27 Thomas BluemelThis patch removes the cursor location from the window...
2005-01-19 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-06 Gregor Anicheng/driverobj.c: DRIVEROBJ implementation.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Filip Navara- Use pvScan0 instead of pvBits as the first scan line...
2004-12-27 Filip Navara- BitmapFormat should handle BI_BITFIELDS compression...
2004-12-24 Royce Mitchell IIIIntEngGradientFill() fix ASSERT statements
2004-12-24 Alex IonescuFix building with DBG=1, OPTIMIZED=1. Patch by Stephen...
2004-12-18 Royce Mitchell IIIEngMaskBitBlt() ASSERT instead of if(), this function...
2004-12-18 Royce Mitchell IIIBUGFIX: EngMaskBitBlt() shouldn't BSOD if Mask is NULL
2004-12-18 Royce Mitchell IIIBUGFIX: EngCreateBitmap() - don't call GDIOBJ_SetOwnerS...
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions
2004-12-14 Royce Mitchell IIIBUGFIX: bad params to MouseSafetyOnDrawStart() in IntEn...
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngLineTo()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngGradientFill()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in EngCopyBits()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngStretchBlt()...
2004-12-14 Royce Mitchell IIIIntEngBitBlt() ASSERT() some assumptions
2004-12-14 Royce Mitchell IIIcame across small potential kmode crash while researchi...
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Royce Mitchell IIIadd missing assertion
2004-12-12 Royce Mitchell IIIBUGFIX: MouseSafety does it's own parameter validation...
2004-12-12 Thomas Bluemelfixed problems with mouse cursor handling
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-11-15 Gé van GeldorpCreate Int versions of Rect functions
2004-07-30 Thomas BluemelPatch by Filip Navaraf: Removed the mouse class gdi...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 Filip Navara- Handle indexed palettes in IntEngCreateSrcMonoXlate.
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-14 Filip Navara- Change the prototype of DIB_*_BitBlt* functions to...
2004-07-07 Filip Navara- Handle allocation failure in IntCreateBitmap.
2004-07-04 Filip Navara- Use absolute value of the color difference when calcu...
2004-07-03 Filip Navara- Allocate memory from paged pool in EngAllocMem.
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-29 Filip Navara- Fixed duplicate color conversion in Bitfields/RGB...
2004-06-28 Filip Navara- Fixed more color handling issues (mostly incorrect...
2004-06-28 Filip Navara- Fixed implementation of PALOBJ_cGetColors.
2004-06-24 Gé van GeldorpFix some forgotten EngCreateBitmap() calls
2004-06-23 Gé van GeldorpRemove debugging statement
2004-06-23 Gé van GeldorpHandle RLE bottom-up dibs
2004-06-20 Filip Navara- Call the "load default cursor" callback. Fixes bug...
2004-05-30 Thomas Bluemellittle GDI speed improvements
2004-05-16 Thomas Bluemelreplaced UnsafeIntCreateRectRgnIndirect() and UnsafeInt...
2004-05-15 Gé van GeldorpImplement complex clipping for StretchBlt
2004-05-14 Thomas Bluemelchanged cursors/icons to use the window station handle...
2004-05-14 Gé van GeldorpImplement complex clipping for StretchBlt
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-01 Thomas Bluemelsetup the cursor in the middle of the screen
2004-04-30 Thomas Bluemeluse SendInput() to send mouse input data
2004-04-30 Thomas Bluemelfixed brush origin
2004-04-28 Filip Navara- Simplified handling of palettes selected into device...
2004-04-25 Thomas Bluemel1. implemented hatched brushes
2004-04-16 Thomas Bluemelproperly remove mousemove messages
2004-04-10 Filip Navara- Handle the case where no BrushOrigin is given even...
2004-04-09 Thomas Bluemelhandle the case where no BrushOrigin is given
2004-04-09 Gé van GeldorpCompensate BrushOrigin for translation
2004-04-09 Filip NavaraCompile Win32k using W32API [Part II]:
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-07 Thomas Bluemelfixed clipping bug in TransparentBlt(). Thanks to Filip...
next