2001-07-13 |
Vadim Zeitlin | removed forgotten debugging printf |
blob | commitdiff | raw |
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 |
2000-02-22 |
Vadim Zeitlin | 1. corrected bug with LIST_ITEM_ACTIVATED being sent... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Robert Roebling | Removed some debug code. |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robert Roebling | Implemented MSW's paint region clipping, but |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Julian Smart | Various VC++ 1.5 and other corrections |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Václav Slavík | background color set to wxSYS_COLOUR_LISTBOX |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robert Roebling | list ctrl and tree ctrl didn't like the new focus... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Bart A.M. Jourquin | SCROLLWIN instead of SCROLL again |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Robert Roebling | Fixed Vadims fix. |
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-06 |
Robert Roebling | Tried to prevent scrollbars from scrolling as |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Robert Roebling | wxWindow no longer emits any scroll events after |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Vadim Zeitlin | assert in GetNextItem() fixed (yes, now it is) |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Vadim Zeitlin | assert in GetNextItem() fixed (?) |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Vadim Zeitlin | fixed GetNextItem(item = -1) |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Vadim Zeitlin | refresh after sort - patch from Ricky Gonzales |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Robert Roebling | Added geometry.cpp and made it compile, |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Robert Roebling | tabbing in controls sample works again. |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Robert Roebling | Fixed wxListCtrl::GetNextItem() |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Julian Smart | 16-bit fixes |
blob | commitdiff | raw | diff to current |
2000-01-14 |
Robert Roebling | image to bitmap rewrite, |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Bart A.M. Jourquin | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Bart A.M. Jourquin | deleting the 'validator' param in call to wxControl... |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Vadim Zeitlin | 1. more HP-UX warning fixes (almost done...) |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Vadim Zeitlin | bug with incorrect & test fixed |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Robert Roebling | Removed crashes when not using themes. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Robert Roebling | Update bug in wxListCtrl, |
blob | commitdiff | raw | diff to current |
2000-01-04 |
David Webster | needed a check for wxUSE_VALIDATORS in the wxListCtrl... |
blob | commitdiff | raw | diff to current |
1999-12-30 |
Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Robert Roebling | wxListCtrl sends event directly again. Also fixed... |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Vadim Zeitlin | small cosmetic fix for wxListCtrl |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Robert Roebling | Various things related to wxFileDialog and attributes. |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | 1. test for thr_setconcurrency() added to configure |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | generic wxListCtrl colour/font setting |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | compilation fixes for the wxListItemAttr |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
blob | commitdiff | raw | diff to current |
next |