add bugcode: INVALID_WORK_QUEUE_ITEM
[reactos.git] / reactos / subsys /
2004-12-24 Alex IonescuFix building with DBG=1, OPTIMIZED=1. Patch by Stephen...
2004-12-23 Gé van GeldorpFree process data when LPC port is closed, not when...
2004-12-22 Filip Navara- Run UserInit program instead of running shell directly.
2004-12-22 Filip Navara- Wait for the shell process to finish execution.
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-21 Mike NordellCommand line completion fix (uninitialized memory)
2004-12-21 Royce Mitchell IIIwrap stack walks in SEH - this doesn't fix page faults...
2004-12-20 Gé van GeldorpSet ownership to NULL for both cursor and mask bitmaps
2004-12-19 Thomas Bluemeluse GDI_DEBUG
2004-12-19 Mike NordellFix crash clicking desktop during setup (NULL pointer...
2004-12-19 Royce Mitchell IIImuch improved reporting on gdi handle leaks ( you must...
2004-12-19 Royce Mitchell IIIHACK: hard-coded gdi handle quotas, excepting code...
2004-12-18 Royce Mitchell IIIIntSetCursor() don't BSOD in low-resource conditions
2004-12-18 Royce Mitchell IIIdump some statistics on the gdi handle table when it...
2004-12-18 Royce Mitchell IIINtGdiExtTextOut(): fixed some double-frees I introduced...
2004-12-18 Gé van GeldorpSet version info to NT 4.0 Build 1381 Service Pack...
2004-12-18 Gé van GeldorpHandle failures better (i.e. without crashing)
2004-12-18 Royce Mitchell IIINtGdiExtTextOut(): improved error handling
2004-12-18 Royce Mitchell IIIIntGdiInitBrushInstance(): assume callers pass us valid...
2004-12-18 Royce Mitchell IIIEngMaskBitBlt() ASSERT instead of if(), this function...
2004-12-18 Royce Mitchell IIIadd error checking
2004-12-18 Royce Mitchell IIIBUGFIX: EngMaskBitBlt() shouldn't BSOD if Mask is NULL
2004-12-18 Royce Mitchell IIIBUGFIX: Missing error handling in IntSetDIBits()
2004-12-18 Royce Mitchell IIIBUGFIX: EngCreateBitmap() - don't call GDIOBJ_SetOwnerS...
2004-12-18 Hartmut Birr- Allocated a zero filled memory block for the font.
2004-12-18 Gé van GeldorpRollback last change
2004-12-17 Filip Navara- Fix issues with DCE clip region ownership.
2004-12-17 Gé van GeldorpPass parameters in correct order
2004-12-17 Filip Navara- Don't allow changing ownership of foreign GDI handles.
2004-12-17 Filip Navara- Fix ownership issues with DCEs.
2004-12-16 Alex IonescuSet default Freeldr Timeout to 5 seconds (requested).
2004-12-15 Steven EdwardsAdded Wine notepad to main tree.
2004-12-14 Filip Navara- Implement NtUserMonitorFromWindow.
2004-12-14 Filip Navara- Fix bug in IntCallHookProc for window classes specifi...
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions
2004-12-14 Royce Mitchell IIIBUGFIX: bad params to MouseSafetyOnDrawStart() in IntEn...
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngLineTo()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngGradientFill()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in EngCopyBits()
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngStretchBlt()...
2004-12-14 Royce Mitchell IIIIntEngBitBlt() ASSERT() some assumptions
2004-12-14 Royce Mitchell IIIcame across small potential kmode crash while researchi...
2004-12-13 Thomas Bluemelcache free gdi handles
2004-12-13 Thomas Bluemelcvs maintainance
2004-12-13 Thomas Bluemelcvs maintainance
2004-12-13 Filip NavaraDon't pass UNICODE_STRINGs in the dwTypeData of MENUITE...
2004-12-13 Thomas Bluemeldecrement process gdi object counter on object deletion
2004-12-13 Royce Mitchell IIIBUGFIX: unhandled error conditions IntGdiCreateDC()
2004-12-13 Royce Mitchell IIIBUGFIX: get rid of an incorrect ASSERT
2004-12-13 Thomas Bluemelrevert some of the changes i did to IntDestroyWindow()
2004-12-12 Thomas Bluemelunmark dirty windows on destruction so no painting...
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 Royce Mitchell IIIadd missing assertion
2004-12-12 Royce Mitchell IIIBUGFIX: MouseSafety does it's own parameter validation...
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Royce Mitchell IIItesting reveals that source rect must be constrained...
2004-12-12 Thomas Bluemelfixed problems with mouse cursor handling
2004-12-12 Filip Navara- Don't call IntReleaseWindowObject with handle.
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-11 Thomas Bluemeldon't leak resources
2004-12-11 Thomas Bluemelsilence some debug output
2004-12-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-12-11 Martin Fuchsupdate Doxyfile format
2004-12-11 Martin Fuchsenable new Doxygen option SHOW_DIRECTORIES
2004-12-10 Thomas Bluemelfixed a bug that caused locking a not anymore existing...
2004-12-10 Filip Navara- Move desktop code from NtUserUpdatePerUserSystemParam...
2004-12-07 Royce Mitchell IIIremoved an ASSERT that occured when system ran out...
2004-12-06 Filip Navara- Basic implementation of (NtUser)UpdatePerUserSystemPa...
2004-12-05 Filip Navara- Don't delete the "first bitmap" of memory DC. It...
2004-12-05 Filip Navara- Change DPRINT1 to DPRINT in NtUserCreateDesktop.
2004-12-04 Filip Navara- Don't try to delete stock font.
2004-12-04 Filip Navara- Set the ownership of NCUpdateRegion before returning...
2004-12-04 Gregor AnichRemove "lib" suffix from "libwine" because it's added...
2004-12-03 Gregor AnichPrefix libs in dk/w32 and dk/nkm with "lib" to make...
2004-12-01 Thomas Bluemelremoved unused definitions
2004-11-30 James TaborSync msiexec with winehq cvs
2004-11-25 Filip Navara- Send the WM_ACTIVATE message with WA_INACTIVE when...
2004-11-24 Thomas Bluemeldon't send WM_ACTIVATE messages to the previous active...
2004-11-21 Casper Hornstrup2004-11-21 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-21 Martin Fuchsfix UTF8 conversion for the bookmarks list
2004-11-21 Thomas Bluemeldon't use uninitialized variable
2004-11-21 Casper Hornstrup2004-11-21 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-21 Art YerkesCorrect uninitialized warnings for Status in two places.
2004-11-21 Martin Fuchscleanup resource script
2004-11-21 Martin Fuchsdecode HTML-encoded bookmark names
2004-11-21 Martin Fuchswork around GCC's wide string constant bug when compili...
2004-11-21 Thomas Bluemelfixed crash on shutdown
2004-11-21 Filip Navara- Use IntGdiSetRect instead of NtGdiSetRect.
2004-11-21 Thomas Bluemelcheck the status code NtQueryInformationProcess returned
2004-11-21 Filip Navara- Use absolute value of width in NtGdiCreateBitmap.
2004-11-21 Martin Fuchsalpha-blend hidden notification icons
2004-11-21 Thomas Bluemelfixed building problems
2004-11-20 Martin Fuchsupdate doxygen script
2004-11-20 Martin Fuchsnotification area button to toggle hidden icons
2004-11-20 Martin Fuchsdisplay notification icon change times
2004-11-20 Thomas Bluemelsilence debug message
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-20 Martin Fuchsupdate change list
2004-11-20 Eric KohlAdd UpdatePerUserSystemParameters stub and call it...
next