]> git.saurik.com Git - wxWidgets.git/history - src
added zlib directly to dynamic targets
[wxWidgets.git] / src /
2010-01-04  Jaakko SalliAllow wxPropertyGridInterface::EnableProperty() to...
2010-01-04  Vadim ZeitlinAdd assert checking that window has no event handlers...
2010-01-04  Vadim ZeitlinFix wxConvAuto behaviour when it is used by wxTextInput...
2010-01-04  Vadim ZeitlinMake calling wxLog::IsAllowedTraceMask() safe during...
2010-01-04  Vadim ZeitlinCorrectly parse times without seconds in wxDateTime...
2010-01-04  Vadim ZeitlinDon't dereference invalid iterator in wxDateTime::Parse...
2010-01-04  Kevin OllivierGet the OS X Cocoa native combobox building by having...
2010-01-03  Kevin OllivierDon't use a destroy event handler to disconnect the...
2010-01-03  Kevin OllivierCreate a text measuring context until a real context...
2010-01-03  Václav SlavíkRemoved some outdated compiler checks in OLE code.
2010-01-03  Václav SlavíkRemoved wxClearVariant() and wxReleaseVariant().
2010-01-03  Václav SlavíkMoved wxConvertVariantToOle and wxConvertOleToVariant...
2010-01-03  Jaakko SalliAdded missing ResetEditorAppearance() call
2010-01-03  Jaakko SalliIn wxPGEditor::SetControlAppearance() use GetClassDefau...
2010-01-02  Václav SlavíkAdded wxAutoOleInterface<T> template.
2009-12-31  Vadim ZeitlinChange the year in copyright messages to 2010.
2009-12-31  Stefan Csomoradding placeholders and work in progress files
2009-12-30  Kevin OllivierFix issue that was causing ShowWithoutActivating to...
2009-12-30  Kevin OllivierTo support playing async sounds on the stack on Mac...
2009-12-30  Vadim ZeitlinDon't create an invalid iterator in wxDateTime::ParseTi...
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-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-26  Vadim ZeitlinTake into account the initial buttons state when creati...
2009-12-26  Vadim ZeitlinNo changes, just fix a typo in and rephrase a comment.
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-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 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  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 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 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 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  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í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 SalliSet correct m_state in wxPGCheckBoxEditor::SetValueToUn...
2009-12-14  Jaakko SalliFixed unspecified property value rendering for various...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
2009-12-12  Jaakko SalliOn Windows, force read-only property editor wxTextCtrl...
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-11  Jaakko SalliFixed incorrect use of RemoveAt() in wxPropertyGridPage...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-10  Vadim ZeitlinRename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
2009-12-10  Vadim ZeitlinSet correct toolbar width in wxMSW wxFrame.
2009-12-10  Vadim ZeitlinNo changes, just slightly simplify the tool insertion...
2009-12-09  Peter CawleyRewrote wxRibbonPage realisation and layout code to...
2009-12-09  Vadim ZeitlinAvoid outputting the assert message twice in non-GUI...
2009-12-09  Vadim ZeitlinDon't limit the number of stack frames in GTK assert...
2009-12-09  Vadim ZeitlinBetter handling for asserts in non-main threads.
2009-12-09  Vadim ZeitlinSTL build compilation fix.
2009-12-09  Stefan Csomorsupport for getting current event loop on iPhone
2009-12-09  Stefan Csomoravoiding string conversions on 1st param of wxStat...
2009-12-09  Stefan Csomorusing on all OSX variants
2009-12-09  Stefan Csomorfixing toolbar support, adding iphone
next