From owner-freebsd-libh Sun Jan 12 1: 0:14 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 434FC37B401 for ; Sun, 12 Jan 2003 01:00:12 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEDEA43E4A for ; Sun, 12 Jan 2003 01:00:11 -0800 (PST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.5) with ESMTP id h0C90BdN080693 for ; Sun, 12 Jan 2003 04:00:11 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6/Submit) id h0C90B20080686 for libh@FreeBSD.org; Sun, 12 Jan 2003 04:00:11 -0500 (EST) Date: Sun, 12 Jan 2003 04:00:11 -0500 (EST) From: LibH Owner Message-Id: <200301120900.h0C90B20080686@triangle.rtp.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 ... To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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