2000-03-03 |
Robert Roebling | Clean-up, speed-up and bug-fix for wxListCtrl drawing, |
tree | commitdiff |
2000-03-03 |
Guillermo Rodrigue... | makefiles changed |
tree | commitdiff |
2000-03-03 |
Guillermo Rodrigue... | small mods |
tree | commitdiff |
2000-03-03 |
Stefan Neis | Added extended selection support. |
tree | commitdiff |
2000-03-03 |
Julian Smart | Removed OGL prior to re-adding; some Watcom corrections |
tree | commitdiff |
2000-03-03 |
Vadim Zeitlin | 1. wxShell fixes: now really uses shell (it wasn't... |
tree | commitdiff |
2000-03-02 |
Robert Roebling | Added test for region clipping. |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | 1. wxProcess changes to make capturing subprocess outpu... |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | added demo of capturing program output - doesn't work... |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2000-03-01 |
Vadim Zeitlin | menu sample added |
tree | commitdiff |
2000-03-01 |
Vadim Zeitlin | used in the sample |
tree | commitdiff |
2000-03-01 |
Robert Roebling | get opengl samples going again |
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-03-01 |
George Tasker | Fixed the QUERY dialog so it would not crash on exit... |
tree | commitdiff |
2000-02-29 |
Guillermo Rodrigue... | Added some safety checks |
tree | commitdiff |
2000-02-29 |
Guillermo Rodrigue... | mfc not available for mingw |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. more corrections for ref counted editors/renderers... |
tree | commitdiff |
2000-02-29 |
Vadim Zeitlin | 1. fruitless attempts to reproduce wxNotebook bug in... |
tree | commitdiff |
2000-02-29 |
Michael Bedward | Changed string members in BugsGridData struct to wxChar... |
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-28 |
Julian Smart | Moved OGL to new locations. |
tree | commitdiff |
2000-02-28 |
Julian Smart | Moved wxGLCanvas to more normal positions |
tree | commitdiff |
2000-02-28 |
Michael Bedward | Reverted wxString members to const wxChar * for struct... |
tree | commitdiff |
2000-02-27 |
Václav Slavík | fixed: text.rc was datafile => copied to build dir |
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 | assigning values to wxString is better than assigning... |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | 1. corrected problem with label updating in wxProgressD... |
tree | commitdiff |
2000-02-24 |
Vadim Zeitlin | 1. corrected bug in MDI sample (which resulted in missi... |
tree | commitdiff |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
tree | commitdiff |
2000-02-24 |
Michael Bedward | Several ugly hacks to get the bugs table and virtual... |
tree | commitdiff |
2000-02-24 |
Vadim Zeitlin | mwxLog was leaked - fixed |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | fixed (?) race condition in the sample |
tree | commitdiff |
2000-02-23 |
Robin Dunn | Some mouse events need to be handled even when outside... |
tree | commitdiff |
2000-02-23 |
Vadim Zeitlin | multiple/single sel mode can now be toggled from menu |
tree | commitdiff |
2000-02-22 |
Robert Roebling | Playing with scrolling, als fixed redraw |
tree | commitdiff |
2000-02-22 |
Robin Dunn | 1. wxGridCellEditor::SetSize needs to use the wxSIZE_AL... |
tree | commitdiff |
2000-02-22 |
Karsten Ballüder | added |
tree | commitdiff |
2000-02-22 |
David Webster | no message |
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 |
Michael Bedward | Added view menu items to toggle row and col drag-resizing. |
tree | commitdiff |
2000-02-21 |
Robin Dunn | Added ability for tables, grids, editors and renderers... |
tree | commitdiff |
2000-02-21 |
Vadim Zeitlin | added "bugs table" which will show non string data... |
tree | commitdiff |
2000-02-21 |
Sylvain Bougnoux | tiny fixes |
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 | make it possible to specify the virtual table size... |
tree | commitdiff |
2000-02-21 |
Robert Roebling | Implemented MSW's paint region clipping, but |
tree | commitdiff |
2000-02-21 |
Václav Slavík | wxGTK compilation fix (wxFrame::Show call without argument) |
tree | commitdiff |
2000-02-19 |
Guillermo Rodrigue... | Fixed these: |
tree | commitdiff |
2000-02-19 |
Guillermo Rodrigue... | Solved multiple memory leaks. |
tree | commitdiff |
2000-02-18 |
Vadim Zeitlin | added dnd support to generic wxTreeCtrl |
tree | commitdiff |
2000-02-18 |
Robert Roebling | help sample useful again |
tree | commitdiff |
2000-02-17 |
Robert Roebling | Small testing changes, |
tree | commitdiff |
2000-02-17 |
Julian Smart | Removed redundant wxColour constructor (how come this... |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | assorted files I forgot to commit before |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | bool editor/renderer added |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | added and documented wxDC::DrawCheckMark() |
tree | commitdiff |
2000-02-17 |
Julian Smart | Added demo of strange rectangle behaviour |
tree | commitdiff |
2000-02-17 |
Vadim Zeitlin | 1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | added support for readonly cells and 3d border drawing |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | missing event.Skip() added (it was impossible to use... |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | compilation fix for the generic version |
tree | commitdiff |
2000-02-16 |
Vadim Zeitlin | removed test wxYield |
tree | commitdiff |
2000-02-16 |
Robin Dunn | Insert row/col now uses the current position to determi... |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | empty rc file for the sample |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | 1. dnd demo in treetest |
tree | commitdiff |
2000-02-15 |
David Webster | Generic path instead of hardcoded |
tree | commitdiff |
2000-02-15 |
Robert Roebling | list ctrl and tree ctrl didn't like the new focus... |
tree | commitdiff |
2000-02-15 |
Guillermo Rodrigue... | added tests for filled rects |
tree | commitdiff |
2000-02-15 |
Guillermo Rodrigue... | ... |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | demo of wxYield() bug |
tree | commitdiff |
2000-02-15 |
Robert Roebling | Various distrib related changes. |
tree | commitdiff |
2000-02-15 |
David Webster | Updates to make VA 3.0 compile again, particularly xpm |
tree | commitdiff |
2000-02-15 |
David Webster | minimal makefile for VA 3.0 |
tree | commitdiff |
2000-02-15 |
Vadim Zeitlin | 1. implemented wxRegKey::Copy() and CopyValue() |
tree | commitdiff |
2000-02-14 |
Robin Dunn | 1. Fixed slow-click timer. |
tree | commitdiff |
2000-02-13 |
Robert Roebling | Added mingw32 makefile for plot demo. |
tree | commitdiff |
2000-02-13 |
Robin Dunn | 1. Grid cell defaults are now handled by an internal |
tree | commitdiff |
2000-02-12 |
Julian Smart | Distrib file updates; test for bitmap presence in contr... |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | added attr assignment for rows/columns |
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 |
Guillermo Rodrigue... | Added wxEVT_SCROLL[WIN]_THUMBRELEASE |
tree | commitdiff |
2000-02-11 |
Robert Roebling | Added BMP files for wxPlotWindow, |
tree | commitdiff |
2000-02-11 |
Vadim Zeitlin | 1. exchanged binary ROPs wxSET/wxCLEAR meaning for... |
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 |
Julian Smart | Added a few makefiles |
tree | commitdiff |
2000-02-10 |
Guillermo Rodrigue... | Added code to test the transparency stuff for image... |
tree | commitdiff |
2000-02-10 |
Robin Dunn | moved Clear() outside of if (textured)... |
tree | commitdiff |
next |