]> git.saurik.com Git - wxWidgets.git/history - wxPython/demo
renamed (gcc) wxMSW import lib name yet again. *.dll.a should be the
[wxWidgets.git] / wxPython / demo /
2001-11-02  Robin DunnwxPython updates to match recent updates to wxCalendarC...
2001-11-02  Robin DunnRemoved som unnecessary sh-bangs.
2001-10-30  Robin DunnUpdated timer demo (again ;-)
2001-10-30  Robin DunnUpdated timer demo
2001-10-30  Robin DunnDSM fix
2001-10-30  Robin DunnAdded typemap for wxArrayString
2001-10-30  Robin DunnAdded typemap for wxArrayString
2001-10-26  Robin DunnAdded URL drag and drop sample to the wxPython demo
2001-10-23  Robin DunnAdded DnD related events to wxSTC
2001-10-21  Robin DunnAdded wxClientDataContainer to wxSizer, so sizers can...
2001-10-21  Robin DunnFixed some demos
2001-10-21  Robin DunnAdded wxRightTextCtrl from Josu Oyanguren
2001-10-18  Robin DunnAdded a set of sophisticated Error Dialogs from Chris...
2001-10-18  Robin DunnSome little tweaks...
2001-10-18  Robin Dunncleanup
2001-10-18  Robin DunnwxPython updates for new wxSTC
2001-10-17  Robin Dunntweaked some tests a bit
2001-10-16  Robin DunnAdded some optimization methods to wxPython's wxDC
2001-10-13  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-11  Robin Dunnadd a newline to the log message
2001-10-05  Robin DunnAdded wxPyLog so log targets can be created in Python...
2001-10-04  Robin DunnFixed duplicate definition of wxWindow::SetAcceleratorT...
2001-10-03  Robin DunnRefactored Python shadows to use wxControlWithItems...
2001-09-27  Robin DunnVarious updates, changes for wxTopLevelWindow, fixes for
2001-09-27  Robin DunnAdd some Pen dashes tests
2001-09-17  Robin DunnSignificantly changed how the Python interpreter lock...
2001-09-16  Robin DunnSignificantly changed how the Python interpreter lock...
2001-09-14  Robin Dunnsome little demo tweaks
2001-09-10  Robin DunnRemoved font point size adjustment since wxWindows...
2001-09-04  Robin DunnA couple little fixes for wxSTC
2001-09-04  Robin DunnAdded more contribs from Lorne White, and updated some...
2001-09-03  Robin DunnAdded wxGenBitmapTextButton contrib from Lorne White.
2001-09-03  Robin DunnUpdated wxColumnSorterMixin to also be able to place...
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-08-28  Robin DunnAdded a new sample app that is a style editor for wxSTC.
2001-08-14  Robin Dunnupdates for swig generated code
2001-08-14  Robin DunnDeprecated PyShell and PyShellWindow, added a snapshot...
2001-07-29  Robin DunnAdded context help stuff to wxPython
2001-07-28  Robin DunnA couple fixes for the demo, and some code to show...
2001-07-10  Robin Dunnlittle tweaks
2001-07-06  Robin Dunnsome minor tweaks for the VTK demo
2001-07-06  Robin DunnFixed img2py to work correctly with Python 2.1.
2001-07-05  Robin DunnFixing some demos to look and act better
2001-07-05  Robin Dunnodds and ends...
2001-07-04  Robin Dunnupdated version number
2001-06-15  Robin DunnAdded ability to use xml resource files. Still need...
2001-05-31  Robin DunnAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv...
2001-05-22  Robin DunnChanged IDs used for the popup menu
2001-05-22  Robin Dunnchanged version number
2001-05-20  Robin DunnSome more tweaks
2001-05-20  Robin DunnAdded sample to the demo for wxJoystick
2001-05-18  Robin DunnwxDragImage fixes and cleanup
2001-05-18  Robin DunnCleanup up the demo a bit
2001-05-18  Robin DunnFixed OOR related problem in OGL
2001-05-17  Robin DunnImplemented the first phase of OOR (Original Object...
2001-05-09  Robin DunnFixed bug that prevented wxTreeCtrl.OnCompareItems...
2001-05-06  Robin DunnMouseWheel stuff
2001-05-01  Robin DunnCheck if the timer is already running before starting...
2001-04-30  Robin DunnShow how to get an icon from a bitmap
2001-04-19  Robin DunnAdded a demo to show off all the colours that can be...
2001-04-12  Robin DunnUpdated infoframe from Chris Fama
2001-04-09  Robin DunnAdded a mask to some of the images
2001-04-09  Robin DunnImages can now be embedded in Python source files.
2001-04-02  Robin DunnA little tweak so the button sizes right
2001-04-02  Robin DunnAdded colourselect.py, imagebrowser.py and an updated...
2001-04-02  Robin DunnOther odds and ends...
2001-03-27  Robin DunnAdded code to optionally put the wxSTC on a panel inste...
2001-03-27  Robin DunnRemapped zoom/unzoom to Ctrl keys
2001-03-15  Robin Dunnenhanced a comment ;-)
2001-03-14  Robin DunnChanged wxFont, wxPen, wxBrush to not implicitly use...
2001-03-13  Robin DunnA bunch of little tweaks, fixes, and additions
2001-02-21  Robin Dunnsome little fixes
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2000-12-22  Robin DunnMassive code changes and cleanup to allow wxPython...
2000-12-11  Robin Dunna fix in the demo
2000-12-10  Robin DunnFixed a bunch of leaking references in how the callback...
2000-11-21  Robin DunnNew typemaps for wxString when compiling for Python...
2000-11-04  Robin DunnAdded demo of creating a custom Grid Editor
2000-10-30  Robin DunnRe-added a couple files that got left out of the merge...
2000-10-30  Robin DunnMerged wxPython 2.2.2 over to the main branch
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch