Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / subsys / win32k / eng /
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...
2004-04-07 Filip Navara- Lock the surface even for GDI blits in IntEngBitBlt...
2004-04-07 Thomas Bluemellittle clean-up
2004-04-06 Thomas Bluemelimplemented TransparentBlt() on 16bpp and 24bpp surfaces
2004-04-06 Thomas Bluemelimplemented TransparentBlt() on 32bpp surfaces, but...
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-04-03 Thomas Bluemelsome more work on TransparentBlt() (EngTransparentBlt...
2004-03-27 Thomas Bluemela few more minor speed-up
2004-03-22 Thomas Bluemelfixed wrong rendering of clipped characters
2004-03-21 Thomas Bluemelfixed clipping issue
2004-03-20 Filip Navara- Unlock surface in error case of EngModifySurface.
2004-03-17 Filip Navara- Fixed few bugs related to SUROBJ initialization.
2004-03-15 Gé van GeldorpSilence debug message
2004-03-15 Filip Navara- Minor corrections to emulated mouse pointer handling.
2004-03-14 David Welch- Map ntstatus values to the win32 error code expected...
2004-03-11 David Welch- Return any error code from the miniport device i...
2004-03-11 David Welch- Implemented EngSaveFloatingPointState and EngRestoreF...
2004-03-08 David Welch- Implemented event services.
2004-03-06 Filip Navara2004-03-06 Filip Navara <xnavara@volny.cz>
2004-03-05 Hartmut Birr- Changed the check for determining if the drawing...
2004-02-24 Thomas Bluemelcleanup
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-14 Filip Navara- Don't allocate 0 bytes in EngCreateBitmap. Patch...
2004-02-11 Thomas Bluemeladded EngGetCurrentProcessId() and EngGetCurrentThreadId()
2004-02-10 Gé van GeldorpDon't copy from/to outside the visible screen region
2004-02-09 Thomas Bluemelbasic implementation of filling gradient triangles...
2004-02-09 Thomas Bluemeluse GradientFill() for gradient captions
2004-02-09 Thomas Bluemelimplemented horizontal and vertical gradients in Gradie...
2004-02-08 Thomas Bluemeladd sekelton for the GradientFill() implementation.
2004-02-08 Filip Navara- Fixed algorithm for 4BPP bitblts with ROP != SRCCOPY
2004-02-06 Richard Campbellforgot a file.
2004-02-06 Filip Navara- Fixed software mouse pointer handling to work correct...
2004-02-06 Gé van GeldorpClip region to be bitblt'ed against the valid source...
2004-01-30 Filip Navarastubs/stubs.c (EngGetLastError, EngSetLastError): Moved...
2004-01-25 Filip NavaraMore work on software mouse pointer implementation.
2004-01-24 Filip NavaraMoved the generic mouse pointer implementation to win32...
2004-01-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-17 Filip NavaraPreparing for the win32k emulated mouse cursor support.
2004-01-17 Gé van GeldorpFix drawing of window move/resize rectangle in VMware
2004-01-16 Gé van GeldorpSerialize access to display driver. Fixes serious displ...
2004-01-16 Gé van GeldorpDon't use RECTL structure in ntoskrnl
2004-01-16 Gé van GeldorpStore area touched by mouse pointer as this may be...
2004-01-15 Gé van GeldorpFix VGA display corruption caused by mouse pointer
2004-01-11 Gé van GeldorpDo a dummy BitBlt at the end of a MaskBitBlt to inform...
2004-01-07 Filip NavaraMove to a new line in EngDebugPrint.
2003-12-31 Thomas Bluemeldo not limit number of clipping rectangles
2003-12-31 Thomas Bluemelfixed infinite loop if the number of clipping rectangle...
2003-12-26 Thomas Bluemeldisable font smoothing if screen resolution < 8bpp
2003-12-25 Filip NavaraUse correct color translation in AlphaBltMask.
2003-12-25 Filip NavaraFixed few obvious bugs.
2003-12-25 Thomas Bluemelimplemented font smoothing
2003-12-22 Filip NavaraDon't draw lines with BS_NULL brush.
2003-12-21 Thomas Bluemelreimplemented support for double clicks
2003-12-21 Thomas Bluemelremoved support for double clicks
2003-12-21 Filip NavaraPartial implementation of GetPixel.
2003-12-20 Thomas Bluemelpartially implemented WM_SETCURSOR messages
2003-12-20 Filip NavaraCompilation fixes.
2003-12-20 Filip NavaraRemoved space optimalization of XLATEGDI that caused...
2003-12-20 Filip NavaraBugfix.
2003-12-20 Filip Navara- Palette fixes.
2003-12-19 Filip Navara- Removed last GvG's fix to COMCTL32.
2003-12-13 Thomas Bluemelfixes to cursors
2003-12-09 Aleksey BraginRemoved unnecessary debug message.
2003-12-08 Aleksey BraginNote SURFGDI structure change --- added new DIB functio...
2003-12-08 Aleksey BraginAdded IntEngStretchBlt() implementation.
2003-12-07 Thomas Bluemelmoved desktop code to desktop.c
2003-11-26 Gé van GeldorpFix ownership of driver-created palettes
2003-11-24 Gé van GeldorpClean up DCEs when switching out of graphics mode
2003-11-21 Thomas Bluemelimplement WM_SETCURSOR messages
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-11-18 Steven EdwardsRLE4/8 Bitmap Compression support.
2003-11-16 Gé van Geldorp- Fix problems with non-zero cursor hotspots
2003-11-10 Thomas BluemelImplemented SetCursor and rewrote some cursor/icon...
2003-11-05 Gé van GeldorpPass pointer to device object as the "handle" to DrvEna...
2003-10-30 Gé van GeldorpChanges for W32API
2003-10-29 Gé van GeldorpChanges for W32API
2003-10-09 Gé van GeldorpKeyboard sync between gui and text modes, patch by...
2003-10-02 Gé van GeldorpFix computation of bounding rectangle
2003-09-28 Thomas Bluemelsupport for mouse wheels and 4th and 5th mouse button...
2003-09-26 Gé van GeldorpHandle some out of resource situations
2003-09-25 Aleksey BraginPALOBJ_cGetColors(): PalObj is already a pointer to...
2003-09-24 Thomas Bluemelimproved mouse (buttons) handling
2003-09-10 Gé van GeldorpLet the mouse cursor go where it hasn't gone before...
2003-09-09 Gé van GeldorpFixes to WinPosSetWindowPos() and the routines it depen...
2003-08-31 Gé van Geldorp- Fix various bitmap format translation bugs
2003-08-29 Thomas Bluemelmodified MsqTranslateMouseMessage() for Double clicks
2003-08-29 Thomas Bluemel1.added callback routine for loading system cursors...
2003-08-28 Thomas Bluemelimplemented support for double clicks
2003-08-28 Thomas Bluemelimplemented SwapMouseButton()
2003-08-28 Gé van GeldorpCreate palette handles as gdiobj handles which can...
2003-08-26 Thomas Bluemel1. finally fixed handling the WM_MOUSEMOVE messages...
2003-08-26 Thomas Bluemelfixed a bug crashing the kernel when moving the cursor...
next