2009-07-09 |
Vadim Zeitlin | remove scope-resolution operator from wxLogError()... |
blob | commitdiff | raw |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Vadim Zeitlin | translate wxMessageDialog labels to the language of... |
blob | commitdiff | raw | diff to current |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Vadim Zeitlin | added wxTreeCtrl::GetFocusedItem() (closes #10859) |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the... |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
blob | commitdiff | raw | diff to current |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Vadim Zeitlin | added own{fg,bg,font} allowing to set non-inheritable... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Vadim Zeitlin | allow customizing wxStandardPaths logic for the program... |
blob | commitdiff | raw | diff to current |
2009-06-07 |
Vadim Zeitlin | mention support for multiselection in wxDirCtrl |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Vadim Zeitlin | mention wxTreeCtrl::SelectItem() fix of r60921 |
blob | commitdiff | raw | diff to current |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Vadim Zeitlin | don't fix the columns number to 1 by default in ctors... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | extracted wxTextWrapper in its own header and made... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | don't add client area origin when positioning the child... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | improve wxTreeCtrl::ScrollTo() behaviour in the generic... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | enable OpenGL library build by default under Windows too |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | added wxTempFile::Flush() (dedicated to Theodore Ts... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
blob | commitdiff | raw | diff to current |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
blob | commitdiff | raw | diff to current |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
blob | commitdiff | raw | diff to current |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
blob | commitdiff | raw | diff to current |
2009-05-02 |
Vadim Zeitlin | keep {Left,Middle,Right}Down() methods of wxMouseState... |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Vadim Zeitlin | added wxMouseEventsManager |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Vadim Zeitlin | implement changing wxChoice and wxComboBox height |
blob | commitdiff | raw | diff to current |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Vadim Zeitlin | include port number in HTTP Host header (closes #10632) |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Vadim Zeitlin | add support for table border width attribute (closes... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Francesco Montorsi | allow windows which are placed inside wxStaticBoxes... |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Vadim Zeitlin | correction to last commit: Korean and Romanian translat... |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Vadim Zeitlin | added Korean and Romanian translations |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Vadim Zeitlin | removed the note about wxEvent::Clone() startup test... |
blob | commitdiff | raw | diff to current |
2009-04-05 |
Vadim Zeitlin | implement GetImageCount() for GIF handler (closes ... |
blob | commitdiff | raw | diff to current |
2009-04-05 |
Vadim Zeitlin | allow reading GIFs with incorrectly specified animation... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Vadim Zeitlin | mention wxFilename::StripExtension() |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Vadim Zeitlin | detect horizontal overflow in wxHtmlPrintout and warn... |
blob | commitdiff | raw | diff to current |
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 |
next |