]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
Globally replace _T() with wxT().
[wxWidgets.git] / include / wx / generic /
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...
2009-01-22  Robert RoeblingOverride GetDefaultBorder, currently changes nothing
2009-01-20  Robert RoeblingSkeleton for generic Drag code
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2009-01-08  Robert Roeblinguse wxRound(x) instead of int( x+0.5 )
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-12-31  Vadim Zeitlincompilation fix after last change
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-31  Vadim Zeitlincompilation fix for LoadFile(name, type) calls which...
2008-12-28  Francesco Montorsirestore tabg.h and tabg.cpp for wxMotif
2008-12-27  Francesco Montorsifix wxSashEvent, wxFindDialogEvent, wxSplitterEvent...
2008-12-25  Vadim Zeitlinmake Scroll() itself virtual too as existing code might...
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-24  Vadim Zeitlincompilation fix after wxScrollHelperNative renaming...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-16  Vadim Zeitlinadded wxGrid::SetColumnsOrder() too
2008-12-15  Vadim Zeitlinadded helper Is{Col,Row}Shown()
2008-12-15  Vadim Zeitlinrenamed GetColHeader() to GetGridColHeader() for consis...
2008-12-14  Vadim Zeitlindon't mistake a simple click on a column for a reorderi...
2008-12-14  Vadim Zeitlinrefresh the grid after resetting the columns positions...
2008-12-14  Vadim Zeitlinadd support for hiding columns when using native header...
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-12  Vadim Zeitlinfix compuation of dirty cells when the columns are...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-12-11  Vadim Zeitlinimplement column reordering by dragging in the generic...
2008-12-10  Vadim Zeitlinproperly implement Do[GS]etColumnsOrder() in the generi...
2008-12-10  Vadim Zeitlinprovide Do[GS]etColumnsOrder() stubs for the generic...
2008-12-10  Vadim Zeitlinimplement column reordering support in wxMSW wxHeaderCt...
2008-12-08  Vadim Zeitlinrestore sorting functionality of the generic wxDataView...
2008-12-08  Vadim Zeitlinhonour column min width when resizing in wxHeaderCtrl...
2008-12-08  Vadim Zeitlinadd the possibility to cancel drag-resizing by pressing Esc
2008-12-08  Vadim Zeitlinfix another logical/physical coords confusion and updat...
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlinadd wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
2008-12-08  Vadim Zeitlinimplement click events in wxHeaderCtrl
2008-12-07  Vadim Zeitlinupdate the generic wxHeaderCtrl implementation after...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-05  Vadim Zeitlingeneric implementation of wxHeaderCtrl API so far
next