]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
wxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparabl...
[wxWidgets.git] / src / generic / grid.cpp
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-09  Vadim Zeitlinredraw the grid when it's enabled/disabled
2005-02-06  Stefan Neisfixed double delete in UpdateAttrRows/Cols introduced...
2005-01-18  Vadim Zeitlinfixed memory leak in UpdateAttr[Rows][Or][Cols] (patch...
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-11-27  Robert Roebling Give native GTK+ look to wxGrid.
2004-11-23  Włodzimierz SkibaFixes for wxUSE_SPIN... == 0.
2004-11-06  Ryan NortonRevert files to previous version that were affected...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-20  Julian SmartWorked around font setting problem for GTK+1 on some
2004-10-18  Włodzimierz SkibaUnnecessary const_ prefix removed (blindly).
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-15  Włodzimierz SkibaWarning fixes.
2004-10-14  Julian SmartAdded SetScrollLinesX, SetScrollLinesY so apps can...
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-27  Robin DunnFix for probably rare but potential refcount leak.
2004-09-09  Robin DunnFor editors and renderers the type registry takes prece...
2004-09-03  Robin DunnSince it is documented, changed GetOrCreateCellAttr...
2004-09-02  Robin DunnDon't set the size until after everything is initialized
2004-08-31  Vadim Zeitlinno real changes, just rewrote ChoiceEditor::EndEdit...
2004-08-31  Vadim Zeitlinremoved apparently useless (and provoking a dummy event...
2004-08-31  Robin DunnFixes to allow DoGetBestSize to work before CreateGrid...
2004-08-26  Robin DunnMake wxGrid play nicer with sizers.
2004-08-25  Robin DunnPatch from Jed Burgess that optionally allows the grid...
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-26  Václav Slavíkdoubleclick selects cell for editing
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnDon't #include the extra files unless we need them
2004-05-06  Robin DunnUse wxVisualAttributes (#if'd out until tested further)
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-12  Roger Gammans * fix bug where editing of the bootom and right most...
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2004-02-10  Stefan NeisUnicode fixes.
2004-02-08  Julian Smart0 -> 0u to keep gcc happy
2004-02-08  Stefan NeisApplied and extended patch 886524 (wxGridCellFloatEdito...
2004-02-08  Stefan Csomorconversion warning gcc 3.3 mac
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-11  Julian SmartApplied patch [ 800086 ] GridCellTextEditor wxTE_RICH...
2004-01-08  Julian SmartApplied patch [ 863936 ] wxGrid scroll bars not drawn.
2004-01-08  Julian SmartApplied patch [ 851044 ] wxGrid receives wxFocusEvent
2003-11-08  Stefan NeisAllow minimal acceptable row height/column width to...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-09-04  Stefan Csomormacro naming changes
2003-08-29  Mattia Barbon Fixed bug introduced in fs_zip.cpp when replacing...
2003-08-24  Julian SmartAdded style metadata for selected controls
2003-08-23  Stefan Csomoravoid streaming of 'private' children
2003-08-21  Stefan Csomorsupport for RTTI
2003-08-15  Vadim Zeitlindon't create a multiline text control in the text edito...
2003-08-13  Robin DunnSwitch to wxCHECK so the bad code isn't still executed...
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-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods.
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-06-29  Stefan NeisApplied Patch 760644 (wxGrid SetTable uses deleted...
2003-06-21  Stefan NeisReverted patch [ 746201 ] (partially) because of unwant...
2003-06-01  Julian SmartApplied [ 746201 ] wxGrid row/col change not updated
2003-06-01  Julian SmartApplied patch [ 746203 ] xwGrid::SetTable may be called...
2003-05-18  Roger Gammans * Prevent miminum and actual row and col sizes going...
2003-05-18  Roger Gammans * Apply patch #735595. Add miminumAcceptable{Height...
2003-05-18  Roger Gammans * Fix logical error in m_overflow attribute merging
2003-05-14  Robin DunnAcutally use the m_maxChars parameter value instead...
2003-05-13  Julian SmartReordered the slow-click test, otherwise it would never
2003-05-07  Julian SmartEnsure grid components don't have borders
2003-05-07  Robin Dunnfixed compile errors
2003-05-07  Robin DunnAlso merge the m_overflow attribute
2003-05-03  Julian SmartApplied patch [ 726350 ] wxGrid - MovePageDown()
2003-04-03  Roger Gammans * rename maxOnOverflow parameter to CoordToRowOrCol...
2003-03-24  Julian SmartApplied patch [ 705663 ] Fix capture mouse bug in wxGrid
2003-03-24  Julian SmartRemoved old grid code
2003-03-24  Julian SmartFix by Milan Babuskov <albis@eunet.yu> in MovePageUp
2003-02-18  Julian SmartFixed warning, reformatted some code
2003-02-18  Julian SmartApplied patch [ 608866 ] wxGrid: vertical column label...
2003-02-12  Vadim Zeitlinremoved redundant code
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-04  Robin DunnWith the fix in gtk/font.cpp and switching to an wxplic...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-18  Julian SmartFixed cell paint background refresh bug
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-15  Vadim Zeitlinprintf() format warning fixed
2002-12-14  Vadim Zeitlinfixed Unicode compilation
2002-12-09  Julian SmartApplied patches by Scott Pleiter:
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-20  Stefan NeisFixed some typos that occured in applying patch 606235.
2002-09-15  Stefan NeisApplied revised patch 606235 (Cell overflow refresh...
2002-09-11  Stefan NeisApplied patch 606235 (Cell overflow refresh fixed).
2002-09-11  Stefan NeisFixed CoordToRowOrCol according to Patch 607387.
2002-09-11  Julian SmartTypo fixed
2002-09-11  Julian SmartAnother try at committing this
2002-09-11  Julian SmartReverted previous 'fixes' now that the array bug has...
2002-09-10  Julian SmartNow cleared array elements of arrays before calling...
2002-09-10  Julian SmartApplied patch [ 607261 ] Fix: wxGrid: row and cell...
next