I forgot to remove debug code in MouseGDICallBack.
[reactos.git] / reactos / subsys / win32k / eng / mouse.c
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