2004-03-17 |
Richard Cohen | FIXME_(win) -> FIXME. |
blob | commitdiff | raw |
2004-01-21 |
Rein Klazes | In RDW_UpdateRgn(), if hRgn is zero, clear the windows... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Alexandre Julliard | Moved a bunch of definitions from gdi.h into a new... |
blob | commitdiff | raw | diff to current |
2003-12-05 |
Alexandre Julliard | In RDW_ValidateParent, get rid of the parent update... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Steven Edwards | Porting fixes. |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Alexandre Julliard | Use a timeout when sending broadcast messages. |
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-06-23 |
Dmitry Timoshkov | Dump RDW_ flags in RedrawWindow. |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
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-19 |
Dimitrie O. Paun | UpdateWindow returns a BOOLean. |
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-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-30 |
Michael Stefaniuc | Some more fixes for compiling the user dll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Alexandre Julliard | Store the original GDI palette functions in pfnSelectPa... |
blob | commitdiff | raw | diff to current |
2002-10-15 |
Michael Stefaniuc | Compile fix when all handles are converted to a void*. |
blob | commitdiff | raw | diff to current |
2002-10-02 |
Dimitrie O. Paun | Fix Validate{Rect,Rgn} prototypes. |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Alexandre Julliard | Create the scratch region before copying if necessary. |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Alexandre Julliard | Fixed a number of dll separation issues. |
blob | commitdiff | raw | diff to current |
2002-07-26 |
Alexandre Julliard | RDW_FRAME should be RDW_NOFRAME when validating (spotte... |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Alexandre Julliard | Moved MsgWaitForMultipleObjects call out of the window... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Dmitry Timoshkov | Avoid crashes if window belongs to another process. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
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 |
Alexandre Julliard | Changed 16-bit USER Enum* functions to not use thunks... |
blob | commitdiff | raw | diff to current |
2001-12-13 |
Alexandre Julliard | Started rewrite of painting functions for multiple... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Gerard Patel | Remove some possible interlocking problems with peb... |
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-13 |
Alexandre Julliard | Store the window caption text in the server. |
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-08 |
Alexandre Julliard | Moved MsgWaitForMultipleObjects call on RDW_UPDATENOW... |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Alexandre Julliard | Process pending events before sending WM_PAINT on RDW_U... |
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-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-08 |
Alexandre Julliard | Fixed DrawState16 callback support. |
blob | commitdiff | raw | diff to current |
2001-08-03 |
Marco Bizzarri | GetControlBrush16: avoid potentially releasing the... |
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-19 |
Alexandre Julliard | Moved server.h to include/wine. |
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-04 |
Alexandre Julliard | Create an X window for every window, including children. |
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 |
James Juran | Add <string.h> to files that needed it. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
blob | commitdiff | raw | diff to current |
2000-12-24 |
Francois Gouget | Updated the look of dots and dashes to match the Win32... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-10-29 |
Alexandre Julliard | Use GetStockObject() instead of the magic STOCK_* handles. |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Ulrich Weigand | Fixed painting problems in non-MM_TEXT modes. |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Alexandre Julliard | Moved Select/RealizePalette implementation to USER... |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Serge Ivanov | (Merged by Marcus Meissner <marcus@jet.franken.de>) |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
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 |
Stephane Lussier | - UpdateWindow should refresh all children that have... |
blob | commitdiff | raw | diff to current |
2000-04-23 |
Rein Klazes | Make RDW_ValidateParent() modify the update region... |
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-24 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Serge Ivanov | We don't need to call LPtoDP in here as far as PatBlt... |
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-05 |
Patrik Stridvall | - Made FillRect behave like it does on Windows |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Huw D M Davies | Fixes several bugs in gdi path handling. |
blob | commitdiff | raw | diff to current |
1999-09-27 |
Francis Beaudet | rcPaint has to be returned in logical coordinates but... |
blob | commitdiff | raw | diff to current |
1999-08-21 |
Stephane Lussier | The paint rectangle return in the PAINTSTRUCT in BeginP... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Various ANSI C compability fixes. |
blob | commitdiff | raw | diff to current |
1999-07-18 |
Eric Pouech | In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region... |
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-06-27 |
Gerard Patel | Remove the validated child area from the update region... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Noomen Hamza | Avoid painting destroyed windows. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Removed direct references to CLASS internals. |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Ulrich Weigand | Fixed invalid window refcount handling in RDW_Paint(). |
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-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
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-24 |
Ulrich Weigand | Add IsWindow() checks after SendMessage() returns. |
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-17 |
Dave Pickles | GetUpdateRect should return client coordinates unless... |
blob | commitdiff | raw | diff to current |
1999-02-14 |
Eric Pouech | Changed some functions prototypes (were returning void). |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Michael Veksler | Moves more stuff from windows.h. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Jesper Skov | egcs 'ambiguous else' warnings fixes. |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Ulrich Weigand | Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClip... |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
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-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
1998-01-18 |
Alexandre Julliard | Release 980118 wine-980118 |
blob | commitdiff | raw | diff to current |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
blob | commitdiff | raw | diff to current |
next |