Fresco/Fresco-IDL/share/idl/Fresco BoundedRange.idl,1.8,1.9 BoundedValue.idl,1.6,1.7 ClientContext.idl,1.9,1.10 Command.idl,1.8,1.9 CommandKit.idl,1.11,1.12 Graphic.idl,1.12,1.13 LayoutKit.idl,1.10,1.11 TextBuffer.idl,1.18,1.19 Types.idl,1.14,1.15 WidgetKit.idl,1.13,1.14

Tobias Hunger <[email protected]> Sun, 08 Feb 2004 00:45:26 +0100
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco
In directory purcel:/tmp/cvs-serv3291/Fresco-IDL/share/idl/Fresco

Modified Files:
	BoundedRange.idl BoundedValue.idl ClientContext.idl 
	Command.idl CommandKit.idl Graphic.idl LayoutKit.idl 
	TextBuffer.idl Types.idl WidgetKit.idl 
Log Message:
Patch from Bernhard Fischer (cow): Misc. spelling and typo fixes, added Doku.


Index: BoundedRange.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/BoundedRange.idl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BoundedRange.idl	29 May 2002 06:57:01 -0000	1.8
+++ BoundedRange.idl	7 Feb 2004 23:43:29 -0000	1.9
@@ -31,7 +31,7 @@
 {
   //. A BoundedRange describes a 'range within a range'
   //. such as a Viewport (a 'window') manipulated by a
-  //. scrollbar. The 'internal' range will allways stay
+  //. scrollbar. The 'internal' range will always stay
   //. completely contained in the 'external' range.
   interface BoundedRange : Subject
     {
@@ -53,10 +53,10 @@
       attribute Coord step;
       //. The current page size.
       attribute Coord page;
-      //. The current lower bound of the 'internal' range. This is allways
+      //. The current lower bound of the 'internal' range. This is always
       //. in ]lower, uvalue].
       attribute Coord lvalue;
-      //. The current upper bound of the 'internal' range. This is allways
+      //. The current upper bound of the 'internal' range. This is always
       //. in [lvalue, upper[.
       attribute Coord uvalue;
 

Index: BoundedValue.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/BoundedValue.idl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BoundedValue.idl	29 May 2002 06:57:01 -0000	1.6
+++ BoundedValue.idl	7 Feb 2004 23:43:29 -0000	1.7
@@ -32,7 +32,7 @@
 {
   //. A BoundedValue describes a 'value within a range'
   //. such as a Slider.
-  //. The value will allways stay contained in the range.
+  //. The value will always stay contained in the range.
   interface BoundedValue : Subject
     {
       //. The current lower bound of the range.
@@ -43,7 +43,7 @@
       attribute Coord step;
       //. The current page size.
       attribute Coord page;
-      //. The current value. It will allways be contained in ]lower, upper[.
+      //. The current value. It will always be contained in ]lower, upper[.
       attribute Coord value;
       //. Move the value a step forward.
       void forward();

Index: ClientContext.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/ClientContext.idl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ClientContext.idl	29 May 2002 06:57:01 -0000	1.9
+++ ClientContext.idl	7 Feb 2004 23:43:29 -0000	1.10
@@ -1,7 +1,7 @@
 /*$Id$
  *
  * This source file is a part of the Fresco Project.
- * Copyright (C) 1998 Graydon Hoare <[email protected]> 
+ * Copyright (C) 1998 Graydon Hoare <[email protected]> 
  * http://www.fresco.org
  *
  * This library is free software; you can redistribute it and/or

Index: Command.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/Command.idl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Command.idl	29 May 2002 06:57:01 -0000	1.8
+++ Command.idl	7 Feb 2004 23:43:29 -0000	1.9
@@ -1,7 +1,7 @@
 /*$Id$
  *
  * This source file is a part of the Fresco Project.
- * Copyright (C) 1998 Graydon Hoare <[email protected]> 
+ * Copyright (C) 1998 Graydon Hoare <[email protected]> 
  * Copyright (C) 1999, 2000 Stefan Seefeld <[email protected]> 
  * http://www.fresco.org
  *
@@ -44,7 +44,7 @@
       //. Add a Command to the end of the list of Commands of this
       //. MacroCommand.
       void append(in Command c);
-      //. Add a Command to the begining of the list of Commands of this
+      //. Add a Command to the beginning of the list of Commands of this
       //. MacroCommand.
       void prepend(in Command c);
     };

Index: CommandKit.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/CommandKit.idl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- CommandKit.idl	29 May 2002 06:57:01 -0000	1.11
+++ CommandKit.idl	7 Feb 2004 23:43:29 -0000	1.12
@@ -1,7 +1,7 @@
 /*$Id$
  *
  * This source file is a part of the Fresco Project.
- * Copyright (C) 1998 Graydon Hoare <[email protected]> 
+ * Copyright (C) 1998 Graydon Hoare <[email protected]> 
  * Copyright (C) 1999, 2000 Stefan Seefeld <[email protected]> 
  * http://www.fresco.org
  *

Index: Graphic.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/Graphic.idl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Graphic.idl	29 May 2002 06:57:01 -0000	1.12
+++ Graphic.idl	7 Feb 2004 23:43:29 -0000	1.13
@@ -39,7 +39,7 @@
   interface DrawingKit;
   interface Graphic;
   
-  //. A GraphicIterator is a reference to a graphic within an composite graphic
+  //. A GraphicIterator is a reference to a graphic within a composite graphic
   interface GraphicIterator
     {
       //. Return the child graphic to which the iterator currently refers
@@ -112,17 +112,15 @@
       //. alter appearance without affecting structural operations.
       void append_graphic(in Graphic g);
       void prepend_graphic(in Graphic g);
-      //. Remove the child on the edge labled the given Tag.
+      //. Remove the child on the edge labeled the given Tag.
       void remove_graphic(in Tag t);
       //. Called by the child to detach itself from the parent
       //. (which is this graphic).
-      //. FIXME: What is this Tag?
+      //. The Tag is a unique Identifier of the graphic.
       void remove_child_graphic(in Tag t);
       //. Add a parent for this graphic.
-      //. FIXME: What is the given Tag? What is the returned Tag?
       Tag add_parent_graphic(in Graphic g, in Tag t);
       //. Remove a parent for this Graphic.
-      //. FIXME: What is this Tag?
       void remove_parent_graphic(in Tag t);
       //. Return an Iterator pointing to the first child Graphic.
       GraphicIterator first_child_graphic();

Index: LayoutKit.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/LayoutKit.idl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- LayoutKit.idl	29 May 2002 06:57:01 -0000	1.10
+++ LayoutKit.idl	7 Feb 2004 23:43:29 -0000	1.11
@@ -250,7 +250,7 @@
       Graphic margin_lrbt(in Graphic g,
 			  in Coord lmargin, in Coord rmargin, in Coord bmargin, in Coord tmargin);
       Graphic margin_flexible(in Graphic g,
-			      in Coord margn, in Coord stretch, in Coord shrink);
+			      in Coord margin, in Coord stretch, in Coord shrink);
       Graphic margin_lrbt_flexible(in Graphic g,
 				   in Coord lmargin, in Coord lstretch, in Coord lshrink,
 				   in Coord rmargin, in Coord rstretch, in Coord rshrink,

Index: TextBuffer.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/TextBuffer.idl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- TextBuffer.idl	13 Aug 2003 18:56:54 -0000	1.18
+++ TextBuffer.idl	7 Feb 2004 23:43:29 -0000	1.19
@@ -47,7 +47,7 @@
 	  unsigned long pos;  //.< Where did it happen?
 	  long len;           //.< How long was the change? This might be a negative number.
       };
-      
+ 
       //. The length of the TextBuffer.
       readonly attribute unsigned long size;
       //. The contents of the TextBuffer.
@@ -66,8 +66,9 @@
       void forward();
       //. Move the cursor backwards for one character.
       void backward();
-      
-      //. FIXME: What does this do?! -- tobias
+      //. Shift the gap reserved for inserting new characters. When editing
+      //. we reserve a gap to hold new characters so not every insertion of
+      //. a new char forces us to move the following existent characters.
       void shift(in long d);
       //. Insert a character in front of the current position into the
       //. TextBuffer. You can only insert characters below 0xFFFF, you will
@@ -78,7 +79,7 @@
       //. operation is finished.
       //.
       //. The TextChange that will be passed around after the insertion will
-      //. allways have a length of 1, the pos field will be the cursor position
+      //. always have a length of 1, the pos field will be the cursor position
       //. *before* the insertion and the type will be insert.
       void insert_char(in Unichar u);
       //. Insert a string into the Buffer before the current position.
@@ -88,19 +89,19 @@
       //. operation is finished.
       //.
       //. The TextChange that will be passed around after the insertion will
-      //. allways have a positive length, the pos field will be the cursor position
-      //. *before* the insertion and the type will be insert.
+      //. always have a positive length, the pos field will be the cursor
+      //. position *before* the insertion and the type will be insert.
       void insert_string(in Unistring u);
       //. Remove d characters backward. This is relative to the current position.
       //.
       //. The TextChange that will be passed around after the removal will
-      //. allways have a *negative* length, the pos field will be the cursor
+      //. always have a *negative* length, the pos field will be the cursor
       //. position *before* the removal and the type will be remove.
       void remove_backward(in unsigned long d);
       //. Remove d characters forward. This is relative to the current position.
       //.
       //. The TextChange that will be passed around after the removal will
-      //. allways have a *positive* length, the pos field will be the cursor
+      //. always have a *positive* length, the pos field will be the cursor
       //. position *before* the removal and the type will be remove.
       void remove_forward(in unsigned long d);
       //. Clear the buffer. It will be empty afterwards.

Index: Types.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/Types.idl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Types.idl	29 May 2002 06:57:01 -0000	1.14
+++ Types.idl	7 Feb 2004 23:43:29 -0000	1.15
@@ -29,7 +29,7 @@
 {
   //. Tags are used to uniquely identify objects and links between objects.
   //. They are garanteed to be unique to each scope by each function
-  //. generationg Tags.
+  //. generating Tags.
   typedef unsigned long Tag;
   //. User interface objects specify positions and sizes in terms
   //. of coordinates.  The Coord type represents a position or distance

Index: WidgetKit.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/WidgetKit.idl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- WidgetKit.idl	29 May 2002 06:57:01 -0000	1.13
+++ WidgetKit.idl	7 Feb 2004 23:43:29 -0000	1.14
@@ -82,7 +82,7 @@
       //. 
       //. You will need to attach() an observer to the returned graphic to
       //. figure out the state.
-      //. FIXME: This is allways a vbox. We need something like axis for the
+      //. FIXME: This is always a vbox. We need something like axis for the
       //.        scrollbar (and others) don't we? Or can we pass the graphic
       //.        used for layout? -- tobias
       Widget::Choice   toggle_choice();