2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
blob | commitdiff | raw |
2002-10-30 |
Michael Stefaniuc | Some more fixes for compiling the user dll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Alexandre Julliard | Implemented GetWindowTask16 on top of GetWindowThreadPr... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
blob | commitdiff | raw | diff to current |
2002-10-12 |
Alexandre Julliard | Reimplemented GetLastActivePopup to get the information... |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Alexandre Julliard | Fixed a number of bugs in the handling of window parent... |
blob | commitdiff | raw | diff to current |
2002-09-24 |
Dimitrie O. Paun | Small cleanups, updated documentation. |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Michael Stefaniuc | - Rename WIN_Handle16 to HWDN_16 and make it a macro. |
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-06 |
Alexandre Julliard | Added WIN_GetRectangles function. |
blob | commitdiff | raw | diff to current |
2001-11-14 |
Alexandre Julliard | Moved WIN_FindWinToRepaint functionality to the server. |
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-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Alexandre Julliard | Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp... |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Alexandre Julliard | Store window properties in the server. Moved property... |
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-10-09 |
Alexandre Julliard | Store window class atom in the server. |
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-12 |
Alexandre Julliard | Make sure that functions returning an HWND always retur... |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Alexandre Julliard | Make window handles 32-bit before calling window procedure. |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Alexandre Julliard | Added global management of user handles in the server. |
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-16 |
Alexandre Julliard | Moved user lock to user.c. Added USER_CheckNotLock... |
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 | Moved queue paint count to the server. Removed a few... |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Alexandre Julliard | Removed WIN_NATIVE flag. |
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-10 |
Alexandre Julliard | Moved ScrollWindowEx implementation to the graphics... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Alexandre Julliard | Moved window move/resize syscommand handling to the... |
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-01-26 |
Dmitry Timoshkov | Replace 16-bit calls in DefWindowProc by 32-bit, prefer... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first. |
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-07 |
Alexandre Julliard | Removed dependencies on the internals of the CLASS... |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
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-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-08-20 |
Louis Philippe Gagnon | - Separate application calls to ShowOwnedPopups from... |
blob | commitdiff | raw | diff to current |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
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-10 |
Dmitry Timoshkov | Convert WND.text field to Unicode. |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Susan Farley | Set and retrieve the window icon that is drawn under... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Noomen Hamza | Popup windows will be hidden when minimizing the main... |
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 |
1999-07-24 |
Sylvain St-Germain | Fixed inconsistency in conditions that determines if... |
blob | commitdiff | raw | diff to current |
1999-07-18 |
Francis Beaudet | Delay WM_NCPAINT message until the "painter's algorithm... |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Marcus Meissner | some small include fixes, some checks for NULL ptrs, |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Marcus Meissner | Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Alex Korobka | Rearranged PAINT_RedrawWindow() so that it first recurs... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Ulrich Weigand | Initialize WIN_CritSection earlier. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Alex Korobka | Fixes for ignored WVR_[VH]REDRAW flags, made minimizati... |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Patrik Stridvall | More code moved to the X11 driver (bitmap and palette... |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Alex Korobka | Moved hrgnUpdate from client to window coordinates... |
blob | commitdiff | raw | diff to current |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Francois Boisvert | Adding of new functions to make the wnd struct thread... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Noel Borthwick | Added management and allocation of the PERQUEUEDATA... |
blob | commitdiff | raw | diff to current |
1999-02-04 |
Patrik Stridvall | Moved some more code to the X11 driver. |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Patrik Stridvall | Moved more things to the X11 driver. |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Ulrich Weigand | Removed deferred Expose events handling. |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Patrik Stridvall | Moved more code to the X11 driver. |
blob | commitdiff | raw | diff to current |
1998-11-06 |
Ove Kaaven | Made sure ConfigureNotify is processed before Expose... |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Patrik Stridvall | Started moving some X11 window management code to windo... |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
blob | commitdiff | raw | diff to current |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
blob | commitdiff | raw | diff to current |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
blob | commitdiff | raw | diff to current |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-07-20 |
Alexandre Julliard | Release 970720 wine-970720 |
blob | commitdiff | raw | diff to current |
1997-06-16 |
Alexandre Julliard | Release 970616 wine-970616 |
blob | commitdiff | raw | diff to current |
1997-03-29 |
Alexandre Julliard | Release 970329 wine-970329 |
blob | commitdiff | raw | diff to current |
1997-02-15 |
Alexandre Julliard | Release 970215 wine-970215 |
blob | commitdiff | raw | diff to current |
1997-01-12 |
Alexandre Julliard | Release 970112 wine-970112 |
blob | commitdiff | raw | diff to current |
1996-12-01 |
Alexandre Julliard | Release 961201 wine-961201 |
blob | commitdiff | raw | diff to current |
1996-09-28 |
Alexandre Julliard | Release 960928 wine-960928 |
blob | commitdiff | raw | diff to current |
1996-09-13 |
Alexandre Julliard | Release 960913 wine-960913 |
blob | commitdiff | raw | diff to current |
1996-08-18 |
Alexandre Julliard | Release 960818 wine-960818 |
blob | commitdiff | raw | diff to current |
1996-07-28 |
Alexandre Julliard | Release 960728 wine-960728 |
blob | commitdiff | raw | diff to current |
1996-07-12 |
Alexandre Julliard | Release 960712 wine-960712 |
blob | commitdiff | raw | diff to current |
1996-07-05 |
Alexandre Julliard | Release 960705 wine-960705 |
blob | commitdiff | raw | diff to current |
1996-06-06 |
Alexandre Julliard | Release 960606 wine-960606 |
blob | commitdiff | raw | diff to current |
1996-05-21 |
Alexandre Julliard | Release 960521 wine-960521 |
blob | commitdiff | raw | diff to current |
1996-05-16 |
Alexandre Julliard | Release 960516 wine-960516 |
blob | commitdiff | raw | diff to current |
1996-04-28 |
Alexandre Julliard | Release 960428 wine-960428 |
blob | commitdiff | raw | diff to current |
1996-03-31 |
Alexandre Julliard | Release 960331 wine-960331 |
blob | commitdiff | raw | diff to current |
1996-03-24 |
Alexandre Julliard | Release 960324 wine-960324 |
blob | commitdiff | raw | diff to current |
next |