]> git.saurik.com Git - wxWidgets.git/history - src/generic/listctrl.cpp
Disabled horizontal report mode scrolling in wxListCtrl
[wxWidgets.git] / src / generic / listctrl.cpp
2000-03-09  Robert Roebling Disabled horizontal report mode scrolling in wxListCtrl
2000-03-06  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net>:
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-03-03  Robert Roebling Clean-up, speed-up and bug-fix for wxListCtrl drawing,
2000-02-29  Vadim ZeitlinwxListCtrl uses SetWindowChange() in its OnChar
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
2000-02-23  Julian SmartMisc small changes, some for VC++ 1.5
2000-02-22  Robert Roebling SetSelection() in wxNotebook now sets the focus,
2000-02-22  Vadim Zeitlin1. corrected bug with LIST_ITEM_ACTIVATED being sent...
2000-02-22  Robert Roebling Removed some debug code.
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
2000-02-15  Václav Slavíkbackground color set to wxSYS_COLOUR_LISTBOX
2000-02-15  Robert Roebling list ctrl and tree ctrl didn't like the new focus...
2000-02-15  Bart A.M. JourquinSCROLLWIN instead of SCROLL again
2000-02-10  Robert Roebling Fixed Vadims fix.
2000-02-10  Vadim Zeitlin1. fixed bug with the index of the last column in EVT_C...
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
2000-02-05  Robert Roebling wxWindow no longer emits any scroll events after
2000-01-26  Vadim Zeitlinassert in GetNextItem() fixed (yes, now it is)
2000-01-26  Vadim Zeitlinassert in GetNextItem() fixed (?)
2000-01-25  Vadim Zeitlinfixed GetNextItem(item = -1)
2000-01-24  Vadim Zeitlinrefresh after sort - patch from Ricky Gonzales
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
2000-01-23  Robert Roebling tabbing in controls sample works again.
2000-01-22  Robert Roebling Fixed wxListCtrl::GetNextItem()
2000-01-15  Julian Smart16-bit fixes
2000-01-14  Robert Roebling image to bitmap rewrite,
2000-01-07  Bart A.M. Jourquin*** empty log message ***
2000-01-07  Bart A.M. Jourquindeleting the 'validator' param in call to wxControl...
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
2000-01-05  Vadim Zeitlinbug with incorrect & test fixed
2000-01-04  Robert Roebling Removed crashes when not using themes.
2000-01-04  Robert Roebling Update bug in wxListCtrl,
2000-01-04  David Websterneeded a check for wxUSE_VALIDATORS in the wxListCtrl...
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-07  Robert Roebling wxListCtrl sends event directly again. Also fixed...
1999-12-07  Vadim Zeitlinsmall cosmetic fix for wxListCtrl
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-06  Vadim Zeitlin1. test for thr_setconcurrency() added to configure
1999-12-06  Vadim Zeitlingeneric wxListCtrl colour/font setting
1999-12-04  Vadim Zeitlincompilation fixes for the wxListItemAttr
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-04  Robert Roebling Two missing #includes in image code.
1999-11-26  Robert Roebling Minor changes.
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-18  Jouk Jansen Committing in .
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-16  Vadim ZeitlinwxListCtrl::DeleteAllItems() doesn't send notification...
1999-11-13  Robert Roebling Compile fix in dialup,
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-11  Robert Roebling Fixed optical bug in wxListCtrl,
1999-11-08  David WebsterOS/2 PM Fixeups for fonts, validators, and html
1999-10-25  David Webster*** empty log message ***
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-30  Vadim ZeitlinwxListCtrl::InsertItem returns the index of the inserte...
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-08-18  Robert Roebling More wxFileDialog things
1999-08-18  Robert Roebling Whole lot of stuff for new wxFileDialog
1999-08-16  Robert Roebling compile fixes for EMX
1999-08-15  Robert Roebling Added and corrected a few more html makefiles,
1999-07-27  Vadim ZeitlinwxMotif fixes and common fixes for socket compilation
1999-07-26  Robert Roebling Typos in documentation
1999-07-26  Vadim Zeitlincompile fix
1999-07-26  Vadim ZeitlinEditLabel fixes (wxMSW/wxGTK synchronised, docs updated)
1999-07-26  Ove KaavenMore asserts (well, checks) without _T()
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-11  Robert Roebling Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE
1999-05-28  Robert Roebling Small correction to list ctrl and default button...
1999-05-27  Robert Roebling Corrected SetItemState() in listctrl
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-24  Robert Roebling Made listctrl header BG grey again
1999-05-19  Robert Roebling Listctrl should now send char and key_down events.
1999-05-10  Robert Roebling A few more things are back to work.
1999-05-10  Karsten BallüderwxScrolledWindow::Scroll() no longer calls Refresh...
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-25  Robert Roebling Fixed a layout bug in MyFixed
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-03-12  Karsten Ballüderfixed a listctrl index bug
1999-03-05  Robert Roebling Two optical corrections
1999-02-25  Karsten BallüderGetNextItem() now checks for item < GetItemCount()...
1999-02-19  Robert Roebling propagate key event from listctrl to its parent
1999-02-17  Vadim ZeitlinwxListCtrl will receive EVT_CHAR() events now
1999-01-31  Julian SmartVarious small fixes
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-18  Robert Roebling wxDirDialog now sorts its entries
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-16  Vadim Zeitlinlistbox kbd handling buglet corrected (event.Skip(...
1998-12-16  Robert Roebling Added layout constraints call to wxNotebook
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code
1998-12-11  Robert Roebling Redid parts of wxScroledWindow
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
next