]> git.saurik.com Git - wxWidgets.git/history - src
Fix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL) in wxMSW for column 0.
[wxWidgets.git] / src /
2009-11-24  Vadim ZeitlinFix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL...
2009-11-24  Vadim ZeitlinDon't change file access time implicitly when setting...
2009-11-23  Julian SmartMade Unicode the default in symbols dialog.
2009-11-21  Stefan Csomormaking sure creation is setup correctly for wx-frame...
2009-11-19  Vadim ZeitlinFix compilation for some wxMSW configurations.
2009-11-19  Vadim ZeitlinCompilation fix for wxUSE_STL build: another missing...
2009-11-18  Kevin OllivierForward port of r60190 (wxMSW Cairo support) to trunk.
2009-11-18  Julian SmartFixed #11212 [RichText sample] Assert/Crash when Styles...
2009-11-18  Vadim ZeitlinSuppress harmless g++ warnings about converting float...
2009-11-18  Vadim ZeitlinFix handling of invalid paths with multiple columns...
2009-11-18  Vadim ZeitlinRemove unnecessary manual face name selection code.
2009-11-18  Vadim ZeitlinImplement wxFont::GetFaceName() to return the face...
2009-11-17  Václav SlavíkImproved handling of anchors in wxHTML: scroll to bette...
2009-11-16  Bryan PettyFix crash when dragging toolbars in wxAuiManager::OnFlo...
2009-11-16  Robin DunnAdd some missing commas. Fixes #11443
2009-11-16  Robert RoeblingAlways set focus to the item selected using Select()
2009-11-16  Vadim ZeitlinFix wxDataViewRenderer::GetEllipsizeMode() for kDataBro...
2009-11-15  Robert RoeblingMaybe fixed assertion when using built-in searching...
2009-11-15  Robert RoeblingDo earlier and better checking for matching actions...
2009-11-15  Stefan Csomorfixing typo for builds < 10.6
2009-11-15  Kevin OllivierShowWithoutActivating fix for OS X Cocoa, and also...
2009-11-14  Vadim ZeitlinImplement support for wxSL_<DIR> in wxGTK, show them...
2009-11-14  Vadim ZeitlinNo changes, just removed trailing spaces.
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.
next