2002-05-15 |
Robin Dunn | An implementation of wxPen.GetDashes. |
tree | commitdiff |
2002-05-12 |
Robin Dunn | various tweaks and updates |
tree | commitdiff |
2002-05-09 |
Robin Dunn | updates for recent CVS changes |
tree | commitdiff |
2002-05-05 |
Robin Dunn | Various minor tweaks and updates |
tree | commitdiff |
2002-05-03 |
Robin Dunn | Updates for Push/Pop status text |
tree | commitdiff |
2002-05-02 |
Robin Dunn | Changed the name of export.h to wxPython.h so it wouldn... |
tree | commitdiff |
2002-04-29 |
Robin Dunn | Various minor updates |
tree | commitdiff |
2002-04-22 |
Robin Dunn | Changes to match CVS updates over the weekend. |
tree | commitdiff |
2002-04-22 |
Robin Dunn | Added wxImage.GetDataBuffer which returns an in-place... |
tree | commitdiff |
2002-04-18 |
Robin Dunn | wxDF_HTML and FloodFill interface updates |
tree | commitdiff |
2002-04-18 |
Robin Dunn | Some wxGrid related classes now support OOR. |
tree | commitdiff |
2002-04-17 |
Robin Dunn | Added some methods to be consistent with wxWindow |
tree | commitdiff |
2002-04-17 |
Robin Dunn | A few tweaks and cleanups |
tree | commitdiff |
2002-04-16 |
Robin Dunn | Use the OOR typemap for wxTreeCtrls too. |
tree | commitdiff |
2002-04-13 |
Robin Dunn | Added wxMouseCaptureChangedEvent. Added some missing... |
tree | commitdiff |
2002-04-11 |
Robin Dunn | Better error message, flags --> style in wxHtmlWindow... |
tree | commitdiff |
2002-04-10 |
Robin Dunn | Changes to match cvs update |
tree | commitdiff |
2002-04-09 |
Robin Dunn | A little black magic... When the C++ object (for a... |
tree | commitdiff |
2002-04-09 |
Robin Dunn | Forgot to set OOR info on wxSplashScreen |
tree | commitdiff |
2002-04-09 |
Robin Dunn | Some little additions to how wxBufferedDC is wrapped. |
tree | commitdiff |
2002-04-08 |
Robin Dunn | Updates to match recent CVS changes. |
tree | commitdiff |
2002-04-05 |
Robin Dunn | Added a few new flags, etc. |
tree | commitdiff |
2002-04-03 |
Robin Dunn | Move font and encoding related classes to a new module... |
tree | commitdiff |
2002-04-01 |
Robin Dunn | Fixed a few little bugs in how some methods are wrapped |
tree | commitdiff |
2002-04-01 |
Robin Dunn | Added wxIconBundle and wxTopLevelWindow.SetIcons. |
tree | commitdiff |
2002-04-01 |
Robin Dunn | A saner implementation for the new wxToolBar methods... |
tree | commitdiff |
2002-03-27 |
Robin Dunn | Updates for new wxToolBar API |
tree | commitdiff |
2002-03-26 |
Robin Dunn | Updates to match recent CVS changes. |
tree | commitdiff |
2002-03-22 |
Václav Slavík | wxITEM_FOO instead of wxItem_Foo, for the sake of consi... |
tree | commitdiff |
2002-03-21 |
Robin Dunn | Typo fix |
tree | commitdiff |
2002-03-21 |
Robin Dunn | More unicode related cleanup and fixes for wxPython |
tree | commitdiff |
2002-03-18 |
Robin Dunn | Added wxBufferedDC, changes for wxMenu and wxMenuItem... |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Some little tweaks and cleanups. |
tree | commitdiff |
2002-03-13 |
Robin Dunn | Core wxPython (non-contrib) now fully works with Unicode! |
tree | commitdiff |
2002-03-10 |
Robin Dunn | Applied and merged patch 486364, which enables wxPython... |
tree | commitdiff |
2002-03-08 |
Robin Dunn | Changes for recent htmlhelp updates |
tree | commitdiff |
2002-03-08 |
Robin Dunn | Added a wxIconFromBitmap "constructor" for wxIcon. |
tree | commitdiff |
2002-03-07 |
Robin Dunn | Bugfix for wxTreeCtrl.InsertItemBefore and more SWIGged... |
tree | commitdiff |
2002-03-07 |
Robin Dunn | SWIGged updates for wxMSW |
tree | commitdiff |
2002-02-28 |
Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... |
tree | commitdiff |
2002-02-28 |
Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... |
tree | commitdiff |
2002-02-26 |
Robin Dunn | Changed the img2py tool to use PNG instead of XPM for... |
tree | commitdiff |
2002-02-23 |
Robin Dunn | Finished wrapping and providing typemaps for wxInputStr... |
tree | commitdiff |
2002-02-21 |
Robin Dunn | Better wrapper for wxListCtrl.GetColumn, and some other... |
tree | commitdiff |
2002-02-14 |
Robin Dunn | As per the wx-dev discussion in early Jan, replaced |
tree | commitdiff |
2002-02-13 |
Robin Dunn | A little different fix for how to delay the call to... |
tree | commitdiff |
2002-02-13 |
Robin Dunn | A fix for incorrect wrapping of wxPallet.GetRGB |
tree | commitdiff |
2002-02-12 |
Robin Dunn | A fix for Python 2.2 which can sometimes call __wxClean... |
tree | commitdiff |
2002-02-07 |
Robin Dunn | Check for existing colour names when adding to wxTheCol... |
tree | commitdiff |
2002-02-07 |
Robin Dunn | Moved utils.i back into the core since it imports it... |
tree | commitdiff |
2002-02-06 |
Robin Dunn | Updated the build docs a bit, added wxMetafileDataObjec... |
tree | commitdiff |
2002-02-01 |
Robin Dunn | wxPyEmptyStr --> wxEmptyString |
tree | commitdiff |
2002-01-29 |
Robin Dunn | Updates for recent changes to wx, and some other little... |
tree | commitdiff |
2002-01-24 |
Robin Dunn | Demo cleanup and path issues. |
tree | commitdiff |
2002-01-22 |
Robin Dunn | Changes to match recent CVS updates, added demo for... |
tree | commitdiff |
2002-01-21 |
Robin Dunn | Fixed a typemap. |
tree | commitdiff |
2002-01-15 |
Robin Dunn | Added wxGenericDirCtrl and other varioius updates |
tree | commitdiff |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
tree | commitdiff |
2002-01-05 |
Robin Dunn | Some updates to go with changes in current CVS. |
tree | commitdiff |
2002-01-03 |
Robin Dunn | Move [GS]etDefaultItem up to wxWindow |
tree | commitdiff |
2001-12-19 |
Robin Dunn | Changed (again) how the Python global interpreter lock... |
tree | commitdiff |
2001-12-03 |
Robin Dunn | wxRemotelyScrolledTreeCtrl now draws its own lines |
tree | commitdiff |
2001-12-03 |
Robin Dunn | Added SplitTree sample to the demo |
tree | commitdiff |
2001-11-30 |
Robin Dunn | wxTipWindow is now a wxPopupTransientWindow instead... |
tree | commitdiff |
2001-11-29 |
Robin Dunn | Changes to ensure that GDI objects returned from Python... |
tree | commitdiff |
2001-11-28 |
Robin Dunn | Added wxChildFocusEvent |
tree | commitdiff |
2001-11-27 |
Robin Dunn | Changes needed to solve wxPython's OOR problem for... |
tree | commitdiff |
2001-11-25 |
Robin Dunn | Added wxDynamicSashWindow to wxPython, plus other odds... |
tree | commitdiff |
2001-11-20 |
Robin Dunn | Bug fixes |
tree | commitdiff |
2001-11-20 |
Robin Dunn | Replaced CopyObject with Clone for wxPython-specific... |
tree | commitdiff |
2001-11-20 |
Robin Dunn | SWIGged code updates |
tree | commitdiff |
2001-11-20 |
Robin Dunn | Added LIST_ITEM_FOCUSED |
tree | commitdiff |
2001-11-20 |
Robin Dunn | SWIGged updates |
tree | commitdiff |
2001-11-14 |
Robin Dunn | A fix for when wxPython is compiled with no threads |
tree | commitdiff |
2001-11-14 |
Robin Dunn | Added missing wxImage methods |
tree | commitdiff |
2001-11-14 |
Robin Dunn | Added new sizer methods |
tree | commitdiff |
2001-11-14 |
Robin Dunn | Added wxFileHistory |
tree | commitdiff |
2001-11-14 |
Robin Dunn | Added wxTextCtrl.GetStringSelection |
tree | commitdiff |
2001-11-13 |
Robin Dunn | SWIGged code update |
tree | commitdiff |
2001-11-13 |
Robin Dunn | Various other tweaks and updates |
tree | commitdiff |
2001-11-13 |
Robin Dunn | Passing None to an EVT_* function will Disconnect |
tree | commitdiff |
2001-11-03 |
Robin Dunn | Added wxPostscriptDC to wxPython |
tree | commitdiff |
2001-11-02 |
Robin Dunn | wxPython updates to match recent updates to wxCalendarC... |
tree | commitdiff |
2001-11-02 |
Robin Dunn | Removed GetOldIndex, etc. |
tree | commitdiff |
2001-10-30 |
Robin Dunn | Added typemap for wxArrayString |
tree | commitdiff |
2001-10-26 |
Robin Dunn | fixes for the wxPre* helpers |
tree | commitdiff |
2001-10-26 |
Robin Dunn | Added wxURLDataObject |
tree | commitdiff |
2001-10-21 |
Robin Dunn | Added wxClientDataContainer to wxSizer, so sizers can... |
tree | commitdiff |
2001-10-18 |
Robin Dunn | Added wxTE_NOHIDESEL |
tree | commitdiff |
2001-10-18 |
Robin Dunn | reference count bugs in DrawXXXList fixed |
tree | commitdiff |
2001-10-16 |
Robin Dunn | Added some optimization methods to wxPython's wxDC |
tree | commitdiff |
2001-10-16 |
Robin Dunn | added AppendToPage |
tree | commitdiff |
2001-10-16 |
Robin Dunn | update for interface changes |
tree | commitdiff |
2001-10-12 |
Robin Dunn | Second phase of OOR completed. (Original python object... |
tree | commitdiff |
2001-10-05 |
Robin Dunn | Added wxPyLog so log targets can be created in Python... |
tree | commitdiff |
2001-10-04 |
Robin Dunn | Regenerated some swig code, added some missing WXK_... |
tree | commitdiff |
2001-10-03 |
Robin Dunn | Minor tweaks and some typos fixed |
tree | commitdiff |
2001-10-03 |
Robin Dunn | Refactored Python shadows to use wxControlWithItems... |
tree | commitdiff |
2001-09-27 |
Robin Dunn | Various updates, changes for wxTopLevelWindow, fixes for |
tree | commitdiff |
2001-09-20 |
Robin Dunn | bug #463146 |
tree | commitdiff |
next |