2004-05-25 |
Robin Dunn | Put a rreminder in the comments about s bit of duplicat... |
tree | commitdiff |
2004-05-22 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-22 |
Robin Dunn | Oops, forgot to return a value |
tree | commitdiff |
2004-05-22 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-22 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-22 |
Robin Dunn | Docstrings |
tree | commitdiff |
2004-05-22 |
Robin Dunn | Add PreGrid() |
tree | commitdiff |
2004-05-22 |
Robin Dunn | Decref items added to lists |
tree | commitdiff |
2004-05-21 |
Robin Dunn | wxGTK now uses gtk_init_check so wxPython can raise... |
tree | commitdiff |
2004-05-17 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-17 |
Robin Dunn | Subindent support added |
tree | commitdiff |
2004-05-17 |
Robin Dunn | wx.InitAllImageHandlers is now an empty function that... |
tree | commitdiff |
2004-05-15 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-14 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-14 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Add SetBestSize, GetDefaultAttributes and fixed ShouldI... |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Docstring fixes |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Accept old 'faceName' keyword arg |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Fix docs for Bind |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Change the C name of my wxGetApp so it doesn't conflict... |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Modules generated by SWIG can now have module docstrings. |
tree | commitdiff |
2004-05-12 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-12 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-12 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-05-12 |
Robin Dunn | Some docstring additions, reformats and epydoc markup. |
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 | Add GetOwner accessor and fix wxRTTI inheritance for... |
tree | commitdiff |
2004-05-08 |
Robin Dunn | reSWIGged |
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 | 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 | Change wxSound ctor wrappings so sound can be loaded... |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Patch #930307, really exit if wrong python on the mac |
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 | 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 | reSWIGged |
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-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 | 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 | Docstring updates and tweaks for epydoc |
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 | added missing comma |
tree | commitdiff |
2004-04-26 |
Robin Dunn | SetStringSelection and etc. fixes |
tree | commitdiff |
2004-04-26 |
Robin Dunn | wxToggleButton on wxMac has these methods now |
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 | We need __docfilter__ too |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Add __docfilter__ to modules so epydoc doesn't generate... |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Various tweaks, docstring fixes, etc. |
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-19 |
Robin Dunn | Add back some missing enums |
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 |
2004-04-15 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-04-15 |
Robin Dunn | MacSetTheme |
tree | commitdiff |
2004-04-15 |
Robin Dunn | Use GetHandle for Mac too |
tree | commitdiff |
2004-04-15 |
Robin Dunn | MacSetMetalAppearance |
tree | commitdiff |
2004-04-15 |
Robin Dunn | Default for id |
tree | commitdiff |
2004-04-15 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-04-15 |
Robin Dunn | Add width and precision params for wxGridCellFloatEditor |
tree | commitdiff |
2004-04-15 |
Robin Dunn | Added SetDefaultXXX methods |
tree | commitdiff |
2004-04-15 |
Robin Dunn | Added new encoding, new methods |
tree | commitdiff |
2004-04-15 |
Robin Dunn | Moved some enums around to better match the C++ headers |
tree | commitdiff |
2004-04-15 |
Robin Dunn | Added some convenience methods to wx.Bitmap: SetSize... |
tree | commitdiff |
2004-04-14 |
Robin Dunn | docstring tweak |
tree | commitdiff |
2004-04-14 |
Robin Dunn | simplify how the XWindow is extracted for GetHandle |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Use default window IDs |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Added wx.FIXED_SIZE. |
tree | commitdiff |
2004-04-06 |
Robin Dunn | Somehow the Validate(), TransferDataToWindow(), |
tree | commitdiff |
2004-04-06 |
Robin Dunn | Check for errors after unicode conversions |
tree | commitdiff |
2004-04-05 |
Robin Dunn | wxSize::SetDefaults |
tree | commitdiff |
2004-04-05 |
Robin Dunn | GetDefaultAttributes, and other tweaks needed to get... |
tree | commitdiff |
2004-04-01 |
Robin Dunn | The reinit of the stock objects shoudl not happen when... |
tree | commitdiff |
next |