- 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
- d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
- 353529b - fix the "int format, HANDLE arg" type of warnings for comctl32 by Michael Stefaniuc · 22 years ago
- f3d1893 Add needed casts for a "no warnings" compile of comctl32. by Michael Stefaniuc · 22 years ago
- da9bac4 Add comment on what is known about the current state of the controls by Dimitrie O. Paun · 22 years ago
- bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago
- 326021b Small cleanups, updated documentation. by Dimitrie O. Paun · 23 years ago
- 025c0b7 Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for by Michael Stefaniuc · 23 years ago
- 23739a3 Don't issue error message if message number in application range. by Guy L. Albertelli · 23 years ago
- f1451e6 Warning fix. by Gerald Pfeifer · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- bbee7ec - Check for valid part nr in STATUSBAR_GetTextLength. by Sander van Leeuwen · 23 years ago
- 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
- 8fe5e0f Moved drawing of owner-drawn parts to after the background and edge. by Bill Medland · 23 years ago
- 5b85db3 Fixed StatusBar SetText again, added some comments. by Marcus Meissner · 23 years ago
- e569b73 - implement WM_NOTIFYFORMAT by Dimitrie O. Paun · 23 years ago
- 6646c46 Add more check inside SB_SETTEXT and SB_GETTEXT. by Mehmet Yasar · 23 years ago
- 63231c5 - get rid of parent handle from info struct by Dimitrie O. Paun · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 2d783f7 Fix errors resulting from missing parenthesis. by Charles Loep · 23 years ago
- 3566973 Use the min/max in windef.h instead. by Patrik Stridvall · 24 years ago
- ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
- 6d09bf7 - *don't* MoveWindow() the status bar if CCS_NORESIZE is specified, by Andreas Mohr · 24 years ago
- f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
- 72828e0 In STATUSBAR_GetTipText{a,W, always put a terminating '\0' in the by François Gouget · 24 years ago
- 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
- 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
- a459193 Changed RedrawWindow()'s to InvalidateRect()'s. RedrawWindow() was by Chris Morgan · 25 years ago
- 61cb6ca Fixed STATUS_GetTextW in regard to NULL pointers. by Marcus Meissner · 25 years ago
- c4bf3a6 WM_GETFONT should return a real font handle instead of NULL. by Gerard Patel · 25 years ago
- c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
- 70c9e09 Removed all non-standard common control headers from the include directory. by Alexandre Julliard · 25 years ago
- f961dab Removed some flicker by detecting if we set the same value again. by Marcus Meissner · 25 years ago
- d837d9d Protect against programs creating parts with negative width. by Gerard Patel · 25 years ago
- 8b5231d Windows must update the right edge (-1) of the last panel upon drawing by Aric Stewart · 25 years ago
- a1b2fc2 Protect against use of comctl32 private control memory after it has been freed. by Gerard Patel · 25 years ago
- 7b6ed86 Some programs switch their status bar back and forth from simple mode by Aric Stewart · 25 years ago
- d7cbd7b Set the itemID member of the DRAWITEMSTRUCT to the number of the by Gerard Patel · 25 years ago
- d711ad9 Removed superfluous GlobalFindAtom calls. by Alexandre Julliard · 25 years ago
- 4fa5258 Check that lpCreate->lpszName is non-NULL. by Huw D M Davies · 26 years ago
- 26ffb3c Fixed/added missing/wrong function prototypes and made internal by Patrik Stridvall · 26 years ago
- a79cc39 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 9e61c1c Changed xxx(VOID) to xxx(void). by Patrik Stridvall · 26 years ago
- 0df4878 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 3480e4a Removed no longer necessary win.h include, added now necessary other by Marcus Meissner · 26 years ago
- cad17ff Replaced direct access to the WND structure by corresponding calls to by Eric Kohl · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- d68d501 Fixed several bugs and typos. by Eric Kohl · 26 years ago
- 8d2933d Added Unicode support (at least partially). by Eric Kohl · 26 years ago
- 9d8e864 Added xxx_Unregister() functions to all common controls. by Eric Kohl · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913[Renamed from controls/status.c]
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
- 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
- ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
- f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
- e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
- 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
- 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
- 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
- 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
- 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
- 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
- 7ebe1a4 Release 961222 by Alexandre Julliard · 28 years ago wine-961222
- 139a4b1 Release 961102 by Alexandre Julliard · 28 years ago wine-961102
- 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
- d1ce8b2 Release 960902 by Alexandre Julliard · 29 years ago wine-960902
- 8cc3a5e Release 960811 by Alexandre Julliard · 29 years ago wine-960811