diff --git a/docs/Haiku-doc.css b/docs/Haiku-doc.css index d96717abc9..ace049b1e2 100644 --- a/docs/Haiku-doc.css +++ b/docs/Haiku-doc.css @@ -248,7 +248,6 @@ pre.terminal { /* Terminal output*/ font-size: 1.0em; font-family: serif; font-style: italic; -/* color: #5e1c1c; */ color: #5e1c1c; } .cli { /* Shell command or file */ @@ -303,4 +302,8 @@ pre.terminal { /* Terminal output*/ acronym { border: none; } + pre.terminal { /* Terminal output black on white*/ + background-color: #ffffff; + color: #000000; + } } diff --git a/docs/userguide/en/applications/apps-icon-o-matic.html b/docs/userguide/en/applications/apps-icon-o-matic.html index 5aca90e28e..e26e4ff737 100644 --- a/docs/userguide/en/applications/apps-icon-o-matic.html +++ b/docs/userguide/en/applications/apps-icon-o-matic.html @@ -76,7 +76,7 @@ width="32" height="32" /> 1,024 byte
+ 256 byte 7,192 byte 768 byte -

Note that the BeOS used two versions of an icon, one 16x16 and 32x32, to achieve good visuals in List and Icon View mode.

+

Note that the BeOS used two versions of an icon, one 16x16 and one 32x32, to achieve good visuals in List and Icon View mode.

This trick isn't needed with vector icons. Besides only taking up a few hundred bytes in a file, vector icons also scale much better than bitmaps. (Note: BeOS offered only a 16x16 and 32x32 display.)

@@ -117,7 +117,7 @@ For example, by re-using a path, several objects can be modified together by man

Here's a quick overview of Icon-O-Matic's window:

i-o-m-overview.png -

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Property view.

+

To create any visible object on the canvas, you need a shape with a path and a style. Conveniently, you can create one, two or all three of those together from the Shape menu. Every kind of object (Paths, Shapes, Transformers, and Styles) has a menu above its list of elements, offering various commands. Every element has certain options that are set in the Properties view.

@@ -176,11 +176,12 @@ width="16" height="16" />

16x1632x3264x64128x128
- + +
ReverseIf your path isn't "closed" (see Path Properties below), a click into the canvas always creates a new point, connecting it with the last one. "Reverse" will reverse this order and your new point will connect to original start point instead.
Clean UpMost useful with imported SVGs, this function will remove redundant points.
Rotate Indicesnot yet implemented.
Rotate Indices RightALT RPractically, this rotates the opening of a path. It's best seen when using a not-closed path with a style and a shape with a stroke transformer. Now, if your path looks like a ⊂ it will rotate like this: ⊂ ∩ ⊃ ∪.
Rotate Indices LeftALT SHIFT RDoes the same in the other direction.

Path Properties

-

The Property at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

+

Properties at the bottom left of the window offers all available settings of the currently selected object. A path only has two: a Name and if it's Closed or not.

@@ -222,10 +223,9 @@ If not, "Freeze Transformation" will apply the current shape transformation to t

Shape Properties

-

Besides a Name, the Property view for a shape has these options:

+

Besides a Name, the Properties view for a shape has these options:

-
RoundingUnfinished feature. Once working correctly, it will do a kind of "hinting" for vector paths, rounding their coordinates to the next full pixel, giving it a crisper look.
Min LODMinimum Level of Detail
Max LODMaximum Level of Detail
@@ -273,7 +273,7 @@ Of course you can move these indicators to change the gradient to your liking. Y

The Style menu offers the usual entries to Add, Duplicate or Remove a style and to Reset Transformation.

Style Properties

-

The Name is the only Property of a style.

+

The Name is the only Properties of a style.

@@ -283,8 +283,6 @@ Of course you can move these indicators to change the gradient to your liking. Y

Transformer Add Menu

- -
TransformationOffers the same move/resize/rotate options you have by manipulating a shape with your mouse directly.
Perspectivenot yet implemented
ContourAdds an outline to a shape.
StrokeStrokes the path of a shape instead of filling it with a style.
@@ -292,7 +290,7 @@ Of course you can move these indicators to change the gradient to your liking. Y

Depending on the kind of Transformer, you'll get a different set of properties.

Transformer Properties

-

Besides a Name and the actual Width for the transformer, the Property view has these (depending on its type slightly differing) options:

+

Besides a Name and the actual Width for the transformer, the Properties view has these (depending on its type slightly differing) options:

diff --git a/docs/userguide/en/applications/apps-terminal.html b/docs/userguide/en/applications/apps-terminal.html index 99fb2baadd..84b5ff8d47 100644 --- a/docs/userguide/en/applications/apps-terminal.html +++ b/docs/userguide/en/applications/apps-terminal.html @@ -97,9 +97,9 @@ Both files can be created in the home/ folder and add

Applications     - Previous: Icon-O-Matic + Previous: StyledEdit     - Next: Mail + Next: TextSearch

diff --git a/docs/userguide/en/attributes.html b/docs/userguide/en/attributes.html index ba33da78c4..19c79967d6 100644 --- a/docs/userguide/en/attributes.html +++ b/docs/userguide/en/attributes.html @@ -48,7 +48,7 @@

Attributes are displayed quite similar to a database or spreadsheet. Using Tracker you can choose which attributes to display (columns) and sort file listings (rows) accordingly.

To do this, open a Tracker window, click on the Attributes menu, and select the attributes you want to display. Alternatively, simply right-click onto a column heading and mark the items in the context menu. You can rearrange the columns by a simple drag&drop of the column heading. Moving a column out of a window, is a fast way to get rid of columns you don't need.

Double-click on the line between two attributes in the heading to automatically resize a column to its optimal width.

-

Click on a column heading to toggle the sorting order from ascending to descending. You can establish a secondary sort order by pressing the SHIFT key while clicking on a column heading. Doing that you can, for example, sort your People files by company and within that order sort by contact name. See the above screenshot as an example. The secondary sort order is marked by a dotted line under the heading.

+

Click on a column heading to toggle the sorting order from ascending to descending. You can establish a secondary sort order by pressing the SHIFT key while clicking on a column heading. Doing that you can, for example, sort your People files by company and within that order sort by contact name. See the above screenshot as an example. The secondary sort order is marked by a lighter colored indicator beside the heading.

Editing these attributes is as simple as renaming a file: Either click on an entry or press ALT E and move between the attributes with TAB and SHIFT TAB. ESC leaves the editing mode without applying the changes.

Attributes in Terminal

diff --git a/docs/userguide/en/desktop-applets/desktop-applets-launchbox.html b/docs/userguide/en/desktop-applets/desktop-applets-launchbox.html index e87e394234..43db27705c 100644 --- a/docs/userguide/en/desktop-applets/desktop-applets-launchbox.html +++ b/docs/userguide/en/desktop-applets/desktop-applets-launchbox.html @@ -5,7 +5,7 @@ + diff --git a/docs/userguide/en/tracker.html b/docs/userguide/en/tracker.html index 21a23c34f0..1fa7f96d73 100644 --- a/docs/userguide/en/tracker.html +++ b/docs/userguide/en/tracker.html @@ -73,7 +73,8 @@ This is also true for keyboard navigation. For more on that, see topic -

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/system/documentation/.

+

Right-click onto a folder, and at the top of the usual context menu you'll find a submenu of the current folder that let's you navigate down a level. Just move down the hierarchy until you find the file or folder you're looking for and click on it to open it. The above shows the contents of the folder /boot/system/documentation/.
+If you do the above while dragging a file with you, it will be moved to where you eventually drop it.

A similar method can be used from any Tracker window:

window-drill-down.png

Click on the area in the lower left, where the number of items is listed, and you'll get submenus for every level above your current location. From there you can drill down through the folders as usual.

diff --git a/docs/userguide/en/workspaces.html b/docs/userguide/en/workspaces.html index 5da89ebe76..4001b6829d 100644 --- a/docs/userguide/en/workspaces.html +++ b/docs/userguide/en/workspaces.html @@ -5,7 +5,7 @@
CapsStroke only. Defines the end caps of a line: Butt, Square or Round.
Detect Orient.Contour only. Makes sure the contour always extends outwards when you have self-intersecting paths.