Forward EnumDependentServicesA/W to services.exe.
[reactos.git] / reactos / include / win32k /
2004-04-29 Thomas Bluemelimplemented keybd_event(), mouse_event(), BlockInput...
2004-04-25 Thomas Bluemelimplemented GetDCBrushColor(), SetDCBrushColor(), GetDC...
2004-04-25 Thomas Bluemel1. implemented hatched brushes
2004-04-24 Thomas Bluemelproper implementation of FrameRgn() (cannot be ported...
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-13 Thomas Bluemeldon't pass ansi strings to win32k!!!!
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-04-03 Gé van GeldorpMost regions (> 95% in testing) consist of only 1 recta...
2004-04-02 Thomas Bluemelpartially implemented IsHungAppWindow()
2004-04-02 Thomas Bluemelimplemented GetWindowModuleFileName()
2004-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-03-28 Thomas BluemelPartly (not working) implementation of TransparentBlt()
2004-03-23 Thomas BluemelImplemented GetWindowRgn() and GetWindowRgnBox()
2004-03-23 Thomas BluemelImplemented SetWindowRgn() and added support for window...
2004-03-23 Gé van Geldorp- Implement GetCharWidthA/W()
2004-03-23 Gé van GeldorpImplement EnumFontFamilies(Ex)A/W() and TranslateCharse...
2004-03-22 Thomas Bluemelfixed a couple of dead-locks in the region code
2004-03-15 Gé van Geldorp- Handle 1bpp DIBs in NtGdiCreateDIBitmap
2004-03-11 Thomas Bluemelfirst attempt to implement SendMessageTimeout()
2004-03-06 Filip Navara2004-03-06 Filip Navara <xnavara@volny.cz>
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-15 Gé van GeldorpImplement menu handling
2004-02-08 Thomas Bluemeladd sekelton for the GradientFill() implementation.
2004-02-07 Filip Navara- Properly include FreeType header
2004-02-04 Gé van GeldorpAdjust NtUserChildWindowFromPointEx declaration to...
2004-02-01 Gé van GeldorpRename BITMAPOBJ "size" member to "dimension" to make...
2004-01-26 Thomas Bluemel1. implemented MenuItemFromPoint()
2004-01-26 Thomas Bluemelgave NtUserCall*Param decent names
2004-01-24 Filip NavaraMoved the generic mouse pointer implementation to win32...
2004-01-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-16 Gé van GeldorpSerialize access to display driver. Fixes serious displ...
2004-01-11 Gé van GeldorpPrint args of DPRINT and DPRINT1 too
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-29 Filip NavaraFixed debugging macros.
2003-12-26 Thomas Bluemelsome fixes
2003-12-22 Thomas Bluemeladded ros-internal NtUserSetScrollBarInfo()
2003-12-22 Filip NavaraMinor work on scrollbars.
2003-12-21 Filip NavaraBug fixes.
2003-12-19 Thomas Bluemelimplemented maximize/restore and minimize buttons for...
2003-12-19 Thomas Bluemelimplemented GetMessageExtraInfo() and SetMessageExtraInfo()
2003-12-14 Gé van GeldorpImplement real locking for GDIOBJ objects
2003-12-14 Thomas Bluemelfixed compiling problems
2003-12-14 Gé van GeldorpWhen sending messages to a window in the same thread...
2003-12-13 Thomas Bluemelfixed NtGdiCreateIC() to use UNICODE_STRING
2003-12-13 Thomas Bluemelfixed NtGdiCreateDC() to use UNICODE_STRINGs
2003-12-12 Thomas Bluemelfixed NtGdiAddFontResource() to accept a PUNICODE_STRING
2003-12-12 Gé van GeldorpIncomplete implementation of hooks
2003-12-12 Gé van GeldorpKeep reference to display file open
2003-12-10 Thomas Bluemelstore ShellWindow and ShellListView handle in window...
2003-12-09 Thomas Bluemelallow caching icons/cursors with different sizes
2003-12-08 Casper Hornstrup2003-12-08 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-08 Filip NavaraImplementation of ScrollWindow, ScrollWindowEx, ScrollD...
2003-12-07 Gé van GeldorpMove desktop window proc from WIN32K to CSRSS
2003-12-07 Thomas Bluemelimplemented UnregisterClass()
2003-12-07 Casper Hornstrup2003-12-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-03 Gé van GeldorpRemove direct references from csrss to win32k (call...
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-26 Gé van GeldorpFix some GDIOBJ ownership issues
2003-11-23 Thomas Bluemelremove obsolete userobj code
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-22 Filip Navara- Fixed BitBlts with ROP != SRCCOPY.
2003-11-20 Thomas Bluemel1. fixed SetProp()
2003-11-19 Thomas BluemelPatch by Jonathon Wilson:
2003-11-19 Thomas Bluemel1. implemented GetGuiResources()
2003-11-18 Thomas Bluemel1. implemented GetGUIThreadInfo()
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-11-10 Thomas BluemelImplemented SetCursor and rewrote some cursor/icon...
2003-11-09 Filip Navara- Moved GetFocus, DrawCaptionTemp[AW], DrawMenuBarTemp...
2003-11-09 Filip Navara- Implemented NtUserDefSetText and NtUserInternalGetWin...
2003-11-07 Gé van GeldorpSimplify code by passing PDEVICE_OBJECT instead of...
2003-11-02 Eric KohlStarted hotkey support.
2003-10-30 Mark TempelUpdate to specify the parameters to NtUserWindowFromPoint.
2003-10-29 Gé van GeldorpChanges for W32API
2003-10-28 Gé van GeldorpMore DirectDraw groundwork by Peter Bajusz
2003-10-25 Gé van GeldorpAdded DirectDraw stubs by Peter Bajusz
2003-10-25 Gé van GeldorpAdd DirectDraw driver calls to DRIVER_FUNCTIONS and...
2003-10-20 Gé van GeldorpPartial fix for handling GDIOBJs between different...
2003-10-17 Thomas Bluemelimplemented basic drawing of carets
2003-10-16 Thomas Bluemelinitial implementation of carets
2003-10-15 Thomas Bluemelunstubbed caret functions in win32k
2003-10-09 Gé van GeldorpKeyboard sync between gui and text modes, patch by...
2003-10-06 Gé van GeldorpRemove no longer needed stuff
2003-10-06 Gé van GeldorpFix icon handling
2003-10-04 Thomas Bluemelimplements system timers (similar to standard timers)
2003-09-26 Gé van Geldorp- Incomplete implementation of ReleaseDC()
2003-09-24 Thomas Bluemelsome work on scrollbars
2003-09-12 Thomas Bluemelimplemented a couple of scrollbar functions and fixed...
2003-09-09 Gé van GeldorpFixes to WinPosSetWindowPos() and the routines it depen...
2003-09-08 Thomas Bluemeladded hittesting for scrollbars and fixed passing the...
2003-09-07 Thomas Bluemeladded syscall NtUserGetScrollInfo() and fixed nonclient...
2003-09-07 Thomas Bluemelrenamed and fixed a few functions regarding scrollbars
2003-08-31 Gé van Geldorp- Fix various bitmap format translation bugs
2003-08-28 Thomas Bluemel1. implemented GetDoubleClickTime() and SetDoubleClickT...
2003-08-28 Thomas Bluemelimplemented SwapMouseButton()
2003-08-28 Thomas Bluemelimplemented drawing menu bar
2003-08-25 Steven EdwardsConverted some C++ comment to C style comments
2003-08-24 Thomas Bluemelimplemented SetCursorPos() and GetCursorPos() and chang...
2003-08-24 Casper Hornstrup2003-08-24 Casper S. Hornstrup <chorns@users.sourcefo...
next