]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
added WXWIN_COMPATIBILITY_2_8
[wxWidgets.git] / include / wx / generic /
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2007-01-31  Vadim Zeitlinremoved wxABI_TESTS, they're irrelvant in 2.9
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-07  Vadim Zeitlindisable wxCollapsiblePane compilation in wx/chkconf...
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2006-12-12  Robin DunnAlso do LayoutControls from EVT_SIZE handler
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Robin Dunninclude bitmap.h
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-01  Kevin OllivierAllow wxGenericListCtrl to correctly handle Get/SetScro...
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-19  Vadim Zeitlinassert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is...
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-17  Vadim Zeitlin- fix wxAnimationCtrl::SetBackgroundColour both for...
2006-11-12  Vadim Zeitlinput #if wxUSE_COLLPANE around AddCollapsiblePane()...
2006-11-12  Vadim Zeitlinshow all available information in the dialog (somewhat...
2006-11-11  Robin DunnSome wxCollapsiblePane tweaks:
2006-11-11  Robert Roebling Added native selection rectangle drawing.
2006-11-04  Vadim Zeitlinmoved wxCollapsiblePane to core from adv
2006-11-03  Vadim Zeitlinuse wxNullFont instead of *wxNORMAL_FONT as default...
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Vadim Zeitlinuse explicit virtual keyword with overridden virtual...
2006-10-28  Vadim Zeitlinno real changes, just renamed the header guard to stand...
2006-10-28  Vadim Zeitlinallow customizing the string values returned by wxGridC...
2006-10-27  Robert Roebling [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
2006-10-27  Václav Slavíkcompilation fix: wxGenericCollapsiblePane needs wxButto...
2006-10-25  Václav Slavíkchanged wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER...
2006-10-24  Julian SmartMust define a symbol to test its value
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-24  Włodzimierz SkibaADV export fix.
2006-10-22  Vadim Zeitlinavoid code duplication between the generic and GTK...
2006-10-22  Vadim Zeitlin1. We don't need GetTopLevelParent() here, we already...
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-10-22  Vadim Zeitlinuse wxComboCtrl instead of custom popup window (patch...
2006-10-21  Robert Roebling [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-10-15  Robert Roebling I don't think anylonger that DrawHeaderButton() should
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-10-11  Paul Cornettbuild fix
2006-10-10  Stefan Csomoradding overlay implementation for core graphics
2006-10-10  Paul Cornettcorrect DLL attributes
2006-10-10  Stefan Csomoroverlay implementation
2006-10-10  Paul CornettwxAnimationCtrl cleanup
2006-10-09  Robin DunnDLL build fixes
2006-10-09  Robert Roebling [ 1573855 ] Improved appearance of wxComboCtrl's...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Robin DunnDLL build fixes
2006-10-09  Paul Cornettnon-pch build fixes
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Vadim Zeitlinadded example of customizing the generic about dialog...
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-03  Robin DunnGive the grid events a Clone method
2006-10-03  Robert Roebling More selection work in GTK+ version.
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 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 Zeitlinrename OnResize() to OnSize() to avoid conflict with...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-24  Vadim Zeitlinmove wxBitmapComboBox dependency check to wx/chkconf...
2006-09-23  Robert Roebling Typo.
2006-09-23  Robert Roebling Implememt GetColoursCount() in the generic wxPalette.
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-20  Vadim Zeitlincorrected ifdef condition
2006-09-19  Robert Roebling [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl
2006-09-19  Robert Roebling Give wxGrid its own string name for easier debugging.
2006-09-18  Robin DunnUse wxListCtrlNameStr for the generic control too.
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-14  Paul Cornettremove redundant declarations of wxFrameNameStr
2006-09-13  Włodzimierz Skibait needs wxUSE_* guard to not break smartphone build.
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-08-10  Václav Slavíkmoved duplicated wxRegionContain definitions to wx...
2006-08-10  Julian SmartNeed include so user code can access book control
2006-08-10  Václav Slavíkmoved mgl/colour.{cpp,h} to generic so that it can...
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-07-25  Włodzimierz Skiba[ 1528248 ] Fix to the width of the wxGenericColourButton
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-07-24  Vadim Zeitlindo nothing in Refresh() if the control is frozen
next