German language file (minor update)
[reactos.git] / reactos / subsys / win32k / include /
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
2005-02-06 Gé van GeldorpPass ROP4 instead of ROP3 to drivers
2005-02-05 Gé van GeldorpConvert ROP2 to MIX when calling driver
2005-01-27 Thomas BluemelThis patch removes the cursor location from the window...
2005-01-06 Gregor Anicheng/driverobj.c: DRIVEROBJ implementation.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Gé van GeldorpDon't destroy cursors/icons prematurely.
2004-12-29 Gé van GeldorpGenerate timer messages instead of queueing them
2004-12-26 Filip NavaraDceResetActiveDCEs fixes:
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Royce Mitchell IIIBUGFIX: NtGdiGetDeviceCaps() called NtGdiEscape() with...
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-12-10 Filip Navara- Move desktop code from NtUserUpdatePerUserSystemParam...
2004-12-06 Filip Navara- Basic implementation of (NtUser)UpdatePerUserSystemPa...
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-16 Gregor AnichSimple implementation of some multi-monitor APIs (I...
2004-11-16 Gregor AnichSimple implementation of some multi-monitor APIs.
2004-11-15 Gé van GeldorpCreate Int versions of Rect functions
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-08-20 Gé van GeldorpImplement NtUserBuildNamesList()
2004-08-08 Thomas Bluemelserialize gui switching and switching the focus message...
2004-08-04 Thomas BluemelReverted my changes to timers
2004-07-30 Thomas Bluemelattempt to fix a few message queue and timer bugs
2004-07-14 Filip Navara- Change the prototype of DIB_*_BitBlt* functions to...
2004-07-09 Gé van GeldorpFindWindow() should search the threads desktop, not...
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-22 Gé van GeldorpConvert between RGBQUAD and PALETTEENTRY
2004-06-20 Gé van GeldorpActivate window on non-client click too
2004-06-20 Filip Navara- Call the "load default cursor" callback. Fixes bug...
2004-06-16 Gé van GeldorpMarshall WM_CREATE/WM_NCCREATE messages
2004-05-30 Thomas Bluemellittle GDI speed improvements
2004-05-28 Gé van GeldorpClean up calls from win32k to csrss
2004-05-27 Thomas Bluemelfixed missing class dereferencings and store a list...
2004-05-23 Thomas Bluemelfixed typos
2004-05-22 Thomas Bluemelprevent memory leaks if callbacks to usermode never...
2004-05-22 Thomas Bluemel1. added basic reference counting for message queues
2004-05-19 Thomas Bluemelfixed RegisterWindowMessage()
2004-05-19 Thomas Bluemelattempt to fix handling of timed out sending of message...
2004-05-17 Filip Navara- Fixed Window Class menu handling that I broke with...
2004-05-16 Filip NavaraWindow Class handling fixes:
2004-05-16 Thomas Bluemelreplaced UnsafeIntCreateRectRgnIndirect() and UnsafeInt...
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-12 Gé van GeldorpFix scrollbar controls
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-08 Thomas Bluemelfixed handling of CW_USEDEFAULT with CreateWindow(Ex)()
2004-05-05 Thomas Bluemelfixed GetThreadDesktop() (not fully working yet because...
2004-05-02 Thomas Bluemelimplemented IsWindowInDestroy()
2004-05-01 Thomas Bluemelimplemented AnyPopup()
2004-05-01 Thomas Bluemelimplemented RegisterLogonProcess(), LockWindowStation...
2004-04-30 Thomas Bluemeluse SendInput() to send mouse input data
2004-04-29 Gé van GeldorpImplement DDE Execute:
2004-04-29 Thomas Bluemelimplemented keybd_event(), mouse_event(), BlockInput...
2004-04-25 Thomas Bluemelimplemented GetDCBrushColor(), SetDCBrushColor(), GetDC...
2004-04-24 Thomas Bluemelproper implementation of FrameRgn() (cannot be ported...
2004-04-17 Thomas Bluemelfixed some scrollbar issues
2004-04-16 Thomas Bluemelproperly remove mousemove messages
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-14 Thomas Bluemelfixed major bugs in the message queue
2004-04-13 Thomas Bluemelfixed implementation of ChildWindowFromPointEx()
2004-04-13 Thomas Bluemelpost focus messages to different threads
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-07 Gé van Geldorp- When SendMessageTimeout times out, the CompletionEven...
2004-04-07 Thomas Bluemelfixed missing dereferences of threads
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-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-03-31 Gé van GeldorpRemove window timers when window is destroyed
2004-03-23 Thomas BluemelImplemented GetWindowRgn() and GetWindowRgnBox()
2004-03-23 Gé van GeldorpImplement GetObjectA/W() for fonts
2004-03-22 Thomas Bluemelfixed a couple of dead-locks in the region code
2004-03-11 Thomas Bluemelforgot this one, sorry
2004-03-11 Thomas Bluemelfirst attempt to implement SendMessageTimeout()
2004-02-28 Thomas Bluemeldon't hold more than one WM_MOUSEMOVE message at the...
2004-02-26 Thomas Bluemelfixed crashes that could be caused by the thread cleanu...
2004-02-24 Thomas Bluemelfixed WindowFromPoint() to send WM_NCHITTEST messages...
2004-02-24 Thomas Bluemelcleanup
2004-02-24 Thomas Bluemel1. get rid of winlock.c
2004-02-22 Gé van GeldorpImplement system menus
2004-02-22 Thomas Bluemelminor cleanup
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-15 Gé van GeldorpImplement menu handling
2004-02-08 Thomas Bluemeladd sekelton for the GradientFill() implementation.
2004-02-04 Gé van GeldorpFix race condition when one thread changes the update...
2004-02-04 Gé van GeldorpSecond attempt at bug #5: reset active DCEs when window...
2004-02-02 Gé van GeldorpUpdate DC when moving a window. Fixes bug #5. Based...
2004-01-27 Thomas Bluemeldon't activate disabled windows
2004-01-26 Thomas Bluemel1. implemented MenuItemFromPoint()
2004-01-26 Thomas Bluemelset menuitem rects after measuring the size
2004-01-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-18 Filip NavaraRemoved prototype for nonexisting function.
2004-01-18 Filip Navara- Bug fixes.
2004-01-17 Filip NavaraFix window repainting - Attempt #2
2004-01-16 Gé van GeldorpSerialize access to display driver. Fixes serious displ...
next