.. |
analogclock
|
Patch for [ 1489711 ] analogclock hour hand sticks on 12:00 noon
|
2006-06-20 16:36:55 +00:00 |
colourchooser
|
|
|
editor
|
Use GetKeyCode() instead of KeyCode()
|
2006-09-08 20:09:27 +00:00 |
floatcanvas
|
wxPython tab cleaning
|
2006-01-29 17:35:47 +00:00 |
masked
|
Patch from Will Sadkin:
|
2006-08-26 21:13:58 +00:00 |
mixins
|
some docstring fixes
|
2006-06-11 00:13:05 +00:00 |
ogl
|
Use global font and pen to reduce GDI objects created. Patch #1540457
|
2006-08-19 19:22:23 +00:00 |
__init__.py
|
|
|
.cvsignore
|
|
|
activexwrapper.py
|
Some minor tweaks
|
2006-04-18 22:59:14 +00:00 |
anchors.py
|
Docstring updates
|
2005-05-12 22:46:53 +00:00 |
buttons.py
|
Use GetKeyCode() instead of KeyCode()
|
2006-09-08 20:09:27 +00:00 |
calendar.py
|
Use GetKeyCode() instead of KeyCode()
|
2006-09-08 20:09:27 +00:00 |
CDate.py
|
|
|
ClickableHtmlWindow.py
|
|
|
colourdb.py
|
Docstring updates
|
2005-05-12 22:46:53 +00:00 |
colourselect.py
|
Docstring updates
|
2005-05-12 22:46:53 +00:00 |
combotreebox.py
|
Update from Frank with fixes for running on wxMSW 2.7
|
2006-09-07 17:14:57 +00:00 |
dialogs.py
|
Remove use of wxHIDE_READONLY
|
2006-06-27 22:30:12 +00:00 |
docview.py
|
some docstring fixes
|
2006-06-11 00:13:05 +00:00 |
dragscroller.py
|
Added wx.lib.dragscroller from Riaan Booysen.
|
2006-09-06 04:18:36 +00:00 |
evtmgr.py
|
Have to dig a little deeper to find a wxPyDeadObject...
|
2005-06-02 03:41:32 +00:00 |
fancytext.py
|
memory dc must have bitmap selected into it before it can be used for measuring
|
2006-05-19 01:57:30 +00:00 |
filebrowsebutton.py
|
Patch #1540143 Add optional labelwidths to filebrowsebutton
|
2006-08-19 21:16:18 +00:00 |
flashwin.py
|
|
|
floatbar.py
|
|
|
foldmenu.py
|
|
|
foldpanelbar.py
|
some docstring fixes
|
2006-06-11 00:13:05 +00:00 |
gestures.py
|
some docstring fixes
|
2006-06-11 00:13:05 +00:00 |
gridmovers.py
|
Don't use a saved label size incase the size changes. Patch from Hong Yuan.
|
2006-07-12 21:48:47 +00:00 |
grids.py
|
|
|
hyperlink.py
|
Merged modifications from the 2.6 branch
|
2005-12-30 23:02:03 +00:00 |
iewin.py
|
typo
|
2006-07-17 20:53:16 +00:00 |
imagebrowser.py
|
fix scope of setting self.files
|
2006-06-08 19:12:13 +00:00 |
imageutils.py
|
|
|
infoframe.py
|
Remove use of wxHIDE_READONLY
|
2006-06-27 22:30:12 +00:00 |
intctrl.py
|
Use GetKeyCode() instead of KeyCode()
|
2006-09-08 20:09:27 +00:00 |
layoutf.py
|
|
|
multisash.py
|
Delay some of the cascading resizes to work around a bug with defered
|
2005-03-24 20:37:48 +00:00 |
mvctree.py
|
Use GetKeyCode() instead of KeyCode()
|
2006-09-08 20:09:27 +00:00 |
newevent.py
|
Change Miki's email address
|
2006-08-20 04:49:34 +00:00 |
pdfwin.py
|
Docstrings and other fixes from David Hughes
|
2006-07-21 16:10:42 +00:00 |
plot.py
|
Give PlotCanvas the full compliment of constructor parameters again.
|
2006-08-29 19:59:24 +00:00 |
popupctl.py
|
|
|
printout.py
|
Patch #1547057: Disable grid lines in wx.lib.printout.PrintTable
|
2006-08-26 21:15:40 +00:00 |
pubsub.py
|
some docstring fixes
|
2006-06-11 00:13:05 +00:00 |
pydocview.py
|
DocView and ActiveGrid IDE updates from Morgan Hua:
|
2006-04-20 06:26:03 +00:00 |
pyshell.py
|
Use GetKeyCode() instead of KeyCode()
|
2006-09-08 20:09:27 +00:00 |
rcsizer.py
|
Return the wx.SizerItem from the Add methods
|
2005-04-06 04:39:11 +00:00 |
rightalign.py
|
|
|
rpcMixin.py
|
|
|
scrolledpanel.py
|
Delay part of the setup
|
2006-01-31 17:48:19 +00:00 |
sheet.py
|
some docstring fixes
|
2006-06-11 00:13:05 +00:00 |
shell.py
|
Use GetKeyCode() instead of KeyCode()
|
2006-09-08 20:09:27 +00:00 |
splashscreen.py
|
|
|
splitter.py
|
Added SetSashPosition
|
2006-05-15 14:58:36 +00:00 |
statbmp.py
|
Ensure the bitmap is good before drawing it.
|
2005-05-02 23:43:56 +00:00 |
stattext.py
|
Better handling of the bg to allow the theme (if any) to be visible.
|
2005-05-13 01:39:09 +00:00 |
throbber.py
|
Merged modifications from the 2.6 branch
|
2005-12-30 23:02:03 +00:00 |
ticker_xrc.py
|
Added a wx.xrc.XmlResourceHandler for the Ticker class
|
2005-05-18 00:39:38 +00:00 |
ticker.py
|
some docstring fixes
|
2006-06-11 00:13:05 +00:00 |
vtk.py
|
Use GetKeyCode() instead of KeyCode()
|
2006-09-08 20:09:27 +00:00 |
wxPlotCanvas.py
|
|
|
wxpTag.py
|
some docstring fixes
|
2006-06-11 00:13:05 +00:00 |