2005-04-02 |
Robin Dunn | Put the Python executable pathname in wxTheApp->argv...
|
commit | commitdiff | tree |
2005-04-02 |
Robin Dunn | Be able to build with Pythons other than the System...
|
commit | commitdiff | tree |
2005-03-31 |
Robin Dunn | Added MultiChoiceDialog
|
commit | commitdiff | tree |
2005-03-31 |
Robin Dunn | docstring fix
|
commit | commitdiff | tree |
2005-03-31 |
Robin Dunn | Change multipleChoiceDialog to use wx.MultiChoiceDialog...
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | Added wx.lib.foldpanelbar, Andrea Gavana's port of...
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | default parameters
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | More WXDLLIMPEXP_GIZMOS fixes
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | OGL fixes from Davide Salomoni
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | More WXDLLIMPEXP_GIZMOS fixes
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | Added wxStaticPicture
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | More WXDLLIMPEXP_GIZMOS fixes
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | WXDLLIMPEXP_GIZMOS
|
commit | commitdiff | tree |
2005-03-30 |
Robin Dunn | rearrainge the #includes and etc. to avoid a name conflict...
|
commit | commitdiff | tree |
2005-03-28 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-28 |
Robin Dunn | better root dir for rc uploads
|
commit | commitdiff | tree |
2005-03-28 |
Robin Dunn | disable the buttons while a find dialog is active
|
commit | commitdiff | tree |
2005-03-28 |
Robin Dunn | disable the buttons while a find dialog is active
|
commit | commitdiff | tree |
2005-03-28 |
Robin Dunn | New wxTE_ flags
|
commit | commitdiff | tree |
2005-03-28 |
Robin Dunn | wx.lib.mixins.listctrl: Patches from Toni Brkic:
|
commit | commitdiff | tree |
2005-03-28 |
Robin Dunn | Note to self...
|
commit | commitdiff | tree |
2005-03-26 |
Robin Dunn | Add note about the recursive Refresh change
|
commit | commitdiff | tree |
2005-03-25 |
Robin Dunn | Fixed bug [ 1166937 ] Toolbar.DeleteToolByPos
|
commit | commitdiff | tree |
2005-03-25 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-25 |
Robin Dunn | Be a little smarter about converting unicode command...
|
commit | commitdiff | tree |
2005-03-25 |
Robin Dunn | A little cleanup
|
commit | commitdiff | tree |
2005-03-25 |
Robin Dunn | Moved some of the linux builds to a new build host
|
commit | commitdiff | tree |
2005-03-25 |
Robin Dunn | Added GetCount, GetCountRGB, and GetCountColour methods to
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | Delay some of the cascading resizes to work around...
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | Applied patch [ 1170019 ] Fix for wxGTK drop button...
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | version number update
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | docstring update
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | Added IsFalse()
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | Tile() now has a parameter
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | Only use locale.getdefaultlocale()[1] if sys.getdefaultencod...
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | use wxEventType instead of enum
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | copy *.py files too
|
commit | commitdiff | tree |
2005-03-24 |
Robin Dunn | fix string substitution
|
commit | commitdiff | tree |
2005-03-23 |
Robin Dunn | Fix wxRTTI for wxGnomePrintDC
|
commit | commitdiff | tree |
2005-03-23 |
Robin Dunn | Initialize m_privData before doign the assignment
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | Fixed bug #1163384. Moved the code that handles activating...
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | Turn off the expando-matic rubber band thing for mac
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | Better capture of unicode character events
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | docstring update
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | wxTE_CAPITALIZE
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | wxEVT_HIBERNATE
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | Add some new WXK codes
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | Ensure that the encoding returned from locale.getdefaultloca...
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | Call evt.Skip by default
|
commit | commitdiff | tree |
2005-03-19 |
Robin Dunn | Bumped subrelease number
|
commit | commitdiff | tree |
2005-03-17 |
Robin Dunn | Use Update() instead of yielding and waiting for the...
|
commit | commitdiff | tree |
2005-03-16 |
Robin Dunn | Drop the "rc"
|
commit | commitdiff | tree |
2005-03-16 |
Robin Dunn | The --enable-rpath configure option doesn't work the...
|
commit | commitdiff | tree |
2005-03-14 |
Robin Dunn | If the parents are nothing but a panel and a frame...
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | regenerated ReST docs
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | Don't use the PyGILState_* APIs with Python 2.3, it...
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | Add a note about a few other wxGTK changes that were...
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | disable debugreport option
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | some demo tweaks
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | Bumped up rc number
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | "As is" means the current size (or position) not the...
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | Allow wxStaticText to have a custom fg without a custom bg
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | Oops
|
commit | commitdiff | tree |
2005-03-12 |
Robin Dunn | GetSize --> GetSizeHint
|
commit | commitdiff | tree |
2005-03-10 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-10 |
Robin Dunn | add default action methods
|
commit | commitdiff | tree |
2005-03-10 |
Robin Dunn | Give the wxChoice an explicit width so the min size...
|
commit | commitdiff | tree |
2005-03-10 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-10 |
Robin Dunn | Catch possible exception from getdefaultlocale
|
commit | commitdiff | tree |
2005-03-09 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-09 |
Robin Dunn | Added some missing files
|
commit | commitdiff | tree |
2005-03-09 |
Robin Dunn | User newer APIs for setting up scrolling
|
commit | commitdiff | tree |
2005-03-09 |
Robin Dunn | Use the PyGILState_* APIs on Python >= 2.3
|
commit | commitdiff | tree |
2005-03-08 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-08 |
Robin Dunn | Workaround for toolbartool tooltip not getting written...
|
commit | commitdiff | tree |
2005-03-08 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-08 |
Robin Dunn | Fix compilation error
|
commit | commitdiff | tree |
2005-03-08 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-08 |
Robin Dunn | Little tweaks to match CVS changes
|
commit | commitdiff | tree |
2005-03-08 |
Robin Dunn | Move wxPyCallback back to derive from wxObject
|
commit | commitdiff | tree |
2005-03-08 |
Robin Dunn | Allow wxBufferedDC to be constructed with just a wxDC.
|
commit | commitdiff | tree |
2005-03-07 |
Robin Dunn | Don't enable the mediactrl on jaguar
|
commit | commitdiff | tree |
2005-03-06 |
Robin Dunn | Added toolbar wxTB_TEXT flag and tool label property
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | Docstring updates
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | Added wx.ArtProvider.GetSize
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | bump the version flags
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | Tweak how we cheat on the resource files
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | Add Resize, SetRGBRect, Size, and GetOrFindMaskColour...
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | Added wx.Rect.IsEmpty
|
commit | commitdiff | tree |
2005-03-05 |
Robin Dunn | Add Resize, SetRGBRect, Size, and GetOrFindMaskColour...
|
commit | commitdiff | tree |
next |