Whitespaces and headers cleaning.
[wxWidgets.git] / src / generic /
2006-10-18  Paul Cornettuse generic wxAnimationCtrl in wxGTK-universal
2006-10-16  Robin DunnMerge new item attributes if any are already existing
2006-10-16  Włodzimierz SkibaAllow building without calendar.
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-10-16  Włodzimierz SkibaFix for assert in 'dynarray.cpp' by Jaakko Salli.
2006-10-15  Robert Roebling I don't think anylonger that DrawHeaderButton() should
2006-10-14  Robert Roebling Make status bar grip move to the left in RTL.
2006-10-14  Robert Roebling Remove tree control lines unconditionally under
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-10-10  Stefan Csomoradding overlay implementation for core graphics
2006-10-10  Stefan Csomorresetting when necessary
2006-10-10  Chris Elliottfix for Borland - which never likes ?
2006-10-10  Stefan Csomoroverlay implementation
2006-10-10  Włodzimierz SkibaUse wxUSE_* flags for new animation code.
2006-10-10  Paul Cornettremove extraneous semicolons
2006-10-10  Paul CornettwxAnimationCtrl cleanup
2006-10-09  Vadim Zeitlinreplaced Ok() with IsOk(), no real changes
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-09  Vadim Zeitlincall Refresh() to make animation work under Mac
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-10-09  Robert Roebling [ 1573855 ] Improved appearance of wxComboCtrl's...
2006-10-09  Vadim Zeitlinadded wxSizerFlags::GetDefaultBorder()
2006-10-09  Vadim Zeitlincheck that the bitmap is valid before getting its size...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Robin DunnDLL build fixes
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-09  Włodzimierz SkibaUse CreateButtonSizer in wxAboutBox() to make OK button...
2006-10-08  Vadim Zeitlindefine ChangeSelection() (fixes wxMotif build)
2006-10-08  Vadim Zeitlinset focus to the Ok button initially
2006-10-08  Vadim ZeitlinSetOverflow() should be called with a bool argument...
2006-10-08  Stefan NeisInitialize m_overflow in wxGridCellAttr::Clone.
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Robert Roebling Compile fix.
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Robert Roebling [ 1572220 ] Show popup when wxComboCtrl image area...
2006-10-08  Julian SmartAdded missing include and missing underscores
2006-10-08  Vadim Zeitlinadded example of customizing the generic about dialog...
2006-10-08  Vadim Zeitlinadded GTK+ 2.6 implementation of wxAboutBox
2006-10-08  Vadim Zeitlinadded native Mac implementation of wxAboutBox(); also...
2006-10-08  Vadim Zeitlinuse the main frame icon if no icon is explicitely specified
2006-10-08  Vadim Zeitlininitial implementation of wxAboutBox()
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-05  Robert Roebling Added sort order and alignement for column headers.
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-05  Włodzimierz SkibaWarning fixes and TODO markup for easier finding by...
2006-10-04  Vadim Zeitlincorrected date in header; removed extra wx/wxprec.h...
2006-10-03  Robin DunnWrap module in #if wxUSE_GRAPHICS_CONTEXT
2006-10-03  Paul Cornettuniv build fix
2006-10-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Stefan Csomorcairo implementation
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Paul Cornettheader cleanup
2006-10-03  Robert Roebling Added selection API.
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-02  Paul Cornettlistctrl header cleanup
2006-10-02  Paul Cornettbuild fix
2006-10-02  Vadim Zeitlinfix VC warning about incorrect dll linkage of wxDataVie...
2006-10-02  Paul Cornettput grid string in generic/grid.cpp, not common/datacmn.cpp
2006-10-01  Robert Roebling Removed some irritating flags.
2006-09-30  Robert Roebling Several wxBitmapDataCell changes.
2006-09-28  Vadim ZeitlinThe Lesser wxMask Refactoring: merged wxMGL and wxDFB...
2006-09-25  Vadim Zeitlincompilation fixes after recent changes
2006-09-25  Vadim Zeitlinrename OnResize() to OnSize() to avoid conflict with...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-24  Robert Roebling [ 1563875 ] wxTreeCtrl::FindItem asserts when item...
2006-09-23  Robert Roebling [ 1564062 ] wxComboCtrl popup height fix
2006-09-23  Robert Roebling Implememt GetColoursCount() in the generic wxPalette.
2006-09-23  Robert Roebling Compilo.
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-23  Robert Roebling [ 1560860 ] wxComboCtrl EVT_TEXT filtering.
2006-09-22  Kevin HockWhen autosizing a row or column (AutoSize____), use...
2006-09-20  Kevin OllivierRemove instances where wxGenericImageList is included...
2006-09-19  Robert Roebling Fixed [ 1558015 ] No deselection event from wxGeneric...
2006-09-19  Robert Roebling [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl
2006-09-19  Robert Roebling 1552971 ] Add flag for wxODComboBox::OnDrawItem...
2006-09-19  Jouk Jansen Include "xrc" support properly for OpenVMS
2006-09-19  Robert Roebling Another RTL fix.
2006-09-18  Vadim Zeitlinuse native wxImageList for wxUniv, it's a low level...
2006-09-18  Robert Roebling More wxGrid RTL things.
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-09-17  Robert Roebling Remove debug code.
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-14  Robin DunnOops, file wasn't saved before last commit
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Robert Roebling More RTL fixes.
2006-09-14  Julian SmartFixes bug whereby directory control foreground colour...
2006-09-13  Robert Roebling More RTL work.
2006-09-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-13  Robert Roebling Make wxGTK's wxScrolledWindow set m_x/xScrollLines...
2006-09-12  Robert Roebling Reverse Left and Right meaning of keys.
2006-09-12  Robert Roebling More RTL fixes.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-10  Vadim Zeitlinadded hyperlink alignment flags (patch 1537043)
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
next