2004-05-12 |
Robin Dunn | Some docstring additions, reformats and epydoc markup. |
tree | commitdiff |
2004-05-12 |
Robin Dunn | Check exit code or commands and exit with that code |
tree | commitdiff |
2004-05-12 |
Robin Dunn | made wx.Joystick stub (for platforms without joystick... |
tree | commitdiff |
2004-05-12 |
Robin Dunn | Made wx.Locale() make an unitialized locale while still... |
tree | commitdiff |
2004-05-11 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-11 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-11 |
Robin Dunn | Added missing Detach method wrapper |
tree | commitdiff |
2004-05-10 |
Robin Dunn | Use self in DC method signatures |
tree | commitdiff |
2004-05-10 |
Robin Dunn | Add GetOwner accessor and fix wxRTTI inheritance for... |
tree | commitdiff |
2004-05-08 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-08 |
Robin Dunn | ActiveX events should be sent to the window, not it... |
tree | commitdiff |
2004-05-08 |
Robin Dunn | Deprecated wx.iewin |
tree | commitdiff |
2004-05-08 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-08 |
Robin Dunn | Don't turn off kwargs for these methods any more |
tree | commitdiff |
2004-05-08 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Tweaks |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Switch to using a Python buffer object for the sound... |
tree | commitdiff |
2004-05-07 |
Robin Dunn | wxMemoryBuffer typemap needs to set the data length |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Some test code for loading sound from data |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Change wxSound ctor wrappings so sound can be loaded... |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Don't use deprecated list methods |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Patch# 893337, Fix for line control point handling... |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Patch #930307, really exit if wrong python on the mac |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Patch #945404, fix icon clipping |
tree | commitdiff |
2004-05-07 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Another addtomethod removed |
tree | commitdiff |
2004-05-07 |
Robin Dunn | removed a debugging print |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Added OOR typemaps for wxPanel and wxDialog |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Corrected _setCallbackInfo code so GiveFeedback can... |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Tweaks to work around wxMac bugs |
tree | commitdiff |
2004-05-07 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-07 |
Robin Dunn | demo tweaks |
tree | commitdiff |
2004-05-06 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-06 |
Robin Dunn | Add GetClassDefaultAttribute. Since it is static we... |
tree | commitdiff |
2004-05-06 |
Robin Dunn | Some tweaks |
tree | commitdiff |
2004-05-04 |
Robin Dunn | Added some info panels that show size and colour attrib... |
tree | commitdiff |
2004-05-04 |
Robin Dunn | Added multi-line TextCtrl |
tree | commitdiff |
2004-05-04 |
Robin Dunn | Sorted and added StaticBox, StaticLine |
tree | commitdiff |
2004-05-04 |
Robin Dunn | added notebook test |
tree | commitdiff |
2004-05-03 |
Robin Dunn | cleanup after an exteption in the postcreate code,... |
tree | commitdiff |
2004-05-03 |
Robin Dunn | Added ability to execute more code after the widget... |
tree | commitdiff |
2004-05-03 |
Robin Dunn | a little cleanup and refresh |
tree | commitdiff |
2004-05-03 |
Robin Dunn | Updated layout test |
tree | commitdiff |
2004-05-03 |
Robin Dunn | Misc tests, scripts, etc. |
tree | commitdiff |
2004-05-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-02 |
Robin Dunn | removed duplicate definitiion |
tree | commitdiff |
2004-05-02 |
Robin Dunn | Added wx.FileSystem support |
tree | commitdiff |
2004-05-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-02 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-02 |
Robin Dunn | Added wx.lib.mixins.listctrl.TextEditMixin, a mixin... |
tree | commitdiff |
2004-05-02 |
Robin Dunn | Reverted to old method names/signatures for wx.DC,... |
tree | commitdiff |
2004-05-02 |
Robin Dunn | some methods missing wxPyBeginBlockThreads/wxPyEndBlock... |
tree | commitdiff |
2004-04-30 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-04-30 |
Robin Dunn | undid one of the last SWIG tweaks |
tree | commitdiff |
2004-04-30 |
Robin Dunn | script for the api docs |
tree | commitdiff |
2004-04-30 |
Robin Dunn | style sheet for the api docs |
tree | commitdiff |
2004-04-30 |
Robin Dunn | Docstring updates and tweaks for epydoc |
tree | commitdiff |
2004-04-29 |
Robin Dunn | Adds wxSplitterWindow support, patch from Steve Hartwell. |
tree | commitdiff |
2004-04-29 |
Dimitri Schoolwerth | fixed a few typos |
tree | commitdiff |
2004-04-27 |
Robin Dunn | It's now wx._core |
tree | commitdiff |
2004-04-27 |
Robin Dunn | Add Unbind methods that can Disconnect event handlers |
tree | commitdiff |
2004-04-27 |
Robin Dunn | Remove the need for the PyPen class |
tree | commitdiff |
2004-04-27 |
Robin Dunn | better __docfilter__ and other epydoc tweaks |
tree | commitdiff |
2004-04-26 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-04-26 |
Robin Dunn | fixed introspection of objects with attrs without strin... |
tree | commitdiff |
2004-04-26 |
Robin Dunn | added missing comma |
tree | commitdiff |
2004-04-26 |
Robin Dunn | SetStringSelection and etc. fixes |
tree | commitdiff |
2004-04-26 |
Robin Dunn | Patches from KevinO that work around issues where the... |
tree | commitdiff |
2004-04-26 |
Robin Dunn | wxToggleButton on wxMac has these methods now |
tree | commitdiff |
2004-04-26 |
Robin Dunn | More details about the internal module name changes |
tree | commitdiff |
2004-04-26 |
Robin Dunn | make it easier to do a gtk2 build |
tree | commitdiff |
2004-04-25 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-04-25 |
Robin Dunn | Renamed the core namespace's submodules to have a leadi... |
tree | commitdiff |
2004-04-25 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-04-25 |
Robin Dunn | wx.StaticBox and siblings creation order, and other... |
tree | commitdiff |
2004-04-25 |
Robin Dunn | Use the right classname |
tree | commitdiff |
2004-04-25 |
Robin Dunn | We need __docfilter__ too |
tree | commitdiff |
2004-04-25 |
Robin Dunn | Tweak the text about Sizer changes |
tree | commitdiff |
2004-04-25 |
Robin Dunn | allow to be imported independently |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Add __docfilter__ to modules so epydoc doesn't generate... |
tree | commitdiff |
2004-04-22 |
Robin Dunn | A way to make the DC classes in wxPython look like... |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Use PostCreate |
tree | commitdiff |
2004-04-22 |
Robin Dunn | wxFIXED_MINSIZE is not needed anymore |
tree | commitdiff |
2004-04-22 |
Robin Dunn | bugfix |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Remove some obsolete window styles, added a new sizer... |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Add the masked package dir |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Various tweaks, docstring fixes, etc. |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Updated SWIG docstring changes, also merged prepend... |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Add SetKind accessor |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Get the GIL before raising an exception |
tree | commitdiff |
2004-04-21 |
Robin Dunn | MaskedEditControl bugfix pach from Will Sadkin |
tree | commitdiff |
2004-04-19 |
Robin Dunn | Added new MaskedEditControl code from Will Sadkin.... |
tree | commitdiff |
2004-04-19 |
Robin Dunn | Add back some missing enums |
tree | commitdiff |
2004-04-19 |
Robin Dunn | Make sure the window is not iconized before saving... |
tree | commitdiff |
2004-04-19 |
Robin Dunn | Also Check for validity in comparrison operators |
tree | commitdiff |
2004-04-19 |
Robin Dunn | Check for validity in __repr__ and __str__ |
tree | commitdiff |
2004-04-17 |
Robin Dunn | Make InheritAttributes and ShouldInheritColours public... |
tree | commitdiff |
2004-04-17 |
Robin Dunn | default id's where possible |
tree | commitdiff |
2004-04-15 |
Robin Dunn | reSWIGged |
tree | commitdiff |
next |