1. 126227a Remove the support for the Win 3.1 Look. by Dimitrie O. Paun · 21 years ago
  2. 6ec42c0 Moved a bunch of definitions from gdi.h into a new gdi_private.h to by Alexandre Julliard · 21 years ago
  3. 4e2c036 Make the debug mark printing unconditional instead of conditional upon by Chris Morgan · 21 years ago
  4. 446d832 Store window icons in the window structure so that WM_SETICON can do by Alexandre Julliard · 21 years ago
  5. cc09196 Implemented GetTitleBarInfo. by Kevin Koltzau · 21 years ago
  6. 86e4079 Make Alt+[national key] menu shortcuts work. by Dmitry Timoshkov · 21 years ago
  7. 9d61596 SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). by Alexandre Julliard · 22 years ago
  8. cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
  9. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  10. 5d35bc7 Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages. by Duane Clark · 22 years ago
  11. bf9390e Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical by Alberto Massari · 22 years ago
  12. 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
  13. 6f9b686 Fix an A/W structure size bug in DrawCaptionTempW(). by Rein Klazes · 22 years ago
  14. 3f17416 Fix some unicode->ascii calls. by Matthew Davison · 22 years ago
  15. aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
  16. 2d106a5 Fix a few GDI memory leaks. by Mike McCormack · 22 years ago
  17. ec5612e Some more fixes for compiling the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  18. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  19. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  20. bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago
  21. d4304f8 Tweak position of system menu small icon. by Alexandre Julliard · 23 years ago
  22. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  23. 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
  24. daa2886 Updated configure to take advantage of new autoconf 2.53 features. by Alexandre Julliard · 23 years ago
  25. 5474aa9 Fixed problem with mouse cursors in Word. by Dmitry Timoshkov · 23 years ago
  26. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  27. 7043703 version.h is now in include/wine directory. by Alexandre Julliard · 23 years ago
  28. 7180536 Do not be too smart and add WS_CAPTION in AdjustWindowRectEx. by Dmitry Timoshkov · 23 years ago
  29. cc2d382 Use DrawFrameControl instead of bitmaps in certain cases. by Alexandre Julliard · 23 years ago
  30. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  31. e9b4fd1 Remove some possible interlocking problems with peb lock. by Gerard Patel · 23 years ago
  32. b662e11 Moved scrollbar tracking code to scroll.c. by Alexandre Julliard · 23 years ago
  33. 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
  34. d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
  35. 021dd99 Fixed HWND compare in NC_HandleSetCursor. by Alexandre Julliard · 24 years ago
  36. 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
  37. d44e495 Fixed GetClassLong to return full 32 bits for all items. by Alexandre Julliard · 24 years ago
  38. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  39. cb25e25 Replace SendMessage16 by SendMessageW where possible. by Alexandre Julliard · 24 years ago
  40. bfb4a23 Replaced MSG_InternalGetMessage calls by equivalent exported APIs. by Alexandre Julliard · 24 years ago
  41. cbfbf2a Corrections to the Win95 and later frame drawing code. by Bill Medland · 24 years ago
  42. a57befe Replace more PROFILE_ functions by RegQueryValueExA. by Dmitry Timoshkov · 24 years ago
  43. 0ca9465 Removed unneeded inclusion of queue.h. by Alexandre Julliard · 24 years ago
  44. dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
  45. d1e648f Remove optimization in NC_HandleNCActivate. by Dmitry Timoshkov · 24 years ago
  46. 3abeae8 Moved window move/resize syscommand handling to the graphics driver. by Alexandre Julliard · 24 years ago
  47. 3f03975 Added first/last message filters to MSG_InternalGetMessage to avoid busy waits. by Alexandre Julliard · 24 years ago
  48. f88e5aa Cleaned up assumptions about WS_CHILD flag so that we can allow it to by Alexandre Julliard · 24 years ago
  49. 312303a - move TSXGrabServer after a possible return FALSE; by Andreas Mohr · 24 years ago
  50. c1d35cc Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons by Alexandre Julliard · 24 years ago
  51. 8bb7fb9 Fixed a number of incompatibilities in OEM icons/cursors handling. by Alexandre Julliard · 24 years ago
  52. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  53. 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
  54. db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
  55. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  56. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  57. 2682bc2 Fixed a few dependencies on 16-bit or internal functions. Fixed a few warnings. by Alexandre Julliard · 24 years ago
  58. 63ba91d Fixed behaviour of window's system buttons. by Dmitry Timoshkov · 24 years ago
  59. 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
  60. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  61. 260f1a1 Spelling, trace fixes. by Andreas Mohr · 25 years ago
  62. a2bdade Make sure NC_HandleNCCalcSize returns a valid rectangle. by Mike McCormack · 25 years ago
  63. bd1908f Do not check for system menu if the window has style WS_EX_TOOL_WINDOW. by Francois Methot · 25 years ago
  64. 9b1e1dc Add "FullWindowDrag" feature for not managed windows. by Dmitry Timoshkov · 25 years ago
  65. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  66. 5538ec4 NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when by Francois Boisvert · 25 years ago
  67. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  68. 9ce8382 Set and retrieve the window icon that is drawn under managed mode by Susan Farley · 25 years ago
  69. 16e9237 Francois Boisvert by Alexandre Julliard · 25 years ago
  70. 3621964 Fixed borders of windows while dragging or sizing to match by Chris Morgan · 25 years ago
  71. 4467550 Added WM_SIZING message support. by Aric Stewart · 25 years ago
  72. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  73. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  74. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  75. 563561e Use GetProcAddress instead of calling ShellAboutA directly. by Alexandre Julliard · 25 years ago
  76. 1dc551c Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus Meissner <marcus@jet.franken.de> by Alexandre Julliard · 25 years ago
  77. 2faf2cf Perform 16/32A/32W message mapping for posted messages. by Ulrich Weigand · 25 years ago
  78. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  79. d1a1f7d Popup windows will be hidden when we minimize a main frame or shown by Noomen Hamza · 25 years ago
  80. 5a3505c Non active window should be activated when it gets any by Noomen Hamza · 26 years ago
  81. c9a50fd Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get by Francis Beaudet · 26 years ago
  82. 1cc0a9a Make sure that all MDI children have the WS_EX_MDICHILD style set. by Francis Beaudet · 26 years ago
  83. 48c6eb5 Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME styles. by Abey George · 26 years ago
  84. ecbf1d9 Added the case of a user defined icon for the sysbutton hittest. by Pascal Lessard · 26 years ago
  85. 7ed1af3 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event by Francis Beaudet · 26 years ago
  86. 46570a9 WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to by Thuy Nguyen · 26 years ago
  87. d9d5471 Close the right window when clicking on a non active window close button. by Noomen Hamza · 26 years ago
  88. d814bb6 Implemented the system button behavior and associated it to the system by Pascal Lessard · 26 years ago
  89. 00bf381 Fixed inconsistency in conditions that determines if a window requires by Sylvain St-Germain · 26 years ago
  90. c01509c Windows should be activated in these cases: by Noomen Hamza · 26 years ago
  91. 60c78f1 Reworked nonclient drawing code. Win31 look now works more like real by Ove Kaaven · 26 years ago
  92. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  93. e3e54cd SetCursorPos() function was called with a window coordinates parameter. by Noomen Hamza · 26 years ago
  94. 5773dad Draws a border around windows with old win31 style (only ws_border) in by Gerard Patel · 26 years ago
  95. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  96. 9d14a00 Removed #include "wine/winuser16.h" and use "struct tag????" instead. by Michael Veksler · 26 years ago
  97. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  98. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  99. 3a3cd9f Fixed some bugs in thread safeness for wnd struct. by Francois Boisvert · 26 years ago
  100. 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago