2000-03-13 |
Stefan Neis | Improved selection mode handling in wxGrid::SelectBlock |
blob | commitdiff | raw |
2000-03-13 |
Stefan Neis | More compilation fixes. |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Stefan Neis | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Stefan Neis | Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Stefan Neis | Added many WXUNUSED, untabified once again. |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Stefan Neis | Fixed remaining int vs. long warnings. |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Stefan Neis | Changed wxGridCellCoords from long to int (get rid... |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Julian Smart | Small fixes for Tex2RTF but alas, we still get memory... |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Vadim Zeitlin | 1. fixed warning which was hiding a bug in wxGrid:... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Stefan Neis | Make correct cell visible for cursor movement. |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Stefan Neis | Modified keyboard and mouse handling wrt selecting... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Stefan Neis | Changed Shift+Arrow handling |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Julian Smart | Made VC++ makefiles and project files a bit more consistent |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Michael Bedward | Modified <shift>+arrow key behaviour so that the starti... |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Michael Bedward | Moved current cell initialization from wxGrid::OnPaint to |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Stefan Neis | Improved handling of selection/deselection events. |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Stefan Neis | Bugfixes; added selection modes demo to griddemo |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Stefan Neis | Added SetSelectionMode |
blob | commitdiff | raw | diff to current |
2000-03-03 |
Stefan Neis | Added extended selection support. |
blob | commitdiff | raw | diff to current |
2000-03-02 |
Vadim Zeitlin | 1. wxGrid row can't be resized to less than minimal... |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Vadim Zeitlin | 1. warning in gtk/menu.cpp fixed |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Vadim Zeitlin | asserts in wxGridStringTable corrected |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Michael Bedward | Minor compilation fix for Borland |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | setting parameters for wxGridCellFloatRenderer seems... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | 1. more corrections for ref counted editors/renderers... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | wxGridCellRenderer/Editor made ref counted |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | 1. added range checks in wxGridStringTable |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Michael Bedward | Added wxWANTS_CHARS style to all windows so that the... |
blob | commitdiff | raw | diff to current |
2000-02-28 |
Vadim Zeitlin | wxGridCellAttr::Clone() added to allow the demo of... |
blob | commitdiff | raw | diff to current |
2000-02-28 |
Vadim Zeitlin | grid autosize fixes/changes |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Vadim Zeitlin | wxGrid::AutoSize() added |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Michael Bedward | Added call to CalcDimensions() at end of wxGrid::Init... |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Vadim Zeitlin | F2 enables edit in place |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Robert Roebling | Minor optical things. |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | typo fixed |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | 1. wxGCBoolRenderer looks better under MSW |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robin Dunn | fallback to string changes for number and float editors |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Stefan Neis | Improved wxMotif's look. |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Stefan Neis | Improved checkmark on wxMotif. |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Julian Smart | Misc small changes, some for VC++ 1.5 |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | fall back on text value if no long/double value could... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | removed saveValue param in EndEdit() |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Michael Bedward | Added wxGrid::DrawGridSpace function to suppress junk... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robin Dunn | Some mouse events need to be handled even when outside... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robin Dunn | delay getting the default editor and renderer (by data... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Robert Roebling | Playing with scrolling, als fixed redraw |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Stefan Neis | Compilation fixes |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | added combobox editor |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | column autosizing added |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | added renderers/editors for long/float, not fully teste... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | don't draw cell highlight over the cell editor (improve... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Michael Bedward | Added functions to enable/disable drag-resizing of... |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robin Dunn | forgot to uncomment a few things |
blob | commitdiff | raw | diff to current |
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 |
next |