]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
fixed variable shadowing icc warnings
[wxWidgets.git] / src / generic / grid.cpp
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlincorrected test for __WXGTK__ (but should it be there...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-21  Vadim Zeitlinreverted last change with setting the focus only if...
2005-07-02  Vadim Zeitlinonly set focus to the grid window in wxGrid::HideCellEd...
2005-06-09  Julian SmartWorked around problem with kill focus event being sent...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-06-02  Vadim Zeitlinhide the cell editor if the grid loses focus
2005-06-01  Robin DunnMerge the cell size attribute the same way that other...
2005-05-30  Robin DunnAllow wxGridCellNumberEditor::StartingKey to work when...
2005-05-22  Julian SmartApplied patch [ 1192917 ] Grids with no row or col...
2005-05-20  Robin DunnSet focus to the grid windwo when it is left-clicked
2005-05-20  Julian SmartRenderer should only be used for GTK+ 2
2005-04-22  Stefan Csomorfix for drawing correct gridlines even on scrolled...
2005-04-21  Robin Dunnsome extra refreshing and updating on wxMac so the...
2005-04-13  Michael WetherellTemporary compilation fix for wxUSE_INTL=0
2005-04-12  Václav Slavíkuse configured scrolling increments (m_scrollLineX...
2005-04-08  Robin DunnDon't call StartingKey if the key was F2
2005-03-21  Włodzimierz SkibaDummy warning fix.
2005-03-21  Vadim Zeitlinunreachable code warning fix (Unicode build)
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-02-26  Robin DunnThe key event for the shift key should not start the...
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
next