support for GTK3
[wxWidgets.git] / src / generic / statusbr.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-05-05  Vadim ZeitlinUpdate the field widths on demand in wxStatusBarGeneric.
2012-02-19  Stefan NeisSpelling fixed for comments and a wxASSERT_MSG. Fixes...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2009-10-16  Vadim ZeitlinRename wxEllipsizeFlags elements to avoid confusion...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-21  Francesco Montorsibuild fix for wxMac
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Paul Cornettnon-pch build fix
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-07  Francesco Montorsino real change: put event handlers together at the...
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-02-09  Vadim Zeitlindon't hardcode grey/white colours for non-MSW/Mac in...
2008-01-19  Stefan NeisFixed OS/2 compilation after wxDC changes
2007-11-19  Vadim Zeitlinanother PCH-less build fix after last change
2007-11-18  Vadim Zeitlindon't show size grip if the window the status bar is...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-05-05  Robert Roebling Compilation fix.
2006-10-20  Stefan Csomoravoiding nesting dcs on the same window concurrently
2006-10-14  Robert Roebling Make status bar grip move to the left in RTL.
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-08-27  Vadim Zeitlincall Update() from SetStatusText() to ensure that the...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-27  Paul Cornettuse stock pens/colors
2006-04-24  Robert Roebling Compile fix
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
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-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-04-27  David WebsterUnicode fixes for OS/2 (all inside #ifdef __WXPM__...
2004-10-19  Julian SmartCleaned up commented-out code
2004-10-18  Julian SmartDon't remove generic status bar from parent, since...
2004-10-14  Julian SmartCommented out SetFont(wxNullFont) which causes an asser...
2004-08-24  Dimitri Schoolwerthinvalidate field-width cache before refreshing (Mac...
2004-08-23  Dimitri Schoolwerthinvalidate field-width cache when changing field count
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-23  Václav Slavíkno need to update default colours and refresh if syscol...
2004-06-19  Václav Slavíkdon't explicitly set font and bg colour
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-07  Robin DunnwxStatusBarGeneric::DoGetBestSize
2004-03-07  Julian SmartDon't refresh statusbar field if the text is identical
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-11  Robin DunnThe statusbar should start with one field, not zero
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  Vadim Zeitlingeneric status bar now:
2002-07-15  David WebsterNicer looking OS/2 Statusbar
2002-07-01  Julian SmartCorrected scoping error for i
2002-06-30  Ron LeePreserve prior StatusBar contents when adding removing...
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-01-11  David WebsterOops, left some personal stuff in here.
2002-01-11  David WebsterOS/2 Statusbar fixes
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-17  Robert Roebling MAcOS X clears the background (with stripes) for
2001-11-02  Vadim Zeitlinmore efficient SetStatusText for the generic wxStatusBa...
2001-10-18  Vadim Zeitlinfix for wxStatusBar linking problems under wxMac
2001-10-17  Vadim Zeitlinfix for linking problem under !MSW
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-23  David WebsterMoving y pos transofrmation code to wxOS2::wxDC elimian...
2000-12-18  David WebsterOS2 Statusbar fix
2000-11-27  David WebsterSome OS/2 customization to make a more presentable...
2000-10-25  David WebsterOS/2 fixes
2000-10-24  David WebsterOS/2 updates for statusbar processing
2000-10-02  David WebsterOS/2 Statusbar fixes, and class interface updates
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-02-09  Vadim Zeitlinfixed fatal bug in wxStatusBar::SetFieldsCount(), added...
2000-02-06  Vadim Zeitlintried to fix compilation for mingw32 and wxGTK/Motif...
2000-02-05  Julian SmartSetStatusFields type in implementation now matches...
2000-02-05  Guillermo Rodrigue... Reverted a change which breaks compilation for win32...
2000-02-05  Stefan NeisInclude Header file of base class!
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-09-24  Vadim Zeitlinrestored "#ifdef __WXMSW__" around SetFont(wxNullFont...
1998-09-23  Julian SmartwxMotif: wxWindow/Client/PaintDC starting to work.
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
next