2006-04-20 |
Mart Raudsepp | Typo fixes (precompilatixon) |
blob | commitdiff | raw |
2006-04-19 |
David Surovell | cleanup - reformatting |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-04-09 |
Robin Dunn | Use CmdDown in mouse events instead of ControlDown... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
Robin Dunn | Added missing not operator that was preventing the... |
blob | commitdiff | raw | diff to current |
2006-04-07 |
David Surovell | cleanup - added whitespace around operators, some blank... |
blob | commitdiff | raw | diff to current |
2006-04-03 |
David Surovell | minor cleanup - reformatting |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | don't set cursor coords to (0, 0) which could be invali... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
Julian Smart | Applied patch [ 1436761 ] wxGrid: Can't enable cell... |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Vadim Zeitlin | simplified the code in ProcessGridCellMouseEvent()... |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Julian Smart | Allow width to be absent but precision present |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Roger Gammans | Fix bug [1297817] - applied suggested patch |
blob | commitdiff | raw | diff to current |
2005-12-31 |
David Surovell | fix wxMac-QD - blank focusesed text; minor reformat |
blob | commitdiff | raw | diff to current |
2005-11-17 |
Julian Smart | Fixed problem with choice editor in wxGrid whereby... |
blob | commitdiff | raw | diff to current |
2005-10-01 |
Kevin Hock | Code formatting cleanup from OSAF [ patch 1307563 ] |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | fixed variable shadowing icc warnings |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | use wxIsSameDouble() and wxIsNullDouble() for warning... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | corrected test for __WXGTK__ (but should it be there... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Vadim Zeitlin | reverted last change with setting the focus only if... |
blob | commitdiff | raw | diff to current |
2005-07-02 |
Vadim Zeitlin | only set focus to the grid window in wxGrid::HideCellEd... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Julian Smart | Worked around problem with kill focus event being sent... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Włodzimierz Skiba | Source cleaning inspired by and included in patch ... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Vadim Zeitlin | hide the cell editor if the grid loses focus |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Robin Dunn | Merge the cell size attribute the same way that other... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Robin Dunn | Allow wxGridCellNumberEditor::StartingKey to work when... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Applied patch [ 1192917 ] Grids with no row or col... |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Robin Dunn | Set focus to the grid windwo when it is left-clicked |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Julian Smart | Renderer should only be used for GTK+ 2 |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Stefan Csomor | fix for drawing correct gridlines even on scrolled... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Robin Dunn | some extra refreshing and updating on wxMac so the... |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Michael Wetherell | Temporary compilation fix for wxUSE_INTL=0 |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Václav Slavík | use configured scrolling increments (m_scrollLineX... |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Robin Dunn | Don't call StartingKey if the key was F2 |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Włodzimierz Skiba | Dummy warning fix. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | unreachable code warning fix (Unicode build) |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Robin Dunn | Fixed bug #1163384. Moved the code that handles activa... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
blob | commitdiff | raw | diff to current |
2005-02-26 |
Robin Dunn | The key event for the shift key should not start the... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Vadim Zeitlin | redraw the grid when it's enabled/disabled |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Stefan Neis | fixed double delete in UpdateAttrRows/Cols introduced... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Vadim Zeitlin | fixed memory leak in UpdateAttr[Rows][Or][Cols] (patch... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Włodzimierz Skiba | Old API depreciated. Use of new API. Source cleaning. |
blob | commitdiff | raw | diff to current |
2004-11-27 |
Robert Roebling | Give native GTK+ look to wxGrid. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Włodzimierz Skiba | Fixes for wxUSE_SPIN... == 0. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | Revert files to previous version that were affected... |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Włodzimierz Skiba | Warning fixes to unused variables, int/wxChar keycode... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Julian Smart | Worked around font setting problem for GTK+1 on some |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Unnecessary const_ prefix removed (blindly). |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Julian Smart | Added SetScrollLinesX, SetScrollLinesY so apps can... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Robin Dunn | Fix for probably rare but potential refcount leak. |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Robin Dunn | For editors and renderers the type registry takes prece... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Robin Dunn | Since it is documented, changed GetOrCreateCellAttr... |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Robin Dunn | Don't set the size until after everything is initialized |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Vadim Zeitlin | no real changes, just rewrote ChoiceEditor::EndEdit... |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Vadim Zeitlin | removed apparently useless (and provoking a dummy event... |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Robin Dunn | Fixes to allow DoGetBestSize to work before CreateGrid... |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Robin Dunn | Make wxGrid play nicer with sizers. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robin Dunn | Patch from Jed Burgess that optionally allows the grid... |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Václav Slavík | SetDefaultXXX -> SetOwnXXX |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Václav Slavík | doubleclick selects cell for editing |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Don't #include the extra files unless we need them |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Use wxVisualAttributes (#if'd out until tested further) |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Roger Gammans | * fix bug where editing of the bootom and right most... |
blob | commitdiff | raw | diff to current |
2004-03-07 |
Julian Smart | Improved wxTreeCtrl tooltip processing performance... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Stefan Neis | Unicode fixes. |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Julian Smart | 0 -> 0u to keep gcc happy |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Stefan Neis | Applied and extended patch 886524 (wxGridCellFloatEdito... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Stefan Csomor | conversion warning gcc 3.3 mac |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 800086 ] GridCellTextEditor wxTE_RICH... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied patch [ 863936 ] wxGrid scroll bars not drawn. |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied patch [ 851044 ] wxGrid receives wxFocusEvent |
blob | commitdiff | raw | diff to current |
2003-11-08 |
Stefan Neis | Allow minimal acceptable row height/column width to... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Vadim Zeitlin | renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Mattia Barbon | Added, documented and used wxGridCellChoiceEditor |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Mattia Barbon | Fixed bug introduced in fs_zip.cpp when replacing... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added style metadata for selected controls |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | avoid streaming of 'private' children |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Stefan Csomor | support for RTTI |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Vadim Zeitlin | don't create a multiline text control in the text edito... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Robin Dunn | Switch to wxCHECK so the bad code isn't still executed... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
next |