Committing in .
[wxWidgets.git] / samples /
2000-03-07  Mark Johnson calendar.cpp
2000-03-07  Mark Johnsoncalendar.cpp
2000-03-07  Mark Johnsoncalendar.cpp
2000-03-07  Jouk Jansen Committing in .
2000-03-06  Guillermo Rodrigue... Slight changes to the stopwatch test
2000-03-05  Guilhem LavauxMoved wxMMedia to contrib/src/mmedia
2000-03-05  Robert Roebling Various makefile and installation things.
2000-03-05  Julian SmartFixed blatant non-initialisation bug
2000-03-05  Vadim Zeitlintest for 'backwards clock' bug
2000-03-05  Vadim Zeitlin1. wxStopWatch tests in console
2000-03-04  Stefan NeisImproved handling of selection/deselection events.
2000-03-04  Stefan NeisBugfixes; added selection modes demo to griddemo
2000-03-04  Robert Roebling Some more drawing things,
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-03-04  Guillermo Rodrigue... Ops
2000-03-04  Robert Roebling Adapted wxGTK to wxMSW's notion of region setting.
2000-03-04  Guillermo Rodrigue... Oh well..
2000-03-04  Guillermo Rodrigue... Fixed (my own) stupidity in Connect() mini-tutorial...
2000-03-03  Robert Roebling Clean-up, speed-up and bug-fix for wxListCtrl drawing,
2000-03-03  Guillermo Rodrigue... makefiles changed
2000-03-03  Guillermo Rodrigue... small mods
2000-03-03  Stefan NeisAdded extended selection support.
2000-03-03  Julian SmartRemoved OGL prior to re-adding; some Watcom corrections
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-03-02  Robert Roebling Added test for region clipping.
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-03-02  Vadim Zeitlinadded demo of capturing program output - doesn't work...
2000-03-02  Vadim Zeitlinno changes
2000-03-01  Vadim Zeitlinmenu sample added
2000-03-01  Vadim Zeitlinused in the sample
2000-03-01  Robert Roebling get opengl samples going again
2000-03-01  Vadim Zeitlin1. warning in gtk/menu.cpp fixed
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-03-01  George TaskerFixed the QUERY dialog so it would not crash on exit...
2000-02-29  Guillermo Rodrigue... Added some safety checks
2000-02-29  Guillermo Rodrigue... mfc not available for mingw
2000-02-29  Vadim Zeitlin1. more corrections for ref counted editors/renderers...
2000-02-29  Vadim Zeitlin1. fruitless attempts to reproduce wxNotebook bug in...
2000-02-29  Michael BedwardChanged string members in BugsGridData struct to wxChar...
2000-02-28  Vadim ZeitlinwxGridCellAttr::Clone() added to allow the demo of...
2000-02-28  Vadim Zeitlingrid autosize fixes/changes
2000-02-28  Julian SmartSome corrections
2000-02-28  Julian SmartRemoved old wxGLCanvas stuff; moved wxTreeLayout to...
2000-02-28  Julian SmartMoved OGL to new locations.
2000-02-28  Julian SmartMoved wxGLCanvas to more normal positions
2000-02-28  Michael BedwardReverted wxString members to const wxChar * for struct...
2000-02-27  Václav Slavíkfixed: text.rc was datafile => copied to build dir
2000-02-27  Robert Roebling More wxPlotWindow goodies.
2000-02-26  Vadim ZeitlinwxGrid::AutoSize() added
2000-02-25  Vadim Zeitlinassigning values to wxString is better than assigning...
2000-02-25  Vadim Zeitlin1. corrected problem with label updating in wxProgressD...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-24  Michael BedwardSeveral ugly hacks to get the bugs table and virtual...
2000-02-24  Vadim ZeitlinmwxLog was leaked - fixed
2000-02-23  Vadim Zeitlinfixed (?) race condition in the sample
2000-02-23  Robin DunnSome mouse events need to be handled even when outside...
2000-02-23  Vadim Zeitlinmultiple/single sel mode can now be toggled from menu
2000-02-22  Robert Roebling Playing with scrolling, als fixed redraw
2000-02-22  Robin Dunn1. wxGridCellEditor::SetSize needs to use the wxSIZE_AL...
2000-02-22  Karsten Ballüderadded
2000-02-22  David Websterno message
2000-02-22  Vadim Zeitlinadded combobox editor
2000-02-22  Vadim Zeitlincolumn autosizing added
2000-02-22  Robert Roebling SetSelection() in wxNotebook now sets the focus,
2000-02-22  Vadim Zeitlin1. corrected bug with LIST_ITEM_ACTIVATED being sent...
2000-02-22  Vadim Zeitlinadded renderers/editors for long/float, not fully teste...
2000-02-22  Michael BedwardAdded view menu items to toggle row and col drag-resizing.
2000-02-21  Robin DunnAdded ability for tables, grids, editors and renderers...
2000-02-21  Vadim Zeitlinadded "bugs table" which will show non string data...
2000-02-21  Sylvain Bougnouxtiny fixes
2000-02-21  Vadim Zeitlinadded SetColMinimalWidth()
2000-02-21  Robert Roebling Slightly better GC pooling,
2000-02-21  Vadim Zeitlinmake it possible to specify the virtual table size...
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-21  Václav SlavíkwxGTK compilation fix (wxFrame::Show call without argument)
2000-02-19  Guillermo Rodrigue... Fixed these:
2000-02-19  Guillermo Rodrigue... Solved multiple memory leaks.
2000-02-18  Vadim Zeitlinadded dnd support to generic wxTreeCtrl
2000-02-18  Robert Roebling help sample useful again
2000-02-17  Robert Roebling Small testing changes,
2000-02-17  Julian SmartRemoved redundant wxColour constructor (how come this...
2000-02-17  Vadim Zeitlinassorted files I forgot to commit before
2000-02-17  Vadim Zeitlinbool editor/renderer added
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-02-17  Julian SmartAdded demo of strange rectangle behaviour
2000-02-17  Vadim Zeitlin1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX
2000-02-16  Vadim Zeitlinadded support for readonly cells and 3d border drawing
2000-02-16  Vadim Zeitlinmissing event.Skip() added (it was impossible to use...
2000-02-16  Vadim Zeitlincompilation fix for the generic version
2000-02-16  Vadim Zeitlinremoved test wxYield
2000-02-16  Robin DunnInsert row/col now uses the current position to determi...
2000-02-15  Vadim Zeitlinempty rc file for the sample
2000-02-15  Vadim Zeitlin1. dnd demo in treetest
2000-02-15  David WebsterGeneric path instead of hardcoded
2000-02-15  Robert Roebling list ctrl and tree ctrl didn't like the new focus...
2000-02-15  Guillermo Rodrigue... added tests for filled rects
2000-02-15  Guillermo Rodrigue... ...
2000-02-15  Vadim Zeitlindemo of wxYield() bug
2000-02-15  Robert Roebling Various distrib related changes.
next