Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / generic /
2010-04-12  Vadim ZeitlinFix crash in wxListbook if image list is assigned after...
2010-03-21  Vadim ZeitlinAdd initial selection parameter to wxGetSingleChoice...
2010-03-16  Vadim ZeitlinInitialize picker style in native GTK file/dir pickers.
2010-03-08  Vadim ZeitlinUse correct style for the dialog shown by generic file...
2010-03-06  Vadim ZeitlinDon't store header height in generic wxListCtrl member...
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2009-12-27  Vadim ZeitlinReturn the kind of cells span from wxGrid::GetCellSize().
2009-12-14  Vadim ZeitlinRestore correct access to wxGenericStaticText::Set...
2009-12-08  Vadim ZeitlinDon't override DoGetBestSize() in wxGenericStaticText...
2009-12-05  Paul Cornettminor cleanup
2009-12-03  Paul Cornettmake access for virtuals match base
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-11-27  Vadim ZeitlinAdd symbolic constant wxALIGN_INVALID and use it instea...
2009-11-26  Vadim ZeitlinMake wxFileDialog::Set/SetPath() behave consistently.
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
2009-11-10  Paul CornettwxSpinCtrl values are always integral, they don't need...
2009-11-10  Paul CornettwxSpinCtrl::SetIncrement is supposed to take an int...
2009-11-09  Vadim ZeitlinRemove unused anywhere wxDataViewRenderer::RightClick().
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-15  Vadim ZeitlinUse correct colour for selected items in generic wxDVC.
2009-10-12  Vadim ZeitlinImplement attributes support in generic wxDataViewIconT...
2009-10-12  Vadim ZeitlinMake generic wxDataViewProgressRenderer fill the entire...
2009-10-12  Vadim ZeitlinHandle cell alignment in the renderer itself in generic...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-10-05  Vadim ZeitlinDetermine the appropriate show effect automatically...
2009-10-05  Vadim ZeitlinRemove the hack with changing the parent background...
2009-10-05  Vadim ZeitlinDon't use themed border for the generic info bar.
2009-10-05  Vadim ZeitlinAdded wxInfoBar::Dismiss().
2009-10-05  Vadim ZeitlinUse event tables instead of Connect() in wxInfoBarGeneric.
2009-10-05  Vadim ZeitlinAdd wxInfoBar::RemoveButton() method.
2009-10-05  Vadim ZeitlinAdded native wxInfoBar implementation for wxGTK.
2009-10-05  Vadim ZeitlinAdded wxInfoBar::AddButton().
2009-10-05  Vadim ZeitlinMade wxInfoBar::SetFont() change the text message font.
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-09-23  Vadim ZeitlinExtract default grid header renderers from wxGridCellAt...
2009-09-15  Vadim ZeitlinReally fix VC6 compilation after r61919.
2009-09-14  Vadim ZeitlinAdd virtual dtor to header renderer classes to avoid...
2009-09-14  Vadim ZeitlinFix VC6 compilation after r61919.
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-05  Vadim ZeitlinwxSplitterWindow mouse capture improvements and cleanup.
2009-08-03  Vadim ZeitlinCompilation fix for wxUSE_FILECTRL && !(wxUSE_DIRDLG...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-19  Vadim Zeitlinremoved wxDatePickerCtrlGeneric::SetFormat() which...
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-06-19  Vadim Zeitlinadded wxTreeCtrl::GetFocusedItem() (closes #10859)
2009-06-12  Robert RoeblingUse wxRefCounter instead of wxObjecrDataRef
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-06-12  Robert RoeblingRemove remaining bits of marker drawing during resizing
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
2009-05-30  Vadim Zeitlinimplement Update() properly for the generic wxListCtrl...
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-22  Vadim Zeitlinno real changes, just remove unneeded empty dtor
2009-05-22  Vadim Zeitlinreturn the correct number of columns from wxGridStringT...
2009-05-01  Vadim Zeitlinrename wxGrid::SendSizeEvent() to SendGridSizeEvent...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-26  Vadim Zeitlinset correct EOL style for files added in r58024
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-03-22  Vadim Zeitlinmove forward declarations unneeded in wx/log.h to wx...
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinno changes, just wrap long lines
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-10  Vadim Zeitlinalso fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see...
2009-03-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-07  Vadim Zeitlinreplace wxGetMultipleChoices() with wxGetSelectedChoice...
2009-03-06  Robert RoeblingMake all instances of HasEditorCtrl() const, not just...
2009-03-06  Vadim Zeitlinpass ApplyEdit() arguments to EndEdit() too for better...
2009-03-06  Francesco MontorsiIndentation/coding style adjustments.
2009-03-02  Vadim Zeitlinremove SetValue() which is not needed and which definit...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-24  Kevin OllivierFix for deprecated constructor issues, setting a functi...
2009-02-19  Robert RoeblingMake wxImageList not copiable (fixes #10503), replace...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Kevin OllivierAdd (currently unimplemented) missing wxRegion construc...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
2009-02-01  Francesco Montorsiblind fix for wxMac
2009-02-01  Francesco Montorsiadd GetControlWidget() accessor to the generic wxCollap...
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-27  Vadim Zeitlinadd missing headers for PCH-less build
2009-01-27  Francesco Montorsismall cleanup; move private class definitions in a...
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-24  Stefan Csomorbring in the definition of wxScrollHelper, making non...
2009-01-23  Vadim Zeitlinadd missing wxUSE_DRAG_AND_DROP checks
2009-01-22  Robert RoeblingReorganized wxListCtrl's window layout (same as wxDataV...
next