2004-10-27 |
Robin Dunn | Version number bump |
blob | commitdiff | raw |
2004-10-22 |
Kevin Hock | Documentation patch from Olly Betts |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Robin Dunn | wxPython on OSX can now be built in Unicode mode, can... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Robin Dunn | Some tweaks for WebKitCtrl. |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Robin Dunn | More PyPlot updates from Gordon Williams: |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Robin Dunn | just a whitespace change |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Robin Dunn | Applied patch from Pim Van Heuven that modifies 4 files: |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Robin Dunn | MaskedEdit updates from Will Sadkin: |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Robin Dunn | Mention TaskBarIcon and other recent changes |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Robin Dunn | Moved xrc out of contrib and into the core source dir... |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Robin Dunn | Added limited support for wxEventLoop (you can't derive... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Robin Dunn | Some change notes |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Robin Dunn | another change note |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Robin Dunn | Forgot about CalendarEvent |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Robin Dunn | Extended the wx.calendar.CalendarCtrl class with method... |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Robin Dunn | Added RequestUserAttention |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Robin Dunn | New SWIG runtime files and api updates for the move... |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Robin Dunn | Removed my copy of distutils from the wxPython source... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Robin Dunn | Since it is documented, changed GetOrCreateCellAttr... |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Robin Dunn | notes about recent changes |
blob | commitdiff | raw | diff to current |
2004-08-27 |
Robin Dunn | note another bug fix |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Robin Dunn | List soem of the bugs fixed |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robin Dunn | add new section |
blob | commitdiff | raw | diff to current |
2004-08-14 |
Robin Dunn | Version number bump |
blob | commitdiff | raw | diff to current |
2004-08-10 |
Robin Dunn | bump version number |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Robin Dunn | version number update |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Robin Dunn | Update the notebook before running the sample in case... |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Robin Dunn | Fixed typo |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Robin Dunn | Applied (and heavily modified) a patch from Eugene |
blob | commitdiff | raw | diff to current |
2004-07-31 |
Robin Dunn | fixed version number |
blob | commitdiff | raw | diff to current |
2004-07-22 |
Robin Dunn | mention *TabOrder and Navigate methods |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Robin Dunn | More notes about sizer changes |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Robin Dunn | Version number update |
blob | commitdiff | raw | diff to current |
2004-06-10 |
Robin Dunn | Some doc tweaks |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Robin Dunn | typo |
blob | commitdiff | raw | diff to current |
2004-06-04 |
Robin Dunn | Added a new version (0.8.3) of FloatCanvas from Chris... |
blob | commitdiff | raw | diff to current |
2004-06-04 |
Robin Dunn | Removed the deprecated ErrorDialogs and PythonBitmaps... |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Robin Dunn | Added more default args as needed to allow most window... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Robin Dunn | clarification |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Robin Dunn | All the Window and GDI (pen, bitmap, etc.) classes... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Robin Dunn | remove EVT_STC_POSCHANGED as it's been deprecated in... |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Robin Dunn | Added a Python port of the OGL library, deprecated... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Robin Dunn | Some typos fixed. More text about the changes to sizer... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Robin Dunn | Switch to the TreeListCtrl from the wxCode project. |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Robin Dunn | wxGTK now uses gtk_init_check so wxPython can raise... |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Robin Dunn | Replaced wx/lib/pubsub.py with a version that uses... |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Robin Dunn | wx.InitAllImageHandlers is now an empty function that... |
blob | commitdiff | raw | diff to current |
2004-05-14 |
Robin Dunn | Added a generic StaticBitmap class in wx.lib.statbmp... |
blob | commitdiff | raw | diff to current |
2004-05-08 |
Robin Dunn | Deprecated wx.iewin |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Robin Dunn | Added wx.lib.mixins.listctrl.TextEditMixin, a mixin... |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Robin Dunn | Reverted to old method names/signatures for wx.DC,... |
blob | commitdiff | raw | diff to current |
2004-04-29 |
Dimitri Schoolwerth | fixed a few typos |
blob | commitdiff | raw | diff to current |
2004-04-25 |
Robin Dunn | Tweak the text about Sizer changes |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Robin Dunn | Added new MaskedEditControl code from Will Sadkin.... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Robin Dunn | Added some convenience methods to wx.Bitmap: SetSize... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Robin Dunn | More about the sizer changes |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | notes about sizer changes |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Robin Dunn | What the hell, let's spin up another full release |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Robin Dunn | More notes about the type conversion fragment. |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Robin Dunn | Version number update |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Robin Dunn | Updated version number |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Robin Dunn | Other doc updates |
blob | commitdiff | raw | diff to current |
2004-03-23 |
Robin Dunn | Lindsay Mathieson's newest wxActiveX class has been... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Robin Dunn | Added wx.PlatformInfo which is a tuple containing strin... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Robin Dunn | Allow wxApp::MacOpenFile, MacPrintFile, MacNewFile... |
blob | commitdiff | raw | diff to current |
2004-03-09 |
Robin Dunn | Added wxDisplay and wxVideoMode |
blob | commitdiff | raw | diff to current |
2004-03-02 |
Robin Dunn | Namechange changes |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Robin Dunn | Updated wx.lib.calendar with many fixes and enhancement... |
blob | commitdiff | raw | diff to current |
2004-02-23 |
Robin Dunn | The UseAntiAliasing is off by default on wxMac. Add... |
blob | commitdiff | raw | diff to current |
2004-02-23 |
Robin Dunn | Can do wx.ToggleButton on wxMac now |
blob | commitdiff | raw | diff to current |
2004-02-21 |
Robin Dunn | Fixed typo |
blob | commitdiff | raw | diff to current |
2004-02-21 |
Robin Dunn | Updated the AnalogClockWindow with many enhancements... |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Robin Dunn | Other little docs tweaks, and added HTML versions |
blob | commitdiff | raw | diff to current |
2004-02-03 |
Robin Dunn | wxWave --> wxSound |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Robin Dunn | typos fixed and more notes on some changes |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Robin Dunn | Added PyPlot |
blob | commitdiff | raw | diff to current |
2003-11-12 |
Robin Dunn | Merged the wxPy_newswig branch into the HEAD branch... |
blob | commitdiff | raw | diff to current |
|