2003-11-26 |
Steven Edwards | Porting fixes. |
blob | commitdiff | raw |
2003-10-24 |
Dmitry Timoshkov | Initialize MinMax.ptReserved, use better defaults for... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Alexandre Julliard | Catch broadcast window handles in functions that are... |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Tony Lambregts | Replace DPRINTF with TRACE. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Alexandre Julliard | Split out some more 16-bit code. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Alexandre Julliard | Fixed ShowWindowAsync. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Alexandre Julliard | Moved a few remaining 16-bit window functions to wnd16... |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Dmitry Timoshkov | Dump SetWindowPos flags. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Andreas Mohr | Fixed a memory leak in find_child_from_point(). |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
blob | commitdiff | raw | diff to current |
2002-04-06 |
François Gouget | Replace some SendMessage with SendNotifyMessage in... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Dave Hawkes | Altered the algorithm for selecting a new focus after... |
blob | commitdiff | raw | diff to current |
2001-12-06 |
Alexandre Julliard | Added WIN_GetRectangles function. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Alexandre Julliard | Window activation cleanups. |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Joshua Thielen | Switch focus to activated window even if no window... |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Bill Medland | Only modify the ancestor if you find it. |
blob | commitdiff | raw | diff to current |
2001-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
blob | commitdiff | raw | diff to current |
2001-10-11 |
Alexandre Julliard | Removed next and child fields in the window structure... |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Alexandre Julliard | Store window parent as an HWND instead of a pointer. |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Alexandre Julliard | A couple of optimizations to avoid some server calls... |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Alexandre Julliard | Make sure that HWND comparisons are always done with... |
blob | commitdiff | raw | diff to current |
2001-09-12 |
Alexandre Julliard | Make sure that functions returning an HWND always retur... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Alexandre Julliard | Added WIN_ListParents function and renamed WIN_BuildWin... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Alexandre Julliard | Implemented GetAncestor and removed WIN_GetTopParent. |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Alexandre Julliard | Removed WIN_GetDesktop(). |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Alexandre Julliard | Removed a number of direct accesses to the window struc... |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Alexandre Julliard | Removed a number of direct accesses to the WND structur... |
blob | commitdiff | raw | diff to current |
2001-08-08 |
Alexandre Julliard | Replace SendMessage16 by SendMessageW where possible. |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Alexandre Julliard | Avoid using GetFastQueue16 from USER. |
blob | commitdiff | raw | diff to current |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Guy L. Albertelli | Trace rectangles returned by GetClientRect and GetWindo... |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Alexandre Julliard | Moved ForceWindowRaise to the USER driver and removed... |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Alexandre Julliard | Avoid returning an unlocked window pointer from WINPOS_... |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Dmitry Timoshkov | Replace more PROFILE_ functions by RegQueryValueExA. |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Bobby Bingham | Stub implementation of AnimateWindow(). |
blob | commitdiff | raw | diff to current |
2001-06-04 |
Alexandre Julliard | Create an X window for every window, including children. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Alexandre Julliard | Make WIN_WindowFromPoint take a POINT instead of a... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Alexandre Julliard | Create an X connection for each thread, and process... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Alexandre Julliard | Use 32-bit hook functions where possible. Cleaned up... |
blob | commitdiff | raw | diff to current |
2001-04-24 |
Alexandre Julliard | Moved most of the implementation of SetWindowPos and... |
blob | commitdiff | raw | diff to current |
2001-04-12 |
James Hatheway | SetWindowRgn shouldn't activate the window. |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Alexandre Julliard | Cleaned up assumptions about WS_CHILD flag so that... |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Ove Kaaven | Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT... |
blob | commitdiff | raw | diff to current |
2001-03-04 |
Dmitry Timoshkov | Add DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Dominik Strasser | Avoid crash at end of list. |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Alexandre Julliard | Do not allocate any USER data on the system heap. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Martin Pilka | Fixed SW_RESTORE handling. |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Susan Farley | Always restore the bit_gravity to BGForget after using... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Alexandre Julliard | Removed the dummy mouse event in SetWindowPos. |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Gerard Patel | WM_GETMINMAXINFO track min size should be used in SetWi... |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Alexandre Julliard | Avoid a couple of dependencies on input.c internal... |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-10-29 |
David Elliott | Added basic working stubs of new Windows 2000 API funct... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Rein Klazes | In SWP_DoNCCalcSize() when determining whether the... |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Louis Philippe Gagnon | - Calculate changes in the client area relative to... |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Susan Farley | Status bars on managed windows should not have SIZEGRIP... |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Dmitry Timoshkov | If window was not resized and not moved, repaint only... |
blob | commitdiff | raw | diff to current |
2000-09-12 |
James Hatheway | KDE 1.x has problems with using XShapeCombineMask when... |
blob | commitdiff | raw | diff to current |
2000-08-21 |
Gerard Patel | Enables showing of hidden windows when the app ask... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Huw D M Davies | WINPOS_WindowFromPoint should respect hrgnWnd. |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Marcus Meissner | Removed local variable shadows warnings. |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Francois Jacques | - implementation of SetWindowsRgn and GetWindowRgn |
blob | commitdiff | raw | diff to current |
2000-07-25 |
Susan Farley | Don't destroy the caret on SWP_HIDEWINDOW. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Jean-Claude Batista | Ensure the validity of hOldFocus before calling WIN_Get... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Susan Farley | Check for WS_DISABLED parent in WindowFromPoint for... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Slava Monich | BeginDeferWindowPos should allow zero count. |
blob | commitdiff | raw | diff to current |
2000-06-14 |
Noomen Hamza | Made SetWindowPos handle the case when inserting a... |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-26 |
Gerard Patel | Activate a hidden window only when explicitely asked... |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-08 |
Rein Klazes | Avoid problems during changing the Z-order if the windo... |
blob | commitdiff | raw | diff to current |
1999-12-25 |
Huw D M Davies | Avoid infinite loop in WINPOS_FindIconPos if the width... |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Lionel Ulmer | Added the possibility to have mouse movements reported... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Abey George | Changed WINPOS_CanActivate to not to consider WS_VISIBL... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Thuy Nguyen | We have to activate MDI child windows. |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Abey George | Check new coordinates received in WM_NCCALCSIZE message. |
blob | commitdiff | raw | diff to current |
next |