2006-05-28 |
Vadim Zeitlin | added wxListCtrl::GetSubItemRect() and subitem hit... |
blob | commitdiff | raw |
2006-05-18 |
Robin Dunn | Reverted mistaken check-in |
blob | commitdiff | raw | diff to current |
2006-05-18 |
Robin Dunn | Use correct DLL import/export specifier for multi-lib... |
blob | commitdiff | raw | diff to current |
2006-04-02 |
Julian Smart | Corrected index passed |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Vadim Zeitlin | fixed crash introduced in rev. 187 for all non-MSW... |
blob | commitdiff | raw | diff to current |
2006-03-13 |
Włodzimierz Skiba | Make wxListCtrl changes ported from 2.6 branch complete... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Julian Smart | Added context menu |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Robin Dunn | Applied Patch #1424869: Implement wxListCtrl::SetItemCo... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Vadim Zeitlin | don't use grey background for the control, it makes... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Michael Wetherell | Compilation fix. |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Vadim Zeitlin | set or unset column image on column click |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Włodzimierz Skiba | wxOS2/OW warning and build fixes. |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Michael Wetherell | Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesc... |
blob | commitdiff | raw | diff to current |
2005-07-02 |
Vadim Zeitlin | added GetItemRect() test |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | added virtual view mode with small number of items... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | fix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl... |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Julian Smart | Deprecations |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Vadim Zeitlin | added test for toggling wxLC_[HV]RULES styles |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Włodzimierz Skiba | Fix for coordinates in wxEVT_COMMAND_LIST_COL_RIGHT_CLI... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
blob | commitdiff | raw | diff to current |
2004-05-20 |
Włodzimierz Skiba | -1->wxID_ANY, TRUE->true and FALSE->false replacements. |
blob | commitdiff | raw | diff to current |
2004-03-23 |
Julian Smart | Applied patch [ 920076 ] [listctrl sample] Keep multise... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Vadim Zeitlin | don't try O(N) actions in virtual view, this gives... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied [ 866603 ] Fixes the listctrl demo's 'Toggle... |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Vadim Zeitlin | update list ctrl size after recreating it (when the... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Vadim Zeitlin | added test for cancelled END_EDIT |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Vadim Zeitlin | VC++ warning fixes |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Vadim Zeitlin | respect Veto()ing the column resize events; added test... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | added test for wxLIST_FORMAT_CENTRE/RIGHT |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Mattia Barbon | More samples/Unicode fixes. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Robin Dunn | Change needed for when the COMPATIBILITY flags are... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Vadim Zeitlin | added icons to virtual list mode |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Vadim Zeitlin | added test for EditLabel, Unicode fixes |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Vadim Zeitlin | right clicking outside any column sets the column in... |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Vadim Zeitlin | added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme... |
blob | commitdiff | raw | diff to current |
2001-11-03 |
Vadim Zeitlin | implemented Freeze/Thaw() for the generic listctrl |
blob | commitdiff | raw | diff to current |
2001-09-02 |
Vadim Zeitlin | added support for column images under MSW |
blob | commitdiff | raw | diff to current |
2001-09-01 |
Vadim Zeitlin | added a bunch of new wxListCtrl messages: column right... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | added test for HitTest(m_dragPoint) bug to the sample |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Vadim Zeitlin | added missing refresh when changing focus in wxListCtrl... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | applied patch 446010 (unicode compilation fixes) |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Vadim Zeitlin | fixed bug with deletion of several last items in wxList... |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Vadim Zeitlin | added EVT_LIST_COMMAND_CACHE_HINT, implemented it for... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Vadim Zeitlin | added support for item attributes in virtual list control |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Vadim Zeitlin | more wxListCtrl fixes: inserting/deleting items now... |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | 1. fixed typo ('&' instead of '|') in wxNotebook |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | made switching from/to multiple selection mode work... |
blob | commitdiff | raw | diff to current |
2001-07-06 |
Vadim Zeitlin | virtual wxListCtrl support (UNTESTED) |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Vadim Zeitlin | added virtual listctrl support |
blob | commitdiff | raw | diff to current |
2001-06-23 |
Vadim Zeitlin | delete test added |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Vadim Zeitlin | added test for selection events |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Vadim Zeitlin | 1. corrected bug in MDI sample (which resulted in missi... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | 1. corrected bug with LIST_ITEM_ACTIVATED being sent... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Vadim Zeitlin | 1. fixed bug with the index of the last column in EVT_C... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Julian Smart | Minor mods if any |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Vadim Zeitlin | 1. more test code for drawing with ROPs/masks/bg brushe... |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Robert Roebling | Small modifications to listtest. |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Robert Roebling | Tried to prevent scrollbars from scrolling as |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Vadim Zeitlin | some minor changes in controls/image, timings added... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | generic wxListCtrl colour/font setting |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Vadim Zeitlin | wxListCtrl custom drawing seems to work |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | Two missing #includes in image code. |
blob | commitdiff | raw | diff to current |
1999-12-01 |
Vadim Zeitlin | sorting test added |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Vadim Zeitlin | assert in OnSelected() fixed |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Vadim Zeitlin | 1. Implemented support for different icons for differen... |
blob | commitdiff | raw | diff to current |
1999-08-24 |
Robert Roebling | Added new wxFontDialog, |
blob | commitdiff | raw | diff to current |
1999-08-16 |
Robert Roebling | compile fixes for EMX |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Robert Roebling | Re-Added wxStream::StreamSize() |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Vadim Zeitlin | 1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT... |
blob | commitdiff | raw | diff to current |
1999-07-02 |
Karsten Ballüder | Added demonstration of busy cursor bug. |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | 1. wxStaticLine implemented (generic (ugly) and MSW... |
blob | commitdiff | raw | diff to current |
1999-06-11 |
Robert Roebling | Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Robert Roebling | wxImageList::Add() returned wrong index. |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Vadim Zeitlin | minor changes |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Vadim Zeitlin | delete all log messages suppressed |
blob | commitdiff | raw | diff to current |
1998-12-16 |
Robert Roebling | Added layout constraints call to wxNotebook |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Robert Roebling | Listctrl updates |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Robert Roebling | Added serial code for wxList and wxHashTable to sourc... |
blob | commitdiff | raw | diff to current |
1998-12-04 |
Julian Smart | More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl... |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Robert Roebling | Changed instal path for setup.h |
blob | commitdiff | raw | diff to current |
1998-08-27 |
Julian Smart | wxConfig changes to be more logical. |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Karsten Ballüder | added (de)select all |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-17 |
Robert Roebling | Added list ctrl sample. Looks better than what I... |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-05-22 |
Julian Smart | *** empty log message *** |
blob | commitdiff | raw | diff to current |
|