2006-03-10 |
Robin Dunn | Applied patch #1441370: lib.plot - allow passing in... |
tree | commitdiff |
2006-03-06 |
Robin Dunn | Make the 'this' attribute a real attribute of the Facad... |
tree | commitdiff |
2006-03-06 |
Robin Dunn | Publisher is now able to parse a dotted notation string |
tree | commitdiff |
2006-02-24 |
Robin Dunn | Workaround the lack of a wx.EVT_FIND_CLOSE on Windows... |
tree | commitdiff |
2006-02-24 |
Robin Dunn | Allow clearing the history, and saving the history... |
tree | commitdiff |
2006-02-24 |
Robin Dunn | Give attribution to Jorgen Bodde |
tree | commitdiff |
2006-02-21 |
Roman Rolinsky | corrected positioning of internal panels, as the defaul... |
tree | commitdiff |
2006-02-18 |
Robin Dunn | Treat Ctrl-Shift-Backspace the same as ESC in the shell. |
tree | commitdiff |
2006-02-18 |
Robin Dunn | Prevent using a bad tree item. |
tree | commitdiff |
2006-02-16 |
Roman Rolinsky | Fixed Cut command, added support for MenuBar inside... |
tree | commitdiff |
2006-02-14 |
Roman Rolinsky | OnReplace not yet undoable |
tree | commitdiff |
2006-02-14 |
Roman Rolinsky | update of Paste command, new revision |
tree | commitdiff |
2006-02-14 |
Roman Rolinsky | fix for memory leak in paste |
tree | commitdiff |
2006-02-07 |
Robin Dunn | Changes to how overridable C++ methods are virtualized... |
tree | commitdiff |
2006-02-03 |
Robin Dunn | Allow Save Settings to save even when AutoSave is turne... |
tree | commitdiff |
2006-02-03 |
Robin Dunn | Better cleanup of circular references. |
tree | commitdiff |
2006-02-01 |
Roman Rolinsky | updated from CVS |
tree | commitdiff |
2006-01-31 |
Robin Dunn | Delay part of the setup |
tree | commitdiff |
2006-01-29 |
David Surovell | wxPython tab cleaning |
tree | commitdiff |
2006-01-29 |
Robin Dunn | Ensure the window is still valid before adjusting the... |
tree | commitdiff |
2006-01-17 |
Robin Dunn | Another merge of 2.6 changes |
tree | commitdiff |
2006-01-10 |
Robin Dunn | One last change from Chris. Delays handling a resize... |
tree | commitdiff |
2006-01-10 |
Robin Dunn | merge #4 from 2.6 branch |
tree | commitdiff |
2006-01-09 |
Robin Dunn | Merge #3 from the 2.6 branch, containing last set of... |
tree | commitdiff |
2006-01-06 |
Robin Dunn | another merge from WX_2_6_BRANCH |
tree | commitdiff |
2005-12-30 |
Robin Dunn | Merged modifications from the 2.6 branch |
tree | commitdiff |
2005-11-16 |
Włodzimierz Skiba | Finally removes occurences of OnMenuCommand and closes... |
tree | commitdiff |
2005-11-11 |
Roman Rolinsky | 0.1.7-0 |
tree | commitdiff |
2005-11-08 |
Roman Rolinsky | revision 7 |
tree | commitdiff |
2005-11-04 |
Roman Rolinsky | version 0.1.6-6 |
tree | commitdiff |
2005-10-14 |
Roman Rolinsky | fix for correct type of checklist box items |
tree | commitdiff |
2005-10-14 |
Roman Rolinsky | iconize properties frame together with main |
tree | commitdiff |
2005-09-09 |
Roman Rolinsky | fix for toolbar highlighting (not done for main toolbar) |
tree | commitdiff |
2005-09-09 |
Roman Rolinsky | 0.1.6-5 |
tree | commitdiff |
2005-09-09 |
Roman Rolinsky | testing for top-level objects only |
tree | commitdiff |
2005-08-15 |
Roman Rolinsky | 0.1.6-4: replace working for sizeritems and spacers |
tree | commitdiff |
2005-08-12 |
Roman Rolinsky | some more fixes: tree selection, replacing, wxYield... |
tree | commitdiff |
2005-08-10 |
Roman Rolinsky | one more fix for tree selection |
tree | commitdiff |
2005-08-10 |
Roman Rolinsky | wxMSW fixes for tree control |
tree | commitdiff |
2005-08-09 |
Roman Rolinsky | 0.1.6-1 |
tree | commitdiff |
2005-08-09 |
Roman Rolinsky | SetModified updates window title ('*' is shown if modified) |
tree | commitdiff |
2005-07-15 |
Roman Rolinsky | new version ready |
tree | commitdiff |
2005-07-15 |
Roman Rolinsky | StdDialogButtonSizer menu |
tree | commitdiff |
2005-07-13 |
Roman Rolinsky | fix for toolbar items selection - impossible to find... |
tree | commitdiff |
2005-07-13 |
Roman Rolinsky | ART_NEW is not defined in previous versions, use NORMAL... |
tree | commitdiff |
2005-07-13 |
Roman Rolinsky | some new parameters |
tree | commitdiff |
2005-07-13 |
Roman Rolinsky | toolbars can be added inside windows, fix for relative... |
tree | commitdiff |
2005-06-30 |
Kevin Ollivier | Added a missing import that was causing FormatText... |
tree | commitdiff |
2005-06-14 |
Robin Dunn | Log the exception when writing to file fails. |
tree | commitdiff |
2005-06-13 |
Robin Dunn | Pass the print data to the wx.PrintDialogData ctor. |
tree | commitdiff |
2005-06-11 |
Robin Dunn | Docview and IDE patch from Morag Hua with fix for bug... |
tree | commitdiff |
2005-06-11 |
Robin Dunn | Only freeze the splitter, the children will be automati... |
tree | commitdiff |
2005-06-11 |
Robin Dunn | Forgot to get rid of the old test code |
tree | commitdiff |
2005-06-11 |
Robin Dunn | Only Freeze/Thaw on wxMSW. The other ports don't need it. |
tree | commitdiff |
2005-06-11 |
Robin Dunn | Added the wx.lib.splitter module, which contains the |
tree | commitdiff |
2005-06-10 |
Robin Dunn | Fix for bug #1217874, Error in parameter name in DocMan... |
tree | commitdiff |
2005-06-10 |
Robin Dunn | Fixes for bug #1217872 pydocview.DocService not correct... |
tree | commitdiff |
2005-06-03 |
Robin Dunn | Typo fixed |
tree | commitdiff |
2005-06-02 |
Robin Dunn | Don't scroll when the mouse is dragged outside of the... |
tree | commitdiff |
2005-06-02 |
Robin Dunn | Have to dig a little deeper to find a wxPyDeadObject... |
tree | commitdiff |
2005-05-31 |
Robin Dunn | DocView patches from Morgen Hua: bug fixes, and additio... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Olly Betts' typo patch |
tree | commitdiff |
2005-05-27 |
Robin Dunn | Added wxSL_INVERSE |
tree | commitdiff |
2005-05-26 |
Robin Dunn | add wxART_NEW, and fixed wxART_FIND_AND_REPLACE |
tree | commitdiff |
2005-05-26 |
Robin Dunn | Don't change the fg/bg colours so that the native colou... |
tree | commitdiff |
2005-05-26 |
Robin Dunn | use wx.ART_NEW |
tree | commitdiff |
2005-05-26 |
Robin Dunn | Don't force the art provider to resize the toolbar... |
tree | commitdiff |
2005-05-26 |
Roman Rolinsky | small fix |
tree | commitdiff |
2005-05-26 |
Roman Rolinsky | encoding should not be specified |
tree | commitdiff |
2005-05-26 |
Roman Rolinsky | 0.1.5-2 |
tree | commitdiff |
2005-05-24 |
Robin Dunn | Removed unnecessary files, removed or replaced images... |
tree | commitdiff |
2005-05-19 |
Robin Dunn | Corrections for fonts |
tree | commitdiff |
2005-05-19 |
Robin Dunn | More updates to the docview library modules and sample... |
tree | commitdiff |
2005-05-19 |
Robin Dunn | Patch from Davide Salomoni that adds an optional point |
tree | commitdiff |
2005-05-18 |
Robin Dunn | Bug fix from Chad Netzer for when self.history is None |
tree | commitdiff |
2005-05-18 |
Roman Rolinsky | 0.1.5-2 |
tree | commitdiff |
2005-05-18 |
Robin Dunn | Set the ID and the event object in the events |
tree | commitdiff |
2005-05-18 |
Robin Dunn | Added a wx.xrc.XmlResourceHandler for the Ticker class |
tree | commitdiff |
2005-05-17 |
Robin Dunn | Themed backgrounds for flat generic buttons |
tree | commitdiff |
2005-05-13 |
Robin Dunn | Better handling of the bg to allow the theme (if any... |
tree | commitdiff |
2005-05-13 |
Robin Dunn | Added wx.lib.hyperlink from Andrea Gavana. It is a... |
tree | commitdiff |
2005-05-12 |
Robin Dunn | Add line control points before the end point |
tree | commitdiff |
2005-05-12 |
Robin Dunn | Docstring updates |
tree | commitdiff |
2005-05-11 |
Robin Dunn | Don't use wx.TheFontList.FindOrCreateFont, it's way... |
tree | commitdiff |
2005-05-09 |
Robin Dunn | Don't allow zero-sized buffer bitmaps |
tree | commitdiff |
2005-05-05 |
Robin Dunn | More updates from Morgan Hua |
tree | commitdiff |
2005-05-04 |
Robin Dunn | Bind event to the listctrl |
tree | commitdiff |
2005-05-04 |
Robin Dunn | use the passed in ID |
tree | commitdiff |
2005-05-04 |
Robin Dunn | part of the revert of 1.8 got botched |
tree | commitdiff |
2005-05-02 |
Robin Dunn | flicker reduction for gtk2 |
tree | commitdiff |
2005-05-02 |
Robin Dunn | Ensure the bitmap is good before drawing it. |
tree | commitdiff |
2005-04-29 |
Robin Dunn | detabbed |
tree | commitdiff |
2005-04-29 |
Robin Dunn | No need to match bg colours any more |
tree | commitdiff |
2005-04-28 |
Robin Dunn | Updates to doc/view modules and sample apps from Active... |
tree | commitdiff |
2005-04-26 |
Roman Rolinsky | Version 0.1.5-1 |
tree | commitdiff |
2005-04-22 |
Robin Dunn | extra self removed |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Patch from Joe "shmengie" Brown joebrown@podiatryfl.com |
tree | commitdiff |
2005-04-13 |
Robin Dunn | Applied patch #1181805 TextEditMixin and EVT_LIST_END_L... |
tree | commitdiff |
2005-04-09 |
Robin Dunn | Don't depend on the default formatting of wx.DateTime... |
tree | commitdiff |
2005-04-08 |
Robin Dunn | Patch from Will Sadkin |
tree | commitdiff |
next |