wxWidgets.git
2006-09-24  Robert Roebling Added test to reproduce [ 1541148 ] wxTreeCtrol:...
2006-09-24  Vadim Zeitlinadded wxSize::IncBy() and DecBy() methods
2006-09-24  Robert Roebling Fixed [ 1561693 ] wxGIFDecoder creates incorrect...
2006-09-24  Robert Roebling Updated wxPallete information.
2006-09-24  Robert Roebling [ 1563875 ] wxTreeCtrl::FindItem asserts when item...
2006-09-24  Kevin OllivierkDataBrowserListViewNoGapForIconInHeaderButton not...
2006-09-24  Robin Dunnremove superfluous assert
2006-09-23  Robin DunnNew names for some ArtProvider methods
2006-09-23  Robin DunnMore bakfile changes needed for bmpcbox. Rebaked.
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-09-23  Václav Slavíkchanged the catalogs lookup back to the old behaviour...
2006-09-23  Václav Slavíkrenamed GetMsgCatalogSubdir to *Subdirs to make it...
2006-09-23  Václav Slavíkadded comment clarifying the meaning of DoMoveWindow...
2006-09-23  Václav Slavíkfixed client<->window coords translations in DoMoveWind...
2006-09-23  Vadim Zeitlinregenrated after removing imaglist.cpp from GTK and...
2006-09-23  Vadim Zeitlinadded src/xrc/xh_bmpbt.cpp (how comes it was in Makefil...
2006-09-23  Vadim Zeitlinremove generic/imaglist.cpp from GTK|MOTIF_SRC now...
2006-09-23  Robert Roebling [ 1564062 ] wxComboCtrl popup height fix
2006-09-23  Robert Roebling [ 1564113 ] wxComboCtrl and wxODComboBox documentatio...
2006-09-23  Robert Roebling Typo.
2006-09-23  Robert Roebling Implememt GetColoursCount() in the generic wxPalette.
2006-09-23  Robert Roebling Compilo.
2006-09-23  Robert Roebling [ 1557935 ] wxPalette::GetColoursCount implementation
2006-09-23  Robert Roebling Updated Makefile.in after wxBitmapComboBox addition.
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-23  Robert Roebling [ 1560860 ] wxComboCtrl EVT_TEXT filtering.
2006-09-23  Robert Roebling Reset m_oldValue of after ::SetValue().
2006-09-23  Robin DunnAdded wx.lib.expando, a multi-line textctrl that exands...
2006-09-22  Robin DunnFix my last fix. The method is pure virtual in the...
2006-09-22  Robin DunnRemove the wxVariantDataString::Read method since the...
2006-09-22  Robin DunnPatch from Tim Kosse to allow virtual list ctrl to...
2006-09-22  Robin Dunnadd some properties
2006-09-22  Robin Dunndocstring fix
2006-09-22  Robin DunnCatch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too
2006-09-22  Kevin OllivierFixing SetColumnWidth and selection handling, attempt...
2006-09-22  Kevin HockWhen autosizing a row or column (AutoSize____), use...
2006-09-22  Stefan Csomortypo
2006-09-22  Stefan Csomorfurther encapsulation of graphics context, wxdc becomin...
2006-09-22  Stefan Csomorallow access to wxWindow*
2006-09-22  Stefan Csomorextending graphics context encapsulation
2006-09-22  Stefan Csomorextending graphics context encapsulation
2006-09-22  Jouk Jansen Update OpenVMS make files
2006-09-22  Václav Slavíkimplemented SetFocus
2006-09-22  Vadim Zeitlindon't release the DC which we don't own in wxUSE_UXTHEM...
2006-09-21  Robin DunnreSWIGged
2006-09-21  Robin Dunndisown wxPyXmlResourceHandler
2006-09-21  Robin DunnUse the generic listctrl on Mac by default until it...
2006-09-21  Robin Dunns_macSupportPCMenuShortcuts no longer exists
2006-09-21  Vadim Zeitlinfix unescaped underscores
2006-09-21  Vadim Zeitlinfix incorrect \param usage
2006-09-21  Vadim Zeitlinfixed unmatched braces
2006-09-21  Robin DunnAdd support for aborting the worker thread
2006-09-21  Václav Slavíkput remaining toolbars-related methods into #if wxUSE_T...
2006-09-21  Robin Dunnuse the MSVC 7.1 DLLs for python versions >= 2.4, not ==
2006-09-21  Robin DunnreSWIGged
2006-09-21  Robin DunnSeveral methods dropped the const from their signature
2006-09-21  Robin DunnUse GridNameStr
2006-09-21  Robin Dunnnew wxCONTROL constants
2006-09-21  Robin DunnAdd comment about additional forms of Inflate(). Decid...
2006-09-21  Robin DunnImport numpy.oldnumeric
2006-09-21  Václav Slavíksend wxChildFocusEvent
2006-09-21  Václav Slavíkfixed DrawText to use text colours instead of pen+brush...
2006-09-21  Włodzimierz... PCH build fixes.
2006-09-21  Václav Slavíkhide the caret before setting m_updateRegion: produces...
2006-09-21  Stefan Csomorcleanup
2006-09-21  Włodzimierz... PCH build fix.
2006-09-21  Stefan Csomorgetting out for 'addded' events early enough
2006-09-20  Vadim Zeitlinremoved operator>>(istream&, wxString&) -- it's better...
2006-09-20  Kevin OllivierRemove instances where wxGenericImageList is included...
2006-09-20  Vadim Zeitlinmake colours of the selected text inversed
2006-09-20  Vadim Zeitlinadd more virtual border drawing functions used by frame...
2006-09-20  Vadim Zeitlincentre frame decoration bitmaps in their buttons
2006-09-20  Vadim Zeitlinremoved stubs for frame decorations drawing
2006-09-20  Vadim Zeitlinmove frame decorations drawing to the base class
2006-09-20  Vadim Zeitlinfix infinite recursion in DrawStatusField() after lates...
2006-09-20  Vadim Zeitlinonly include generic imaglist.{cpp|h} in the ports...
2006-09-20  Vadim Zeitlinadded stubs for the missing functions, this theme links now
2006-09-20  Vadim Zeitlinmove generic part of AdjustSize() and status bar method...
2006-09-20  Vadim Zeitlinadd Inflate(wxSize) overload
2006-09-20  Vadim Zeitlindefine wxCONTROL_SIZEGRIP as another possible interpret...
2006-09-20  Vadim Zeitlinfirst compilable version of the mono theme, replacing...
2006-09-20  Stefan Csomorpreliminary editing support
2006-09-20  Vadim Zeitlinmoved Arrow_ constants to the base class
2006-09-20  Stefan Csomorundoing my duplicate efforts to solve the same problem ...
2006-09-20  Stefan Csomoradding support for listctrl editable columns
2006-09-20  Stefan Csomoradding support for listctrl editable columns
2006-09-20  Stefan Csomortype corrections, adding support for listctrl editable...
2006-09-20  Vadim Zeitlinrefactored common parts of DrawItem() in the base class...
2006-09-20  Robert Roebling [ 1505048 ] wxHtml rendering of underlined text
2006-09-20  Robert Roebling Made MSW wxSpinCtrl emit UPDATE event when validating
2006-09-20  Vadim Zeitlincorrected ifdef condition
2006-09-20  Jamie GaddFix label positioning when text is LTR.
2006-09-20  Julian SmartReverted last change
2006-09-20  Václav Slavíklast change broke seting the surface in the common...
2006-09-20  Robert Roebling Fixed [ 1556843 ] wxGTK FindFocus returns NULL when...
2006-09-19  Kevin OllivierImproved handling of column widths, removed need for...
2006-09-19  Robert Roebling Fixed [ 1558015 ] No deselection event from wxGeneric...
2006-09-19  Robert Roebling More tests for circles and arcs.
2006-09-19  Robert Roebling Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed...
2006-09-19  Robert Roebling [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl
next