2000-03-15 |
Ron Lee | removed TAB_TRAVERSAL style |
tree | commitdiff |
2000-03-15 |
Julian Smart | Various compiler changes |
tree | commitdiff |
2000-03-14 |
Vadim Zeitlin | 1. status bar can now be positioned on top (and anywher... |
tree | commitdiff |
2000-03-13 |
Stefan Neis | Improved selection mode handling in wxGrid::SelectBlock |
tree | commitdiff |
2000-03-13 |
Stefan Neis | More compilation fixes. |
tree | commitdiff |
2000-03-12 |
Vadim Zeitlin | 1. wxProgressDialog uses wxWindowDisabler, not (dumb... |
tree | commitdiff |
2000-03-11 |
Stefan Neis | Added many WXUNUSED, untabified once again. |
tree | commitdiff |
2000-03-10 |
Stefan Neis | Removed unused parameter addToSelected. |
tree | commitdiff |
2000-03-10 |
Stefan Neis | Changed wxGridCellCoords from long to int (get rid... |
tree | commitdiff |
2000-03-09 |
Stefan Neis | Changed Shift+Arrow handling |
tree | commitdiff |
2000-03-08 |
Julian Smart | Added WinHelp sample doc to samples/help, and made... |
tree | commitdiff |
2000-03-08 |
Mark Johnson | calctrl.h |
tree | commitdiff |
2000-03-07 |
Vadim Zeitlin | Mark Johnoson's additions for variable-width weekday... |
tree | commitdiff |
2000-03-07 |
Michael Bedward | Removed redundant m_displayed member var from wxGrid |
tree | commitdiff |
2000-03-05 |
Václav Slavík | added missing wxImageList::Add methods |
tree | commitdiff |
2000-03-04 |
Stefan Neis | Improved handling of selection/deselection events. |
tree | commitdiff |
2000-03-04 |
Stefan Neis | Bugfixes; added selection modes demo to griddemo |
tree | commitdiff |
2000-03-04 |
Stefan Neis | Added SetSelectionMode |
tree | commitdiff |
2000-03-03 |
Stefan Neis | Added extended selection support. |
tree | commitdiff |
2000-03-02 |
Stefan Neis | Added class to handle selection inside wxGrid |
tree | commitdiff |
2000-03-01 |
Vadim Zeitlin | 1. warning in gtk/menu.cpp fixed |
tree | commitdiff |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | setting parameters for wxGridCellFloatRenderer seems... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. more corrections for ref counted editors/renderers... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | wxGridCellRenderer/Editor made ref counted |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. added range checks in wxGridStringTable |
tree | commitdiff |
2000-02-29 |
Michael Bedward | AutoSizeColumns and AutoSizeRows changed to pass FALSE... |
tree | commitdiff |
2000-02-29 |
Michael Bedward | Added wxWANTS_CHARS style to all windows so that the... |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | wxGridCellAttr::Clone() added to allow the demo of... |
tree | commitdiff |
2000-02-28 |
Vadim Zeitlin | grid autosize fixes/changes |
tree | commitdiff |
2000-02-28 |
Julian Smart | Some corrections |
tree | commitdiff |
2000-02-28 |
Julian Smart | Removed old wxGLCanvas stuff; moved wxTreeLayout to... |
tree | commitdiff |
2000-02-27 |
Robert Roebling | More wxPlotWindow goodies. |
tree | commitdiff |
2000-02-26 |
Vadim Zeitlin | wxGrid::AutoSize() added |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | 1. corrected problem with label updating in wxProgressD... |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | removed saveValue param in EndEdit() |
tree | commitdiff |
2000-02-23 |
Michael Bedward | Added wxGrid::DrawGridSpace function to suppress junk... |
tree | commitdiff |
2000-02-23 |
Robin Dunn | Some mouse events need to be handled even when outside... |
tree | commitdiff |
2000-02-23 |
Robin Dunn | delay getting the default editor and renderer (by data... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | added combobox editor |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | column autosizing added |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | 1. corrected bug with LIST_ITEM_ACTIVATED being sent... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | added renderers/editors for long/float, not fully teste... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | don't draw cell highlight over the cell editor (improve... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | removed some default value for wxGrid compatibility... |
tree | commitdiff |
2000-02-22 |
Michael Bedward | Added functions to enable/disable drag-resizing of... |
tree | commitdiff |
2000-02-21 |
Robin Dunn | forgot to uncomment a few things |
tree | commitdiff |
2000-02-21 |
Robin Dunn | Added ability for tables, grids, editors and renderers... |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | added SetColMinimalWidth() |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | virtualized m_row/col height/widths arrays |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | added wxCURSOR_DEFAULT to others (not GTK only), hide... |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | 1. removed 3d border, but |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | added dnd support to generic wxTreeCtrl |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added wxGridCellEditor::StartingClick(), used by BoolEditor |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | wxGridCellEditor::PaintBackground() added |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | bool editor/renderer added |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | 1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX |
tree | commitdiff |
2000-02-16 |
Václav Slavík | fixed background colour handling in wxTreeCtrl |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | added support for readonly cells and 3d border drawing |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | the in-place control uses the attr for colours/font... |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | deTABified |
tree | commitdiff |
2000-02-16 |
Robin Dunn | Added getters/setters for cell and grid-default editors |
tree | commitdiff |
2000-02-16 |
Stefan Neis | Added UpdateAttrRows/Cols to change the row/column... |
tree | commitdiff |
2000-02-15 |
Václav Slavík | background color set to wxSYS_COLOUR_LISTBOX |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | added wxUSE_PLOT |
tree | commitdiff |
2000-02-15 |
Robert Roebling | Many plot window gooddies. |
tree | commitdiff |
2000-02-15 |
Robin Dunn | Some cleanup. |
tree | commitdiff |
2000-02-14 |
Robin Dunn | 1. Initialized m_displayed to TRUE to solve a cell... |
tree | commitdiff |
2000-02-14 |
Robin Dunn | wxGridCellEditor plugged in and operational for strings. |
tree | commitdiff |
2000-02-14 |
Robin Dunn | 1. Fixed slow-click timer. |
tree | commitdiff |
2000-02-13 |
Stefan Neis | Shift edit control (since we shifted cells in last... |
tree | commitdiff |
2000-02-13 |
Stefan Neis | Added enabling/disabling of cell edit control. |
tree | commitdiff |
2000-02-13 |
Robin Dunn | 1. Grid cell defaults are now handled by an internal... |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added attr assignment for rows/columns |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added an extremely simple cell attr cache (yet it catch... |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added wxGridCellRenderer |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | fixed setting more than one attr for a cell |
tree | commitdiff |
2000-02-11 |
Robert Roebling | Made HelpGen compile here. |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added ChangeCursorMode() method, rewrote the col/row... |
tree | commitdiff |
2000-02-11 |
Michael Bedward | Added facility to resize rows and cols by dragging... |
tree | commitdiff |
2000-02-10 |
Robert Roebling | Whole lotta stuff for wxPlotWindow, |
tree | commitdiff |
2000-02-09 |
Vadim Zeitlin | cell attributes added (doesn't quite work, work in... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Simplified sizing code. Sub-windows are now sized... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Initializing more variables in wxGrid::Create() |
tree | commitdiff |
2000-02-07 |
Michael Bedward | Fixes for problem where selection fails to start on... |
tree | commitdiff |
2000-02-06 |
Robert Roebling | Tried to prevent scrollbars from scrolling as |
tree | commitdiff |
2000-02-05 |
Guillermo Rodrigue... | Some compilation fixes |
tree | commitdiff |
2000-02-05 |
Stefan Neis | Added different strategy for updating grid lines. |
tree | commitdiff |
2000-02-05 |
Robert Roebling | wxWindow no longer emits any scroll events after |
tree | commitdiff |
2000-02-05 |
Vadim Zeitlin | 1. wxTimer change - now generates EVT_TIMER() |
tree | commitdiff |
2000-02-05 |
Michael Bedward | Removed ^M chars again |
tree | commitdiff |
2000-02-04 |
Robert Roebling | Minor GTK fixes for wxGrid. |
tree | commitdiff |
2000-02-04 |
Michael Bedward | Many bug fixes for display code: |
tree | commitdiff |
2000-02-03 |
Stefan Neis | Added drag-shrinking. |
tree | commitdiff |
2000-02-03 |
Vadim Zeitlin | re-checking in files in Unix mode |
tree | commitdiff |
2000-02-03 |
Michael Bedward | Used old name SelectCell instead of new name SetCurrentCell |
tree | commitdiff |
2000-02-03 |
Michael Bedward | Added missing SetGridCursor function |
tree | commitdiff |
2000-02-03 |
Michael Bedward | Removed cell highlighting temporarily. Now wxGrid... |
tree | commitdiff |
2000-02-03 |
Michael Bedward | Major redesign of grid classes: |
tree | commitdiff |
2000-01-26 |
Vadim Zeitlin | more backwards compatible kbd handling in wxScrolledWindow |
tree | commitdiff |
next |