wxWidgets.git
2009-12-01  Paul Cornettremove unused data member
2009-12-01  Vadim ZeitlinDefine _CRT_NONSTDC_NO_WARNINGS to suppress MSVC warnin...
2009-12-01  Vadim ZeitlinDefine _CRT_SECURE_NO_WARNINGS when building 3rd party...
2009-11-30  Stefan Csomorusing 64bit APIs, closes #10184
2009-11-30  Francesco Montorsipartially revert changes of r58531 as wxCollapsiblePane...
2009-11-30  Kevin OllivierorderBack puts it behind all windows in its level,...
2009-11-30  Vadim ZeitlinFix compilation of image sample with wxUSE_LIBPNG==0.
2009-11-30  Vadim ZeitlinFix compilation in wxUSE_STL==1 case broken by r62738.
2009-11-29  Kevin OllivierMake sure we setup the base's Show state correctly...
2009-11-29  Jaakko SalliFixed regression: forgot to set wxPropertyGridPageState...
2009-11-28  Kevin OllivierFix needed to allow shaped windows, and other windows...
2009-11-28  Stefan Csomor64bit builds had problems with full circles, as we...
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2009-11-28  Vadim ZeitlinDefine INVALID_FILE_ATTRIBUTES in filename.cpp too.
2009-11-28  Vadim ZeitlinNo changes, just remove unnecessary UTF-8 bytes.
2009-11-28  Vadim ZeitlinImplement wx{File,Dir}Exists() in terms of wxFileName...
2009-11-28  Vadim ZeitlinDon't override msw.remap system option value in wxToolbook.
2009-11-28  Vadim ZeitlinAvoid infinite recursion in wxToolbook::OnSize() under...
2009-11-28  Vadim ZeitlinUse OUTLINETEXTMETRIC::otmpFamilyName to get wxFont...
2009-11-27  Vadim ZeitlinCompilation fix for wxUSE_CAIRO==0 after last commit.
2009-11-27  Vadim ZeitlinDefine wxUSE_CAIRO in wx/chkconf.h to ensure that it...
2009-11-27  Vadim ZeitlinUse #ifdef to check for __WXMSW__ and __WXGTK__ and...
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 ZeitlinDon't set wxTextAttr font family to invalid value.
2009-11-26  Vadim ZeitlinUse wxTE_RICH style for the log window in the text...
2009-11-26  Vadim ZeitlinExplicitly set the cursor when showing popup menu on...
2009-11-26  Vadim ZeitlinNo changes, just avoid overriding GetNativeFontInfoDesc...
2009-11-26  Vadim ZeitlinReturn face name from wxFont::GetNativeFontInfo() under...
2009-11-24  Vadim ZeitlinDon't use unsafe strcpy() when parsing wxNativeFontInfo.
2009-11-24  Vadim ZeitlinDon't return italic/bold suffix from wxFont::GetFaceNam...
2009-11-24  Vadim ZeitlinMake the assert in SettingsTestCase::GlobalFonts()...
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
next