moved desktop code to desktop.c
[reactos.git] / reactos / subsys / win32k / eng / mouse.c
2003-12-07 Thomas Bluemelmoved desktop code to desktop.c
2003-11-21 Thomas Bluemelimplement WM_SETCURSOR messages
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-09-28 Thomas Bluemelsupport for mouse wheels and 4th and 5th mouse button...
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-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-26 Thomas Bluemel1. finally fixed handling the WM_MOUSEMOVE messages...
2003-08-26 Thomas Bluemelfixed a bug crashing the kernel when moving the cursor...
2003-08-25 Thomas Bluemelfixed a few bugs in MsqInsertSystemMessage() and improv...
2003-08-25 Thomas Bluemelfixed a bug that caused the mouse cursor drawing incorr...
2003-08-24 Thomas Bluemelfixed bugs and completed SetCursorPos() and ClipCursor()
2003-08-24 Thomas Bluemelimplemented SetCursorPos() and GetCursorPos() and chang...
2003-08-24 Thomas Bluemel1. ClipCursor(), GetClipCursor() in user32
2003-08-20 Gé van Geldorp- Store GDI object type in the handle itself
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-13 Casper Hornstrup2003-08-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-09 Gé van GeldorpSet mouse boundaries based on desktop size
2003-05-18 Emanuele AlibertiI forgot to remove debug code in MouseGDICallBack.
2003-05-18 Emanuele AlibertiFix for a bug I introduced declaring FASTCALL MouseGDIC...
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-03-28 Gé van GeldorpSend mouse movement messages when moving to left/top
2003-03-24 Gé van GeldorpFix GDI handle leaks
2003-03-11 Gé van GeldorpGet mouse cursor working under VMware
2003-03-09 Jason FilbyImproved mouse button handling
2003-03-06 Gé van GeldorpSwitch back to the command prompt when you press the...
2003-02-15 Gé van GeldorpSupport for VMware video drivers
2003-01-24 Eugene IngermanFixed: locking GDI objects twice when running wm_paint...
2002-11-01 David WelchDon't crash when a mouse message doesn't fall inside...
2002-10-31 David WelchImplemented mouse messages.
2002-09-25 David WelchAdded nicer looking default mouse cursor.
2002-09-21 David WelchAccelerate PATCOPY blits.
2002-09-17 David WelchMisc. user fixes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-06-02 Casper HornstrupCompile with new layout
2001-08-30 David WelchMore fixes for Linux compilation.
2001-08-28 Jason FilbyRemove ugly hack for the current display DC
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-03 Jason FilbyPrevent mouse from interfering with GDI drawing
2001-06-02 Jason FilbyBetter looking mouse cursor
2001-05-26 Jason FilbyInitial GDI Mouse support, small DC fix