]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
2009-11-10  Vadim ZeitlinFix discrepancy between different ways of measuring...
2009-11-09  Vadim ZeitlinFix unit test added in r62561 to work under Windows...
2009-11-09  Vadim ZeitlinRemove unused anywhere wxDataViewRenderer::RightClick().
2009-11-09  Vadim ZeitlinFix fatal bug when changing wxDataViewCtrl model in...
2009-11-09  Vadim ZeitlinNo changes, just correct a recurring typo in "Override".
2009-11-09  Vadim ZeitlinNo changes, just regenerated with bakefile 0.2.8.
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  Václav Slavíkdocument that wxMessageDialog API additions appeared...
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-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 ZeitlinNo real changes, just correct "synonim" typo in comments.
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-03  Vadim ZeitlinDocument wxDocument::SetDocumentSaved().
2009-11-02  Jaakko SalliSome wxComboCtrlBase member functions were enclosed...
next