]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
return a wxAnyStrPtr covnertible to either narrow or wide char pointer from wxDateTim...
[wxWidgets.git] / include / wx / generic /
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
2008-12-04  Vadim Zeitlinadd size parameter to the generic wxFileDialog ctor
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
2008-11-30  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-12  Vadim Zeitlinfix warning about hiding the base class LoadFile()
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-21  Robert RoeblingCorrect TAB handling for generic wxDataViewCtrl
2008-10-17  Vadim Zeitlincompilation fix for include wx/generic/stattextg.h...
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-10  Robert RoeblingFix crash again
2008-10-09  Robert Roeblingimplement GetSizeAvailableForScrollTarget
2008-10-08  Stefan NeisWorkaround for bug in gcc-3.1 through gcc-3.3 in handli...
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-09-21  Václav Slavíkprogress message passed to wxDC::StartDoc() is not...
2008-09-20  Vadim Zeitlinadd const synonyms for wxGridTableBase::GetNumberRows...
2008-09-20  Vadim Zeitlinuse a single wxKeyboardEvent parameter instead of 4...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-16  Vadim Zeitlinmore grid folding: got rid of duplicate version of...
next