]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx/lib
hack around a UnicodeEditTextControl which does not deliver a correct selection unles...
[wxWidgets.git] / wxPython / wx / lib /
2006-05-19  Robin Dunnmemory dc must have bitmap selected into it before...
2006-05-18  Robin DunnwxMessageBox --> wx.MessageBox
2006-05-15  Robin DunnAdded SetSashPosition
2006-05-05  Robin Dunnfix a typo causing the wrong method to be called.
2006-05-04  Robin DunnEnsure the button still exists after the Notify before...
2006-04-20  Robin DunnDocView and ActiveGrid IDE updates from Morgan Hua:
2006-04-18  Robin DunnSome minor tweaks
2006-04-15  Robin DunnVarious wxHtml updates
2006-04-06  Robin Dunnwx.lib.pubsub updates from Oliver Schoenborn:
2006-04-06  Robin DunnForce a full refresh when the focus changes so the...
2006-04-04  Robin DunnDocstring fix
2006-03-31  Robin DunnFixed problem in wx.lib.splitter when used on 64-bit...
2006-03-30  Robin DunnNeed to tell which object to Destroy()
2006-03-28  Robin Dunnavoid assert in wxMac port, only change the font point...
2006-03-25  Robin DunnUse self.GetCanvas() instead of just self.GetCanvas
2006-03-17  Robin DunnAdd scrollbars when the plot is zoomed in, and also...
2006-03-15  Robin DunnAdded CheckListCtrlMixin from Bruce Who
2006-03-15  Robin DunnUpdated the analogclock.py module to the new analogcloc...
2006-03-14  Robin Dunntypo
2006-03-10  Robin DunnApplied patch #1441370: lib.plot - allow passing in...
2006-03-06  Robin Dunn Publisher is now able to parse a dotted notation string
2006-02-24  Robin DunnGive attribution to Jorgen Bodde
2006-02-21  Roman Rolinskycorrected positioning of internal panels, as the defaul...
2006-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2006-02-03  Robin DunnBetter cleanup of circular references.
2006-02-01  Roman Rolinskyupdated from CVS
2006-01-31  Robin DunnDelay part of the setup
2006-01-29  David SurovellwxPython tab cleaning
2006-01-29  Robin DunnEnsure the window is still valid before adjusting the...
2006-01-17  Robin DunnAnother merge of 2.6 changes
2006-01-10  Robin DunnOne last change from Chris. Delays handling a resize...
2006-01-10  Robin Dunnmerge #4 from 2.6 branch
2006-01-09  Robin DunnMerge #3 from the 2.6 branch, containing last set of...
2006-01-06  Robin Dunnanother merge from WX_2_6_BRANCH
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-11-16  Włodzimierz SkibaFinally removes occurences of OnMenuCommand and closes...
2005-06-30  Kevin OllivierAdded a missing import that was causing FormatText...
2005-06-13  Robin DunnPass the print data to the wx.PrintDialogData ctor.
2005-06-11  Robin DunnDocview and IDE patch from Morag Hua with fix for bug...
2005-06-11  Robin DunnOnly freeze the splitter, the children will be automati...
2005-06-11  Robin DunnForgot to get rid of the old test code
2005-06-11  Robin DunnOnly Freeze/Thaw on wxMSW. The other ports don't need it.
2005-06-11  Robin DunnAdded the wx.lib.splitter module, which contains the
2005-06-10  Robin DunnFix for bug #1217874, Error in parameter name in DocMan...
2005-06-10  Robin DunnFixes for bug #1217872 pydocview.DocService not correct...
2005-06-03  Robin DunnTypo fixed
2005-06-02  Robin DunnDon't scroll when the mouse is dragged outside of the...
2005-06-02  Robin DunnHave to dig a little deeper to find a wxPyDeadObject...
2005-05-31  Robin DunnDocView patches from Morgen Hua: bug fixes, and additio...
2005-05-31  Julian SmartOlly Betts' typo patch
2005-05-19  Robin DunnMore updates to the docview library modules and sample...
2005-05-19  Robin Dunn Patch from Davide Salomoni that adds an optional point
2005-05-18  Robin DunnBug fix from Chad Netzer for when self.history is None
2005-05-18  Robin DunnSet the ID and the event object in the events
2005-05-18  Robin DunnAdded a wx.xrc.XmlResourceHandler for the Ticker class
2005-05-17  Robin DunnThemed backgrounds for flat generic buttons
2005-05-13  Robin DunnBetter handling of the bg to allow the theme (if any...
2005-05-13  Robin DunnAdded wx.lib.hyperlink from Andrea Gavana. It is a...
2005-05-12  Robin DunnAdd line control points before the end point
2005-05-12  Robin DunnDocstring updates
2005-05-11  Robin DunnDon't use wx.TheFontList.FindOrCreateFont, it's way...
2005-05-09  Robin DunnDon't allow zero-sized buffer bitmaps
2005-05-05  Robin DunnMore updates from Morgan Hua
2005-05-04  Robin DunnBind event to the listctrl
2005-05-04  Robin Dunnuse the passed in ID
2005-05-04  Robin Dunnpart of the revert of 1.8 got botched
2005-05-02  Robin Dunnflicker reduction for gtk2
2005-05-02  Robin DunnEnsure the bitmap is good before drawing it.
2005-04-29  Robin Dunndetabbed
2005-04-29  Robin DunnNo need to match bg colours any more
2005-04-28  Robin DunnUpdates to doc/view modules and sample apps from Active...
2005-04-22  Robin Dunnextra self removed
2005-04-16  Robin DunnPatch from Joe "shmengie" Brown joebrown@podiatryfl.com
2005-04-13  Robin DunnApplied patch #1181805 TextEditMixin and EVT_LIST_END_L...
2005-04-09  Robin DunnDon't depend on the default formatting of wx.DateTime...
2005-04-08  Robin DunnPatch from Will Sadkin
2005-04-08  Robin DunnUpdated docview library modules and sample apps from...
2005-04-08  Robin DunnIgnore kill focus events when being destroyed
2005-04-07  Robin Dunnfixed typo
2005-04-06  Robin DunnCorrect way to find the region
2005-04-06  Robin DunnReturn the wx.SizerItem from the Add methods
2005-04-04  Robin DunnPatch from Werner F. Bruhin that allows either vertical...
2005-04-03  Robin DunnCopy the wx.PrintData objects
2005-03-31  Robin Dunndocstring fix
2005-03-31  Robin DunnChange multipleChoiceDialog to use wx.MultiChoiceDialog...
2005-03-30  Robin DunnAdded wx.lib.foldpanelbar, Andrea Gavana's port of...
2005-03-30  Robin DunnOGL fixes from Davide Salomoni
2005-03-28  Robin Dunnwx.lib.mixins.listctrl: Patches from Toni Brkic:
2005-03-25  Robin DunnA little cleanup
2005-03-24  Robin DunnDelay some of the cascading resizes to work around...
2005-03-03  Robin DunnAdd SetDefault()
2005-03-02  Robin Dunnallow border flags
2005-03-01  Robin DunnAdded newDirectory flag to DirBrowseButton
2005-03-01  Robin DunnUse GetMark if available
2005-02-28  Robin Dunndelete singleInstanceChecker when exiting
2005-02-28  Robin DunnNotebookSizer is deprecated
2005-02-28  Robin DunnUpdates for doc/view from Morgan Hua
2005-02-28  Robin DunnUpdates for MouseGestures
2005-02-28  Robin DunnPatch from Will Sadkin:
2005-02-25  Robin DunnAdded docview modules from Peter Yared and Morgan Hua
next