cvs commit: libh .cvsignore Makefile.new libh/bin module.m4 libh/bin/HuiTvTest main.cc libh/bin/HuiTv_shared swig.ii module.m4 libh/bin/HuiTv_static module.m4 swig.ii libh/lib module.m4 libh/lib/Hui Hui.ii HuiButton.hh HuiButtonsGroup.hh HuiCallback.cc ...

Max Okumoto <[email protected]>
Newsgroups gmane.os.freebsd.devel.libh
Message-ID <[email protected]>
okumoto     2002/08/15 05:05:08 CDT

  Modified files:
    .                    Makefile.new 
    bin                  module.m4 
    bin/HuiTv_shared     module.m4 
    lib                  module.m4 
    lib/Hui              Dim.hh Hui.cc Hui.hh 
    lib/HuiTv            HuiTv.cc HuiTvButton.cc 
                         HuiTvButtonsGroup.cc HuiTvCheckBoxes.cc 
                         HuiTvContainer.cc HuiTvDialog.cc 
                         HuiTvEmbedded.cc HuiTvGroup.cc 
                         HuiTvInputLine.cc HuiTvLabel.cc 
                         HuiTvListBox.cc HuiTvMenuBar.cc 
                         HuiTvMenuButton.cc HuiTvMenuItem.cc 
                         HuiTvMenuSeparator.cc HuiTvMenuSubmenu.cc 
                         HuiTvProgressIndicator.cc 
                         HuiTvRadioMenu.cc HuiTvTextEdit.cc 
                         HuiTvToplevel.cc HuiTvWidget.cc 
                         HuiTvWindow.cc 
  Added files:
    .                    .cvsignore 
    bin/HuiTvTest        main.cc 
    bin/HuiTv_shared     swig.ii 
    bin/HuiTv_static     module.m4 swig.ii 
    lib/Hui              Hui.ii HuiButton.hh HuiButtonsGroup.hh 
                         HuiCallback.cc HuiCallback.hh 
                         HuiCheckBoxes.hh HuiContainer.hh 
                         HuiDialog.hh HuiEmbedded.hh HuiGroup.cc 
                         HuiGroup.hh HuiInputLine.hh HuiLabel.hh 
                         HuiListBox.hh HuiMenuButton.hh 
                         HuiMenuItem.hh HuiMenuSeparator.hh 
                         HuiMenuSubmenu.cc HuiMenuSubmenu.hh 
                         HuiRadioMenu.hh HuiTextEdit.hh 
                         HuiToplevel.hh HuiWidget.cc HuiWidget.hh 
                         HuiWindow.hh limits 
    lib/HuiTv            BUGS HuiTv.hh HuiTv.ii 
                         HuiTvApplication.cc HuiTvApplication.hh 
                         HuiTvButton.hh HuiTvButtonsGroup.hh 
                         HuiTvCheckBoxes.hh HuiTvContainer.hh 
                         HuiTvDialog.hh HuiTvEmbedded.hh 
                         HuiTvGroup.hh HuiTvInputLine.hh 
                         HuiTvLabel.hh HuiTvListBox.hh 
                         HuiTvMenuBar.hh HuiTvMenuButton.hh 
                         HuiTvMenuItem.hh HuiTvMenuSeparator.hh 
                         HuiTvMenuSubmenu.hh 
                         HuiTvProgressIndicator.hh 
                         HuiTvRadioMenu.hh HuiTvTextEdit.hh 
                         HuiTvTitle.hh HuiTvToplevel.hh 
                         HuiTvWidget.hh HuiTvWindow.hh 
  Log:
  Final merge of new Hui Code.
  
  Revision  Changes    Path
  1.3       +34 -0     libh/Makefile.new
  1.2       +2 -1      libh/bin/module.m4
  1.2       +1 -1      libh/bin/HuiTv_shared/module.m4
  1.2       +1 -1      libh/lib/module.m4
  1.2       +205 -232  libh/lib/Hui/Dim.hh
  1.14      +6 -73     libh/lib/Hui/Hui.cc
  1.40      +86 -1027  libh/lib/Hui/Hui.hh
  1.40      +124 -212  libh/lib/HuiTv/HuiTv.cc
  1.38      +69 -140   libh/lib/HuiTv/HuiTvButton.cc
  1.36      +50 -92    libh/lib/HuiTv/HuiTvButtonsGroup.cc
  1.39      +151 -224  libh/lib/HuiTv/HuiTvCheckBoxes.cc
  1.38      +30 -234   libh/lib/HuiTv/HuiTvContainer.cc
  1.35      +87 -134   libh/lib/HuiTv/HuiTvDialog.cc
  1.37      +76 -115   libh/lib/HuiTv/HuiTvEmbedded.cc
  1.38      +373 -387  libh/lib/HuiTv/HuiTvGroup.cc
  1.36      +151 -179  libh/lib/HuiTv/HuiTvInputLine.cc
  1.37      +40 -94    libh/lib/HuiTv/HuiTvLabel.cc
  1.36      +350 -382  libh/lib/HuiTv/HuiTvListBox.cc
  1.34      +124 -68   libh/lib/HuiTv/HuiTvMenuBar.cc
  1.34      +28 -95    libh/lib/HuiTv/HuiTvMenuButton.cc
  1.34      +194 -109  libh/lib/HuiTv/HuiTvMenuItem.cc
  1.34      +9 -40     libh/lib/HuiTv/HuiTvMenuSeparator.cc
  1.35      +128 -132  libh/lib/HuiTv/HuiTvMenuSubmenu.cc
  1.36      +86 -150   libh/lib/HuiTv/HuiTvProgressIndicator.cc
  1.37      +138 -210  libh/lib/HuiTv/HuiTvRadioMenu.cc
  1.36      +140 -155  libh/lib/HuiTv/HuiTvTextEdit.cc
  1.34      +23 -82    libh/lib/HuiTv/HuiTvToplevel.cc
  1.35      +90 -194   libh/lib/HuiTv/HuiTvWidget.cc
  1.36      +125 -150  libh/lib/HuiTv/HuiTvWindow.cc


To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-libh" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.