2000-02-22 |
Vadim Zeitlin | don't draw cell highlight over the cell editor (improve... |
tree | commitdiff |
2000-02-22 |
Michael Bedward | Added functions to enable/disable drag-resizing of... |
tree | commitdiff |
2000-02-22 |
Robert Roebling | Removed some debug code. |
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 |
Sylvain Bougnoux | Check multiple selection :-) |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | added SetColMinimalWidth() |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | a couple of terrible typos fixed |
tree | commitdiff |
2000-02-21 |
Stefan Neis | Eliminate apparently unnecessary updates in SetScrollbars. |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | virtualized m_row/col height/widths arrays |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | Michaels change to OnEraseBackground() |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | 1. removed 3d border, but |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | include |
tree | commitdiff |
2000-02-21 |
Robert Roebling | Implemented MSW's paint region clipping, but |
tree | commitdiff |
2000-02-20 |
Robert Roebling | configure changes |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | added dnd support to generic wxTreeCtrl |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | auto arrays can't be initialized - compile error for... |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | more long/double to int conversion warnings from HP... |
tree | commitdiff |
2000-02-17 |
Julian Smart | Reverted change to DrawLine so it doesn't draw the... |
tree | commitdiff |
2000-02-17 |
Robert Roebling | Small testing changes, |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added wxGridCellEditor::StartingClick(), used by BoolEditor |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | some (attempts of) appearance fixes for wxGCBoolRenderer |
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 |
Julian Smart | DrawLine normalized; wxStaticBitmap fixed for Dialog... |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | added support for readonly cells and 3d border drawing |
tree | commitdiff |
2000-02-16 |
Robin Dunn | Eats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_R... |
tree | commitdiff |
2000-02-16 |
Robin Dunn | disable edit control before insert/delete row/col |
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-16 |
Julian Smart | Various VC++ 1.5 and other corrections |
tree | commitdiff |
2000-02-15 |
Václav Slavík | background color set to wxSYS_COLOUR_LISTBOX |
tree | commitdiff |
2000-02-15 |
Robert Roebling | list ctrl and tree ctrl didn't like the new focus... |
tree | commitdiff |
2000-02-15 |
Robin Dunn | fix for goofed up grid borders when scrolling/refreshing |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | text bg is transparent now, but the icons are still not |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | added wxUSE_PLOT |
tree | commitdiff |
2000-02-15 |
Bart A.M. Jourquin | SCROLLWIN instead of SCROLL again |
tree | commitdiff |
2000-02-15 |
Robert Roebling | Many plot window gooddies. |
tree | commitdiff |
2000-02-15 |
Robin Dunn | Some cleanup. |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | 1. implemented wxRegKey::Copy() and CopyValue() |
tree | commitdiff |
2000-02-14 |
Robin Dunn | 1. Initialized m_displayed to TRUE to solve a cell... |
tree | commitdiff |
2000-02-14 |
Stefan Neis | Fixed SetCurrentCell. |
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 |
Julian Smart | Bitmap name changes (also done by RR, oops) |
tree | commitdiff |
2000-02-13 |
Robert Roebling | Corrected BMP names for plot window. |
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 | removed debugging messages I just added by default |
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-11 |
Vadim Zeitlin | 1. exchanged binary ROPs wxSET/wxCLEAR meaning for... |
tree | commitdiff |
2000-02-10 |
Robert Roebling | Fixed Vadims fix. |
tree | commitdiff |
2000-02-10 |
Robert Roebling | Whole lotta stuff for wxPlotWindow, |
tree | commitdiff |
2000-02-10 |
Vadim Zeitlin | 1. fixed bug with the index of the last column in EVT_C... |
tree | commitdiff |
2000-02-10 |
Bart A.M. Jourquin | #include textfile.h out of the WX_PRECOMP section ... |
tree | commitdiff |
2000-02-10 |
Michael Bedward | Added wxTextFile functions to make multi-line text... |
tree | commitdiff |
2000-02-10 |
Michael Bedward | Reverted changes to grid line positioning that caused... |
tree | commitdiff |
2000-02-09 |
Vadim Zeitlin | cell attributes added (doesn't quite work, work in... |
tree | commitdiff |
2000-02-09 |
Vadim Zeitlin | fixed fatal bug in wxStatusBar::SetFieldsCount(), added... |
tree | commitdiff |
2000-02-09 |
Vadim Zeitlin | more HP-UX compilation warnings fixed (187th try) |
tree | commitdiff |
2000-02-09 |
Stefan Neis | Fix refreshs for wxGTK. |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Changed grid line positioning slightly to line up the... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Fixed problem where corner label was displayed when... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Simplified sizing code. Sub-windows are now sized... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Partially reverted last changes because of problems... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Initializing more variables in wxGrid::Create() |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Added more 3d rendering to row and col labels and remov... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | A few optimizations to Refresh() calls for the grid... |
tree | commitdiff |
2000-02-09 |
Michael Bedward | Implemented row and col label size functions. |
tree | commitdiff |
2000-02-08 |
Julian Smart | VC++ project file updates; minor sashwindow/splitterwin... |
tree | commitdiff |
2000-02-08 |
Vadim Zeitlin | HP-UX compilation errors |
tree | commitdiff |
2000-02-08 |
Michael Bedward | Fixed problem with label resize cursor not resetting |
tree | commitdiff |
2000-02-08 |
Vadim Zeitlin | 1. wxWizard appears in the centre of the screen by... |
tree | commitdiff |
2000-02-07 |
Vadim Zeitlin | wxLogFatalError() should abort now |
tree | commitdiff |
2000-02-07 |
Stefan Neis | *** empty log message *** |
tree | commitdiff |
2000-02-07 |
Michael Bedward | Fixes for problem where selection fails to start on... |
tree | commitdiff |
2000-02-07 |
Michael Bedward | Fixed bug in wxGrid::DrawAllGridLines that was causing... |
tree | commitdiff |
2000-02-06 |
Stefan Neis | Minor fix in screen update code |
tree | commitdiff |
2000-02-06 |
Robert Roebling | Tried to prevent scrollbars from scrolling as |
tree | commitdiff |
2000-02-06 |
Julian Smart | Some BC++ 4.5 and other compile fixes; changed FAR... |
tree | commitdiff |
2000-02-06 |
Stefan Neis | Optimized Refresh Area in various functions |
tree | commitdiff |
2000-02-06 |
Vadim Zeitlin | tried to fix compilation for mingw32 and wxGTK/Motif... |
tree | commitdiff |
2000-02-05 |
Julian Smart | SetStatusFields type in implementation now matches... |
tree | commitdiff |
2000-02-05 |
Julian Smart | Ok -> OK; status bar typo/cast |
tree | commitdiff |
2000-02-05 |
Guillermo Rodrigue... | Reverted a change which breaks compilation for win32... |
tree | commitdiff |
2000-02-05 |
Stefan Neis | Added different strategy for updating grid lines. |
tree | commitdiff |
2000-02-05 |
Robert Roebling | Fixed status bar probs, |
tree | commitdiff |
2000-02-05 |
Julian Smart | VC++ changes + makeproj additions |
tree | commitdiff |
2000-02-05 |
Stefan Neis | Include Header file of base class! |
tree | commitdiff |
next |