wxWidgets.git
2009-12-30  Michael WetherellRepair the stream tests.
2009-12-30  Michael WetherellSupport large files with stdio on mingw.
2009-12-30  Jaakko SalliwxOwnerDrawComboCtrl -> wxComboCtrl
2009-12-30  Jaakko SalliUpdated entries regarding wxPropertyGridManager
2009-12-30  Vadim ZeitlinDon't create an invalid iterator in wxDateTime::ParseTi...
2009-12-30  Vadim ZeitlinExplicitly mention MSVC std::fstream(wxString) incompat...
2009-12-30  Stefan Csomorfixing SetSubMenu for OSX_Cocoa, fixes #11581
2009-12-29  Jaakko SalliChanged wxPropertyCategory to use same cell rendering...
2009-12-28  Vadim ZeitlinEnsure that frame is re-laid out when its toolbar is...
2009-12-28  Vadim ZeitlinCorrect initial value of "Toggle toolbar" check menu...
2009-12-27  Vadim ZeitlinAccount for cells spanning multiple grid cells better...
2009-12-27  Vadim ZeitlinReturn the kind of cells span from wxGrid::GetCellSize().
2009-12-27  Vadim ZeitlinDon't call SetMinSize() when creating the window if...
2009-12-27  Vadim ZeitlinAvoid defining COMPILER_PREFIX for autoconf format.
2009-12-27  Vadim ZeitlinCorrect wxUSE_MACOSX_VERSION_MIN setting when running...
2009-12-27  Vadim ZeitlinDocument wxString::operator<<(wxUniChar).
2009-12-27  Vadim ZeitlinOverride some methods in wxF(F)ileStream to resolve...
2009-12-26  Vadim ZeitlinTake into account the initial buttons state when creati...
2009-12-26  Vadim ZeitlinDon't forward declare wxSystemColour enum.
2009-12-26  Vadim ZeitlinNo changes, just fix a typo in and rephrase a comment.
2009-12-26  Jaakko SalliReduced unnecessary wxT usage
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-26  Jaakko SalliAdded wxComboCtrl::SetHint(), GetHint()
2009-12-25  Kevin OllivierRemove the native toolbar from the frame in Destroy...
2009-12-25  Kevin OllivierUse NSTrackingArea when available (building for 10...
2009-12-25  Vadim ZeitlinAlways show hint in text entries, even when they have...
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-25  Jaakko SalliRefactored a very confusing condition in wxPGComboBox...
2009-12-25  Jaakko SalliAdded wxComboCtrlBase::SetFore/BackgroundColour()
2009-12-25  Stefan Csomorfixing parameter names
2009-12-25  Jaakko SalliAdded documentation for wxPGEditor::SetControlAppearance()
2009-12-23  Vadim ZeitlinErase toolbar background even if it doesn't contain...
2009-12-23  Vadim ZeitlinDon't pass 0 timer ids to ::SetTimer().
2009-12-22  Michael WetherellAdd support for large stdio files for VC 8+. What versi...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-22  Vadim ZeitlinRemove the test of erase background events from the...
2009-12-22  Vadim ZeitlinFinally really correct background erasing for wxMSW...
2009-12-22  Vadim ZeitlinFix best size computation for buttons without image...
2009-12-21  Jaakko SalliAdded wxMSW wxChoice::GetClassDefaultAttributes(),...
2009-12-20  Francesco Montorsifix miscellaneous Doxygen 1.6.1 warnings
2009-12-20  Francesco Montorsifix a few doxygen warnings
2009-12-20  Francesco Montorsiadd a detailed description to wxMenuItem::SetItemLabel...
2009-12-20  Jaakko SalliAdded wxPropertyGrid::GetUnspecifiedValueText(). Use...
2009-12-20  Jaakko SalliAdded some missing SetupTextCtrlValue() calls
2009-12-19  Jaakko SalliSuppress 'unused argument' warnings
2009-12-19  Jaakko SalliAdded wxWindowMSW::MSWGetThemeColour(); initially use...
2009-12-19  Jaakko SalliProperly notify active editor control when it receives...
2009-12-19  Vadim ZeitlinDocument wxSpinCtrlDouble in correct header file.
2009-12-19  Vadim ZeitlinDocument wxSizerItem::Assign{Window,Sizer,Spacer}(...
2009-12-19  Vadim ZeitlinDocument wxDV_NO_HEADER style.
2009-12-19  Vadim ZeitlinCorrections to expander position calculations and drawi...
2009-12-19  Vadim ZeitlinCorrect selection/drop highlight rectangles width in...
2009-12-19  Vadim ZeitlinAlways draw standard-sized checkboxes in generic wxData...
2009-12-19  Vadim ZeitlinUse correct width in wxDataViewCustomRendererBase:...
2009-12-19  Jaakko SalliIn wxPropertyGrid::HandleCustomEditorEvent(), also...
2009-12-18  Vadim ZeitlinDon't create labels with wxST_NO_AUTORESIZE flag with...
2009-12-18  Vadim ZeitlinDon't draw over dummy separators in MSW toolbar, just...
2009-12-18  Vadim ZeitlinDon't explicitly set the background colour for wxChoice.
2009-12-18  Vadim ZeitlinNo real changes, just change type of MSWGetBgBrush...
2009-12-18  Vadim ZeitlinDon't force themed background for wxToolBar under MSW...
2009-12-18  Jaakko SalliHave wxComboCtrl honour any custom foreground and backg...
2009-12-18  Vadim ZeitlinDon't access the first character of a possible empty...
2009-12-18  Vadim ZeitlinOnly call GetTextMetrics() in wxDC::GetTextExtent(...
2009-12-18  Vadim ZeitlinCall SymCleanup() in wxStackWalker to fix problem with...
2009-12-18  Vadim ZeitlinDon't use "-I @" in ctags command line as cmd.exe handl...
2009-12-18  Vadim ZeitlinNo changes, just minor cleanup.
2009-12-18  Vadim ZeitlinRestore the use of the correct brush for toolbar backgr...
2009-12-17  Vadim ZeitlinCorrect wxDateTime::GetWeekOfMonth() for days in the...
2009-12-17  Vadim ZeitlinAdd test of accelerators using both ASCII and non-ASCII...
2009-12-17  Vadim ZeitlinAlways use FVIRTKEY for the accelerators under MSW.
2009-12-17  Jaakko SalliAllow wxPropertyGrid::RecalculateVirtualSize() execute...
2009-12-17  Stefan Csomorsupporting sleep mode properly, see #11557
2009-12-17  Vadim ZeitlinInitialize all fields of EXCEPINFO object to avoid...
2009-12-16  Vadim ZeitlinCorrect typo in wxEVT_COMMAND_LISTBOX_DOUBLECLICKED.
2009-12-16  Jaakko SalliFixed display of 'InlineHelp' attribute
2009-12-16  Jaakko SalliSlightly improved check whether or not to execute wxPro...
2009-12-16  Paul Cornettpreserve type when loaded image is rescaled, #11543
2009-12-16  Paul Cornettallow setting client size to work properly before windo...
2009-12-15  Vadim ZeitlinAvoid GTK+ errors when using AUI wxPseudoTransparentFra...
2009-12-15  Vadim ZeitlinRemove asserts in wxChoicebook::Get/SetPageImage().
2009-12-15  Václav Slavíkdefine NDEBUG if not using debug CRT
2009-12-15  Václav Slavíkcompilation fix for wxUSE_IMAGE=0 case
2009-12-15  Václav Slavíkcompilation fix for wxUSE_IMAGE=0 caseinclude/wx/iconbndl.h
2009-12-15  Václav SlavíkPCH compilation fix
2009-12-14  Vadim ZeitlinAvoid painting generic wxDataViewCtrl if it has no...
2009-12-14  Jaakko SalliMake wxPG_EX_MULTIPLE_SELECTION behave more like a...
2009-12-14  Jaakko SalliDetermine better whether the property editor needs...
2009-12-14  Jaakko Salli'Set to Unspecified' -> 'Set Value to Unspecified'
2009-12-14  Jaakko SalliSet correct m_state in wxPGCheckBoxEditor::SetValueToUn...
2009-12-14  Jaakko SalliAlways refresh the editor when setting property value...
2009-12-14  Jaakko SalliFixed unspecified property value rendering for various...
2009-12-14  Vadim ZeitlinRestore correct access to wxGenericStaticText::Set...
2009-12-13  Vadim ZeitlinRemove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.
2009-12-13  Vadim ZeitlinAdd --with-[osx_]iphone switch to configure.
2009-12-13  Vadim ZeitlinTest for sw_vers availability before calling it in...
2009-12-13  Vadim ZeitlinRename --with-cocoa configure switch to --with-old_coco...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
2009-12-12  Jaakko SalliwxHeaderColumnBase -> wxHeaderColumn; Fixed UpdateColum...
next