]> git.saurik.com Git - wxWidgets.git/history - src/generic/datavgen.cpp
Add wxDataViewTextRendererAttr, blind noop under wxMac
[wxWidgets.git] / src / generic / datavgen.cpp
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-29  Vadim Zeitlindefine HDS_DRAGDROP and HDS_FULLDRAG if the SDK is...
2007-10-24  Robert RoeblingDon't hide wrong border around header button control...
2007-10-23  Vadim Zeitlinfix a couple more of unused parameters warnings
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-22  Robert RoeblingFurther attempts to get button header right
2007-10-22  Robert RoeblingUse CommCtrl to render sortup and sortdown indicators...
2007-10-22  Robert RoeblingTrying to get native header button right
2007-10-20  Vadim Zeitlinreplace wrong calss of Refresh() with (hopefully) corre...
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Robert RoeblingRedundant call to GetItemByRow
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Robert RoeblingOnly draw cell in selected style when control has focus
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Robert RoeblingPixel fiddling for correct placement of text with and...
2007-10-18  Robert RoeblingCorrected wrong initial/min size of generic wxDataViewCtrl
2007-10-18  Robert RoeblingImplement HasContainerColumns in generic code
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-17  Robert RoeblingCorrect focus rect to not appear in unfocussed controls...
2007-10-17  Robert RoeblingCorrect EnsureVisible() to show last item entirely
2007-10-17  Robert RoeblingMore alignment issues
2007-10-17  Robert RoeblingEnsure item is visible when selection moves, remove...
2007-10-16  Robert RoeblingCorrect activate logic for <ENTER>
2007-10-16  Robert RoeblingCorrect activate logic for mouse clicks
2007-10-16  Robert RoeblingCorrect drawing placement (16px + 1 px border below)
2007-10-16  Robert RoeblingCorrect text colour in wxIconTextRenderer
2007-10-16  Robert RoeblingSupport for hover effect in header buttons
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-09-20  Robert RoeblingPatch from Bo for new selection API and impl. of GetCol...
2007-09-18  Julian SmartFixed compilo
2007-09-14  Vadim Zeitlinfix some harmless warnings (last two parts of patch...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-01  Robert RoeblingPatch from Bo for new API, various fixes, live update...
2007-08-29  Robert RoeblingPatch from Bo, implements mouse hover, default sort
2007-08-28  Robert RoeblingMinor correction, use wxCHECK
2007-08-28  Robert RoeblingFix from Bo
2007-08-28  Robert RoeblingApplied patch from Bo, WIP
2007-08-27  Robert Roeblingrestored expanders
2007-08-26  Robert RoeblingPatch from Bo for recent API changes
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-22  Robert Roeblingcorrect copyright
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-18  Julian SmartCompile fix
2007-08-07  Julian Smartcompile and warning fixes
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-07-27  Vadim Zeitlinyet another compilation fix for ItemDeleted
2007-07-27  Vadim Zeitlinand another compilation fix for ItemDeleted() from Bo
2007-07-27  Vadim Zeitlinreal compilation fix for ItemDeleted()
2007-07-27  Vadim Zeitlincompilation fix for ItemDeleted()
2007-07-25  Robert RoeblingPatch from Bo, implement sorting in wxDVC
2007-07-24  Robert RoeblingPatch from Bo to optimize FindNode() in internal tree...
2007-07-16  Robert RoeblingUse wxDataViewItem, not row to index
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-16  Robert Roebling Rewritten in-place editing for generic wxDataViewCtrl
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-07  Vadim Zeitlinfix warning about non-dllexport'ed base wxDataViewHeade...
2007-03-07  Vadim ZeitlinwxMSWGetColumnClicked must be dllexport'd to be used...
2007-02-28  Chris Elliottfix for MSVC see sf bug 1669419
2007-02-23  Robert Roebling FM small patch for wxDataViewCtrl compilation
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-01-07  Vadim Zeitlindon't compile wxDataViewDateRendererPopupTransient...
2006-12-10  Vadim Zeitlinset wxDATAVIEW_CELL_SELECTED in flags passed to Render...
2006-10-16  Włodzimierz SkibaAllow building without calendar.
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
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-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Robert Roebling Added selection API.
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-02  Vadim Zeitlinfix VC warning about incorrect dll linkage of wxDataVie...
2006-10-01  Robert Roebling Removed some irritating flags.
2006-09-30  Robert Roebling Several wxBitmapDataCell changes.
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-06  Vadim Zeitlinsigned/unsigned warning fix
2006-05-04  Vadim Zeitlinmade GetRowCount() return size_t to avoid signed/unsign...
2006-05-01  Paul Cornett& operator should be &&
2006-04-30  Włodzimierz SkibaRenamed DrawCheckButton due to conflict with existing...
2006-04-27  Włodzimierz SkibaRefresh(row) should be RefreshRow(row), otherwise it...
2006-04-26  Robert Roebling Added wxRenderer method for drawing selection
2006-04-25  Robert Roebling Lots of minor visual updates.
next