- Fix recursion when sweeping the DCE list.
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / windc.c
2010-01-29 James Tabor- Fix recursion when sweeping the DCE list.
2010-01-28 James Tabor[Win32k]
2010-01-25 James Tabor[Win32k|Ggi32]
2010-01-23 James Tabor[Win32k]
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 James Tabor[Win32k]
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-12 James Tabor[Win32k]
2010-01-10 James Tabor[Win32k]
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-27 Samuel Serapionsync to trunk (44770)
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-14 James Tabor[Win32k]
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
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-08-04 Timo KreuzerXLATEOBJ rewrite.
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 James Tabor- [Win32k] Moving forward and replace some of the old...
2009-07-25 James Tabor- [Win32k] More work on classes. ReactOS seems to retur...
2009-07-22 James Tabor- [Win32k] Rename class and window structures.
2009-07-21 James Tabor- [Win32k] Update class structure and fixed on class...
2009-07-20 James Tabor- [Win32k] Update window structure.
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-02 James Tabor- Hax-implement NtGdiSetPixelFormat and add a support...
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-03-25 Timo KreuzerRename NtGdiDeleteObject to GreDeleteObject
2009-03-25 Timo KreuzerRewrite the dc state saving implementation. We were...
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-20 Timo KreuzerChange most DC struct members to the names they have...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
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-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-16 James TaborAdd check for null after allocating new DCE. See bug...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-04 James Tabor- Moved WM_ACTIVATEAPP calles before WM_NC/ACTIVATE...
2008-06-07 James TaborThis does fix bug 3237. I've run this patch for two...
2008-06-06 James TaborAttempt to fix bug 3259. Use IntGdiCleanDC for error...
2008-06-04 James TaborPrevent a crash if the list is empty and check for...
2008-06-04 James TaborSeparate SelectPalette function from User and move...
2008-06-04 James TaborCheck to see if the list is empty.
2008-06-03 James TaborAttempt to fix bugs 3050 and 3209. DCE list becomes...
2008-06-02 James TaborStefan Ginsberg <stefan__100__ at hotmail.com>
2008-06-01 James TaborUse SetDCOwnerEx, this will allow for gracefull errors...
2008-05-27 James TaborRename and add new internal functions.
2008-05-11 Timo KreuzerNtUserEnumDisplaySettings returns NTSTATUS not BOOL...
2008-05-07 Timo Kreuzer(Nt)UserGetWindowDC returns a HDC, not a DWORD
2008-05-06 Timo KreuzerDC: use dc.DcLevel.hPal for the palette instead of...
2008-05-04 Magnus OlsenSpeed optimize NtUserEnumDisplaySettings bit by remove
2008-05-04 Magnus OlsenNtUserEnumDisplaySettings
2008-02-26 Timo KreuzerBye, bye, GDIOBJ header! You've served us well, but...
2008-02-25 Timo Kreuzer- Reference CursorIcon before deleting it
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-04 Timo Kreuzer- simplify a check
2008-01-21 James TaborFix static.
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-19 James TaborReorder code since it is a POWNED DC.
2007-12-19 James TaborFix a problem when freeing a window class with dirty...
2007-12-17 James TaborFirst restructure and reorder the code. Identify bugs...
2007-12-06 James TaborRestore to default behavior for now.
2007-12-06 James TaborFixed one more test, now from 23 to 22 fail. Reordered...
2007-12-05 James TaborFix one wine test, from 75 to 23 no.
2007-11-26 Johannes Anderwald- make code ANSI-C compatible (makes msvc more happier )
2007-11-20 James TaborAdd IsObjectDead call and fixed the exceptions in gdiobj.
2007-11-20 James TaborOptimize and cleanup dcutil.
2007-11-18 James TaborFix dprint.
2007-11-18 James TaborComplete move to Dc_Attr in win32k. Tested Qemu Linux...
2007-11-16 Thomas BluemelOptimize GetWindowText(Length)A/W and WM_GETTEXT(LENGTH)
2007-11-15 Thomas BluemelImplement GetWindowLongA/W without having to call win32...
2007-11-15 Thomas Bluemel- Fix desktop heaps handling and various bugs
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-07 James TaborWin32k/Gdi32
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-13 James TaborDc_Attr with DCE:
2007-10-05 James TaborNo need to stop APC when looping.
2007-10-05 James TaborFixed an old typo bug from rev 3450 by dwelch. Add...
2007-10-03 James TaborAdd dprint to debug the change to ownership for shutdow...
2007-09-27 James Tabor- First try bug fix for #2698.
2007-09-07 James Tabor- Reordered IntGdiGet/SetDCState and separated the...
2007-08-22 James TaborRemoved NtUserReleaseDC, replaced it with CallOneParam.
2007-08-19 Timo Kreuzer- rename NtGdiSelectPalette to NtUserSelectPalette...
2007-08-10 James TaborAdded CriticalRegions at locations working with FirstDce.
2007-08-02 Timo Kreuzerrename NtGdiSetDCState to IntGdiSetDCState
2007-08-02 Timo Kreuzerrename NtGdiSetHookFlags into IntGdiSetHookFlags
2007-08-02 Timo Kreuzerrename NtGdiGetDCState to IntGdiGetDCState
2007-07-30 Timo Kreuzerrename NtGdiSelectVisRgn to IntGdiSelectVisRgn
2007-07-25 James TaborRemoved Dce from the DC handle table. Tested bootcd...
next