replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / include / wx / generic / grid.h
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
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-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...
2008-09-16  Vadim Zeitlinstart of the great grid folding: introduce wxGridOperat...
2008-09-15  Vadim Zeitlinmore cleanup (removed some TODOs/FIXMEs); use native...
2008-09-15  Vadim Zeitlinremove the now unused GetScroll[XY]
2008-09-15  Vadim Zeitlintake old (wx 2.2? older?) wxGrid compatibility function...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlinno changes, just removed the unnecessary wxGrid:: quali...
2008-09-12  Vadim Zeitlinfix the event type in EVT_GRID_[CMD_]COL_MOVE declarati...
2008-02-27  Vadim Zeitlinoverride SetDropTarget() in wxGrid to associate it...
2008-02-26  Vadim Zeitlincheck whether the grid is fully created in Refresh...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2007-12-22  Robert RoeblingAdd HideCol/RowLabels
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-09-09  Vadim Zeitlindeclare wxEVT_GRID_COL_MOVE event (which was defined...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-03-20  Vadim Zeitlinremoved extraneous comma at the end of wxGridDirection...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-04  Vadim Zeitlinhandle mouse capture lost event in grid windows and...
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2006-10-28  Vadim Zeitlinallow customizing the string values returned by wxGridC...
2006-10-15  Robert Roebling I don't think anylonger that DrawHeaderButton() should
2006-10-03  Robin DunnGive the grid events a Clone method
2006-10-03  Paul Cornettheader cleanup
2006-10-02  Paul Cornettput grid string in generic/grid.cpp, not common/datacmn.cpp
2006-09-19  Robert Roebling Give wxGrid its own string name for easier debugging.
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-06-01  Vadim Zeitlinadded possibility to reorder columns by dragging them...
2006-04-09  Robin DunnUse CmdDown in mouse events instead of ControlDown...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-01  Robin DunnMerge the cell size attribute the same way that other...
2005-04-13  Vadim Zeitlinmade wxGridCellAttr dtor protected instead of private
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-02-09  Vadim Zeitlinredraw the grid when it's enabled/disabled
2005-02-06  Vadim Zeitlinremoved trailing semicolons after DECLARE_DYNAMIC_CLASS...
2005-01-12  Julian SmartMade some functions virtual
2004-11-23  Włodzimierz SkibaFixes for wxUSE_SPIN... == 0.
2004-10-14  Julian SmartAdded SetScrollLinesX, SetScrollLinesY so apps can...
2004-09-03  Robin DunnSince it is documented, changed GetOrCreateCellAttr...
2004-08-25  Robin DunnPatch from Jed Burgess that optionally allows the grid...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-13  Julian SmartAdded event table macros to wxGrid that take window...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-10  Robin DunnAvoid duplicated definition errors for wxLongToLongHash...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-09-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-08-21  Stefan Csomoradded support for allocation-creation method
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Václav Slavíkcompilation fixes for win32 dll+multilib
2003-08-02  Václav Slavíkcreated wxAdvanced library
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-05-18  Roger Gammans * Apply patch #735595. Add miminumAcceptable{Height...
2003-05-07  Robin Dunnfixed compile errors
2003-05-07  Robin DunnAlso merge the m_overflow attribute
2003-03-24  Julian SmartRemoved old grid code
2003-02-18  Julian SmartApplied patch [ 608866 ] wxGrid: vertical column label...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-09  Julian SmartApplied patches by Scott Pleiter:
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  David WebsterTRUE not true; FALSE not false
2002-09-07  Stefan NeisChanged second parameter of Refresh to "const wxRect*".
2002-09-07  Stefan NeisCommited John Labenski's patch giving access to the...
2002-09-01  Stefan NeisAdded some const qualifiers.
2002-08-31  Stefan NeisMake use of new array functions.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-24  Robin DunnFixed wxGridCellFloatEditor::Clone
2002-04-26  Vadim Zeitlinadded a few virtual keywords for consistency (no real...
2002-04-18  Robin DunnSome secondary grid classes now derive from wxClientDat...
2002-02-21  Vadim Zeitlinapplied a fix for the patch 446325
2001-12-30  Vadim Zeitlinfixed uninitialized wxGridCellAttr::m_defGridAttr ...
2001-11-02  Vadim Zeitlinsupport for vetoing grid cell editing (patch 469049)
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-28  Gilles Depeyrotremoved useless ; to allow smart preprocessing under...
2001-05-31  Robin DunnAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv...
2001-05-29  David WebsterNew grid control OS/2 compile issue
2001-05-27  Vadim Zeitlinapplied tons of wxGrid patches
2001-05-16  Vadim Zeitlinapplied patch 415912 (fixing problems with wxGrid attrs)
2001-05-09  Robin DunnAdded accessors for the sub-windows in the wxGrid.
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2001-01-25  Robert Roebling New event types for use in external libs (and from
2001-01-02  Vadim Zeitlinpatch adding DeselectXXX() functions from Roland Scholz...
next