- 72b6645 FIXME_(win) -> FIXME. by Richard Cohen · 21 years ago
- 15a4fef In RDW_UpdateRgn(), if hRgn is zero, clear the windows update region by Rein Klazes · 21 years ago
- 6ec42c0 Moved a bunch of definitions from gdi.h into a new gdi_private.h to by Alexandre Julliard · 21 years ago
- 0979170 In RDW_ValidateParent, get rid of the parent update region if it is by Alexandre Julliard · 21 years ago
- cfcc449 Porting fixes. by Steven Edwards · 21 years ago
- 6d9350f Use a timeout when sending broadcast messages. by Alexandre Julliard · 21 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 0071966 Dump RDW_ flags in RedrawWindow. by Dmitry Timoshkov · 22 years ago
- 7e92c9a Replaced most uses of the auto-generated glue code by explicit calls by Alexandre Julliard · 22 years ago
- 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
- 221ffc5 UpdateWindow returns a BOOLean. by Dimitrie O. Paun · 22 years ago
- 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
- d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
- aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
- ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
- 0ccb9fe Store the original GDI palette functions in pfnSelectPalette and by Alexandre Julliard · 22 years ago
- 9444dd2 Compile fix when all handles are converted to a void*. by Michael Stefaniuc · 22 years ago
- 75b31e3 Fix Validate{Rect,Rgn} prototypes. by Dimitrie O. Paun · 23 years ago
- 5f5bdd4 Create the scratch region before copying if necessary. by Alexandre Julliard · 23 years ago
- aface53 Fixed a number of dll separation issues. by Alexandre Julliard · 23 years ago
- 98acc0f RDW_FRAME should be RDW_NOFRAME when validating (spotted by Duane Clark). by Alexandre Julliard · 23 years ago
- a4f19d0 Moved MsgWaitForMultipleObjects call out of the window lock. by Alexandre Julliard · 23 years ago
- b4d3cb5 Avoid crashes if window belongs to another process. by Dmitry Timoshkov · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- d8a9244 Added function table to GDI objects for better encapsulation. by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 7e49205 Changed 16-bit USER Enum* functions to not use thunks, now that 16-bit by Alexandre Julliard · 23 years ago
- 4964c0f Started rewrite of painting functions for multiple processes. Moved by Alexandre Julliard · 23 years ago
- e9b4fd1 Remove some possible interlocking problems with peb lock. by Gerard Patel · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 805bdc5 Store the window caption text in the server. by Alexandre Julliard · 23 years ago
- fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
- 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
- 3949386 Moved MsgWaitForMultipleObjects call on RDW_UPDATENOW out of the by Alexandre Julliard · 23 years ago
- 62fb082 Process pending events before sending WM_PAINT on RDW_UPDATENOW. by Alexandre Julliard · 23 years ago
- d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
- 9d9dac0 Added WIN_ListParents function and renamed WIN_BuildWinArray into by Alexandre Julliard · 24 years ago
- 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
- fa42aa8 Removed WIN_GetDesktop(). by Alexandre Julliard · 24 years ago
- 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
- e6533a6 Fixed DrawState16 callback support. by Alexandre Julliard · 24 years ago
- 5095779 GetControlBrush16: avoid potentially releasing the same pointer twice. by Marco Bizzarri · 24 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- 4b0343d Moved queue paint count to the server. Removed a few no longer used routines. by Alexandre Julliard · 24 years ago
- dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
- 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago
- f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
- a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
- 345acc9 Updated the look of dots and dashes to match the Win32 look. by Francois Gouget · 24 years ago
- 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- 4c18636 Use GetStockObject() instead of the magic STOCK_* handles. by Alexandre Julliard · 24 years ago
- 409eb44 Fixed painting problems in non-MM_TEXT modes. by Ulrich Weigand · 24 years ago
- 3993216 Moved Select/RealizePalette implementation to USER and use by Alexandre Julliard · 25 years ago
- 6117fc4 (Merged by Marcus Meissner <marcus@jet.franken.de>) by Serge Ivanov · 25 years ago
- c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
- cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
- b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
- 52146f6 - UpdateWindow should refresh all children that have an update region. by Stephane Lussier · 25 years ago
- 8a0808f Make RDW_ValidateParent() modify the update region of all parents, not by Rein Klazes · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 982ebc6 We don't need to call LPtoDP in here as far as PatBlt does it internally. by Serge Ivanov · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 9dded14 - Made FillRect behave like it does on Windows by Patrik Stridvall · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- f0f8da5 Fixes several bugs in gdi path handling. by Huw D M Davies · 25 years ago
- d3d2477 rcPaint has to be returned in logical coordinates but was intersected by Francis Beaudet · 26 years ago
- e5711eb The paint rectangle return in the PAINTSTRUCT in BeginPaint should by Stephane Lussier · 26 years ago
- 0e38aa7 Various ANSI C compability fixes. by Patrik Stridvall · 26 years ago
- f0380e5 In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used by Eric Pouech · 26 years ago
- c37dd06 Delay WM_NCPAINT message until the "painter's algorithm" kicks in. by Francis Beaudet · 26 years ago
- 4c2a077 Remove the validated child area from the update region of parent for by Gerard Patel · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- ff0149e Avoid painting destroyed windows. by Noomen Hamza · 26 years ago
- 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
- 9d35bb8 Fixed invalid window refcount handling in RDW_Paint(). by Ulrich Weigand · 26 years ago
- 9844749 Rearranged PAINT_RedrawWindow() so that it first recursively updates by Alex Korobka · 26 years ago
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago
- 85d52b3 Add IsWindow() checks after SendMessage() returns. by Ulrich Weigand · 26 years ago
- 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
- 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 34a4b91 GetUpdateRect should return client coordinates unless the window was by Dave Pickles · 26 years ago
- b9544f1 Changed some functions prototypes (were returning void). by Eric Pouech · 26 years ago
- ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
- 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
- d466366 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to by Ulrich Weigand · 26 years ago
- f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
- a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
- a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
- 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
- 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
- 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
- e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130