Sync with trunk r43123
[reactos.git] / reactos / dll / win32 / user32 / windows / window.c
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-15 James Tabor- Patch by Smiley <johnyadams@hotmail.com>: remove...
2009-09-15 James Tabor[User32] Theme Support Interface
2009-09-07 James Tabor- [Win32k] Class rewrite
2009-08-16 James Tabor- [Win32k] Removed W32THREADINFO.
2009-08-12 James Tabor- Move GetWindowInfo support into user32. Use HWNDPARAM...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
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-22 James Tabor- [Win32k] Update class and window structures.
2009-07-20 James Tabor- [Win32k] Update window structure.
2009-07-06 James Tabor- Update UpdateLayeredWindow and Indirect.
2009-06-22 Timo KreuzerMake parameters for NtUserCallOneParam and NtUserCallTw...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-09 Dmitry Chapyshev- SetWindowLong -> SetWindowLongPtr, GetWindowLong...
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-03 James Tabor- Replaced fix pi and enabled test for window processes...
2009-04-02 James Tabor- Migration changes from PPROCESSINFO and PTHREADINFO...
2009-03-31 James Tabor- Implement NtUserProcessConnect. Moving to client...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-11 Timo KreuzerGo back to non-win32k functions inside user32, using...
2009-01-09 Dmitry Chapyshev- Cleanup user32, direct call to kernel space
2009-01-05 James Tabor- Implement large ansi unicode string support for win32...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-30 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
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-25 Dmitry ChapyshevDefWindowProcA/W:
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-22 James Tabor- Add UPDATELAYEREDWINDOWINFO structure and UpdateLayer...
2008-09-20 Dmitry Chapyshev- Implement RealChildWindowFromPoint (based on wine)
2008-09-20 Dmitry Chapyshev- Fix formatting. No code change
2008-08-25 Timo Kreuzermerge 35359 from ros-amd64-bringup branch:
2008-08-15 Timo KreuzerThe TEB member is called ClientID not Cid on all Window...
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-06 Steven EdwardsMatch Wine behavior for AllowSetForegroundWindow
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-16 James TaborSorry for commit my test tree,,,, good for testing...
2008-07-16 James Tabormake does like tabs, right? Fix build.
2008-07-09 James TaborNeed shared pointer to user when comparing thread info.
2008-07-09 James Tabor- Removed NtUserGetWindowThreadProcessId, updated all...
2008-07-07 James TaborUpdate SetLayeredWindowAttributes.
2008-07-04 James Tabor- Moved WM_ACTIVATEAPP calles before WM_NC/ACTIVATE...
2008-07-03 James TaborAdd warning for GetLastActivePopup.
2008-07-03 James TaborGetLastActivePopup is still unimplemented, we return...
2008-05-22 Magnus Olsenimplemented GetTitleBarInfo in user32 it works now...
2008-05-13 Gregor BrunmarNtUserBuildHwndList() returns NTSTATUS, not ULONG....
2008-05-12 Gregor Brunmar* Synced DIALOG_DlgDirListW() and DIALOG_DlgDirSelect...
2008-05-10 Gregor BrunmarMade user32.dll compile under MSVC (doesn't link though)
2008-04-03 Timo KreuzerPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-07 James TaborMove WS_EX_MDICHILD check back in win32k. Reordered...
2007-11-21 Thomas BluemelStore the internal window placement directly inside...
2007-11-20 Thomas BluemelOptimize GetDesktopWindow() to read the information...
2007-11-17 Thomas BluemelOptimize GetWindow() for the case GW_OWNER to read...
2007-11-17 Thomas BluemelOptimize IsWindowVisible() a bit more to use the deskto...
2007-11-17 Thomas BluemelOptimize IsChild() to use the desktop heap instead...
2007-11-17 Thomas BluemelOptimize GetAncestor for the most common case GA_PARENT...
2007-11-17 Thomas BluemelOptimize GetParent() to read the information from the...
2007-11-16 Thomas BluemelProtect GetClassLong() and GetWindowText() with SEH...
2007-11-16 Thomas BluemelOptimize IsWindow() and IsWindowUnicode()
2007-11-16 Thomas BluemelOptimize ClientToScreen(), ScreenToClient() and MapWind...
2007-11-16 Thomas BluemelMake registration of system window classes a bit more...
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-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-28 Timo KreuzerAdd 5th parameter to NtUserFindWindowEx
2007-09-28 Timo Kreuzerwin32k compatibility update
2007-07-26 Hervé PoussineauDon't abuse debug system
2007-07-17 Thomas BluemelFix the dialog manager to ignore WS_EX_MDICHILD.
2007-07-17 Thomas BluemelRevert r27705. This change is incorrect and breaks...
2007-07-16 Christoph von Wittich-forgot to save the file before committing - this is...
2007-06-08 Johannes Anderwald- check if window was created successfully...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-28 Timo KreuzerEnumChildWindows:
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-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-22 Brandon TurnerFix typo.
2006-07-22 Brandon TurnerPartially implement:
2006-07-21 Brandon TurnerFix the horribly broken SetProgramWindow implementation
2006-07-04 James Tabor- CreateWindowExa/W
2006-07-04 James Tabor- NtUser/CreateWindowExA/W:
2006-07-03 James Tabor- NtUser/CreateWindowExA/W:
next