2001-11-16 |
Vadim Zeitlin | added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme... |
blob | commitdiff | raw |
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 |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | use GetText() instead of GetText(wxString&), made some... |
blob | commitdiff | raw | diff to current |
2001-05-01 |
Robert Roebling | wxScrolledWindow next take, the Gizmo controls |
blob | commitdiff | raw | diff to current |
2001-04-29 |
Robert Roebling | wxScrolledWindow is now a native widget under GTK. |
blob | commitdiff | raw | diff to current |
2001-03-02 |
Julian Smart | Added DisplayTextPopup to wxHtmlHelpController; fixed... |
blob | commitdiff | raw | diff to current |
2001-02-22 |
Julian Smart | wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELECTED in GetIte... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2001-01-11 |
Julian Smart | Use wxClientDC in header window so we don't clip (becau... |
blob | commitdiff | raw | diff to current |
2000-11-24 |
Robert Roebling | matrix compile fix |
blob | commitdiff | raw | diff to current |
2000-11-16 |
Vadim Zeitlin | patch from Mike Oliver <oliver@math.ucla.edu> to have... |
blob | commitdiff | raw | diff to current |
2000-10-19 |
Vadim Zeitlin | fixed GetItemRect() and GetItemPosition() for scrolled... |
blob | commitdiff | raw | diff to current |
2000-10-17 |
Václav Slavík | added automatic growing of in-place wxTextCtrls for... |
blob | commitdiff | raw | diff to current |
2000-10-08 |
Václav Slavík | fixed EditLabel() for wxLC_REPORT mode |
blob | commitdiff | raw | diff to current |
2000-09-28 |
Václav Slavík | added wxListCtrl::AssignImageList |
blob | commitdiff | raw | diff to current |
2000-09-16 |
Robert Roebling | Set the m_isFrame flag corrcetly. |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Robert Roebling | More theme goodies. |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Robert Roebling | wxListCtrl::InsertItem() returned wrong index. |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Robert Roebling | Themed headers for wxListCtrl. |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Vadim Zeitlin | 1. wxFrame::IsIconized() fixed - seems to work |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Julian Smart | wxListMainWindow::HitTest no longer tests 'flags' which... |
blob | commitdiff | raw | diff to current |
2000-09-11 |
Robert Roebling | Tiny patch for wxListCtrl::HitTest(). I didn't |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Julian Smart | Generic wxListCtrl now supports wxLC_HRULES, wxLC_VRULES |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Robin Dunn | 1. Setting the listctrl as the event object before... |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Julian Smart | Added to wxSystemSettings for better GTK+ themes compat... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ove Kaaven | If, in a single-selection listctrl, a focused item... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Robert Roebling | Small speed-up. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Unknown (NI) | fixed wxListMainWindow::HitTest |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | warnings from FreeBSD compilation log removed |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Robert Roebling | Found bug that skrewed up display wrt horizontal |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Robert Roebling | Corrected scrollwin thumb release event, |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robert Roebling | Disabled horizontal report mode scrolling in wxListCtrl |
blob | commitdiff | raw | diff to current |
2000-03-06 |
Vadim Zeitlin | patches from Ricky Gonzales <gonzales@pyramid3.net>: |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Robert Roebling | Lotta stuff for drawing etc. |
blob | commitdiff | raw | diff to current |
2000-03-03 |
Robert Roebling | Clean-up, speed-up and bug-fix for wxListCtrl drawing, |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | wxListCtrl uses SetWindowChange() in its OnChar |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robert Roebling | #ifdeffed new paint clipping :-( |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Julian Smart | Misc small changes, some for VC++ 1.5 |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Robert Roebling | SetSelection() in wxNotebook now sets the focus, |
blob | commitdiff | raw | diff to current |
next |