2000-02-24 |
Julian Smart | wxToolBarSimple fix + OGL studio sample compilation |
tree | commitdiff |
2000-02-24 |
Vadim Zeitlin | wxLogWindow now uses standard menu ids |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | typo fixed |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | 1. wxGCBoolRenderer looks better under MSW |
tree | commitdiff |
2000-02-23 |
Robin Dunn | fallback to string changes for number and float editors |
tree | commitdiff |
2000-02-23 |
Stefan Neis | Improved wxMotif's look. |
tree | commitdiff |
2000-02-23 |
Stefan Neis | Improved checkmark on wxMotif. |
tree | commitdiff |
2000-02-23 |
Robert Roebling | #ifdeffed new paint clipping :-( |
tree | commitdiff |
2000-02-23 |
Julian Smart | Misc small changes, some for VC++ 1.5 |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | fall back on text value if no long/double value could... |
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 |
Robert Roebling | Playing with scrolling, als fixed redraw |
tree | commitdiff |
2000-02-22 |
Stefan Neis | Compilation fixes |
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 |
Robert Roebling | SetSelection() in wxNotebook now sets the focus, |
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 |
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 |
next |