Repair the stream tests.
[wxWidgets.git] / include /
2009-12-30  Michael WetherellSupport large files with stdio on mingw.
2009-12-29  Jaakko SalliChanged wxPropertyCategory to use same cell rendering...
2009-12-27  Vadim ZeitlinReturn the kind of cells span from wxGrid::GetCellSize().
2009-12-27  Vadim ZeitlinOverride some methods in wxF(F)ileStream to resolve...
2009-12-26  Vadim ZeitlinTake into account the initial buttons state when creati...
2009-12-26  Vadim ZeitlinDon't forward declare wxSystemColour enum.
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-26  Jaakko SalliAdded wxComboCtrl::SetHint(), GetHint()
2009-12-25  Kevin OllivierRemove the native toolbar from the frame in Destroy...
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-25  Jaakko SalliAdded wxComboCtrlBase::SetFore/BackgroundColour()
2009-12-25  Stefan Csomorfixing parameter names
2009-12-22  Michael WetherellAdd support for large stdio files for VC 8+. What versi...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-22  Vadim ZeitlinFinally really correct background erasing for wxMSW...
2009-12-21  Jaakko SalliAdded wxMSW wxChoice::GetClassDefaultAttributes(),...
2009-12-20  Jaakko SalliAdded wxPropertyGrid::GetUnspecifiedValueText(). Use...
2009-12-19  Jaakko SalliAdded wxWindowMSW::MSWGetThemeColour(); initially use...
2009-12-18  Vadim ZeitlinDon't draw over dummy separators in MSW toolbar, just...
2009-12-18  Vadim ZeitlinNo real changes, just change type of MSWGetBgBrush...
2009-12-18  Vadim ZeitlinDon't force themed background for wxToolBar under MSW...
2009-12-17  Vadim ZeitlinAlways use FVIRTKEY for the accelerators under MSW.
2009-12-15  Václav Slavíkcompilation fix for wxUSE_IMAGE=0 case
2009-12-14  Jaakko SalliAlways refresh the editor when setting property value...
2009-12-14  Vadim ZeitlinRestore correct access to wxGenericStaticText::Set...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-10  Vadim ZeitlinRename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
2009-12-10  Vadim ZeitlinNo changes, just refactor wxToolBarToolBase ctors.
2009-12-10  Vadim ZeitlinNo changes, just slightly simplify the tool insertion...
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.
next