]> git.saurik.com Git - wxWidgets.git/history - wxPython/src
Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / wxPython / src /
2006-05-23  Robin DunnreSWIGged
2006-05-23  Robin DunnreSWIGged
2006-05-23  Robin DunnMinor fixes for the overzealous renamer
2006-05-23  Robin Dunna bit of cleanup
2006-05-23  Robin DunnAdd some dtor wrappers for the print dialogs that are...
2006-05-23  Robin DunnAdded wrappers and demo for RichTextCtrl
2006-05-19  Robin DunnreSWIGged
2006-05-19  Robin Dunngenerated rename directives are no longer needed
2006-05-18  Robin DunnAdded SetQuickBestSize and GetQuickBestSize
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-15  Robin DunnwxMSW doesn't have the default ctor or Create method...
2006-05-10  Robin DunnreSWIGged
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-04  Robin DunnAdded Get/SetItemToolTip
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 DunnDrawCheckButton -- > DrawCheckBox
2006-04-19  Robin DunnreSWIGged
2006-04-18  Robin DunnreSWIGged
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  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-06  Robin DunnMinor tweaks to bring up to date with CVS changes
2006-03-31  Robin DunnFixed the equality and inequality operators for some...
2006-03-29  Robin DunnAdded GetResourcesDir and GetLocalizedResourcesDir to
2006-03-25  Robin Dunnmore size_t --> unsigned int changes
2006-03-24  Robin DunnreSWIGged
2006-03-24  Robin DunnwxFileSystemHandler needs a destructor and to give...
2006-03-24  Robin DunnLength --> length
2006-03-24  Robin DunnSeveral instances of int --> unsigned int
2006-03-20  Robin DunnreSWIGged
2006-03-20  Robin DunnEditors, Renderers and Attrs need to have a destructor...
2006-03-19  Robin DunnA bit of cleanup
2006-03-19  Robin Dunndocstrings
2006-03-19  Robin DunnAdd wxHelpProvider destructor
2006-03-17  David Surovellcleanup - fixed a warning, some typos, and made minor...
2006-03-17  Robin DunnThe dummy wxDisplay class is no longer needed as there...
2006-03-17  Robin Dunnupdated comment
2006-03-17  Robin DunnAdd GetClientArea
2006-03-16  Robin DunnreSWIGged
2006-03-16  Robin DunnreSWIGged
2006-03-16  Robin DunnDocstring typo
2006-03-16  Robin DunnEnable OnDrawSeparator and OnDrawBackground to be overr...
2006-03-15  Robin DunnAdded wx.Window.GetScreenPosition and GetScreenRect
2006-03-15  Robin Dunnsome int --> size_t changes
2006-03-14  Robin DunnreSWIGed
2006-03-14  Robin DunnreSWIGged
2006-03-14  Robin DunnreSWIGged
2006-03-14  Robin DunnSWIG 1.3.29
2006-03-14  Robin DunnSometimes we do need to allow recursion of callbacks
2006-03-13  Robin DunnDtor for wxHtmlCell
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-10  Robin DunnGive classes that need one a destructor wrapper, and...
2006-03-10  Robin DunnAdd wx.ListBox.HitTest
2006-03-10  Robin DunnAdd wx.CommandEvent.GetClientData
2006-03-10  David Surovellcleanup magic number usage and comments
2006-03-08  Robin Dunnworkaround MacSetMetalAppearance being made protected
2006-03-05  Robin DunnGetEditControl is not wxMSW specific any more
2006-03-05  Robin DunnDont' return references to wxDateTime
2006-03-05  Robin DunnComment out wxHVScrolledWindow
2006-03-05  Robin DunnAdd GetHandlers
2006-03-05  Robin DunnAdd copy constructor, DateTimeFromDateTime
2006-02-24  Robin DunnAdd LastWrite
2006-02-24  Robin DunnAdd CalcRowsCols
2006-02-24  Robin DunnDocstring fix
2006-02-24  Robin DunnDocstring fix
2006-02-18  Robin DunnAdded the wx.HVScrolledWindow class.
2006-02-16  Robin DunnAdded GetToolsCount
2006-02-14  Robin DunnreSWIGged
2006-02-13  Robin DunnNew APIs, Events, etc. for MediaCtrl
2006-02-13  Robin Dunnnew GetShown, Show, and etc. for wx.UpdateUIEvent
2006-02-13  Robin Dunna little reorg and cleanup from the last two revisions
next