Changes for Icon and SmallIcon modes:
[wine] / dlls / comctl32 / status.c
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-16  Dimitrie O. PaunAdd comment on what is known about the current state...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-24  Dimitrie O. PaunSmall cleanups, updated documentation.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-06-04  Gerald PfeiferWarning fix.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Sander van Leeuwen- Check for valid part nr in STATUSBAR_GetTextLength.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-02  Bill MedlandMoved drawing of owner-drawn parts to after the backgro...
2002-04-29  Marcus MeissnerFixed StatusBar SetText again, added some comments.
2002-04-23  Dimitrie O. Paun- implement WM_NOTIFYFORMAT
2002-04-17  Mehmet YasarAdd more check inside SB_SETTEXT and SB_GETTEXT.
2002-04-08  Dimitrie O. Paun- get rid of parent handle from info struct
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Charles LoepFix errors resulting from missing parenthesis.
2001-09-10  Patrik StridvallUse the min/max in windef.h instead.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-04-13  Andreas Mohr- *don't* MoveWindow() the status bar if CCS_NORESIZE...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-13  François GougetIn STATUSBAR_GetTipText{a,W, always put a terminating...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Chris MorganChanged RedrawWindow()'s to InvalidateRect()'s. Redraw...
2000-08-18  Marcus MeissnerFixed STATUS_GetTextW in regard to NULL pointers.
2000-08-18  Gerard PatelWM_GETFONT should return a real font handle instead...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-01  Marcus MeissnerRemoved some flicker by detecting if we set the same...
2000-06-20  Gerard PatelProtect against programs creating parts with negative...
2000-06-08  Aric StewartWindows must update the right edge (-1) of the last...
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-05-10  Aric StewartSome programs switch their status bar back and forth...
2000-05-07  Gerard PatelSet the itemID member of the DRAWITEMSTRUCT to the...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-09-03  Huw D M DaviesCheck that lpCreate->lpszName is non-NULL.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-06-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-05-29  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-12  Eric KohlReplaced direct access to the WND structure by correspo...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-24  Eric KohlFixed several bugs and typos.
1998-11-22  Eric KohlAdded Unicode support (at least partially).
1998-10-24  Eric KohlAdded xxx_Unregister() functions to all common controls.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913