2000-02-21 |
Robin Dunn | forgot to uncomment a few things |
blob | commitdiff | raw |
2000-02-21 |
Robin Dunn | Added ability for tables, grids, editors and renderers... |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | added SetColMinimalWidth() |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | a couple of terrible typos fixed |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | virtualized m_row/col height/widths arrays |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | Michaels change to OnEraseBackground() |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | 1. removed 3d border, but |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | include |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Robert Roebling | configure changes |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Vadim Zeitlin | auto arrays can't be initialized - compile error for... |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Robert Roebling | Small testing changes, |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | added wxGridCellEditor::StartingClick(), used by BoolEditor |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | some (attempts of) appearance fixes for wxGCBoolRenderer |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | wxGridCellEditor::PaintBackground() added |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | bool editor/renderer added |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | 1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Vadim Zeitlin | added support for readonly cells and 3d border drawing |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Robin Dunn | Eats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_R... |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Robin Dunn | disable edit control before insert/delete row/col |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Vadim Zeitlin | the in-place control uses the attr for colours/font... |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Vadim Zeitlin | deTABified |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Robin Dunn | Added getters/setters for cell and grid-default editors |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Stefan Neis | Added UpdateAttrRows/Cols to change the row/column... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robin Dunn | fix for goofed up grid borders when scrolling/refreshing |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robin Dunn | Some cleanup. |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Robin Dunn | 1. Initialized m_displayed to TRUE to solve a cell... |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Stefan Neis | Fixed SetCurrentCell. |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Robin Dunn | wxGridCellEditor plugged in and operational for strings. |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Robin Dunn | 1. Fixed slow-click timer. |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Stefan Neis | Shift edit control (since we shifted cells in last... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Stefan Neis | Added enabling/disabling of cell edit control. |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Robin Dunn | 1. Grid cell defaults are now handled by an internal... |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | added attr assignment for rows/columns |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | added an extremely simple cell attr cache (yet it catch... |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | added wxGridCellRenderer |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | fixed setting more than one attr for a cell |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | removed debugging messages I just added by default |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | added ChangeCursorMode() method, rewrote the col/row... |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Michael Bedward | Added facility to resize rows and cols by dragging... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Bart A.M. Jourquin | #include textfile.h out of the WX_PRECOMP section ... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Michael Bedward | Added wxTextFile functions to make multi-line text... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Michael Bedward | Reverted changes to grid line positioning that caused... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Vadim Zeitlin | cell attributes added (doesn't quite work, work in... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Stefan Neis | Fix refreshs for wxGTK. |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Michael Bedward | Changed grid line positioning slightly to line up the... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Michael Bedward | Fixed problem where corner label was displayed when... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Michael Bedward | Simplified sizing code. Sub-windows are now sized... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Michael Bedward | Partially reverted last changes because of problems... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Michael Bedward | Initializing more variables in wxGrid::Create() |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Michael Bedward | Added more 3d rendering to row and col labels and remov... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Michael Bedward | A few optimizations to Refresh() calls for the grid... |
blob | commitdiff | raw | diff to current |
2000-02-09 |
Michael Bedward | Implemented row and col label size functions. |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Michael Bedward | Fixed problem with label resize cursor not resetting |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Stefan Neis | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Michael Bedward | Fixes for problem where selection fails to start on... |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Michael Bedward | Fixed bug in wxGrid::DrawAllGridLines that was causing... |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Stefan Neis | Minor fix in screen update code |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Julian Smart | Some BC++ 4.5 and other compile fixes; changed FAR... |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Stefan Neis | Optimized Refresh Area in various functions |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Stefan Neis | Added different strategy for updating grid lines. |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Robert Roebling | Fixed status bar probs, |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Julian Smart | VC++ changes + makeproj additions |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Stefan Neis | Fixed typo |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Michael Bedward | Space now move active cell right if grid is not editable |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Michael Bedward | Removed erroneous EVT_SCROLLWIN |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Robert Roebling | Minor GTK fixes for wxGrid. |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Vadim Zeitlin | fixed resize line drawing |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Vadim Zeitlin | fixed refresh problem due to rounding errors |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Michael Bedward | Many bug fixes for display code: |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Stefan Neis | Added drag-shrinking |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Vadim Zeitlin | re-checking in files in Unix mode |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Michael Bedward | Removed cell highlighting temporarily. Now wxGrid... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Michael Bedward | Major redesign of grid classes: |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Julian Smart | Fixes for VC++ 4 compilation; fixed wxCommandEvent... |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Michael Bedward | Changes to fix problem where spurious scrollbar(s)... |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Ove Kaaven | A few Unicode compilation fixes (mostly wxT()) |
blob | commitdiff | raw | diff to current |
1999-10-27 |
Michael Bedward | Fixed bug that caused wrong block of cells to be select... |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Julian Smart | Removed lots of wxMotif compile warnings. Copied new... |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Michael Bedward | Fixed bug that caused crashes if wxGrid::OnSize was... |
blob | commitdiff | raw | diff to current |
1999-10-25 |
Michael Bedward | Fix for incomplete initial display sometimes with wxMSW |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Julian Smart | BC++ and Watcom C++ makefile and source fixes |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Michael Bedward | Added EVT_GRID_SELECT_CELL |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Michael Bedward | Improved cell highlighting when in-place editing is... |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Michael Bedward | Changed all EVT_WXGRID... constants to EVT_GRID... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Michael Bedward | Fixed bug causing crashes when all rows or cols were... |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-07 |
Vadim Zeitlin | compile fix for BC++ |
blob | commitdiff | raw | diff to current |
1999-10-07 |
Michael Bedward | Added page up and page down key support. |
blob | commitdiff | raw | diff to current |
1999-10-06 |
Vadim Zeitlin | some warnings suppressed |
blob | commitdiff | raw | diff to current |
1999-10-06 |
Unknown (JL) | compile error with VC6.0 fixed. #include "wx/wxprec... |
blob | commitdiff | raw | diff to current |
1999-10-06 |
Michael Bedward | Have to set focus to edit control when it is shown... |
blob | commitdiff | raw | diff to current |
1999-10-06 |
Michael Bedward | Added new wxGrid classes. This is a work in progress ! |
blob | commitdiff | raw | diff to current |
|