2007-10-23 |
Vadim Zeitlin | fix a couple more of unused parameters warnings |
blob | commitdiff | raw |
2007-10-23 |
Paul Cornett | remove extraneous semicolons |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Robert Roebling | Further attempts to get button header right |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Robert Roebling | Use CommCtrl to render sortup and sortdown indicators... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Robert Roebling | Trying to get native header button right |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | replace wrong calss of Refresh() with (hopefully) corre... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | fix unused parameter warnings |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Redundant call to GetItemByRow |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Only draw cell in selected style when control has focus |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Pixel fiddling for correct placement of text with and... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Corrected wrong initial/min size of generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Implement HasContainerColumns in generic code |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Make wxRenderer::DrawItemSelectionRect() draw a focus... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Correct focus rect to not appear in unfocussed controls... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Correct EnsureVisible() to show last item entirely |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | More alignment issues |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Ensure item is visible when selection moves, remove... |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Correct activate logic for <ENTER> |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Correct activate logic for mouse clicks |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Correct drawing placement (16px + 1 px border below) |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Correct text colour in wxIconTextRenderer |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Support for hover effect in header buttons |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Robert Roebling | Document _ITEM_VALUE_CHANGED and implmement it equally... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Robert Roebling | Patch from Bo for new selection API and impl. of GetCol... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Julian Smart | Fixed compilo |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Vadim Zeitlin | fix some harmless warnings (last two parts of patch... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
blob | commitdiff | raw | diff to current |
2007-09-01 |
Robert Roebling | Patch from Bo for new API, various fixes, live update... |
blob | commitdiff | raw | diff to current |
2007-08-29 |
Robert Roebling | Patch from Bo, implements mouse hover, default sort |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Robert Roebling | Minor correction, use wxCHECK |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Robert Roebling | Fix from Bo |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Robert Roebling | Applied patch from Bo, WIP |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Robert Roebling | restored expanders |
blob | commitdiff | raw | diff to current |
2007-08-26 |
Robert Roebling | Patch from Bo for recent API changes |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Robert Roebling | Set/GetExpanderColumn() should use wxDataViewColumn... |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | Correct signature of HitTest() |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | Minor API changes |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Robert Roebling | correct copyright |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Change EnsureVisble() to including column parameter... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Julian Smart | Compile fix |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | compile and warning fixes |
blob | commitdiff | raw | diff to current |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | yet another compilation fix for ItemDeleted |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | and another compilation fix for ItemDeleted() from Bo |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | real compilation fix for ItemDeleted() |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | compilation fix for ItemDeleted() |
blob | commitdiff | raw | diff to current |
2007-07-25 |
Robert Roebling | Patch from Bo, implement sorting in wxDVC |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Robert Roebling | Patch from Bo to optimize FindNode() in internal tree... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | Use wxDataViewItem, not row to index |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void* |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | Patch from Bo for generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Robert Roebling | More patches from Bo, reduced wxDataViewModel, more... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Robert Roebling | Bo's patch for generic code, more sorting code, WIP |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
Robert Roebling | Corrected/implemented sorting (by way of clicking on |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Robert Roebling | Implemented the same simple API for creating customized |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Robert Roebling | Rewritten in-place editing for generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Václav Slavík | fixed wxDataViewCtrl compilation with DigitalMars |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | fix warning about non-dllexport'ed base wxDataViewHeade... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | wxMSWGetColumnClicked must be dllexport'd to be used... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Chris Elliott | fix for MSVC see sf bug 1669419 |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Robert Roebling | FM small patch for wxDataViewCtrl compilation |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Robert Roebling | Most of FM's wxDataViewCtrl patch. |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | don't compile wxDataViewDateRendererPopupTransient... |
blob | commitdiff | raw | diff to current |
2006-12-10 |
Vadim Zeitlin | set wxDATAVIEW_CELL_SELECTED in flags passed to Render... |
blob | commitdiff | raw | diff to current |
2006-10-16 |
Włodzimierz Skiba | Allow building without calendar. |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Robert Roebling | Implemended column header mouse clicks. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Robert Roebling | Added sort order and alignement for column headers. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Robert Roebling | Add support for bitmaps in headers. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Włodzimierz Skiba | Warning fixes and TODO markup for easier finding by... |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robert Roebling | More selection work in GTK+ version. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robert Roebling | Added selection API. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Vadim Zeitlin | fix VC warning about incorrect dll linkage of wxDataVie... |
blob | commitdiff | raw | diff to current |
2006-10-01 |
Robert Roebling | Removed some irritating flags. |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Robert Roebling | Several wxBitmapDataCell changes. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Włodzimierz Skiba | Include wx/timer.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Włodzimierz Skiba | Include wx/dcclient.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | signed/unsigned warning fix |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Vadim Zeitlin | made GetRowCount() return size_t to avoid signed/unsign... |
blob | commitdiff | raw | diff to current |
2006-05-01 |
Paul Cornett | & operator should be && |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Włodzimierz Skiba | Renamed DrawCheckButton due to conflict with existing... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Włodzimierz Skiba | Refresh(row) should be RefreshRow(row), otherwise it... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Robert Roebling | Added wxRenderer method for drawing selection |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Robert Roebling | Lots of minor visual updates. |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Robert Roebling | Finished most of the selection/focus handling. |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Robert Roebling | Lots of selection and focus code. |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Robert Roebling | renderer::DrawHeaderButton() seems to need space |
blob | commitdiff | raw | diff to current |
next |