2000-11-08 |
Vadim Zeitlin | compilation fix for builds when WXWIN_COMPATIBILITY_2... |
tree | commitdiff |
2000-11-03 |
Vadim Zeitlin | ok, it does work - it's just that wxGTK doesn't |
tree | commitdiff |
2000-11-03 |
Vadim Zeitlin | added wxGetMultiChoice() (which refuses to work for... |
tree | commitdiff |
2000-10-17 |
Julian Smart | Made wxGenericDirCtrl compile with Cygwin |
tree | commitdiff |
2000-10-10 |
Julian Smart | Added VC++ project files (seems logical) |
tree | commitdiff |
2000-10-07 |
Vadim Zeitlin | 1. more warnings fixed |
tree | commitdiff |
2000-10-04 |
Julian Smart | Speed fix for wxGenericDirCtrl, starting to add text... |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxListCtrl::AssignImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxTreeCtrl::AssignImageList |
tree | commitdiff |
2000-09-22 |
Vadim Zeitlin | wxCaret now uses backing store instead of forcing windo... |
tree | commitdiff |
2000-09-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
tree | commitdiff |
2000-08-25 |
Julian Smart | Added a flag to avoid Capture/Release asserts |
tree | commitdiff |
2000-08-18 |
Julian Smart | Implemented IsVisible and GetFirst/NextVisibleItem... |
tree | commitdiff |
2000-08-07 |
Julian Smart | Added first stab at GetBoundingRect for generic tree... |
tree | commitdiff |
2000-08-04 |
Julian Smart | Generic tree control fixes |
tree | commitdiff |
2000-08-04 |
Julian Smart | Modified generic wxTreeCtrl to work under non-Unix... |
tree | commitdiff |
2000-08-04 |
Michael Bedward | Removed redundant m_left etc. variables |
tree | commitdiff |
2000-08-03 |
Václav Slavík | fixed low resolution problem with wxPostScriptDC |
tree | commitdiff |
2000-08-02 |
Julian Smart | Made some member variables protected so derived classes... |
tree | commitdiff |
2000-07-28 |
Julian Smart | Added wxQuantize, wxSplashScreen, wxEffects & added... |
tree | commitdiff |
2000-07-28 |
Michael Bedward | Renamed existing wxGrid::SelectBlock to HighlightBlock. |
tree | commitdiff |
2000-07-27 |
Julian Smart | Generic dirctrl corrections |
tree | commitdiff |
2000-07-27 |
Michael Bedward | Changed wxGridCellAttr::HasAlignment to treat values... |
tree | commitdiff |
2000-07-27 |
Michael Bedward | Changed cell and label alignment functions to use wxALI... |
tree | commitdiff |
2000-07-25 |
Václav Slavík | wxGTK compilation fix (undefined wxDirDialogDefaultFold... |
tree | commitdiff |
2000-07-23 |
Julian Smart | Added wxGenericDirCtrl, wxGenericDirDialog and associat... |
tree | commitdiff |
2000-07-21 |
Michael Bedward | Added ForceRefresh() to request immediate repainting... |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
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 |
next |