]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx
Dependency tracking for Sun CC
[wxWidgets.git] / wxPython / wx /
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-27  Robin DunnAdded wxSL_INVERSE
2005-05-26  Robin Dunnadd wxART_NEW, and fixed wxART_FIND_AND_REPLACE
2005-05-26  Robin DunnDon't change the fg/bg colours so that the native colou...
2005-05-26  Robin Dunnuse wx.ART_NEW
2005-05-26  Robin DunnDon't force the art provider to resize the toolbar...
2005-05-26  Roman Rolinskysmall fix
2005-05-26  Roman Rolinskyencoding should not be specified
2005-05-26  Roman Rolinsky0.1.5-2
2005-05-24  Robin DunnRemoved unnecessary files, removed or replaced images...
2005-05-19  Robin DunnCorrections for fonts
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  Roman Rolinsky0.1.5-2
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-26  Roman RolinskyVersion 0.1.5-1
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 DunnBe a little smarter about converting unicode command...
2005-03-25  Robin DunnA little cleanup
2005-03-24  Robin DunnDelay some of the cascading resizes to work around...
2005-03-14  Roman RolinskyREADME scrolling fix
2005-03-08  Robin DunnWorkaround for toolbartool tooltip not getting written...
2005-03-06  Robin DunnAdded toolbar wxTB_TEXT flag and tool label property
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
2005-02-18  Robin DunnAdded wx.lib.gestures module from Daniel Pozmanter...
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-02-18  Robin DunnAvoid doing a str(object) since in some cases it can...
2005-02-18  Robin Dunncan't have a zero sized font
2005-02-07  Robin DunnreSWIGged
2005-02-07  Robin DunnDon't do str() on Numeric arrays
2005-02-07  Robin DunnUse wx.StdDialogButtonSizer
2005-02-04  Robin DunnPatch #1113284: wx.lib.calendar SetBusType() problem
2005-01-31  Roman RolinskyLocate command, etc.
2005-01-31  Roman RolinskyBatch of changes:
2005-01-30  Kevin OllivierFixed problem with incorrect panel background on OS X.
2005-01-13  Robin DunnPatch from Prabhu Ramachandran to make introspection...
2005-01-13  Robin Dunnuntabified
2005-01-13  Robin Dunna bit of code cleanupt
2005-01-13  Robin DunnPlay nice with sizers
2005-01-12  Robin DunnFix for bug [ 1098263 ] wx.lib.ogl control points leak
2004-12-26  Roman Rolinskychecking for dom.encoding == None
2004-12-26  Roman RolinskywxIcon correctly handled now (it has no "icon" tag)
2004-12-23  Robin DunnChanged GetSystemColour to GetColour
2004-12-17  Robin DunnAdded default values for some parameters
2004-12-16  Robin Dunnuntabified
2004-12-14  Robin DunnApplied patch #1084332: xrced does not respect encoding
2004-12-07  Robin Dunnmade dates in comments consistent
2004-12-01  Robin Dunnensure that yesr is an integer
2004-11-16  Robin Dunncommented out dbg message
2004-11-11  Robin DunnFixed typo
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
2004-11-10  Robin DunnFixed GetSaveData and SetSaveData in wx.lib.multisash...
2004-11-10  Robin DunnOGL patch from Shane Holloway:
next