2009-03-26 |
Vadim Zeitlin | detect horizontal overflow in wxHtmlPrintout and warn... |
blob | commitdiff | raw |
2009-03-25 |
Vadim Zeitlin | abandon attempts to make wxAnyStrPtr behave as bool... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Vadim Zeitlin | compilation fixes for wxAnyStrPtr for VC7; mention... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Vadim Zeitlin | copied 2.8.10 changelog |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Vadim Zeitlin | also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Vadim Zeitlin | add support for multiple extensions to wxImage handlers... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | support %l in wxDateTime::ParseFormat() |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | optimize Replace() to use a linear algorithm (closes... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | replace wxGetMultipleChoices() with wxGetSelectedChoice... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | support wxSP_WRAP in generic implementation (closes... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | added wxProtocolLog class for logging network requests... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Vadim Zeitlin | added wxZlibStream::SetDictionary() (closes #10551) |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Vadim Zeitlin | fix multiple problems with selection in controls with... |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Vadim Zeitlin | reset the tooltip text before changing it, this apparen... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Francesco Montorsi | mention that some event logic now requires a running... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
blob | commitdiff | raw | diff to current |
2009-02-24 |
Vadim Zeitlin | render <TH> contents in bold, as all the browsers do |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Vadim Zeitlin | add public wxLog::Log() to avoid ugly casts needed... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Francesco Montorsi | give credit to the author of the patch for adding wxIma... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Francesco Montorsi | add changelogs for my (relatively) recent commits |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Vadim Zeitlin | added a period at the end of a sentence (test commit... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Vadim Zeitlin | fix remaining cases of wxWindow::ProcessEvent() calls... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Vadim Zeitlin | added template wxScopedArray<> too |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Václav Slavík | changed wxMSW's default toolbar bitmaps size from obsol... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | added support for wxCAL_SHOW_WEEK_NUMBERS to generic... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Vadim Zeitlin | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Vadim Zeitlin | added wxStandardPaths::GetAppDocumentsDir() and use... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Vadim Zeitlin | implement SetTimes() for directories too under MSW... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-12-31 |
Vadim Zeitlin | added SetLabelText() and EscapeMnemonics() |
blob | commitdiff | raw | diff to current |
2008-12-30 |
Vadim Zeitlin | handle exceptions thrown from overridden wxView::OnCrea... |
blob | commitdiff | raw | diff to current |
2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Vadim Zeitlin | mention wxEVT_GRID_CELL_CHANGED-related changes |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
blob | commitdiff | raw | diff to current |
2008-12-25 |
Vadim Zeitlin | don't use the client data for storing wxOwnerDrawn... |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for... |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG... |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Vadim Zeitlin | no changes, just don't use "any more" thrice in a row |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHea... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Francesco Montorsi | don't remove docs for wxThreadHelper::Create; list... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Vadim Zeitlin | add support for creating drop down toolbar buttons... |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Vadim Zeitlin | use buffered streams to reduce the number of TCP packet... |
blob | commitdiff | raw | diff to current |
2008-10-23 |
Vadim Zeitlin | give credit for wxGrid column move hint improvement |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Vadim Zeitlin | correct some wording of recent changes |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Francesco Montorsi | mentioned the new doc format |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Vadim Zeitlin | document GetSizeAvailableForScrollTarget() |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Vadim Zeitlin | implemented wxMemoryFSHandler::FindFirst/Next() |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Vadim Zeitlin | copied and pasted 2.8.9 change log section (was there... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Vadim Zeitlin | - Main change is the addition of wxGridSelectRowsOrColu... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Vadim Zeitlin | make wxKeyEvent and wxMouseEvent derive from the same... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | improve display of hints during column move (#9884) |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | return true from IsBeingDeleted() if any of the parent... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | added wxCANCEL_DEFAULT style to wxMessageDialog (only... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | added swap() for the other arrays too |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | added wxArrayString::swap() |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | replace the static control in wxMessageDialog with... |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Vadim Zeitlin | allow copying text in the log dialogs |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Vadim Zeitlin | added support for custom labels in wxMessageBox for... |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(... |
blob | commitdiff | raw | diff to current |
2008-08-07 |
Vadim Zeitlin | don't call OnCloseDocument() from OnNewDocument(),... |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Vadim Zeitlin | add support for multiline labels in wxToggleButton |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items... |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | add wxString::Capitalize() and MakeCapitalized() for... |
blob | commitdiff | raw | diff to current |
2008-07-28 |
Vadim Zeitlin | implement wxBitmap ctor from XBM data |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Vadim Zeitlin | big wxURI cleanup; it now handles Unicode characters... |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Vadim Zeitlin | mention compatibility implications of wxExecute() quoti... |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Vadim Zeitlin | added wxFlexGridSizer::Add{Row,Col}Growable() (#2603) |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Vadim Zeitlin | mention that GetItemRect() is new in 2.9.0 |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Vadim Zeitlin | show busy cursor in wxLaunchDefaultBrowser and add... |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic... |
blob | commitdiff | raw | diff to current |
2008-06-29 |
Vadim Zeitlin | support wxListCtrl::GetViewRect() in report view too... |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Vadim Zeitlin | forward port 2.8.8 changelog |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Vadim Zeitlin | deprecate wxTE_AUTO_SCROLL as it's always on in the... |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Vadim Zeitlin | initialize wx{Client,Paint,Window}DC with fonts/colours... |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608) |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Václav Slavík | Implemented high-quality preview for wxMSW (this approa... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | use std[::tr1]::unordered_map if available in wxUSE_STL... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | propagate style changes correctly to buttons with image... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Vadim Zeitlin | remember the last type used for loading or saving the... |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanv... |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Vadim Zeitlin | make wxLogWindow thread-safe (#8783) |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Vadim Zeitlin | support multiline labels in wxCheckBox (#9495) |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Vadim Zeitlin | change longs used for bitmap types to wxBitmapType... |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Vadim Zeitlin | corrected bug in wxTimeSpan::IsShorterThan() for equal... |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Vadim Zeitlin | rewrote UTF-7 to work on streams of data to be comaptib... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | fixed wxImagePixelData compilation (ticket #3003);... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | mention the problem with writing enums to wxConfig... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | mention the ambiguities which arise when passing wxStri... |
blob | commitdiff | raw | diff to current |
next |