Bakefile 0.2.8 rebake.
[wxWidgets.git] / include /
2009-10-31  Vadim ZeitlinMake public and document wxDataView{Index,Virtual}ListM...
2009-10-31  Vadim ZeitlinFix wx headers compilation in mingw32 strict ANSI mode.
2009-10-31  Vadim ZeitlinReturn the real column width from wxOSX wxDataViewColum...
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-29  Jouk Jansenfixing wx/evtloop.h for gtk1
2009-10-24  Vadim ZeitlinMake wxDataViewModel::GetAttr() and GetAttrByRow()...
2009-10-24  Vadim ZeitlinAdd wxDataViewListModel base class for list models.
2009-10-24  Vadim ZeitlinCreate model and column in wxDataViewTreeCtrl::Create...
2009-10-24  Vadim ZeitlinNo real changes, just make wxDataViewCtrl::Init() priva...
2009-10-24  Vadim ZeitlinDon't show anything in the cells which should be empty...
2009-10-24  Vadim ZeitlinAdd wxDataViewModel::HasValue().
2009-10-23  Vadim ZeitlinUse virtual functions to convert NSObject to the correc...
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-23  Vadim ZeitlinCompilation fix for wxFileSystemWatcher in MSW STL...
2009-10-22  Vadim ZeitlinCompilation fix for old SDK in wxFileSystemWatcher...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-22  Vadim ZeitlinSuppress VC6 warnings about non-DLL-exported class...
2009-10-22  Vadim ZeitlinSuppress a warning in cppunit/extensions/ExceptionTestC...
2009-10-19  Vadim ZeitlinDocument wxRendererNative::DrawTitleBarBitmap() and...
2009-10-17  Paul Cornettderive wxMask from wxMaskBase
2009-10-17  Jaakko SalliExposed wxPGCell to SWIG
2009-10-17  Vadim ZeitlinRewrite handling cell value changes in wxOSX/Cocoa...
2009-10-17  Vadim ZeitlinNo changes, just attempts to make the code more readable.
2009-10-17  Vadim ZeitlinFix crash when editing wxDVC items in place in wxOSX...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinRename wxEllipsizeFlags elements to avoid confusion...
2009-10-16  Vadim ZeitlinImprove wxCollapsiblePane appearance under OS X.
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-15  Vadim ZeitlinUse correct colour for selected items in generic wxDVC.
2009-10-15  Jaakko SalliChanged 'bool recursively' to 'int flags' argument...
2009-10-15  Vadim ZeitlinReplace wxValidator::SetBellOnError() with SuppressBell...
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
2009-10-14  Vadim ZeitlinTest whether GTK+ is 2.18 or newer in configure.
2009-10-14  Vadim ZeitlinAdd a detailed explanation of possible error reasons...
2009-10-14  Vadim ZeitlinFixes to comparison operators for wxDVC classes.
2009-10-13  Paul CornettMake m_idleMutex an object instead of a pointer. Use...
2009-10-12  Vadim ZeitlinImplement attributes support in generic wxDataViewIconT...
2009-10-12  Vadim ZeitlinMake generic wxDataViewProgressRenderer fill the entire...
2009-10-12  Vadim ZeitlinHandle cell alignment in the renderer itself in generic...
2009-10-12  Vadim ZeitlinCorrect bug with items without attributes in wxGTK...
2009-10-12  Vadim ZeitlinFix display of items without attributes in Cocoa wxDVC.
2009-10-12  Vadim ZeitlinNo real changes, just minor cleanup in Cocoa wxDataView...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-10-12  Vadim ZeitlinAdded wxDCFontChanger ctor not changing font.
2009-10-11  Jaakko SalliHave page-specific splitter setup flags in order to...
2009-10-11  Jaakko SalliCode cleanup and clarification
2009-10-11  Jaakko SalliFixed wxPropertyGrid empty space rendering
2009-10-10  Jaakko SalliRemoved intermediate wxPanel from wxPropertyGrid.
2009-10-09  Paul Cornettreplace TRUE/FALSE with true/false
2009-10-09  Stefan Csomoradding defaults as wxDC did
2009-10-09  Vadim ZeitlinDefine __WXOSX__ and __WXMAC__ on compiler command...
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-10-09  Stefan Csomormoving bitmapbutton functionality up to button for OSX
2009-10-08  Stefan Csomorimplementing rollover and pressed image for bitmapbutto...
2009-10-06  Paul Cornettnon-PCH build fix
2009-10-05  Vadim ZeitlinRefactor initialization code in wxTopLevelWindowMSW...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-10-05  Vadim ZeitlinAdded a virtual wxWindow::OSXGetViewOrWindow() method.
2009-10-05  Vadim ZeitlinDetermine the appropriate show effect automatically...
2009-10-05  Vadim ZeitlinRemove the hack with changing the parent background...
2009-10-05  Vadim ZeitlinImplement DrawTitleBarBitmap() for OS X using hard...
2009-10-05  Vadim ZeitlinAdded wxRendererNative::DrawTitleBarBitmap().
2009-10-05  Vadim ZeitlinReplaced GraphicsHDC from src/msw/renderer.cpp with...
2009-10-05  Vadim ZeitlinDon't use themed border for the generic info bar.
2009-10-05  Vadim ZeitlinEnsure that info bar message uses the set font/colours...
2009-10-05  Vadim ZeitlinAdded wxInfoBar::Dismiss().
2009-10-05  Vadim ZeitlinAdded wxART_CLOSE art id.
2009-10-05  Vadim ZeitlinAdded wxArtProvider::GetMessageBoxIconId().
2009-10-05  Vadim ZeitlinOnly show the default close button in wxInfoBar if...
2009-10-05  Vadim ZeitlinUse event tables instead of Connect() in wxInfoBarGeneric.
2009-10-05  Vadim ZeitlinAdd wxInfoBar::RemoveButton() method.
2009-10-05  Vadim ZeitlinAdded native wxInfoBar implementation for wxGTK.
2009-10-05  Vadim ZeitlinAdd wxWindowGTK::GTKConnectWidget() helper.
2009-10-05  Vadim ZeitlinAdded GTKShouldConnectSizeRequest() to prevent size_req...
2009-10-05  Vadim ZeitlinExtract conversion from wx to GtkMessageType in a separ...
2009-10-05  Vadim ZeitlinAdded wxInfoBar::AddButton().
2009-10-05  Vadim ZeitlinMade wxInfoBar::SetFont() change the text message font.
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-10-05  Vadim ZeitlinAdded wxICON_NONE to wxICON_MASK.
2009-10-05  Vadim ZeitlinPartially implement wxTextCtrl::GetStyle() in wxGTK.
2009-10-04  Václav Slavíkfixed wxXmlDocument::Save() to interpret the indentstep...
2009-10-03  Jaakko SalliAdded wxDECLARE_ANY_TYPE(CLS, DECL) and documented...
2009-10-02  Stefan Csomorfixing typo
2009-10-02  Stefan Csomoradding construction from native bitmaps
2009-10-02  Stefan Csomoradding NSImage to CGImageRef conversion
2009-09-30  Stefan Csomoroverriding to allocate an outer autorelease pool
2009-09-29  Jaakko SalliRemoved dst buffer delete responsibility from wxAnyValu...
2009-09-29  Julian SmartContext menu now created in constructor; old context...
2009-09-28  Julian SmartMoved WinPrinter from private.h to printdlg.cpp.
2009-09-28  Julian SmartApplied #9076 (scrolling bars grow box fix)
2009-09-28  Jaakko SalliwxUSE_THREAD -> wxUSE_THREADS
2009-09-27  Jaakko SalliUse long double instead of double in wxAnyValueBuffer...
2009-09-27  Jaakko SalliAdded function and member function pointers in wxAnyVal...
2009-09-27  Jaakko SalliMake sure there are no memory alignment issues with...
2009-09-27  Jaakko SalliStore property name and value in wxPropertyGridEvent...
2009-09-26  Julian SmartApplied modified #10655 (Added Cookie (receive) support...
2009-09-26  Vadim ZeitlinUse FWD version of DLL export macro in forward declaration.
2009-09-26  Vadim ZeitlinFixed wxDataViewCtrl::Set{Foreground,Background}Colour...
next