]> git.saurik.com Git - wxWidgets.git/history - samples
changed version number
[wxWidgets.git] / samples /
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.
2000-02-15  David WebsterUpdates to make VA 3.0 compile again, particularly xpm
2000-02-15  David Websterminimal makefile for VA 3.0
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-14  Robin Dunn1. Fixed slow-click timer.
2000-02-13  Robert RoeblingAdded mingw32 makefile for plot demo.
2000-02-13  Robin Dunn1. Grid cell defaults are now handled by an internal
2000-02-12  Julian SmartDistrib file updates; test for bitmap presence in contr...
2000-02-11  Vadim Zeitlinadded attr assignment for rows/columns
2000-02-11  Vadim Zeitlinadded wxGridCellRenderer
2000-02-11  Vadim Zeitlinfixed setting more than one attr for a cell
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-11  Robert Roebling Added BMP files for wxPlotWindow,
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-10  Robert Roebling Whole lotta stuff for wxPlotWindow,
2000-02-10  Vadim Zeitlin1. fixed bug with the index of the last column in EVT_C...
2000-02-10  Julian SmartAdded a few makefiles
2000-02-10  Guillermo Rodrigue... Added code to test the transparency stuff for image...
2000-02-10  Robin Dunnmoved Clear() outside of if (textured)...
2000-02-10  Robin Dunnadded option for drawing a textured background to test...
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-09  Vadim Zeitlinfixed fatal bug in wxStatusBar::SetFieldsCount(), added...
2000-02-08  Julian SmartMinor mods if any
2000-02-08  Julian SmartAdded ShowFullScreen call (MSW only)
2000-02-08  Guillermo Rodrigue... M_PI is not ANSI
2000-02-08  Vadim Zeitlin1. more test code for drawing with ROPs/masks/bg brushe...
2000-02-07  Vadim Zeitlinfix for missing AC_SUBST(SAMPLES_SUBDIRS)
2000-02-07  Vadim Zeitlin1. modified Makefile to copy the .bmp
2000-02-06  Julian SmartSmall changes for VC++ 4 compilation
2000-02-06  Robert Roebling Small modifications to listtest.
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
2000-02-06  Robert Roebling compilation fixes.
2000-02-06  Julian SmartAdded rotation to wxImage
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
2000-02-06  Vadim Zeitlinsome minor changes in controls/image, timings added...
2000-02-05  Vadim Zeitlincosemtic fixes
2000-02-04  Vadim Zeitlinreadding back
2000-02-04  Vadim Zeitlinnew sample: statbar
2000-02-04  Vadim Zeitlinanother new version of wxStringTokenizer (with tests...
2000-02-04  Julian SmartMinor doc typos removed; compilation improved for VC...
2000-02-04  Vadim Zeitlinfixed refresh problem due to rounding errors
2000-02-03  Michael BedwardUpdated demo program to work with revised grid code
2000-02-01  Guillermo Rodrigue... Added a test for saving XPMs with 'automatic' mask
2000-02-01  Robert Roebling Various corrections to makefiles, RPMs etc.
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
2000-01-31  Vadim Zeitlin1. bug in wxString::find_first_of() fixed
2000-01-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
2000-01-30  Julian SmartSome but not all compile fixes for typetest (VC++ 1...
2000-01-30  Vadim Zeitlinadded modeless dlg test to dialogs
2000-01-29  Vadim ZeitlinI think it's needed...
2000-01-29  Robert Roebling Line drawing correction.
2000-01-29  Robert Roebling New line tests.
2000-01-29  Vadim Zeitlin1. thread sample now uses wxProgressDialog for more...
2000-01-28  Vadim Zeitlincompilation fix
2000-01-28  Vadim Zeitlintest for log dialog with only 1 msg
2000-01-28  Vadim Zeitlinsmall compilation fix for !wxUSE_SOCKETS
2000-01-27  Vadim ZeitlinwxString::find() now works again (was completely broken)
2000-01-27  Václav Slavíkadded helpview to makefile
2000-01-27  Václav Slavíkcompilation fix
2000-01-27  Václav Slavíkcompilation fix for MSVC
2000-01-26  David WebsterCopmplete .icc that includes all libs that need be...
2000-01-26  David WebsterNew OS2 icon file
2000-01-26  David WebsterNew OS2 resource file
2000-01-26  David WebsterNew Visualage stuff and remove OS/2 stuff in the .rc...
2000-01-26  Robert Roebling Corrected TIFF,
2000-01-26  Guillermo Rodrigue... URL test and some comments added
2000-01-26  Václav Slavíkchanged demo data a bit
next