]> git.saurik.com Git - wxWidgets.git/history - src
Rewrote wxRibbonPage realisation and layout code to avoid setting the position and...
[wxWidgets.git] / src /
2009-11-14  Kevin OllivierDon't assert when we get wxBG_STYLE_TRANSPARENT.
2009-11-14  Kevin OllivierFix typo that broke compilation and adjust the defines...
2009-11-14  Robert RoeblingHide value label explicitly
2009-11-14  Robert RoeblingAlways position value lable left of a vertical slider
2009-11-14  Vadim ZeitlinNo real changes, just remove the ugly CONST_CAST macro.
2009-11-14  Vadim ZeitlinRestore the use of correct alignment in wxDVC renderers.
2009-11-14  Robert RoeblingSimple implementation of wxSL_MIN_MAX_LABELS and wxSL_V...
2009-11-14  Robert RoeblingImplement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS...
2009-11-13  Stefan Csomoradding toolbar implementation for iphone
2009-11-13  Stefan Csomorupdating implementations of wxGetMouseState for osx_coc...
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-13  Robert RoeblingCorrect sorting in wxDataViewTreeStore, fixes #11436...
2009-11-13  Robert RoeblingDon't use gtk_tree_model_get_path of the item is alread...
2009-11-13  Robert RoeblingAlso update focus rect when changing selection in singl...
2009-11-13  Robert RoeblingReset m_underMouse anytime the display is changed progr...
2009-11-13  Kevin OllivierOverride default handling so that we can position windo...
2009-11-11  Jaakko SalliFix wxPropertyGrid rendering problems when used with...
2009-11-11  Julian SmartFixed tab removal bug, and empty text element
2009-11-11  Kevin OllivierUse wxWebKitCtrlNameStr to adhere to the convention...
2009-11-11  Kevin OllivierRun sanity checks on the position values.
2009-11-11  Vadim ZeitlinImplement text ellipsizing for wxDataViewCustomRenderer...
2009-11-10  Vadim ZeitlinSend the selected item in wxDVC SELECTION_CHANGED event...
2009-11-10  Vadim ZeitlinNo changes, just reformat comments in osx/dataview.mm.
2009-11-10  Vadim ZeitlinFix width of the wxDataViewTreeCtrl column under OSX...
2009-11-10  Vadim ZeitlinAdd support for wxDV_NO_HEADER to OS X/Cocoa wxDataView...
2009-11-10  Vadim ZeitlinMore cleanup of OS X Cocoa wxDataViewCtrl code.
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxOSX/Cocoa wxData...
2009-11-10  Vadim ZeitlinDon't overwrite background in custom renderer in OSX...
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 ZeitlinPass full cell rectangle to WXCallRender().
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  Vadim ZeitlinFix discrepancy between different ways of measuring...
2009-11-09  Vadim ZeitlinFix fatal bug when changing wxDataViewCtrl model in...
2009-11-08  Paul Cornettavoid causing idle event from GetValue(), fixes #11013
2009-11-08  Peter CawleyReplaced hard-coded font size in ribbon art provider...
2009-11-08  Kevin OllivierMake wxSTAY_ON_TOP and other window styles toggleable...
2009-11-06  Vadim ZeitlinChange interpretation of font height in wxMSW to mean...
2009-11-06  Vadim ZeitlinPrefer to use standard selection colour in wxDataViewCu...
2009-11-06  Stefan Csomoradding support for wxShowEvent
2009-11-05  Vadim ZeitlinCompilation fix after r62562.
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-11-05  Vadim ZeitlinRecognize UNCs starting with forward slashes too in...
2009-11-05  Vadim ZeitlinImplement wxFindWindowAtPoint() correctly for wxOSX...
2009-11-05  Kevin OllivierCreate an autorelease pool to catch objects created...
2009-11-04  Vadim ZeitlinRevert "trivial" change of r61772.
2009-11-04  Paul Cornettwork around probable bug in GTK+ 2.18 when calling...
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  Paul Cornettmake sure ShowWithoutActivating only takes effect once
2009-10-31  Vadim ZeitlinNo real changes, just fix a typo in wxDataViewModel...
2009-10-31  Vadim ZeitlinReturn the real column width from wxOSX wxDataViewColum...
2009-10-30  Paul Cornettimplement ShowWithoutActivating for GTK+
2009-10-30  Kevin OllivierCompilation fix for last commit.
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-28  Jaakko SalliFixed backslash escaping in wxArrayStringProperty:...
2009-10-28  Jouk Jansenomitting assert that makes no sense for OpenVMS
2009-10-27  Vadim ZeitlinNo changes, just add a comment to the button focus...
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  Stefan Csomorsupport for auto-rotate on iphone
2009-10-24  Stefan Csomorswitching to explicit flush mode, otherwise clientdc...
2009-10-24  Vadim ZeitlinDon't show anything in the cells which should be empty...
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-22  Vadim ZeitlinCompilation fix for PCH-less OS X build after wxFSW...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-22  Vadim ZeitlinFix UseUintMax definition used by wxAny for VC6.
2009-10-21  Jaakko SalliMove in-cell property expander buttons slightly to...
2009-10-17  Paul Cornettderive wxMask from wxMaskBase
2009-10-17  Vadim ZeitlinUpdate column order in MSW native wxHeaderCtrl after...
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 ZeitlinDon't use sunken border for the list control in log...
2009-10-16  Vadim ZeitlinMake assert in wxMSW wxListCtrl::InsertItem() more...
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-15  Vadim ZeitlinCorrect cell alignment computation for too small column...
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  Jaakko SalliFixed regression: wxPropertyGrid caption selection...
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
2009-10-14  Vadim ZeitlinSuppress harmless warning about unhandled wxSHOW_EFFECT...
2009-10-14  Jaakko SalliFixed bug: wxPropertyGrid::Thaw() should no longer...
2009-10-14  Vadim ZeitlinFixes to comparison operators for wxDVC classes.
2009-10-14  Vadim ZeitlinFix harmless unused variable warning in wxPropertyGrid...
2009-10-13  Paul CornettMake m_idleMutex an object instead of a pointer. Use...
next