Rewrote wxRibbonPage realisation and layout code to avoid setting the position and...
[wxWidgets.git] / include /
2009-12-09  Peter CawleyRewrote wxRibbonPage realisation and layout code to...
2009-12-09  Kevin OllivierAdd OSX prefix, and be clear that this is OS X only...
2009-12-08  Vadim ZeitlinMake wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie...
2009-12-08  Vadim ZeitlinDon't override DoGetBestSize() in wxGenericStaticText...
2009-12-08  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() in the trivial...
2009-12-08  Julian SmartSpeed up adding pages during freezing
2009-12-07  Vadim ZeitlinMove wxMSW wxTextCtrl::GetDefaultAttributes() to wxText...
2009-12-07  Vadim ZeitlinAdd semi-public wxDynamicLibrary::MSWGetModuleHandle().
2009-12-07  Kevin OllivierAdd wxTLW::SetModified to allow apps to set the TLW...
2009-12-06  Vadim ZeitlinMinor corrections to ToWChar() comment.
2009-12-06  Vadim ZeitlinFix wxFD_CLR() definition for Intel compiler under...
2009-12-05  Paul Cornettminor cleanup
2009-12-05  Paul Cornettremove unnecessary DoGetBestSize
2009-12-05  Paul Cornettsimplify Enable()
2009-12-05  Vadim ZeitlinImplement wxNativeContainerWindow::IsShown() for MSW.
2009-12-05  Vadim ZeitlinAdd support for MSW unique volume names to wxFileName.
2009-12-03  Paul Cornettmake access for virtuals match base
2009-12-02  Paul Cornettmake array data fully const
2009-12-02  Paul Cornettuse const_cast where appropriate
2009-12-02  Paul Cornettcheck for self assignment in operator=
2009-12-01  Bryan PettyForward-port of r62758 (Added wxHtmlEasyPrinting name...
2009-12-01  Paul Cornettremove m_backing_window member, to keep people from...
2009-12-01  Vadim ZeitlinAdd wxOSX_10_6_AND_LATER macro and use it.
2009-12-01  Paul Cornettremove unused data member
2009-11-30  Vadim ZeitlinFix compilation in wxUSE_STL==1 case broken by r62738.
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2009-11-27  Vadim ZeitlinDefine wxUSE_CAIRO in wx/chkconf.h to ensure that it...
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-11-27  Vadim ZeitlinAdd symbolic constant wxALIGN_INVALID and use it instea...
2009-11-26  Kevin OllivierBuild fix for OS X <= 10.5.
2009-11-26  Kevin OllivierAllow OS X Cocoa (or any OS X port) to override GetBest...
2009-11-26  Kevin OllivierAdd CheckSpelling support for OS X Cocoa, make sure...
2009-11-26  Vadim ZeitlinMake wxFileDialog::Set/SetPath() behave consistently.
2009-11-26  Vadim ZeitlinNo changes, just avoid overriding GetNativeFontInfoDesc...
2009-11-24  Vadim ZeitlinEnable wxGraphicsContext and related classes by default...
2009-11-23  Julian SmartMade Unicode the default in symbols dialog.
2009-11-22  Vadim ZeitlinDefine wxNO_RTTI if RTTI support is disabled for g...
2009-11-21  Jaakko SalliUnified meaning of wxTypeIdentifier in RTTI and RTTI...
2009-11-19  Jaakko SalliFixed builds without wxHAS_EVENT_BIND (typeinfo.h inclu...
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-11-18  Kevin OllivierForward port of r60190 (wxMSW Cairo support) to trunk.
2009-11-18  Vadim ZeitlinFix harmless g++ warning about using NULL for non-pointer.
2009-11-16  Robin DunnAdd some missing commas. Fixes #11443
2009-11-15  Robert RoeblingDo earlier and better checking for matching actions...
2009-11-15  Robert RoeblingRevert wxFlexGridSizer constr. change
2009-11-14  Vadim ZeitlinMinor corrections to wxSL_LABELS definition and documen...
2009-11-14  Robert RoeblingRestore ability to create wxFlexGridSizer with 2 params...
2009-11-14  Robert RoeblingImplement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS...
2009-11-13  Robert RoeblingRenamed wxSL_LABELS_MIN_MAX -> wxSL_MIN_MAX_LABELS
2009-11-13  Stefan Csomoradding toolbar implementation for iphone
2009-11-13  Robert RoeblingAdd constants wxSL_LABELS_MIN_MAX and wxSL_VALUE_LABEL
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-11  Václav SlavíkCheck that event's IDs range is valid, i.e. that lower...
2009-11-11  Vadim ZeitlinAdd wxBase64Decode(void*,size_t,wxString) overload.
2009-11-11  Kevin OllivierUse wxWebKitCtrlNameStr to adhere to the convention...
2009-11-11  Vadim ZeitlinImplement text ellipsizing for wxDataViewCustomRenderer...
2009-11-11  Vadim ZeitlinAdd wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr...
2009-11-11  Vadim ZeitlinRevert r62598 which removed "unnecessary wxOSX_USE_COCO...
2009-11-10  Vadim ZeitlinAdd support for wxDV_NO_HEADER to OS X/Cocoa wxDataView...
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxOSX/Cocoa wxData...
2009-11-10  Vadim ZeitlinNo changes, just remove unnecessary wxOSX_USE_COCOA...
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxGTK wxDataViewCu...
2009-11-10  Vadim ZeitlinCorrect text position in wxDataViewCustomRenderer:...
2009-11-10  Vadim ZeitlinAdd helper wxRectFromGDKRect() function and use it.
2009-11-10  Vadim ZeitlinNo real changes, just remove some unnecessary casts.
2009-11-10  Vadim ZeitlinAvoid setting attributes in GTK wxDataViewRenderer...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
2009-11-10  Paul CornettwxSpinCtrl values are always integral, they don't need...
2009-11-10  Paul CornettwxSpinCtrl::SetIncrement is supposed to take an int...
2009-11-09  Vadim ZeitlinRemove unused anywhere wxDataViewRenderer::RightClick().
2009-11-08  Paul Cornettavoid causing idle event from GetValue(), fixes #11013
2009-11-08  Kevin OllivierMake wxSTAY_ON_TOP and other window styles toggleable...
2009-11-06  Vadim ZeitlinRecognize MSVC 10 in wx/platform.h.
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-11-05  Vadim ZeitlinNo real changes, just correct "synonim" typo in comments.
2009-11-05  Kevin OllivierCreate an autorelease pool to catch objects created...
2009-11-02  Jaakko SalliSome wxComboCtrlBase member functions were enclosed...
2009-11-01  Kevin OllivierStart on Get/SetStyle support for OS X Cocoa wxTextCtrl.
2009-11-01  Kevin OllivierwxColour -> NSColor conversion.
2009-10-31  Kevin OllivierNSFont -> wxFont conversion.
2009-10-31  Kevin OllivierAdding NSColor -> wxColour conversion.
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...
next