]> git.saurik.com Git - wxWidgets.git/history - src/generic/listctrl.cpp
wxWindow split into wxWindowBase and wxWindow (wxGTK part)
[wxWidgets.git] / src / generic / listctrl.cpp
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
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-07  Robert Roebling Listctrl updates
1998-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-02  Vadim Zeitlinadded wxListCtrl::DeleteAllColumns()
1998-12-01  Robert Roebling Pixel corrections for wxListCtrl
1998-11-22  Karsten BallüderFixed return code of GetSelectionCount()
1998-11-04  Julian SmartChanged m_font to * GetFont() since m_font isn't in...
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-31  Robert Roebling Font fixes and icons in report view for list control
1998-10-30  Robert Roebling Tought Systemettings that sysfont has 12 pts
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-24  Robert Roebling Added support for frames without borders (such as for
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-09-11  Robert Roebling Updates to memcheck
1998-09-05  Robert Roebling Fixed two small things in wxListCtrl
1998-09-01  Robert Roebling Fixed a few compile things
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Vadim Zeitlincorrected wxListCtrl compilation problems
1998-08-17  Robert Roebling Added in-place editiging in wxListCtrl
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-08  Denis PershinDP:
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-29  Robert Roebling wxListCtrl selection improved
1998-07-28  Robert Roebling Fixed bug in wxListCtrl
1998-07-27  Robert Roeblingwarning msgs
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-11  Robert Roeblingevent/leave events
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-29  Karsten Ballüderfixed event type parameter
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-06-03  Robert Roebling GTK
1998-05-20  Karsten BallüderInitial revision