]> git.saurik.com Git - wxWidgets.git/history - src/msw/statbr95.cpp
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
[wxWidgets.git] / src / msw / statbr95.cpp
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-17  Julian SmartWinCE compile fix
2006-01-13  Jamie GaddAdd missing WINDOWPOS flags for WinCE build to include...
2006-01-10  Jamie GaddRepainting fixes/improvements. Use SWP_NOCOPYBITS for...
2006-01-08  Jamie GaddReturn correct values for GetFieldRect() when using...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-09  Julian SmartWinCE fixes
2005-08-30  Vadim Zeitlinfix for status bar positioning: account for wx client...
2005-08-28  Vadim Zeitlinfixed status bar positioning to work both with and...
2004-09-30  Václav Slavíkresize parent's frame client area correctly when status...
2004-09-26  Václav Slavíknotify parent frame that client area changed when statu...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-01  Vadim Zeitlinfont inheritance fixes (patch 983251)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-24  Julian SmartEliminated bizarre VC++ internal compiler errors, perha...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-11  Julian SmartMore WinCE mods
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-01-28  Vadim ZeitlinWindows XP appearance fixes for status and tool bars...
2001-11-11  Vadim Zeitlinfixed bug with creating status bar with more than 1...
2001-10-15  Vadim Zeitlinoops, forgot to commit yesterday changes related to...
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-09-01  Václav Slavíkfix for wxStatusBar wrongly reporting field rects insid...
2001-06-15  Vadim Zeitlinsubclass status bar as any normal window to ensure...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-02  Robin DunnChanged WXUNUSED to WXUNUSED_UNLESS_DEBUG
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Guillermo Rodrigue... A duplicate case label broken mingw compilation
2000-03-19  Robin DunnAllows wxStatusBar95 to send common events like other...
2000-03-14  Vadim Zeitlin1. status bar can now be positioned on top (and anywher...
2000-03-13  Robin DunnInitialize the field count in Create(). It was using...
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-02-05  Julian SmartOk -> OK; status bar typo/cast
2000-02-05  Guillermo Rodrigue... Missing includes - please test without precompiled...
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARIES
1999-11-16  Vadim ZeitlinwxMSW fixes after wxFrameBase change - seems to work...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-01-31  Vadim Zeitlinunused message removed from event table
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-08  Vadim Zeitlinbug with multi-part status bars with default widths...
1998-07-08  Julian SmartCured a bad assert in wxStatusBar; #ifdefed oleutils...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-05-20  Karsten Ballüderadded some wxMSW stuff