]> git.saurik.com Git - wxWidgets.git/history - wxPython
Attempt at fixing the misplaced MSW build files.
[wxWidgets.git] / wxPython /
2006-05-19  Robin DunnDemo the page setup dialog instead of the print setup...
2006-05-19  Robin DunnreSWIGged
2006-05-19  Robin Dunnmemory dc must have bitmap selected into it before...
2006-05-19  Robin DunnDeprecationWarning for the old wxPython package.
2006-05-19  Robin Dunngenerated rename directives are no longer needed
2006-05-18  Robin DunnwxMessageBox --> wx.MessageBox
2006-05-18  Robin DunnDon't set a module attribute for the *_swigregister...
2006-05-18  Robin DunnAdded SetQuickBestSize and GetQuickBestSize
2006-05-18  Robin DunnUndo part of lst change
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-05-17  Robin DunnForgot about dropping the 'wx' for some Python objects
2006-05-17  Robin DunnI haven't taught SWIG about wxChar, so pretend it's...
2006-05-17  Robin DunnClipboard events
2006-05-17  Robin DunnUse Bind for OnCloseWindow
2006-05-17  Robin DunnUse %rename("%(wxpy)s")
2006-05-17  Robin DunnSet BUILD_RENAMERS default to zero.
2006-05-17  Robin DunnAdded SWIG patch that enables the wx-dropping renames...
2006-05-17  Robin DunnPorted XRCed to the wx namespace, and also enabled...
2006-05-15  Robin DunnwxMSW doesn't have the default ctor or Create method...
2006-05-15  Robin DunnAdded SetSashPosition
2006-05-10  Robin DunnMake the app object be global in case it is run multipl...
2006-05-10  Robin DunnreSWIGged
2006-05-10  Robin DunnWe no longer use the xml files, (and havn't for some...
2006-05-06  Robin DunnAdd wx.TextAttr.Merge
2006-05-06  Robin DunnGetXRCID has a new parameter
2006-05-06  Robin DunnAdded wxDD_CHANGE_DIR
2006-05-06  Robin Dunnminor wx.DirDialog updates
2006-05-05  Robin Dunnfix a typo causing the wrong method to be called.
2006-05-04  Robin DunnAdded Get/SetItemToolTip
2006-05-04  Robin DunnEnsure the button still exists after the Notify before...
2006-05-04  Robin DunnHandle object ownership of wxTreeListColumnInfo and...
2006-05-04  Robin Dunnwx.ProgressDialog.Update now returns two values.
2006-05-04  Robin DunnFont size adjustment
2006-05-04  Robin DunnUse SetBackgroundStyle for wxGTK
2006-05-04  Robin DunnAdd test for a stock button
2006-05-04  Robin DunnAdd GetAsString
2006-05-04  Robin DunnAmazingly GetInt returns an integer
2006-05-04  Robin DunnIsAlwaysMaximized
2006-05-04  Robin DunnExpose UpdateScrollbar and RemoveScrollbar
2006-05-04  Robin DunnDocstring updates
2006-05-04  Robin DunnRedo (again) how the stock objects are initialized...
2006-05-04  Robin DunnIgnore Destroy calls on wx.BusyInfo
2006-05-04  Robin Dunn3 parameter wx.ImageList.Replace is now available every...
2006-05-04  Robin DunnMain now takes a list of args
2006-05-04  Robin DunnDrawCheckButton -- > DrawCheckBox
2006-05-03  Robin DunnPatch from Eli Golovinsky. Adds generation of _()...
2006-04-30  Robin Dunnsome tweaks
2006-04-20  Robin DunnDocView and ActiveGrid IDE updates from Morgan Hua:
2006-04-20  Robin DunnDocView and ActiveGrid IDE updates from Morgan Hua:
2006-04-19  Robin DunnreSWIGged
2006-04-18  Robin DunnreSWIGged
2006-04-18  Robin DunnSome minor tweaks
2006-04-18  Robin DunnAdd AppendSubMenu
2006-04-18  Robin DunnRemoved GetVisible and SetVisible
2006-04-18  Robin DunnAdded wx.RendererNative.DrawCheckButton.
2006-04-18  Robin DunnAdded wx.StandardPaths.GetDocumentsDir
2006-04-18  Robin DunnChanged how the stock objects (wx.RED, wx.RED_PEN,...
2006-04-15  Robin DunnreSWIGged
2006-04-15  Robin DunnGive wxDataObjectComposite a way to report what kind...
2006-04-15  Robin DunnVarious wxHtml updates
2006-04-15  Robin DunnAdd wxButtonToolBar, but since it is currently only...
2006-04-15  Robin DunnRemove wxHVScrolledWindow wrappers
2006-04-15  Robin DunnWrap some deprecation wrappers around newly deprecated...
2006-04-15  Robin DunnAdd some missing wxPyBeginBlockThreads calls
2006-04-11  Robin DunnAdd wxST_DOTS_MIDDLE and wxST_DOTS_END constants
2006-04-11  Robin DunnAcquire the GIL in GetSelections
2006-04-10  Roman Rolinskyadded TreeCtrl.WindowIndex method for skipping items...
2006-04-10  David Surovellcleanup - reformatting
2006-04-09  Robin DunnAdded CmdDown() to grid events
2006-04-08  Robin DunnGive wx.GridTableBase a destructor, and clear the owner...
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 DunnMinor tweaks to bring up to date with CVS changes
2006-04-06  Robin DunnUpdate with 2.6.3.2 info
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-04-04  Robin DunnEVT_TEXT_ENTER handler on a combobox needs evt.Skip...
2006-03-31  Robin DunnFixed the equality and inequality operators for some...
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-30  Robin DunnFixed reference leak in wx.gizmos.TreeListCtrl.GetSelec...
2006-03-29  Robin DunnAdded GetResourcesDir and GetLocalizedResourcesDir to
2006-03-28  Robin DunnSome tweaks to build hosts and tasks
2006-03-28  Robin Dunnavoid assert in wxMac port, only change the font point...
2006-03-28  Robin DunnUpdated 2.6.3.0's CHANGES
2006-03-28  Robin Dunninstall the analogclock package
2006-03-25  Robin DunnUse self.GetCanvas() instead of just self.GetCanvas
2006-03-25  Robin Dunnmore size_t --> unsigned int changes
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-24  Robin DunnreSWIGged
2006-03-24  Robin Dunn* wx.Panel doesn't have a SetTitle anymore. What was...
2006-03-24  Robin DunnNeed to use wizard.GetPageAreaSizer().Add(page) now...
2006-03-24  Robin DunnwxFileSystemHandler needs a destructor and to give...
2006-03-24  Robin DunnLength --> length
next