add Create to wxDocParentFrame
[wxWidgets.git] / wxPython /
2006-09-13  Robin DunnChanges for TreeListCtrl to take advantage of the new...
2006-09-13  Robin DunnDashes and Stipple accessors are not available on all...
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-13  Robin Dunncompile fix for Mac
2006-09-12  Robin Dunnrephrase
2006-09-12  Robin DunnUpdated the C++ code for wx.gizmos.TreeListCtrl from...
2006-09-12  Robin DunnDisplayAvailable renamed
2006-09-12  Robin Dunnmore properties
2006-09-11  Robin Dunnsync with CVS updates
2006-09-09  Robin DunnreSWIGged
2006-09-09  Robin Dunnmore properties
2006-09-09  Robin Dunnmention Pulse mode on Guage, and native toolbar on Mac
2006-09-09  Robin DunnPath fix
2006-09-09  Robin DunnreSWIGged
2006-09-09  Robin DunnreSWIGtged
2006-09-09  Robin DunnIt's not in use yet, but add Kevin's docparser code...
2006-09-09  Robin DunnBuild the contents and index files for HtmlHelp
2006-09-09  Robin DunnDetachRoot
2006-09-09  Robin DunnAdd AddStretchSpacer and friends
2006-09-09  Robin DunnPulse mode in gauge
2006-09-09  Robin DunnShow Pulse mode
2006-09-09  Robin DunnDon't show AlphaDrawing for now...
2006-09-09  Robin DunnRemove some testing code
2006-09-08  Robin DunnUse GetKeyCode() instead of KeyCode()
2006-09-08  Robin DunnShow status of wxMac CoreGraphics build option
2006-09-08  Robin DunnAdd items to wx.PlatformInfo for mac core graphics...
2006-09-08  Robin DunnAdded sample showing Alpha drawing for Mac with CoreGra...
2006-09-08  Robin DunnreSWIGged
2006-09-08  Robin DunnreSWIGged
2006-09-08  Robin Dunnanother parameter type fix
2006-09-08  Robin DunnwxMac's glcanvas doesn't have the new API changes yet...
2006-09-08  Robin DunnMore properties
2006-09-08  Robin Dunnadapt to wxGLCanvas changes
2006-09-07  Robin DunnComment why we don't call PyErr_Print after calling...
2006-09-07  Robin DunnUpdate from Frank with fixes for running on wxMSW 2.7
2006-09-06  Robin Dunnadd more properties
2006-09-06  Robin DunnAdded wx.lib.dragscroller from Riaan Booysen.
2006-09-05  Robin DunnSome properties for things with lists of items.
2006-09-04  Robin DunnChanges needed for new RTL methods, and also various...
2006-09-02  Robin DunnreSWIGged
2006-09-02  Robin DunnreSWIGged
2006-09-02  Robin Dunnproperties fixes for Mac
2006-09-02  Kevin OllivierAdding TaskRunnerThread class, for threaded operations...
2006-09-02  Robin Dunncompile fixes for Python 2.5
2006-09-02  Robin DunnreSWIGged
2006-09-02  Robin DunnreSWIGged
2006-09-02  Robin DunnStart adding some properties for getter/setter methods
2006-09-02  Robin Dunnbump subrel number
2006-09-02  Robin DunnMove the language catalogs install directory on MSW...
2006-09-01  Robin Dunnfixed typo
2006-09-01  Robin DunnAdd InsertProvider
2006-08-31  Robin DunnAliases for [G|S]etCaretLineBack
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-08-30  Robin DunnreSWIGged
2006-08-30  Robin DunnAdd ability to time the creation of the bitmaps using...
2006-08-30  Robin Dunnsome efficiency tweaks
2006-08-30  Robin DunnFixed premultiplying constant
2006-08-29  Robin DunnGive PlotCanvas the full compliment of constructor...
2006-08-29  Robin DunnreSWIGged
2006-08-29  Robin DunnTurn off TB_TEXT by default
2006-08-29  Robin DunnMention the PixelData classes
2006-08-29  Robin Dunnsome docstring changes
2006-08-29  Robin DunnNow that the typemap is handling buffer-compatible...
2006-08-29  Robin DunnUse PyObject_AsReadBuffer in the typemap for getting...
2006-08-29  Robin DunnAdd wxACCEL_CMD, move constants to _accel.i
2006-08-29  Robin DunnreSWIGged
2006-08-28  Robin Dunnnew port constants
2006-08-28  Robin DunnTweaked the colours a bit
2006-08-27  Robin DunnRename the C++ Iterator class to Accessor, and add...
2006-08-27  Robin DunnAdd raw bitmap access sample to the demo
2006-08-27  Robin DunnDo premultiplication in wx*PixelData_Iterator::Get...
2006-08-26  Robin DunnPatch #1547057: Disable grid lines in wx.lib.printout...
2006-08-26  Robin DunnPatch from Will Sadkin:
2006-08-26  Robin DunnwxURLDataObject has a parameter
2006-08-26  Robin DunnAdd alpha component to wxColour
2006-08-26  Robin DunnRemoved wxHTML_FONT_SIZE_x
2006-08-26  Robin DunnComputeScaleAndOrigin not protected anymore
2006-08-26  Robin DunnAvoid deprecation warnings for BeginDrawing and EndDrawing
2006-08-25  Robin DunnAdd wx.App.DisplayAvailable() which can be used to...
2006-08-25  Robin Dunnworkaround sizing bug on Mac
2006-08-25  Robin Dunnworkaround sizing bug on Mac
2006-08-25  Robin DunnAdd wrappers for wxNativePixelData and wxAlphaPixelData
2006-08-25  Robin DunnStill check for a Python error in %threadWrapperOff
2006-08-23  Robin DunnPremultiply the alpha on wxMSW in the BitmapFromBuffer...
2006-08-23  Robin DunnAdd BitmapFromBuffer demo
2006-08-22  Robin DunnAdded wx.BitmapFromBuffer and wx.BitmapFromBufferRGBA...
2006-08-22  Robin DunnRefactored wx.ImageFromBuffer
2006-08-21  Robin DunnAdded wx.lib.combotreebox from Frank Niessink
2006-08-21  Robin DunnMove CanSetTransparent and SetTransparent up to wxWindo...
2006-08-21  Robin DunnAdapt to some wxDC methods becoming protected
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-21  Robin Dunnfix label
2006-08-21  Robin DunnAdded test of using CalendarDateAttr
2006-08-20  Robin DunnUpdates from Eli
2006-08-20  Robin DunnChange Miki's email address
2006-08-20  Robin DunnAdd dtor for wxCalendarDateAttr
2006-08-20  Robin DunnVarious updates
2006-08-20  Robin DunnAdd ImageFromBuffer
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...
next