From 618250f354a316988b514bbd5566fc43e802b048 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sun, 19 Dec 2004 13:08:49 +0000 Subject: [PATCH] moved unused/ui to ui --- ChangeLog | 16 ++++++++++++++++ {unused/ui => ui}/barbox.c | 2 +- {unused/ui => ui}/button.c | 2 +- {unused/ui => ui}/checkbox.c | 2 +- {unused/ui => ui}/file.c | 2 +- {unused/ui => ui}/func.c | 2 +- {unused/ui => ui}/gadget.c | 2 +- {unused/ui => ui}/harderr.c | 2 +- {unused/ui => ui}/icon.c | 2 +- {unused/ui => ui}/inputbox.c | 2 +- {unused/ui => ui}/keypad.c | 0 {unused/ui => ui}/keypress.c | 2 +- {unused/ui => ui}/keytrap.c | 0 {unused/ui => ui}/listbox.c | 2 +- {unused/ui => ui}/medfunc.c | 2 +- {unused/ui => ui}/menu.c | 2 +- {unused/ui => ui}/menubar.c | 2 +- {unused/ui => ui}/message.c | 2 +- {unused/ui => ui}/mouse.c | 2 +- {unused/ui => ui}/number.c | 2 +- {unused/ui => ui}/popup.c | 2 +- {unused/ui => ui}/radio.c | 2 +- {unused/ui => ui}/scroll.c | 2 +- {unused/ui => ui}/ui.c | 2 +- {unused/ui => ui}/uidraw.c | 2 +- {unused/ui => ui}/userbox.c | 2 +- {unused/ui => ui}/window.c | 2 +- 27 files changed, 40 insertions(+), 24 deletions(-) rename {unused/ui => ui}/barbox.c (96%) rename {unused/ui => ui}/button.c (98%) rename {unused/ui => ui}/checkbox.c (97%) rename {unused/ui => ui}/file.c (99%) rename {unused/ui => ui}/func.c (96%) rename {unused/ui => ui}/gadget.c (98%) rename {unused/ui => ui}/harderr.c (90%) rename {unused/ui => ui}/icon.c (98%) rename {unused/ui => ui}/inputbox.c (97%) rename {unused/ui => ui}/keypad.c (100%) rename {unused/ui => ui}/keypress.c (97%) rename {unused/ui => ui}/keytrap.c (100%) rename {unused/ui => ui}/listbox.c (99%) rename {unused/ui => ui}/medfunc.c (98%) rename {unused/ui => ui}/menu.c (96%) rename {unused/ui => ui}/menubar.c (99%) rename {unused/ui => ui}/message.c (97%) rename {unused/ui => ui}/mouse.c (98%) rename {unused/ui => ui}/number.c (96%) rename {unused/ui => ui}/popup.c (97%) rename {unused/ui => ui}/radio.c (97%) rename {unused/ui => ui}/scroll.c (98%) rename {unused/ui => ui}/ui.c (96%) rename {unused/ui => ui}/uidraw.c (97%) rename {unused/ui => ui}/userbox.c (97%) rename {unused/ui => ui}/window.c (99%) diff --git a/ChangeLog b/ChangeLog index 7316913e..e497083b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,22 @@ main/editor/medwall.h, main/editor/segment.c, main/gamesave.c, unused/ui/icon.c: replace byte with sbyte + * ui/barbox.c, ui/button.c, ui/checkbox.c, ui/file.c, ui/func.c, + ui/gadget.c, ui/harderr.c, ui/icon.c, ui/inputbox.c, ui/keypad.c, + ui/keypress.c, ui/keytrap.c, ui/listbox.c, ui/medfunc.c, + ui/menu.c, ui/menubar.c, ui/message.c, ui/mouse.c, ui/number.c, + ui/popup.c, ui/radio.c, ui/scroll.c, ui/ui.c, ui/uidraw.c, + ui/userbox.c, ui/window.c, unused/ui/barbox.c, unused/ui/button.c, + unused/ui/checkbox.c, unused/ui/file.c, unused/ui/func.c, + unused/ui/gadget.c, unused/ui/harderr.c, unused/ui/icon.c, + unused/ui/inputbox.c, unused/ui/keypad.c, unused/ui/keypress.c, + unused/ui/keytrap.c, unused/ui/listbox.c, unused/ui/medfunc.c, + unused/ui/menu.c, unused/ui/menubar.c, unused/ui/message.c, + unused/ui/mouse.c, unused/ui/number.c, unused/ui/popup.c, + unused/ui/radio.c, unused/ui/scroll.c, unused/ui/ui.c, + unused/ui/uidraw.c, unused/ui/userbox.c, unused/ui/window.c: moved + unused/ui to ui + 2004-12-17 Chris Taylor * main/state.c: open autosave file for writing, not reading diff --git a/unused/ui/barbox.c b/ui/barbox.c similarity index 96% rename from unused/ui/barbox.c rename to ui/barbox.c index 5bf970e0..47da8eae 100644 --- a/unused/ui/barbox.c +++ b/ui/barbox.c @@ -13,7 +13,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #pragma off (unreferenced) -static char rcsid[] = "$Id: barbox.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: barbox.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/button.c b/ui/button.c similarity index 98% rename from unused/ui/button.c rename to ui/button.c index d8c297a2..b6e519f8 100644 --- a/unused/ui/button.c +++ b/ui/button.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: button.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: button.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/checkbox.c b/ui/checkbox.c similarity index 97% rename from unused/ui/checkbox.c rename to ui/checkbox.c index 969c13b7..f165f8c3 100644 --- a/unused/ui/checkbox.c +++ b/ui/checkbox.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: checkbox.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: checkbox.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) diff --git a/unused/ui/file.c b/ui/file.c similarity index 99% rename from unused/ui/file.c rename to ui/file.c index f149e05e..0a20740a 100644 --- a/unused/ui/file.c +++ b/ui/file.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: file.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: file.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/func.c b/ui/func.c similarity index 96% rename from unused/ui/func.c rename to ui/func.c index b66cdadf..5e3f60e0 100644 --- a/unused/ui/func.c +++ b/ui/func.c @@ -13,7 +13,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #pragma off (unreferenced) -static char rcsid[] = "$Id: func.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: func.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/gadget.c b/ui/gadget.c similarity index 98% rename from unused/ui/gadget.c rename to ui/gadget.c index c6aa9c93..17f1f551 100644 --- a/unused/ui/gadget.c +++ b/ui/gadget.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: gadget.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: gadget.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/harderr.c b/ui/harderr.c similarity index 90% rename from unused/ui/harderr.c rename to ui/harderr.c index c88faae0..2750ebde 100644 --- a/unused/ui/harderr.c +++ b/ui/harderr.c @@ -12,6 +12,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: harderr.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: harderr.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) diff --git a/unused/ui/icon.c b/ui/icon.c similarity index 98% rename from unused/ui/icon.c rename to ui/icon.c index c77bfee3..b9926555 100644 --- a/unused/ui/icon.c +++ b/ui/icon.c @@ -13,7 +13,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #pragma off (unreferenced) -static char rcsid[] = "$Id: icon.c,v 1.2 2004-12-19 12:55:44 btb Exp $"; +static char rcsid[] = "$Id: icon.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) diff --git a/unused/ui/inputbox.c b/ui/inputbox.c similarity index 97% rename from unused/ui/inputbox.c rename to ui/inputbox.c index 544cef08..ea8d6c9d 100644 --- a/unused/ui/inputbox.c +++ b/ui/inputbox.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: inputbox.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: inputbox.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/keypad.c b/ui/keypad.c similarity index 100% rename from unused/ui/keypad.c rename to ui/keypad.c diff --git a/unused/ui/keypress.c b/ui/keypress.c similarity index 97% rename from unused/ui/keypress.c rename to ui/keypress.c index 32e03172..713ee246 100644 --- a/unused/ui/keypress.c +++ b/ui/keypress.c @@ -13,7 +13,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #pragma off (unreferenced) -static char rcsid[] = "$Id: keypress.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: keypress.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/keytrap.c b/ui/keytrap.c similarity index 100% rename from unused/ui/keytrap.c rename to ui/keytrap.c diff --git a/unused/ui/listbox.c b/ui/listbox.c similarity index 99% rename from unused/ui/listbox.c rename to ui/listbox.c index faffcd28..5b30ba68 100644 --- a/unused/ui/listbox.c +++ b/ui/listbox.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: listbox.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: listbox.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/medfunc.c b/ui/medfunc.c similarity index 98% rename from unused/ui/medfunc.c rename to ui/medfunc.c index 020cab18..2b16e63d 100644 --- a/unused/ui/medfunc.c +++ b/ui/medfunc.c @@ -13,7 +13,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #pragma off (unreferenced) -static char rcsid[] = "$Id: medfunc.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: medfunc.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) typedef struct { diff --git a/unused/ui/menu.c b/ui/menu.c similarity index 96% rename from unused/ui/menu.c rename to ui/menu.c index 420374a6..37d0be96 100644 --- a/unused/ui/menu.c +++ b/ui/menu.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: menu.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: menu.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/menubar.c b/ui/menubar.c similarity index 99% rename from unused/ui/menubar.c rename to ui/menubar.c index 380cd5ec..ba34ba1e 100644 --- a/unused/ui/menubar.c +++ b/ui/menubar.c @@ -13,7 +13,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #pragma off (unreferenced) -static char rcsid[] = "$Id: menubar.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: menubar.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/message.c b/ui/message.c similarity index 97% rename from unused/ui/message.c rename to ui/message.c index bdcc6564..b8bebfd5 100644 --- a/unused/ui/message.c +++ b/ui/message.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: message.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: message.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include #include diff --git a/unused/ui/mouse.c b/ui/mouse.c similarity index 98% rename from unused/ui/mouse.c rename to ui/mouse.c index 0a78bb04..437bec0c 100644 --- a/unused/ui/mouse.c +++ b/ui/mouse.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: mouse.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: mouse.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/number.c b/ui/number.c similarity index 96% rename from unused/ui/number.c rename to ui/number.c index b7339ac6..edb3abaf 100644 --- a/unused/ui/number.c +++ b/ui/number.c @@ -13,7 +13,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #pragma off (unreferenced) -static char rcsid[] = "$Id: number.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: number.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) diff --git a/unused/ui/popup.c b/ui/popup.c similarity index 97% rename from unused/ui/popup.c rename to ui/popup.c index d6a63f5b..fe6aadfc 100644 --- a/unused/ui/popup.c +++ b/ui/popup.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: popup.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: popup.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include "fix.h" #include "types.h" diff --git a/unused/ui/radio.c b/ui/radio.c similarity index 97% rename from unused/ui/radio.c rename to ui/radio.c index de78db17..f794df07 100644 --- a/unused/ui/radio.c +++ b/ui/radio.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: radio.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: radio.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include #include diff --git a/unused/ui/scroll.c b/ui/scroll.c similarity index 98% rename from unused/ui/scroll.c rename to ui/scroll.c index 49173438..7b847eec 100644 --- a/unused/ui/scroll.c +++ b/ui/scroll.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: scroll.c,v 1.1.1.1 2001-01-19 03:30:14 bradleyb Exp $"; +static char rcsid[] = "$Id: scroll.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include diff --git a/unused/ui/ui.c b/ui/ui.c similarity index 96% rename from unused/ui/ui.c rename to ui/ui.c index 88341046..d1e7ea99 100644 --- a/unused/ui/ui.c +++ b/ui/ui.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: ui.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: ui.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include #include diff --git a/unused/ui/uidraw.c b/ui/uidraw.c similarity index 97% rename from unused/ui/uidraw.c rename to ui/uidraw.c index 555aa744..98d2c3f6 100644 --- a/unused/ui/uidraw.c +++ b/ui/uidraw.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: uidraw.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: uidraw.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include "fix.h" #include "types.h" diff --git a/unused/ui/userbox.c b/ui/userbox.c similarity index 97% rename from unused/ui/userbox.c rename to ui/userbox.c index 726e206b..de3516d0 100644 --- a/unused/ui/userbox.c +++ b/ui/userbox.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: userbox.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: userbox.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include #include diff --git a/unused/ui/window.c b/ui/window.c similarity index 99% rename from unused/ui/window.c rename to ui/window.c index 21a4708d..fee91d9f 100644 --- a/unused/ui/window.c +++ b/ui/window.c @@ -12,7 +12,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #pragma off (unreferenced) -static char rcsid[] = "$Id: window.c,v 1.1.1.1 2001-01-19 03:30:15 bradleyb Exp $"; +static char rcsid[] = "$Id: window.c,v 1.1 2004-12-19 13:08:49 btb Exp $"; #pragma on (unreferenced) #include #include -- 2.39.2