2002-08-08 |
Julian Smart | Applied patch [ 590247 ] Fix bad calculation of listctr... |
blob | commitdiff | raw |
2002-08-05 |
David Webster | FALSE, not false |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Julian Smart | Added wx/listbase.h with wxListCtrl types, so we can |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Julian Smart | Must include wx/listctrl.h unfortunately, for now |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Julian Smart | More tweaks so wxGenericListCtrl only uses generic |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Vadim Zeitlin | fixed bug due to which all items in a virtual control... |
blob | commitdiff | raw | diff to current |
2002-07-27 |
Mattia Barbon | Rename wxGenericImageList to wxImageList in generic... |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Julian Smart | Added wxListCtrl to derive from wxGenericListCtrl, |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Julian Smart | Applied patch [ 583922 ] Make generic/wxListCtrl avail... |
blob | commitdiff | raw | diff to current |
2002-07-12 |
Vadim Zeitlin | attempt to fix a rare crash which happens when changing... |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Vadim Zeitlin | fixed handling of Ctrl-arrows movement which was unsele... |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Vadim Zeitlin | applied the same fix for crashing if the END_EDIT event... |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Vadim Zeitlin | fixed off-by-few-pixels error in horz scrollbar calcula... |
blob | commitdiff | raw | diff to current |
2002-06-18 |
Vadim Zeitlin | relayout the window after adding/removing the columns... |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Vadim Zeitlin | fixed icon drawing when they have different sizes ... |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Vadim Zeitlin | unselected the current item when unfocusing it in a... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Vadim Zeitlin | added missing wxListItem copy ctor to wxMSW, moved... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | implemented missing copy constructor (needed for non... |
blob | commitdiff | raw | diff to current |
2002-04-24 |
Ron Lee | Added {S,G}etItem{Text,Background}Colour methods. |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Robin Dunn | Added sending of column dragging events to the generic... |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Václav Slavík | use Calc(Un)ScrolledPosition instead of wxClientDC |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Václav Slavík | make it possible to have empty lines in wxListCtrl |
blob | commitdiff | raw | diff to current |
2002-03-13 |
Vadim Zeitlin | update focus rectangle width when the columns are being... |
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 |
2002-03-06 |
Gilles Depeyrot | wxArray<T> macros have been changed to fix runtime... |
blob | commitdiff | raw | diff to current |
2002-02-24 |
Václav Slavík | made generic wxListCtrl work with well-behaved ports... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Robert Roebling | Some work on GTK focus handling and events. |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Vadim Zeitlin | don't crash in SetFocus() |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Robert Roebling | Removed accidentally left in debug code. |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Václav Slavík | fix for focus handling in generic wxListCtrl |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Robert Roebling | wxX11: |
blob | commitdiff | raw | diff to current |
2002-01-26 |
Václav Slavík | don't use GTK specific code in wxListCtrl when building... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Robert Roebling | Further correction to wxListCtrl line wrapping. |
blob | commitdiff | raw | diff to current |
2002-01-05 |
Robert Roebling | Recorrected calculation of client size in wxListCtrl. |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Robert Roebling | Changed semantics of clicking beside the text control |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Vadim Zeitlin | fix for the crash when many listctrl items change state |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Vadim Zeitlin | removed unneeded include from the header |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | changes to match listctrl.h changes (forgot to commit... |
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-10-30 |
Vadim Zeitlin | minor cleanup |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Vadim Zeitlin | fixed wxListCtrl::DeleteAllColumns() in the generic... |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Vadim Zeitlin | fix to avoid internal compiler error with gcc 2.95... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | refresh the current item when the focus is gained/lost |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Vadim Zeitlin | fix for focus event sending |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Vadim Zeitlin | reduced flicker when switching focus to/from the report... |
blob | commitdiff | raw | diff to current |
2001-09-06 |
Vadim Zeitlin | set mouse position for COL_CLICK event |
blob | commitdiff | raw | diff to current |
2001-09-03 |
Vadim Zeitlin | implemented column images for the generic version |
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-29 |
Vadim Zeitlin | fixed refreshing listctrl on focus change when it only... |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Václav Slavík | fixed a bug in wxListCtrl: SetColumnWidth didn't set... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | use raw (physical) coords in LIST_(R)DRAG events (patch... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | fixed crash in HitTest() with y position below the... |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Vadim Zeitlin | fixed refresh problem after adding some items and calli... |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Vadim Zeitlin | fix for refreshing the current item in the list ctrl... |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Vadim Zeitlin | fixed clipping of items with icons text in report mode |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Vadim Zeitlin | fixed bug/assert failure when refreshing items in non... |
blob | commitdiff | raw | diff to current |
2001-08-14 |
Vadim Zeitlin | reduce flicker in header window when deleting items... |
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-07 |
Vadim Zeitlin | fixed unwanted owner data accesses in virtual list... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | don't draw the selected item background if we don't... |
blob | commitdiff | raw | diff to current |
2001-08-03 |
Vadim Zeitlin | no changes |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | applied patch 446014 (misc mingw fixes from Mattia) |
blob | commitdiff | raw | diff to current |
2001-07-30 |
Vadim Zeitlin | eliminated flicker when selecting items |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Vadim Zeitlin | highlight the focused item in non report mode too |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Vadim Zeitlin | fix for (re)positioning the main window when the style... |
blob | commitdiff | raw | diff to current |
2001-07-25 |
Vadim Zeitlin | fix for focus handling when deleting the items |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Vadim Zeitlin | don't call wxYield() from EnsureVisible(), this is... |
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 | fix for rather mysterious problem when deleting the... |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Vadim Zeitlin | implemented EVT_LIST_CACHE_HINT support: send this... |
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-19 |
Vadim Zeitlin | 1. don't delete item attributes in the virtual list... |
blob | commitdiff | raw | diff to current |
2001-07-13 |
Vadim Zeitlin | added RefreshItem(s) methods |
blob | commitdiff | raw | diff to current |
2001-07-13 |
Vadim Zeitlin | removed forgotten debugging printf |
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-11 |
Vadim Zeitlin | oops, restored the postpone-redraw-if-dirty test which... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Vadim Zeitlin | (much) more efficient report mode redrawing |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Vadim Zeitlin | fixed hit testing for non report modes |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | fix for crash when clicking below the items |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | argh, another for GetVisibleLinesRange |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | fix for incorrect assert in GetVisibleLinesRange |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | fix for visible lines calculation |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | fixes for crashes after DeleteItem and DeleteAllItems |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Vadim Zeitlin | wxListCtrl in report/virtual modes seems to work |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Vadim Zeitlin | more wxListCtrl drawing fixes - scrolling still doesn... |
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-09 |
Vadim Zeitlin | compilation fixes |
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 |
Stefan Csomor | added mac l&f for rules and headers |
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 | more steps toward virtual listctrl |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Vadim Zeitlin | use type safe list instead of wxList for m_columns |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Vadim Zeitlin | added virtual list control functions (but not implement... |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | renamed scrolwin file - no other way to make wxGTK... |
blob | commitdiff | raw | diff to current |
2001-07-01 |
Stefan Csomor | refresh during window delete (if root window deleted... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | compilation fixes - wxGTK compiles but not links |
blob | commitdiff | raw | diff to current |
next |