]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx/lib
GetBestFittingSize --> GetEffectiveMinSize
[wxWidgets.git] / wxPython / wx / lib /
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-26  Robin DunnPatch from Dj Gilcrease to fix gradients.
2006-10-24  Robin DunnFactor the brush selection out of OnPaint so it can...
2006-10-24  Robin DunnFixes from Andrea
2006-10-22  Robin DunnPatch #1581767: Another fix for wx.lib.calendar
2006-10-22  Robin DunnLots of little tweaks, mostly to draw selected items...
2006-10-21  Robin DunnwxMac apparently doesn't send EVT_SHOW, so just use...
2006-10-21  Robin DunnChange Refresh to Reset to avoid conflict with base...
2006-10-19  Robin Dunnensure that the MasedEditMixin's version of IsEmpty...
2006-10-18  Robin DunnPatch from Andrea: fixes no page chang* events with...
2006-10-18  Robin Dunndon't clear the tooltip unless there is one.
2006-10-17  Robin DunnMore updates from Andrea
2006-10-17  Robin Dunnupdates from Andrea, plus some fixes
2006-10-17  Robin DunnPatch #1576397, fix to properly render months that...
2006-10-16  Robin DunnAdd a utility function that can calculate word-wrap...
2006-10-13  Robin Dunnsome fixes in the compatibility class
2006-10-13  Robin Dunncan put back the wx.BufferedPaintDC now
2006-10-12  Robin Dunnupdates from Andrea
2006-10-12  Robin Dunnonly need a (1,1) bitmap for measuring
2006-10-12  Robin DunnGive up on trying to fix all the buffered dc problems...
2006-10-11  Robin DunnDon't use the window position as the x offset when...
2006-10-11  Robin DunnGive some more specific info if PyWin can't be imported...
2006-10-09  Robin Dunnupdate to latest from Andrea
2006-10-09  Robin Dunndefault ID value
2006-10-09  Robin DunnAdd CustomTreeCtrl from Andrea Gavana
2006-10-06  Robin Dunnrename the ID parameter
2006-10-06  Robin Dunnsome tweaks
2006-10-06  Robin Dunnalways use wxPyPanel
2006-10-05  Robin DunnAdd FlatNotebook
2006-10-03  Robin DunnDon't use the old wxPython namespace
2006-10-03  Robin DunnAdded the wx.lib.buttonpanel module, which is a tweaked...
2006-10-02  Robin DunnDon't autosize if the height is too small. Interaction...
2006-09-26  Robin DunnWorkaround some platform differences
2006-09-25  Robin Dunnhandle starting out with multiple lines of text.
2006-09-23  Robin DunnAdded wx.lib.expando, a multi-line textctrl that exands...
2006-09-21  Robin DunnAdd support for aborting the worker thread
2006-09-21  Robin DunnImport numpy.oldnumeric
2006-09-14  Robin DunnAdded wx.lib.delayedresult from Oliver Schoenborn.
2006-09-08  Robin DunnUse GetKeyCode() instead of KeyCode()
2006-09-07  Robin DunnUpdate from Frank with fixes for running on wxMSW 2.7
2006-09-06  Robin DunnAdded wx.lib.dragscroller from Riaan Booysen.
2006-08-29  Robin DunnGive PlotCanvas the full compliment of constructor...
2006-08-26  Robin DunnPatch #1547057: Disable grid lines in wx.lib.printout...
2006-08-26  Robin DunnPatch from Will Sadkin:
2006-08-21  Robin DunnAdded wx.lib.combotreebox from Frank Niessink
2006-08-20  Robin DunnChange Miki's email address
2006-08-19  Robin DunnPatch #1540143 Add optional labelwidths to filebrowsebutton
2006-08-19  Robin DunnUse global font and pen to reduce GDI objects created...
2006-07-21  Robin DunnDocstrings and other fixes from David Hughes
2006-07-17  Robin Dunnif Acrobat is >= 7.0 then use acrobat by embedding...
2006-07-17  Robin Dunntypo
2006-07-12  Robin DunnDon't use a saved label size incase the size changes...
2006-06-27  Robin DunnRemove use of wxHIDE_READONLY
2006-06-20  Robin DunnPatch for [ 1489711 ] analogclock hour hand sticks...
2006-06-12  Robin Dunnalways make a buffer bitmap
2006-06-11  Robin Dunnsome docstring fixes
2006-06-10  Robin DunnMaskedEdit patch from Will Sadkin:
2006-06-09  Robin DunnUsing buffered drawing won't let the themed background...
2006-06-08  Robin Dunnfix scope of setting self.files
2006-06-05  Robin DunnNo need to use 2-phase create of the text ctrl
2006-06-02  Robin DunncolSortFlag shoudl be an int, not a Boolean
2006-05-25  Robin Dunnwx.lib.mixins.listctrl.TextEditMixin: Fixed the double...
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.
next