]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx
while gcc 4 works under xcode, 3.3. builds don't, therefore this workaround for sourc...
[wxWidgets.git] / wxPython / wx /
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-09  Robin DunnRemove some testing code
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-09-02  Robin DunnreSWIGged
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 DunnUpdates from Eli
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-29  Robin DunnRemoved __future__ import that has been in the "past...
2006-06-27  Robin DunnChanged call order of the PreCreate method, and pass...
2006-06-27  Robin DunnRemove use of wxHIDE_READONLY
2006-06-20  Robin DunnPatch for [ 1489711 ] analogclock hour hand sticks...
2006-06-14  Robin DunnPrevent exception if there is an attribute named just '_'
2006-06-14  Robin DunnRevert last change, it causes problems with not being...
2006-06-13  Robin DunnAdd support for generating classes for menus
2006-06-13  Robin DunnAllow AutoCompletion for items in collections too
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  Roman Rolinskyfix for empty value
2006-06-05  Roman Rolinskyfix for non-utf-8 character support in 'content'
2006-06-05  Roman Rolinskyhopefully this will fix some encoding problems
2006-06-05  Roman Rolinskydebug is not defined here
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-29  Robin Dunnwx.HIDE_READONLY is gone
2006-05-28  Robin DunnAllow for non-ascii text in resources
2006-05-25  Robin Dunnwx.lib.mixins.listctrl.TextEditMixin: Fixed the double...
2006-05-24  Robin DunnMake it possible for pywxrc to generate just the gettex...
2006-05-19  Robin Dunnmemory dc must have bitmap selected into it before...
2006-05-18  Robin DunnwxMessageBox --> wx.MessageBox
2006-05-17  Robin DunnPorted XRCed to the wx namespace, and also enabled...
2006-05-15  Robin DunnAdded SetSashPosition
2006-05-10  Robin DunnMake the app object be global in case it is run multipl...
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-05-03  Robin DunnPatch from Eli Golovinsky. Adds generation of _()...
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-10  Roman Rolinskyadded TreeCtrl.WindowIndex method for skipping items...
2006-04-08  Robin DunnFirst pass at integrating a code generator in XRCed...
2006-04-07  Robin DunnwxNotebookSizer is gone now
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-05  Roman Rolinskyimplemented locating objects in gridbag sizer,
2006-04-05  Roman RolinskySecond fix for Copy/Paste (using expat.native_encoding...
2006-04-04  Robin DunnDocstring fix
2006-03-31  Robin DunnFixed problem in wx.lib.splitter when used on 64-bit...
2006-03-31  Roman Rolinskyversion 0.1.7-3
2006-03-31  Roman Rolinskyignore wrong colour spec
2006-03-31  Roman Rolinskyfix for copy/paste to work with i18n
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-24  Robin Dunn* wx.Panel doesn't have a SetTitle anymore. What was...
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 DunnMake the 'this' attribute a real attribute of the Facad...
2006-03-06  Robin Dunn Publisher is now able to parse a dotted notation string
2006-02-24  Robin DunnWorkaround the lack of a wx.EVT_FIND_CLOSE on Windows...
2006-02-24  Robin DunnAllow clearing the history, and saving the history...
2006-02-24  Robin DunnGive attribution to Jorgen Bodde
2006-02-21  Roman Rolinskycorrected positioning of internal panels, as the defaul...
2006-02-18  Robin DunnTreat Ctrl-Shift-Backspace the same as ESC in the shell.
2006-02-18  Robin DunnPrevent using a bad tree item.
2006-02-16  Roman RolinskyFixed Cut command, added support for MenuBar inside...
2006-02-14  Roman RolinskyOnReplace not yet undoable
2006-02-14  Roman Rolinskyupdate of Paste command, new revision
2006-02-14  Roman Rolinskyfix for memory leak in paste
next