wxWidgets.git
2006-10-27  Michael WetherellAdd wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
2006-10-27  Robert Roebling Document wxTLW::EnableCloseButton.
2006-10-27  Robert Roebling Minor doc corrections.
2006-10-27  Julian SmartDemonstrates printing
2006-10-27  Julian SmartAdded richtextprinting.cpp/h
2006-10-27  Michael WetherellAdd FindLength()
2006-10-27  Robert Roebling Don't overwrite wxFD_ styles in m_windowStyle.
2006-10-27  Robert Roebling Move the wxFD_... flags back into m_windowStyle
2006-10-27  Julian SmartFirst cut at printing support for wxRichTextCtrl
2006-10-27  Robert Roebling Add EnableCloseButton() as wxMSW does. Use it in
2006-10-27  Michael WetherellFactory some of wxFilterClassFactory into a base class.
2006-10-27  Włodzimierz... Reverted winundef.h removal - without it build fails...
2006-10-27  Włodzimierz... Warning fixes.
2006-10-27  Benjamin Williamsmade the multi-notebook the default view in the aui...
2006-10-27  Michael WetherellAdd wxFS_SEEKABLE open flag.
2006-10-27  Robin Dunnflesh out the dummy classes
2006-10-27  Robin Dunninclude mslu.h
2006-10-27  Robin Dunnfix some compile/link errors
2006-10-27  Robin DunnAdded Changer classes
2006-10-27  Robin DunnAdd wxRect2D
2006-10-27  Robin Dunnfix compile errors
2006-10-27  Robin DunnDetabified
2006-10-27  Paul Cornettallow building with wxUSE_THREADS==0
2006-10-26  Michael WetherellAdd wxFilterFSHandler.
2006-10-26  Michael WetherellChange wxFSFile::DetachStream to NULL the m_Stream...
2006-10-26  Michael WetherellAdd wxFilterClassFactory::PopExtension().
2006-10-26  Michael WetherellFor streams smaller than the buffer reduce the buffer...
2006-10-26  Robin DunnwxPython 2.7.1.3
2006-10-26  Vadim Zeitlininclude autopackage-related files
2006-10-26  Vadim Zeitlininclude wx/msw/mslu.h for wxUsingUnicowsDll() declaration
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-10-26  Robert Roebling Make animation of combo-popdown optional.
2006-10-26  Robert Roebling Rewrite selection event code for wxListBox.
2006-10-26  Michael WetherellMissing header.
2006-10-26  Stefan Csomormoving rounded rect and ellipse to path class
2006-10-26  Stefan Csomormissing apply call
2006-10-26  Kevin OllivierUpdating bindings for wxGraphicsContext and wxRichTextCtrl.
2006-10-26  Vadim Zeitlinno need to include wx/msw/mslu.h from here any more...
2006-10-26  Vadim Zeitlinrename UpdatePulse() to Pulse() (forgot to commit with...
2006-10-26  Vadim Zeitlinmove wxMSLU_xxx redefinitions of xxx() Windows function...
2006-10-26  Robin DunnPatch from Dj Gilcrease to fix gradients.
2006-10-26  Stefan Csomoradding workarounds for 10.4 only implementations
2006-10-26  Stefan Csomorswitching to new renderer API
2006-10-26  Julian SmartMinor corrections
2006-10-26  Robin Dunnfixed compile error (jump to label bypasses initializat...
2006-10-26  Robin Dunnregen ReST docs
2006-10-26  Václav Slavíkadded wxDelegateTheme to accompany wxDelegateRenderer
2006-10-26  Václav Slavíkadded wxDCTextColourChanger ctor that allows using...
2006-10-26  Robin DunnFixed some (out) typemaps
2006-10-26  Václav Slavíkfixed selection when using keyboard after JS' change...
2006-10-26  Benjamin Williamswxaui flags reworked a bit; allows any hinting type...
2006-10-26  Stefan Csomoradding new implementations
2006-10-26  Stefan Csomormissing common create functions
2006-10-26  Stefan Csomormake this available everywhere
2006-10-26  Vadim Zeitlinfixed reversed return value of IsEmpty() (closes 1585004)
2006-10-26  Julian SmartLess drastic compile fix
2006-10-26  Włodzimierz... Blind fix for Tinderbox build error.
2006-10-26  Julian SmartShouldOffset is accessed from a different class (in...
2006-10-26  Włodzimierz... Updated setup.
2006-10-26  Julian SmartAdded dcgraph.cpp and rebaked
2006-10-26  Włodzimierz... Correct placement of header listed in wx/wx.h
2006-10-26  Julian SmartUsing MinGW 3, no hbmpItem
2006-10-26  Julian SmartAdded missing include for MinGW non-PCH compile
2006-10-26  Julian SmartAdded a cast
2006-10-26  Stefan Csomorfixing param
2006-10-26  Julian SmartFixed initialisation order warning
2006-10-26  Julian SmartTypo fixes
2006-10-26  Stefan Csomoradopt new set font API
2006-10-26  Stefan Csomornew renderer architecture
2006-10-26  Julian SmartAdded outline style sample and vetoing of style sheet...
2006-10-26  Julian SmartAdded URL support to attribute objects and to wxRichTex...
2006-10-26  Stefan Csomoradapted to new font setter
2006-10-26  Stefan Csomoradapted to new renderer, moved wxGCDC into dcgraph.cpp
2006-10-26  Stefan Csomoradded the recangle fix
2006-10-26  Stefan Csomorrenderer added, creating renderer specific pens etc...
2006-10-26  Stefan Csomoradd the missing defines before the xcode prefix gets...
2006-10-26  Stefan Csomormove the graphics context bridge dc into separate file
2006-10-26  Robin DunnAdd a GraphicsContext sample to the demo
2006-10-26  Robin DunnreSWIGged
2006-10-26  Robin DunnGetTextExtent --> (width height)
2006-10-26  Robin Dunndocstring update
2006-10-26  Robin DunnFix "PINK" to actually be pink, and not lavender
2006-10-26  Kevin OllivierAdding virtual wxListCtrl impl of GetItem.
2006-10-26  Robin DunnSetTextColor --> SetTextColour
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-26  Kevin OllivierOverride GetPixelSize on OS X as the base impl creates...
2006-10-26  Vadim Zeitlinexplain more clearly the possible usage scenarios
2006-10-25  Robin Dunnsome GTK1 bulkd fixes from Sander Niemeijer
2006-10-25  Michael WetherellAdd class factories for filter streams. Also filters...
2006-10-25  Michael WetherellAdd class factories for filter streams. Also filters...
2006-10-25  Robin DunnMention wx.ListCtrl fixes on Mac
2006-10-25  Robin DunnShow sample License text on the AboutBox
2006-10-25  Robin DunnDon't override DoGetSize, just let the default return...
2006-10-25  Kevin OllivierFix wxBufferedDC so that it adheres to its documented...
2006-10-25  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-25  Robin DunnHIShapeCreateEmpty doesn't exist prior to OSX 10.4...
2006-10-25  Robin Dunncorrected collpaneg.h name typo
2006-10-25  Václav Slavíkuse window's font instead of the default one in wxStatusBar
2006-10-25  Robert Roebling Prevent accession of to-be-deleted mdi
2006-10-25  Julian SmartwxRichTextCtrl not ready for WinCE yet, stop people...
next