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