2005-04-09 |
Robin Dunn | New methods added |
tree | commitdiff |
2005-04-09 |
Robin Dunn | Ensure that the results of __str__ and __repr__ are... |
tree | commitdiff |
2005-04-09 |
Robin Dunn | Check for TypeError too |
tree | commitdiff |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
tree | commitdiff |
2005-04-07 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-07 |
Robin Dunn | fixed paste error |
tree | commitdiff |
2005-04-07 |
Robin Dunn | Disable typemap for wxImage constructors |
tree | commitdiff |
2005-04-06 |
Robin Dunn | Added typemap for wxIndex* |
tree | commitdiff |
2005-04-06 |
Robin Dunn | Corrected InsertColumnItem name |
tree | commitdiff |
2005-04-06 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-06 |
Robin Dunn | Corrected the name of EVT_TREE_ITEM_MENU |
tree | commitdiff |
2005-04-06 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-06 |
Robin Dunn | Added wx.GetTopLevelWindows() function which returns... |
tree | commitdiff |
2005-04-05 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-04 |
Robin Dunn | wxDEFAULT_STATUSBAR_STYLE |
tree | commitdiff |
2005-04-04 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-04 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-04 |
Robin Dunn | corrected DSM |
tree | commitdiff |
2005-04-04 |
Robin Dunn | Add extern "C" to DllMain |
tree | commitdiff |
2005-04-04 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-04 |
Robin Dunn | IsTransparent and etc. |
tree | commitdiff |
2005-04-04 |
Robin Dunn | wxDEFAULT_CONTROL_BORDER |
tree | commitdiff |
2005-04-03 |
Robin Dunn | Use MLTE by default for wxPython |
tree | commitdiff |
2005-04-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-04-02 |
Robin Dunn | default value tweak |
tree | commitdiff |
2005-04-02 |
Robin Dunn | Use Python's buffer interface API for all image data... |
tree | commitdiff |
2005-04-02 |
Robin Dunn | Put the Python executable pathname in wxTheApp->argv... |
tree | commitdiff |
2005-03-28 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-28 |
Robin Dunn | New wxTE_ flags |
tree | commitdiff |
2005-03-28 |
Robin Dunn | Note to self... |
tree | commitdiff |
2005-03-25 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-25 |
Robin Dunn | Added GetCount, GetCountRGB, and GetCountColour methods to |
tree | commitdiff |
2005-03-24 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-24 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-24 |
Robin Dunn | docstring update |
tree | commitdiff |
2005-03-24 |
Robin Dunn | Added IsFalse() |
tree | commitdiff |
2005-03-24 |
Robin Dunn | Tile() now has a parameter |
tree | commitdiff |
2005-03-24 |
Robin Dunn | Only use locale.getdefaultlocale()[1] if sys.getdefault... |
tree | commitdiff |
2005-03-19 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-19 |
Robin Dunn | docstring update |
tree | commitdiff |
2005-03-19 |
Robin Dunn | wxTE_CAPITALIZE |
tree | commitdiff |
2005-03-19 |
Robin Dunn | wxEVT_HIBERNATE |
tree | commitdiff |
2005-03-19 |
Robin Dunn | Add some new WXK codes |
tree | commitdiff |
2005-03-19 |
Robin Dunn | Ensure that the encoding returned from locale.getdefaul... |
tree | commitdiff |
2005-03-12 |
Robin Dunn | Don't use the PyGILState_* APIs with Python 2.3, it... |
tree | commitdiff |
2005-03-12 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-12 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-12 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-12 |
Robin Dunn | Oops |
tree | commitdiff |
2005-03-12 |
Robin Dunn | GetSize --> GetSizeHint |
tree | commitdiff |
2005-03-10 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-10 |
Robin Dunn | add default action methods |
tree | commitdiff |
2005-03-10 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-10 |
Robin Dunn | Catch possible exception from getdefaultlocale |
tree | commitdiff |
2005-03-09 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-09 |
Robin Dunn | Use the PyGILState_* APIs on Python >= 2.3 |
tree | commitdiff |
2005-03-08 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-08 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-08 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-08 |
Robin Dunn | Little tweaks to match CVS changes |
tree | commitdiff |
2005-03-08 |
Robin Dunn | Move wxPyCallback back to derive from wxObject |
tree | commitdiff |
2005-03-05 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-05 |
Robin Dunn | Docstring updates |
tree | commitdiff |
2005-03-05 |
Robin Dunn | Added wx.ArtProvider.GetSize |
tree | commitdiff |
2005-03-05 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-05 |
Robin Dunn | Added wx.Rect.IsEmpty |
tree | commitdiff |
2005-03-05 |
Robin Dunn | Add Resize, SetRGBRect, Size, and GetOrFindMaskColour... |
tree | commitdiff |
2005-03-03 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-03 |
Robin Dunn | new style flags for wxBufferedDC |
tree | commitdiff |
2005-03-03 |
Robin Dunn | Add copy ctor for wxPyCBInputStream and use it to preve... |
tree | commitdiff |
2005-03-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-02 |
Robin Dunn | Add GetToolTip accessor |
tree | commitdiff |
2005-03-01 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-03-01 |
Robin Dunn | Make IsSelected be a bit more specific |
tree | commitdiff |
2005-02-28 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-02-28 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-02-28 |
Robin Dunn | Added more image options |
tree | commitdiff |
2005-02-28 |
Robin Dunn | Undeprecated AddWindow, AddSizer, AddSpacer and etc. |
tree | commitdiff |
2005-02-28 |
Robin Dunn | Added wx.PrintData.Get/SetPrivData |
tree | commitdiff |
2005-02-28 |
Robin Dunn | GetSelection is available on wxGTK now too. |
tree | commitdiff |
2005-02-28 |
Robin Dunn | Added GetBitmap, GetIcon to wx.ImageList. |
tree | commitdiff |
2005-02-28 |
Robin Dunn | Fix GetAmPmStrings wrapper |
tree | commitdiff |
2005-02-26 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-02-26 |
Robin Dunn | minor tweaks |
tree | commitdiff |
2005-02-24 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-02-24 |
Robin Dunn | Took out IsValid. It is not public everywhere. |
tree | commitdiff |
2005-02-24 |
Robin Dunn | Add IsValid() |
tree | commitdiff |
2005-02-24 |
Robin Dunn | no-op methods for ownerdrawn methods in wxMenuItem |
tree | commitdiff |
2005-02-20 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-02-19 |
Robin Dunn | re-enable wxDrawWindowOnDC |
tree | commitdiff |
2005-02-19 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-02-19 |
Robin Dunn | Add InitAlpha |
tree | commitdiff |
2005-02-19 |
Robin Dunn | Add tab methods to NavigationKeyEvent |
tree | commitdiff |
2005-02-19 |
Robin Dunn | Add more art IDs |
tree | commitdiff |
2005-02-18 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2005-02-18 |
Robin Dunn | wxPyCallback needs to derive from wxEvtHandler now... |
tree | commitdiff |
2005-02-18 |
Robin Dunn | wxStdButtonSizer Finalise --> Realize |
tree | commitdiff |
next |