2000-02-22 |
Vadim Zeitlin | removed some default value for wxGrid compatibility... |
tree | commitdiff |
2000-02-22 |
Vadim Zeitlin | moved wxMenuBar::FindMenu(title) from MSW to common... |
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 |
Robert Roebling | Slightly better GC pooling, |
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-21 |
Robert Roebling | Implemented MSW's paint region clipping, but |
tree | commitdiff |
2000-02-21 |
Robert Roebling | Set logical functions to wxCOPY, no -1. |
tree | commitdiff |
2000-02-21 |
David Webster | Frame and Window coding |
tree | commitdiff |
2000-02-20 |
Julian Smart | wxImage::Rotate corrections added; docview improvements... |
tree | commitdiff |
2000-02-18 |
David Webster | no message |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | added dnd support to generic wxTreeCtrl |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | more long/double to int conversion warnings from HP... |
tree | commitdiff |
2000-02-17 |
Guillermo Rodrigue... | Now wxGIFDecoder always tries to read to the end of... |
tree | commitdiff |
2000-02-17 |
David Webster | More wxFrame updates |
tree | commitdiff |
2000-02-17 |
Václav Slavík | added wxMemoryFSHandler for storing VFS in memory |
tree | commitdiff |
2000-02-17 |
Julian Smart | Removed redundant wxColour constructor (how come this... |
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 |
Sylvain Bougnoux | Workaround (?) for using streambuf with wxUSE_IOSTREAMH=0 |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | bool editor/renderer added |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added wxRect::Inflate() |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added and documented wxDC::DrawCheckMark() |
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 |
David Webster | Start of actual filling in of wxFrame. |
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-16 |
David Webster | Add Plot to library |
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 |
Václav Slavík | added wxSYS_COLOUR_LISTBOX |
tree | commitdiff |
2000-02-15 |
Václav Slavík | removed duplicate defines of wxSYS_ constants |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | added wxUSE_PLOT |
tree | commitdiff |
2000-02-15 |
Robert Roebling | Readded plot event constants. |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | added wxUSE_PLOT |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | oops... another incorrectly resolved cvs conflict |
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 |
David Webster | Updates to make VA 3.0 compile again, particularly xpm |
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 |
Vadim Zeitlin | fixes for compilation with the old mingw32, wxUSE_NORLA... |
tree | commitdiff |
2000-02-14 |
Vadim Zeitlin | USE_DYNLIB_CLASS set to 1 by default |
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 |
Robert Roebling | Applied colour reduction and changes to use |
tree | commitdiff |
2000-02-13 |
Robin Dunn | 1. Grid cell defaults are now handled by an internal... |
tree | commitdiff |
2000-02-12 |
Julian Smart | BC++ doesn't like periods in resource names |
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 |
Guillermo Rodrigue... | Added wxEVT_SCROLL[WIN]_THUMBRELEASE |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added ChangeCursorMode() method, rewrote the col/row... |
tree | commitdiff |
2000-02-11 |
Julian Smart | Some BC++ 5.4 fixes |
tree | commitdiff |
2000-02-11 |
Robert Roebling | Added BMP files for wxPlotWindow, |
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-10 |
David Webster | Added an OS/2 section to the sql defines |
tree | commitdiff |
2000-02-09 |
David Webster | Updates to make latest changes compile |
tree | commitdiff |
2000-02-09 |
Vadim Zeitlin | cell attributes added (doesn't quite work, work in... |
tree | commitdiff |
2000-02-09 |
Vadim Zeitlin | some Motif compilation fixes |
tree | commitdiff |
2000-02-09 |
Vadim Zeitlin | more HP-UX compilation warnings fixed (187th try) |
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-08 |
Julian Smart | Added ShowFullScreen |
tree | commitdiff |
2000-02-08 |
Vadim Zeitlin | HP-UX compilation errors |
tree | commitdiff |
2000-02-08 |
Bart A.M. Jourquin | add SQL_CATALOG and SQL_LOG filename variablesas extern |
tree | commitdiff |
2000-02-08 |
Vadim Zeitlin | 1. wxWizard appears in the centre of the screen by... |
tree | commitdiff |
2000-02-07 |
Vadim Zeitlin | trying to fix memory leak in wxListCtrl (attributes... |
tree | commitdiff |
2000-02-07 |
Bart A.M. Jourquin | add definition for FAR for mingwin 2.95 |
tree | commitdiff |
2000-02-07 |
Michael Bedward | Fixes for problem where selection fails to start on... |
tree | commitdiff |
2000-02-06 |
Julian Smart | Small changes for VC++ 4 compilation |
tree | commitdiff |
2000-02-06 |
Julian Smart | Some doc corrections; Watcom C++ corrections; VC++... |
tree | commitdiff |
2000-02-06 |
Julian Smart | Added rotation to wxImage |
tree | commitdiff |
2000-02-06 |
Robert Roebling | Tried to prevent scrollbars from scrolling as |
tree | commitdiff |
2000-02-06 |
Julian Smart | long -> wxCoord |
tree | commitdiff |
2000-02-06 |
Julian Smart | Some BC++ 4.5 and other compile fixes; changed FAR... |
tree | commitdiff |
2000-02-06 |
Stefan Neis | long -> wxCoord |
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 | Fixed status bar probs, |
tree | commitdiff |
2000-02-05 |
George Tasker | Fixed a typo in a comment |
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 |
Vadim Zeitlin | another new version of wxStringTokenizer (with tests... |
tree | commitdiff |
2000-02-04 |
Robert Roebling | Minor GTK fixes for wxGrid. |
tree | commitdiff |
2000-02-04 |
Robert Roebling | ROP changes. |
tree | commitdiff |
next |