silence debug
[reactos.git] / reactos / subsystems / win32 / win32k / objects / gdiobj.c
2009-10-29 Sylvain Petreollesilence debug
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-24 Dmitry GorbachevSprinkle win32k with some explicit voids,
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 James Tabor- [Win32k] More Class work. Moved to use thread and...
2009-07-09 Timo Kreuzer- Move GDI_DEBUG stuff to make it compile again
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-09 Timo KreuzerRename PALGDI to PALETTE as it's called in gdikdx.
2009-04-01 Timo KreuzerImplement delayed deletion of gdi objects. This is...
2009-03-30 James Tabor- Update W32PROCESS and related code.
2009-03-25 Timo KreuzerRename NtGdiDeleteObject to GreDeleteObject
2009-03-25 James Tabor- Write new simplified NtGdiDeleteObjectApp based on...
2009-03-23 Timo Kreuzer- Don't delete an object that has a shared reference!
2009-03-23 Timo KreuzerBrush rewrite part 1/x
2009-03-20 Timo KreuzerStart to cleanup the mess that claims to be our brush...
2009-03-20 Timo Kreuzerrename DC.Dc_attr to dcattr, DC.DcLevel to dclevel...
2009-03-20 Timo Kreuzerrename DCs pDc_Attr to pdcattr, like in gdikdx.
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-17 Timo Kreuzer- Inline GDIOBJ_UnlockObjByPtr, ASSERT that we don...
2009-03-17 Timo KreuzerRewrite DRIVEROBJ api, giving the object a handle,...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-16 Timo Kreuzergdiobj.c: go back from intrinsics to to portable interl...
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-08 Timo KreuzerRename BITMAPOBJ to SURFACE as it's called on windows...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-16 Timo KreuzerWin32 structure cleanup part 1 / x:
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-28 Timo KreuzerExtend ObjTypeInfo array to 32 entries.
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-06-19 James TaborPath does not work and it locks up the system with...
2008-06-16 Timo Kreuzer- print out when process takes too much gdi handles
2008-06-13 James TaborAdd notes, no code change.
2008-06-04 James TaborNo need to do it twice.
2008-06-04 James TaborImplement IntGdiSetBrushOwner and IntGdiAllocObjAttr.
2008-06-03 Timo Kreuzerfix checks for deleted gdi objects and add GDI_DEBUG...
2008-05-30 James TaborModified GDIOBJ_Copy and Set owner to return bool....
2008-05-22 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-20 Timo Kreuzer- Fix wrong debug output when a process is terminated...
2008-05-19 Aleksey Bragin- Ugly hack about corrupted KernelData pointer, which...
2008-05-15 James TaborAdd Client and Color transform objects.
2008-05-15 James TaborImplement Delete/CreateColorSpace and Get/SetColorSpace.
2008-04-29 James TaborImplement DxEngSetDCOwner, add stub for IntGdiSetDCOwnerEx.
2008-04-19 Magnus Olsendo not assert if DPRINT1("Object->cExclusiveLock =...
2008-04-06 Timo KreuzerPatchPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-04-04 Timo Kreuzercleanup gdiobj.c:
2008-03-31 Timo Kreuzerfix a typo
2008-03-20 Timo Kreuzerpatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-03-19 Timo Kreuzer- Rename GDIOBJ_AllocObj to GDIOBJ_allocObjWithHandle...
2008-03-17 Timo Kreuzer- Set the BaseObject.hHmgr field in GDIOBJ_AllocObj
2008-03-15 Timo KreuzerNtGdiExtGetObjectW has really nothing to do with dcs...
2008-03-15 Timo Kreuzerenable a additional GDI_DEBUG backtraces
2008-03-07 Aleksey Bragin- Remove ugly hack from gdiobj.c, official sorry to...
2008-03-07 Aleksey Bragin- UGLY HACK dedicated to Timo Kreuzer: Please, fix...
2008-03-04 Timo Kreuzerreplace another #if with GDIDBG macro
2008-03-04 Timo Kreuzer[FORMATTING] apply a consistent indentation (4 spaces...
2008-03-03 Timo Kreuzerreplace a bunch of #if's with GDIDBG_... macros
2008-02-26 Timo Kreuzerfix build, sorry
2008-02-26 Timo KreuzerBye, bye, GDIOBJ header! You've served us well, but...
2008-02-26 Timo Kreuzer- add BASEOBJECT to brush, palette, font and region...
2008-02-25 Timo Kreuzer- Reference CursorIcon before deleting it
2008-02-19 Timo KreuzerRemove typecasts PBITMAPOBJ <-> PSURFOBJ. Use GDIOBJ_Sh...
2008-02-18 Timo Kreuzersome cleanup
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-06 Timo Kreuzer- use intrinsic interlocked functions
2008-02-04 Timo Kreuzer- simplify a check
2008-02-04 Timo Kreuzer- remove GDIOB_XxxDbg functions
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-08 Timo Kreuzerchange gdi object deleting mechanism to a windows compa...
2007-12-15 Timo Kreuzer- fix type field calculation in GDIOBJ_CovertToStockObject
2007-12-14 James TaborUse long for HandleIndex.
2007-12-13 James TaborUp the handle count to 0x10000, reset adjustment to...
2007-12-13 James TaborThanks Timo! I have updated the information too.
2007-12-12 James TaborA partial implementation of NtGdiCreate/DeleteClientObj.
2007-12-05 Timo Kreuzerfix compilation with GDI_DEBUG
2007-11-20 James TaborSorry! revert the dump!
2007-11-20 James TaborAdd IsObjectDead call and fixed the exceptions in gdiobj.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-09 James TaborFix bug spoted by Stefan100 on IRC.
2007-11-04 James Tabor- Removed NtGdiDeleteObject from w32ksvc.db and ntgdibad.h.
2007-10-21 Magnus Olsenmake ReactX compile again, it can not load dxg.sys...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-06 Timo Kreuzeradd missing gdi object type
2007-10-01 Ged Murphy- partial rewrite of NtGdiGetDIBitsInternal
2007-09-20 Timo Kreuzer- make gdi object's type field more windows compatible...
2007-09-14 Timo Kreuzerrevert 29027, because it breaks context menus.
2007-09-14 Timo Kreuzermake upper 16 bit of gdi table entries type field more...
2007-09-06 Timo Kreuzer- add the missing macro
next