build fixes for WXWIN_COMPATIBILITY_2_6=0
[wxWidgets.git] / src / generic /
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.
2006-09-09  Paul Cornettdon't set negative window size
2006-09-08  Václav Slavíkadded newline to the end of the file to prevent gcc...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
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  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-04  Michael WetherellMissing headers.
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-09-01  Robert Roebling Commit ODCombo delete selection fix.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-30  Stefan NeisOnly support detection of "near the edge" coordinates...
2006-08-29  Michael WetherellWarning fixes for VC5.
2006-08-27  Vadim Zeitlincall Update() from SetStatusText() to ensure that the...
2006-08-25  Jouk Jansen Patches for OpenVMS port
2006-08-24  Vadim Zeitlindon't reset the selection after event was vetoed if...
2006-08-20  Vadim Zeitlinset wxID_CLOSE as affirmative id, not cancel id, this...
2006-08-19  Vadim Zeitlindon't use the hack with handling wxID_CLOSE button...
2006-08-19  Vadim Zeitlinupdate the item width when making it bold, otherwise...
2006-08-17  Paul Cornettbuild fixes
2006-08-16  Michael WetherellAvoid warnings from VC++ 5.0
2006-08-13  Vadim Zeitlinfixed crash if the control is moved while the popup...
2006-08-13  Vadim Zeitlinfixed SetSelection(-1) for controls with multiple selec...
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
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-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-27  Mart RaudseppDon't mark "." and ".." for translation when they are...
next