[YAROTOWS] Reintegrate the branch. For a brighter future.
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / windc.c
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...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-04-05 Peter WardApplied patch by: Thomas Weidenmueller
2006-04-01 Ged Murphy- change the GDI code a bit so it's able to handle...
2006-02-17 Maarten BosmaMoved win32k