Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / subsys / win32k / objects /
2005-11-04 Gregor AnichImplement (Int)EngAlphaBlend and 8, 16, 24 and 32 bpp...
2005-10-30 Gregor AnichAdd IntEngAlphaBlend and NtGdiAlphaBlend functions...
2005-10-23 Filip NavaraCall CLIPPING_UpdateGCRegion every time we update clip...
2005-10-17 Gé van GeldorpShould have committed this along with r18529
2005-10-15 Hartmut BirrDon't use alloca in a macro, which may be used in a...
2005-10-14 Gé van GeldorpGoplat <mrnobo1024@yahoo.com>:
2005-10-13 Gé van GeldorpUse the pitch provided by FreeType. Fixes bug 894.
2005-10-05 Magnus Olsenactivate PDD_DIRECTDRAW for GDIOBJ_LockObj so it does...
2005-09-30 Hartmut Birr- Fixed the font size in IntGdiAddFontResource.
2005-09-27 Thomas Bluemelfixed uninitialized variable warnings
2005-09-24 Gé van GeldorpThis NtGdiCreateCompatableDC misspelling has annoyed...
2005-09-19 Filip Navara- Fix region deleting and ownership for DCEs.
2005-09-19 Filip NavaraPartial clean-up of the painting functions:
2005-09-13 Gregor AnichImplement QUERYESCSUPPORT escape in ExtEscape (returns...
2005-09-11 Gunnar Dalsnes-refcount reworking (simplification & improvement)
2005-09-07 Gé van GeldorpMake sure memory will be freed on delete of DIB section
2005-09-06 Alex IonescuFix win32k build errors so HEAD can build again, althou...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-08-06 Thomas Bluemelfixed some uninitialized variables warnings
2005-08-03 Thomas Bluemelimplemented OffsetClipRgn()
2005-08-02 Filip NavaraRevert changes accidently commited along with last...
2005-08-02 Filip NavaraUse mapped sections for fonts instead of paged pool...
2005-07-26 Filip NavaraAdd check for global handles to NtGdiDeleteDC, this...
2005-07-26 Thomas Bluemelremoved some MmCopyTo/FromCaller calls from win32k...
2005-07-26 Filip NavaraFix some bugs in DIB mapping code to prevent instant...
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile instead of NtQueryInformatio...
2005-07-22 James TaborUpdate and implement UnrealizeObject.
2005-07-20 Filip NavaraGet rid of windows.h include in win32k. Fixes bug ...
2005-07-19 James TaborFixup UnrealizeObject so it can return the correct...
2005-07-11 James TaborConnect UnrealizeObject and test debug prints. I assume...
2005-07-03 James TaborHalf way implement NtGdiUnrealizedObject.
2005-06-30 Alex IonescuFix win32k warnings, get rid of windowsx.h dependency
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-20 Gé van GeldorpExclusively lock surface bits before reading or writing...
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
2005-06-07 Filip NavaraFix a cut & paste mistake.
2005-06-07 Filip Navara- Repair GDI handle debugging functionality.
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-30 Filip NavaraDon't lock the primary surface just to get info we...
2005-05-30 Magnus Olsenfix winquake color glitc bug
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hervé PoussineauActivate NtGdiRealizePalette code and minor fixes
2005-05-28 Magnus OlsenImplement NtGdiAnimatePalette (partly ripped from Wine)
2005-05-27 Hervé PoussineauSilent debug message
2005-05-27 Magnus OlsenImplement NtGdiGetSystemPaletteUse and NtGdiSetSystemPa...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-27 Magnus Olsenfix stupied Ret uninitialized in IntChangeDisplaySettin...
2005-05-26 Magnus Olsenpartially implemented fullscreen in changedisplay setting
2005-05-26 Magnus OlsenFix more bugs in change display. when you press on...
2005-05-24 Magnus OlsenChangeDisplay
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-06 Alex IonescuFix win32k to use new EPROCESS defintion
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-10 Casper HornstrupSupport -Werror
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-25 Hervé PoussineauImplement IntChangeDisplaySettings in a crappy way...
2005-03-19 Filip Navara- Replace the ColorMap pointer in BITMAPOBJ with palett...
2005-03-17 Filip Navara(GDIOBJ_SetOwnership): Don't try to decrease the GDI...
2005-03-15 Gregor AnichImprove the WNDOBJ implementation a bit... There are...
2005-03-15 Filip NavaraFix debug messages.
2005-03-11 Filip Navaratinus <o112w8r02@sneakemail.com>
2005-03-11 Filip Navaratinus <o112w8r02@sneakemail.com>
2005-03-08 Gé van GeldorpUse GDIINFO values instead of DEVMODE values
2005-03-07 Gé van GeldorpImplement Information Contexts
2005-03-07 Thomas Bluemelchange logfont quality to FreeType mode conversion...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-20 Hervé PoussineauHandle NULL values in IntGdiPolygon and IntRectangle
2005-02-20 Hervé PoussineauHandle NULL values in IntRoundRect and NtGdiEllipse
2005-02-18 Thomas Bluemelminor fix
2005-02-18 Thomas Bluemelonly dump stack traces when GDI_DEBUG is enabled
2005-02-18 Thomas Bluemelimplemented reuse counters for gdi objects
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
2005-02-16 Art YerkesFix compilation with -O3 and fix bugs 484 and 505....
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
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-02-05 Gregor AnichChange WNDOBJ implementation a bit to make the NVIDIA...
2005-01-30 Filip NavaraAttempt to solve the imfamous WM_NCPAINT handle leak...
2005-01-29 Steven EdwardsAllow IntEngExtEscape stub to return something.
2005-01-26 Thomas Bluemeldon't shift the PIDs of objects so the first bit can...
2005-01-25 Mike NordellNtGdiExtTextOut (ExtTextOut in user-mode) should now...
2005-01-19 Steven EdwardsChange UNIMPLEMENTED to DPRINT1 for NtGdiRemoveFontReso...
2005-01-10 Gregor AnichFix compilation without NDEBUG.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
next