]> git.saurik.com Git - wxWidgets.git/history - src
Don't enter an infinite loop if a spacer with min size of -1 is used.
[wxWidgets.git] / src /
2010-01-20  Vadim ZeitlinDisable size grip for TLW status bar if TLW is not...
2010-01-19  Václav SlavíkMake ConvertPixelsToDialog() and ConvertDialogToPixels...
2010-01-19  Václav SlavíkDon't query metrics that won't be used.
2010-01-19  Václav SlavíkSupport XHTML ' entity.
2010-01-19  Vadim ZeitlinDon't set initial size as min size for top level window...
2010-01-18  Stefan Csomormoving GetPageInfo to later stage, closes #11494
2010-01-18  Stefan Csomorswitching to LaunchServices implementation, fixes ...
2010-01-18  Stefan Csomorfixing type for 64 bit, closes #11550
2010-01-18  Stefan Csomorsetting correct 'default' for m_filterIndex, closes...
2010-01-18  Stefan Csomorapplying patch, closes #11309
2010-01-18  Stefan Csomorsetting correct refcon in menus (was incorrectly change...
2010-01-18  Stefan Csomoravoiding double define warning
2010-01-18  Vadim ZeitlinDon't set stretchable spacers size to 0, this doesn...
2010-01-18  Vadim ZeitlinAdd support for stretchable spacers to XRC wxToolBar...
2010-01-18  Vadim ZeitlinCorrect test for parent being on screen in wxTLW::DoCen...
2010-01-18  Vadim ZeitlinInvalidate stored wxTreeItemIds when the corresponding...
2010-01-18  Vadim ZeitlinGenerate wxEVT_KEY_DOWN events for navigation keys...
2010-01-18  Vadim ZeitlinDon't call base class version unnecessarily in wxLogWin...
2010-01-18  Vadim ZeitlinNo changes, just fix an unused parameter warning.
2010-01-18  Vadim ZeitlinAdd wxIsascii() function and use it instead of isascii...
2010-01-15  Jaakko SalliWhen checking whether the parent has wxTAB_TRAVERSAL...
2010-01-15  Paul Cornetthonor wxMAXIMIZE frame style, fixes #11631
2010-01-14  Stefan Csomorfixing comments, making sure sound always gets the...
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2010-01-13  Jaakko SalliFixed bug: wxPGEditor::SetControlAppearance() was calli...
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-10  Kevin OllivierRemove duplicate fields in wxTextCtrl / wxTextEntry...
2010-01-10  Robin DunnUse GraphicsContext (if available) for drawing in Surfa...
2010-01-09  Kevin OllivierImplement native OS X ComboBox for OS X Cocoa, and...
2010-01-09  Vadim ZeitlinRestore default WM_ERASEBKGND handling for wxMDIParentF...
2010-01-08  Paul Cornettfor file load/save, always try wxImage first, fallback...
2010-01-08  Kevin OllivierSupport mouse click through as otherwise clicking insid...
2010-01-07  Paul Cornettremove unused function GetGdkVisual()
2010-01-07  Paul Cornettdefer creating bitmap representation until it is needed
2010-01-07  Vadim ZeitlinImprove hit detection in wxMSW wxTreeCtrl with wxTR_FUL...
2010-01-07  Vadim ZeitlinFix typos in IMediaPlayer2 and INSPlay interfaces decla...
2010-01-06  Kevin OllivierFix another line somehow missing from the wxGraphicsBit...
2010-01-05  Paul Cornettremove never-implemented palette support
2010-01-05  Jaakko SalliCall virtual ctrl->GetDefaultAttributes() instead of...
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(...
next