]> git.saurik.com Git - wxWidgets.git/history - src/generic/listctrl.cpp
Compile fix in dialup,
[wxWidgets.git] / src / generic / listctrl.cpp
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
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