2003-12-22 |
Robin Dunn | wxTaskBarIcon works on wxGTK now too. |
tree | commitdiff |
2003-12-22 |
Robin Dunn | Make the comment colors have a bit more contrast, and... |
tree | commitdiff |
2003-12-22 |
Robin Dunn | More lib and demo patches to drop the wx prefix (Jeff... |
tree | commitdiff |
2003-12-20 |
Robin Dunn | More lib and demo changes for dropping the wx prefix... |
tree | commitdiff |
2003-12-20 |
Robin Dunn | Oops |
tree | commitdiff |
2003-12-20 |
Robin Dunn | Fixed a couple namespace issues |
tree | commitdiff |
2003-12-18 |
Robin Dunn | Tweaking names (Thanks Jeff!) |
tree | commitdiff |
2003-12-18 |
Robin Dunn | Fixed a very weird typo |
tree | commitdiff |
2003-12-17 |
Robin Dunn | Swtch to using Bind, and use better styles for the... |
tree | commitdiff |
2003-12-17 |
Robin Dunn | Added PyPlot |
tree | commitdiff |
2003-12-17 |
Robin Dunn | Lots of wx namespace updates for the wx.lib package... |
tree | commitdiff |
2003-12-13 |
Robin Dunn | Switch to a read-only combobox |
tree | commitdiff |
2003-12-13 |
Robin Dunn | Added a sample to the demo showing how to change the... |
tree | commitdiff |
2003-12-11 |
Robin Dunn | Get rid of this old never finished file |
tree | commitdiff |
2003-12-11 |
Robin Dunn | Kevin O's demo modules fixup patch |
tree | commitdiff |
2003-12-11 |
Robin Dunn | Updated the description of wx.PopupTransientWindow |
tree | commitdiff |
2003-12-09 |
Robin Dunn | Some wx.* fixes |
tree | commitdiff |
2003-12-09 |
Robin Dunn | Demo updates for new wx namespace, from Jeff Grimmett |
tree | commitdiff |
2003-12-03 |
Robin Dunn | Some little tweaks for debugging |
tree | commitdiff |
2003-11-28 |
Robin Dunn | Expose SetClippingRegion(point, size) |
tree | commitdiff |
2003-11-22 |
Robin Dunn | Lots of little bug fixes, API updates, etc. |
tree | commitdiff |
2003-11-21 |
Robin Dunn | Lots of demo tweaks for API updates, bug fixes and... |
tree | commitdiff |
2003-11-19 |
Robin Dunn | Tests for FindItemAtPoint |
tree | commitdiff |
2003-11-19 |
Robin Dunn | Show using GetAtter in wxPyGridTbaleBase |
tree | commitdiff |
2003-11-12 |
Robin Dunn | Merged the wxPy_newswig branch into the HEAD branch... |
tree | commitdiff |
2003-10-22 |
Robin Dunn | Add sample showing how to use the XRC subclass attribute |
tree | commitdiff |
2003-10-18 |
Robin Dunn | Demo tweaks |
tree | commitdiff |
2003-10-06 |
Robin Dunn | Show how to get the right position for HitTest from... |
tree | commitdiff |
2003-10-02 |
Robin Dunn | regenerated the images |
tree | commitdiff |
2003-10-02 |
Robin Dunn | A huge glob of changes in the 2.4 branch merged over... |
tree | commitdiff |
2003-10-01 |
Robin Dunn | Added listbook demo and also some other demo tweaks |
tree | commitdiff |
2003-09-18 |
Robin Dunn | some more test code for the toolbar |
tree | commitdiff |
2003-09-01 |
Robin Dunn | Fixed style setting |
tree | commitdiff |
2003-08-22 |
Robin Dunn | Extra testing code |
tree | commitdiff |
2003-08-14 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2003-08-08 |
Robin Dunn | Added Python wrappers for wxRTTI for the wxVScrolledWindow, |
tree | commitdiff |
2003-07-31 |
Robin Dunn | Various testing changes |
tree | commitdiff |
2003-07-29 |
Robin Dunn | Show how to iterate selected items in a wxListCtrl. |
tree | commitdiff |
2003-07-29 |
Robin Dunn | Regenerated embedded images |
tree | commitdiff |
2003-07-02 |
Robin Dunn | wxPython Merge #2 of 2.4 branch --> HEAD (branch tag... |
tree | commitdiff |
2003-03-25 |
Robin Dunn | Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) |
tree | commitdiff |
2002-09-11 |
Robin Dunn | Show how to use images in the virtual list control... |
tree | commitdiff |
2002-09-11 |
Robin Dunn | Update to Scintilla 1.48 |
tree | commitdiff |
2002-09-07 |
Robin Dunn | Some last minute little tweaks |
tree | commitdiff |
2002-09-06 |
Robin Dunn | Updated html version of stc.h |
tree | commitdiff |
2002-09-06 |
Robin Dunn | Updated to Scintilla from 1.45 to 1.47 |
tree | commitdiff |
2002-08-28 |
Robin Dunn | Some updates for the demo |
tree | commitdiff |
2002-08-27 |
Robin Dunn | Some little tweaks |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Test code for float editors |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Change back to the simple method by default |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Added wxXmlResourceHandler to wxPython and enabled... |
tree | commitdiff |
2002-08-22 |
Robin Dunn | A more dynamic wxWizard sample, and a fix for wxGrid... |
tree | commitdiff |
2002-08-21 |
Robin Dunn | wxWizardPage now handled by OOR |
tree | commitdiff |
2002-08-17 |
Robin Dunn | Added wxWizard and the wizard page classes, as well... |
tree | commitdiff |
2002-08-16 |
Robin Dunn | Reorganized listctrl demo a bit so I can test a bug... |
tree | commitdiff |
2002-08-16 |
Robin Dunn | demo tweak |
tree | commitdiff |
2002-08-14 |
Robin Dunn | Put a panel under the colored windows so wxGTK's notebo... |
tree | commitdiff |
2002-08-13 |
Robin Dunn | Fixes and other changes to the demo and some library... |
tree | commitdiff |
2002-08-13 |
Robin Dunn | Changed style so it looks good everywhere |
tree | commitdiff |
2002-08-13 |
Robin Dunn | Use a better index |
tree | commitdiff |
2002-08-13 |
Robin Dunn | Added a sample to the demo that catches various key... |
tree | commitdiff |
2002-08-12 |
Robin Dunn | More wxListCtrl test code |
tree | commitdiff |
2002-08-12 |
Robin Dunn | Show how to use a wxMemoryFSHandler |
tree | commitdiff |
2002-08-12 |
Robin Dunn | Added menu icon methods everywhere |
tree | commitdiff |
2002-08-09 |
Robin Dunn | Allow loading xrc resources from a string |
tree | commitdiff |
2002-08-08 |
Robin Dunn | Make batch files for the tool scripts, and other relate... |
tree | commitdiff |
2002-08-07 |
Robin Dunn | bug fix |
tree | commitdiff |
2002-07-26 |
Robin Dunn | Show how to prevent deselection of specific items |
tree | commitdiff |
2002-07-21 |
Robin Dunn | Test for wxPyTipProvider |
tree | commitdiff |
2002-07-20 |
Robin Dunn | Various little tweaks |
tree | commitdiff |
2002-07-12 |
Robin Dunn | better cleanup |
tree | commitdiff |
2002-07-11 |
Robin Dunn | demo tweaks |
tree | commitdiff |
2002-07-08 |
Robin Dunn | Added generic static text control |
tree | commitdiff |
2002-07-06 |
Robin Dunn | Some demo tweaks |
tree | commitdiff |
2002-07-06 |
Robin Dunn | A few other tweaks, reduced some flicker in the demo... |
tree | commitdiff |
2002-07-03 |
Robin Dunn | Added wxIEHtmlWin wrappers to wxPython. |
tree | commitdiff |
2002-07-02 |
Robin Dunn | Another demo tweak |
tree | commitdiff |
2002-07-02 |
Robin Dunn | Added menu sample, and some other minor changes to... |
tree | commitdiff |
2002-06-26 |
Robin Dunn | Added demo of using a sizer in a wxScrolledWindow |
tree | commitdiff |
2002-06-24 |
Robin Dunn | better font sizes |
tree | commitdiff |
2002-06-20 |
Robin Dunn | Show changing the control colour when the validator... |
tree | commitdiff |
2002-06-15 |
Robin Dunn | Changed name of demo so the list sorts nicer |
tree | commitdiff |
2002-06-14 |
Robin Dunn | Added wxArtProvider and other changes to match CVS... |
tree | commitdiff |
2002-06-13 |
Robin Dunn | Added code (currently disabled) to show putting a wxGLC... |
tree | commitdiff |
2002-06-13 |
Robin Dunn | Patch #568403 |
tree | commitdiff |
2002-06-12 |
Robin Dunn | little demo updates |
tree | commitdiff |
2002-06-06 |
Robin Dunn | Added wxPyWindow and wxPyControl which are just like... |
tree | commitdiff |
2002-06-05 |
Robin Dunn | minor updates |
tree | commitdiff |
2002-05-27 |
Robin Dunn | No, I didn't test it before. This is what I meant... |
tree | commitdiff |
2002-05-27 |
Robin Dunn | Some little demo updates |
tree | commitdiff |
2002-05-27 |
Robin Dunn | workaround for assert about wxFRAME_FLOAT_ON_PARENT |
tree | commitdiff |
2002-05-27 |
Robin Dunn | Added a bit of test code (commented out) |
tree | commitdiff |
2002-05-27 |
Robin Dunn | Reduce flicker in the demo when image is dragged out... |
tree | commitdiff |
2002-05-17 |
Robin Dunn | A few little tweaks |
tree | commitdiff |
2002-05-15 |
Robin Dunn | demo update |
tree | commitdiff |
2002-05-15 |
Robin Dunn | Some files to ignore |
tree | commitdiff |
2002-05-15 |
Robin Dunn | more demo updates |
tree | commitdiff |
2002-05-15 |
Robin Dunn | demo updates |
tree | commitdiff |
2002-05-14 |
Robin Dunn | Use the stdout/stderr window by default on Mac too... |
tree | commitdiff |
2002-05-14 |
Robin Dunn | If'd out the listbox on wxPopupWindow test for now |
tree | commitdiff |
next |