Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 04:00:11 -0500 (EST)
From:      LibH Owner <libh@triangle.rtp.FreeBSD.Org>
To:        freebsd-libh@FreeBSD.org
Subject:   cvs commit: libh/lib/HuiTv HuiTvRadioButtons.cc HuiTvRadioButtons.hh HuiTv.cc HuiTv.hh HuiTv.ii HuiTvButton.cc HuiTvButton.hh HuiTvButtonsGroup.cc HuiTvButtonsGroup.hh HuiTvCheckBoxes.cc HuiTvCheckBoxes.hh HuiTvContainer.cc HuiTvContainer.hh ...
Message-ID:  <200301120900.h0C90B20080686@triangle.rtp.FreeBSD.Org>

next in thread | raw e-mail | index | archive | help
libh        2003/01/12 04:00:10 EST

  Modified files:
    lib/HuiTv            HuiTv.cc HuiTv.hh HuiTv.ii HuiTvButton.cc 
                         HuiTvButton.hh HuiTvButtonsGroup.cc 
                         HuiTvButtonsGroup.hh HuiTvCheckBoxes.cc 
                         HuiTvCheckBoxes.hh HuiTvContainer.cc 
                         HuiTvContainer.hh HuiTvDialog.cc 
                         HuiTvDialog.hh HuiTvEmbedded.cc 
                         HuiTvEmbedded.hh HuiTvGroup.cc 
                         HuiTvGroup.hh HuiTvInputLine.cc 
                         HuiTvInputLine.hh HuiTvLabel.cc 
                         HuiTvLabel.hh HuiTvListBox.cc 
                         HuiTvListBox.hh HuiTvMenuBar.cc 
                         HuiTvMenuBar.hh HuiTvMenuButton.cc 
                         HuiTvProgressIndicator.cc 
                         HuiTvProgressIndicator.hh 
                         HuiTvTextEdit.cc HuiTvTextEdit.hh 
                         HuiTvToplevel.cc HuiTvToplevel.hh 
                         HuiTvWidget.cc HuiTvWidget.hh 
                         HuiTvWindow.cc HuiTvWindow.hh module.m4 
  Added files:
    lib/HuiTv            HuiTvRadioButtons.cc HuiTvRadioButtons.hh 
  Removed files:
    lib/HuiTv            HuiTvApplication.cc HuiTvApplication.hh 
                         HuiTvRadioMenu.cc HuiTvRadioMenu.hh 
                         HuiTvTable.cc HuiTvTable.hh HuiTvTitle.hh 
  Log:
  Cleanup HuiTv class to compile under gcc32
  
  Revision  Changes    Path
  1.43      +38 -81    libh/lib/HuiTv/HuiTv.cc
  1.7       +19 -14    libh/lib/HuiTv/HuiTv.hh
  1.5       +4 -10     libh/lib/HuiTv/HuiTv.ii
  1.41      +19 -47    libh/lib/HuiTv/HuiTvButton.cc
  1.5       +9 -4      libh/lib/HuiTv/HuiTvButton.hh
  1.39      +12 -46    libh/lib/HuiTv/HuiTvButtonsGroup.cc
  1.6       +9 -14     libh/lib/HuiTv/HuiTvButtonsGroup.hh
  1.42      +57 -125   libh/lib/HuiTv/HuiTvCheckBoxes.cc
  1.5       +21 -9     libh/lib/HuiTv/HuiTvCheckBoxes.hh
  1.41      +6 -41     libh/lib/HuiTv/HuiTvContainer.cc
  1.5       +12 -9     libh/lib/HuiTv/HuiTvContainer.hh
  1.38      +55 -53    libh/lib/HuiTv/HuiTvDialog.cc
  1.5       +20 -4     libh/lib/HuiTv/HuiTvDialog.hh
  1.41      +1 -88     libh/lib/HuiTv/HuiTvEmbedded.cc
  1.6       +5 -55     libh/lib/HuiTv/HuiTvEmbedded.hh
  1.45      +77 -375   libh/lib/HuiTv/HuiTvGroup.cc
  1.8       +29 -49    libh/lib/HuiTv/HuiTvGroup.hh
  1.39      +113 -137  libh/lib/HuiTv/HuiTvInputLine.cc
  1.5       +14 -5     libh/lib/HuiTv/HuiTvInputLine.hh
  1.42      +16 -13    libh/lib/HuiTv/HuiTvLabel.cc
  1.6       +5 -2      libh/lib/HuiTv/HuiTvLabel.hh
  1.42      +123 -490  libh/lib/HuiTv/HuiTvListBox.cc
  1.7       +32 -7     libh/lib/HuiTv/HuiTvListBox.hh
  1.37      +33 -79    libh/lib/HuiTv/HuiTvMenuBar.cc
  1.6       +22 -7     libh/lib/HuiTv/HuiTvMenuBar.hh
  1.37      +1 -3      libh/lib/HuiTv/HuiTvMenuButton.cc
  1.39      +51 -84    libh/lib/HuiTv/HuiTvProgressIndicator.cc
  1.5       +29 -13    libh/lib/HuiTv/HuiTvProgressIndicator.hh
  1.40      +54 -136   libh/lib/HuiTv/HuiTvTextEdit.cc
  1.5       +57 -8     libh/lib/HuiTv/HuiTvTextEdit.hh
  1.35      +6 -30     libh/lib/HuiTv/HuiTvToplevel.cc
  1.6       +2 -40     libh/lib/HuiTv/HuiTvToplevel.hh
  1.38      +23 -47    libh/lib/HuiTv/HuiTvWidget.cc
  1.6       +22 -10    libh/lib/HuiTv/HuiTvWidget.hh
  1.39      +87 -112   libh/lib/HuiTv/HuiTvWindow.cc
  1.6       +23 -4     libh/lib/HuiTv/HuiTvWindow.hh
  1.3       +4 -5      libh/lib/HuiTv/module.m4


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301120900.h0C90B20080686>