Callisto Desktop/User Guide

From IoWiki
Jump to navigation Jump to search

A concise introduction

The Controller

The Desktop

Windows

Windows are floating containers furnished to applications by the system, which applications fill with their own content. The system retains ultimate control over windows, drawing a frame around each to clarify its state to the user and provide a means of manipulation.

Windows float over the Desktop in a "stack." Imagine paper piled on a desk, or a Z axis protruding towards you from the display, with the Desktop at the furthest position. A window's place in the stack determines which windows appear above it, and which appear below it. Any part of a window not obscured by other windows can receive focus and accept user input. The stack can be easily reordered, using various means, to display the desired windows.


Anatomy of a window

A window.
A window.

Frame

The border portion of a window, drawn and controlled by the system. Most window frames include a title bar at the top, which displays the window's title (usually an application name and/or a document name), provides a convenient space to grab the window with the mouse, and offers several widgets for controlling it. Transient windows, such as dialog boxes, often do not have title bars, but every window has a frame.

Control boxes

Three controls embedded in each title bar provide immediate access to common window management functions.

  • The close box, which cleanly closes a window (allowing the application to prompt regarding unsaved data or unfinished tasks).
  • The pin box, which holds a window in place at the top of the stack, or across desks.
  • The zoom box, which adjusts a window's geometry (width and height).

Contents

Everything inside of the frame is drawn by the application to which the window belongs. Most applications display a menu bar containing a complete listing of their available commands and features, and a document, tool, or view of some kind in the remaining area beneath. A window's content area may also contain toolbars with shortcuts to various functions, status bars displaying document information, or other elements as the application developers see fit.

Many developers have ideas about how applications should look and feel that conflict with the goals of Callisto Desktop; these developers' applications may exhibit unusual appearances and behavior within their content areas. Unfortunately, not much can be done about this, other than selecting a different application, but Callisto Desktop tries to mitigate it by enforcing consistency in the rest of the environment. The content area is the only place where application developers have free reign.

Focus

A focused and unfocused window.
A focused and unfocused window.

The window under the mouse pointer is considered to have "focus;" it receives all keyboard and mouse input not specifically reserved for the system. Focus changes frequently with multiple windows onscreen, so Callisto Desktop aims to clearly indicate where focus lies at any given moment. Up to one window can have focus at a time. When the mouse pointer rests over the Controller, or over the Desktop, no window has focus.

A focused window displays a dark frame with control boxes visible, and with added texture on menus, buttons, and other content elements (when using the system toolkit and theme). All other windows display in a flatter, lighter style, with no control boxes visible.

Actions

Each of a window's controls offers a set of related actions.

Frame

Control the window's position on the desk.

Action Result
Move the window.
Hide the window (remove it from the screen without closing it).
Raise the window to the top of the stack.
Shift Key Left Click Raise all windows belonging to this application to the top of the stack.
Open an operations menu for this window.
Open an operations menu for all windows belonging to this application.
Lower the window to the bottom of the stack.
Shift Key Left Click Lower all windows belonging to this application to the bottom of the stack.

Close box

Closes the window cleanly, giving the application a chance to interrupt if there are unsaved changes or unfinished actions that must be discarded or canceled in order to do so. Clicking the close box may do nothing if the application the window belongs to is unresponsive, in which case other means may be used to dismiss the window.

Action Result
Close the window.
Shift Key Left Click Close all windows on the current desk belonging to this application.

Pin box

Hold the window in place.

Action Result
Pin this window to the current desk.
Pin this window to the top of the stack.

Zoom box

Control the window's geometry (size).

Action Result
Resize this window (moving the mouse off of an edge begins expanding or contracting that dimension).
Return this window to its previous geometry.
Copy this window's geometry to apply to another window.
Return this window to the default geometry for its application.
  • Toggle geometry (left click)
    • Returns the window to its last saved geometry.
  • Copy or apply geometry (middle click)
    • Obtains the window's geometry, which can be applied to another window by middle-clicking its Zoom Box.
    • If a window's geometry has been copied, it displays a Zoom Box indicator icon in the tilebar when unfocused.
  • Default geometry (right click)
    • If a default geometry for the application is present in the active configuration, apply it to the focused window.
  • Resize window (drag)
    • Note about twm-style resize behavior