wxWidgets.git
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-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-22  Vadim ZeitlinDocument that throwing exceptions from wxTimer::Notify...
2009-11-22  Stefan NeisFixed Cut&Paste error in wxTextCtrl::ChangeValue docume...
2009-11-21  Stefan Csomormaking sure creation is setup correctly for wx-frame...
2009-11-21  Jaakko SalliAdded a new documentation overview section 'Caveats...
2009-11-21  Jaakko SalliUnified meaning of wxTypeIdentifier in RTTI and RTTI...
2009-11-19  Vadim ZeitlinFix compilation for some wxMSW configurations.
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-19  Vadim ZeitlinCompilation fix for wxUSE_STL build: another missing...
2009-11-18  Kevin OllivierFix accidental commit of 2.8 ABI compat. code.
2009-11-18  Kevin OllivierRebake after last commit.
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 harmless g++ warning about using NULL for non-pointer.
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-17  Vadim ZeitlinFix typo in Bind() documentation: s/binded/bound/
2009-11-17  Vadim ZeitlinExplicitly document event types for EVT_CLOSE().
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 RoeblingDon't use Ctrl-F as it hides a bug
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  Robert RoeblingDisable GTK cast checks in wx code
2009-11-15  Robert RoeblingRevert wxFlexGridSizer constr. change
2009-11-15  Paul Cornettlook for backtrace() in -lexecinfo, fixes #9783
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  Vadim ZeitlinCorrect wxSL_VERTICAL addition in r62618.
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  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  Vadim ZeitlinUndo test code accidentally committed as part of r62643.
2009-11-14  Robert RoeblingAlways position value lable left of a vertical slider
2009-11-14  Robert RoeblingAdd tests for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL
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 RoeblingDocument wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL
2009-11-14  Robert RoeblingTypo
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  Stefan Csomorupdating implementations of wxGetMouseState for osx_coc...
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-13  Robert RoeblingMinor formating
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 RoeblingAdd tests to wxDataViewTreeCtrl
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-12  Vadim ZeitlinMake wxSizeEvent::GetSize() description more precise.
2009-11-11  Vadim ZeitlinUpdate gdb pretty printing support for latest gdb version.
2009-11-11  Vadim ZeitlinSet wxSL_VERTICAL style in wxSlider demo page.
2009-11-11  Jaakko SalliFix wxPropertyGrid rendering problems when used with...
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  Julian SmartFixed tab removal bug, and empty text element
2009-11-11  Václav Slavíkadded a note about XRCID() and EVT_*_RANGE macros ...
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-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 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 ZeitlinNo changes, just remove unnecessary wxOSX_USE_COCOA...
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  Vadim ZeitlinAdd custom renderer column to the list model example...
2009-11-10  Vadim ZeitlinUse symbolic constants for list model columns in datavi...
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...
next