msvcrt: NULL terminate program arguments list in __getmainargs.
[wine] / dlls / comctl32 / status.c
2012-01-23  André Hentschelcomctl32: Test and fix WM_GETTEXTLENGTH for statusbars.
2011-10-08  Peter Schellenbachcomctl32/statusbar: Fixed missing icon in owner draw...
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2011-03-01  Peter Urbaneccomctl32: Add a check for setting number of parts in...
2011-02-28  Peter Urbaneccomctl32: Use signed indices, so that the number of...
2010-09-24  Alexandre Julliardcomctl32: Return the correct hittest for the size grip...
2010-03-29  Mikhail Maroukhinecomctl32: Fix incorrect const type casting.
2010-01-22  Peter Dons Tychsencomctl32: Handle WM_NOTIFY correctly when the parent...
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-08-27  Juan Langcomctl32: Return the number of characters copied in...
2009-06-08  Andrew Talbotcomctl32: Constify some variables.
2009-05-19  Nikolay Sivovcomctl32/status: Use cached colors instead of GetSysCol...
2009-03-06  Nikolay Sivovcomctl32: Replace nonprintable characters with spaces...
2009-02-16  Rein Klazescomctl32: Fix for owner draw statusbar.
2009-02-02  Detlef Riekenbergcomctl32: Make the status control height dpi and theme...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-23  Mikołaj Zalewskicomctl32: statusbar: Optimize STATUSBAR_RefreshPart.
2008-07-23  Mikołaj Zalewskicomctl32: statusbar: Test and fix SB_SETMINHEIGHT.
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-22  Mikołaj Zalewskicomctl32: statusbar: Change the height expression to...
2008-07-17  Mikołaj Zalewskicomctl32: statusbar: WM_SETFONT should change the bar...
2008-07-17  Mikołaj Zalewskicomctl32: statusbar: Don't issue a WM_PAINT during...
2008-07-16  Mikołaj Zalewskicomctl32: statusbar: WM_CREATE should not resize the...
2008-07-16  Mikołaj Zalewskicomctl32: statusbar: Rename NtfUnicode to bUnicode...
2008-07-16  Mikołaj Zalewskicomctl32: statusbar: Window is always Unicode, CCM_SETU...
2008-04-10  Alexandre Julliardcomctl32: Get rid of the hack to remove size grips...
2008-02-25  Rob Shearmancomctl32: Fix the signedness of i, oldNumParts and...
2008-02-07  Lei Zhangcomctl32: Use wine_dbgstr_rect() in traces.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-02  Andrew Talbotcomctl32: Remove unneeded casts.
2007-11-02  Lei Zhangcomctl32: Fix uninitialized, unused variables.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-14  Mikołaj Zalewskicomctl32: status: Send a NMMOUSE in mouse notifications...
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-03-17  Andrew Talbotcomctl32: Replace inline static with static inline.
2007-03-08  Michael Stefaniuccomctl32: Remove redundant NULL checks before Free...
2007-01-03  Vijay Kiran Kamujucomctl32: statusbar: Fix GetRect return value bug.
2006-10-25  Oleg Krylovcomctl32: statusbar: Create tooltip window with WS_POPU...
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-10  Phil Krylovcomctl32: Call UpdateWindow() after changing statusbar...
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-08-30  Frank RichterFix warnings in 64bit.
2005-08-11  Frank RichterAdd theming for status bar control.
2005-03-02  Dimitrie O. PaunFix indentation for consistency with the rest of the...
2005-03-01  Filip NavaraImplement SB_SETBORDERS.
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-01-21  Alexandre JulliardAuthors: Gunnar Dalsnes <hardon@online.no>, Ge van...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-06  Ulrich CzekallaWM_GETTEXTLENGTH should return zero for owner drawn...
2004-10-27  Dimitrie O. PaunRename STATUSWINDOWINFO to STATUS_INFO, for consistency...
2004-09-14  Robert ShearmanSet class hbrBackground and style to the same as native.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-10-21  Mike McCormackDon't use free'd pointer in status control - found...
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-11  Dmitry TimoshkovAccept SIZE_MAXIMIZED as one of statuses of MDI windows.
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...
next