OPEN LOOK
   HOME

TheInfoList



OR:

OPEN LOOK (sometimes referred to as Open Look) is a
graphical user interface The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, ins ...
(GUI) specification for
UNIX Unix (; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, ...
workstations A workstation is a special computer designed for technical or scientific applications. Intended primarily to be used by a single user, they are commonly connected to a local area network and run multi-user operating systems. The term ''worksta ...
. It was originally defined in the late 1980s by
Sun Microsystems Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, t ...
and
AT&T Corporation AT&T Corporation, originally the American Telephone and Telegraph Company, is the subsidiary of AT&T Inc. that provides voice, video, data, and Internet telecommunications and professional services to businesses, consumers, and government agen ...
.


History

OPEN LOOK was created at a time when there was little or no standardization in Unix
graphical user interface The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, ins ...
s (GUIs); the
X Window System The X Window System (X11, or simply X) is a windowing system for bitmap displays, common on Unix-like operating systems. X provides the basic framework for a GUI environment: drawing and moving windows on the display device and interacting wi ...
was emerging as the likely de facto standard for Unix graphical displays, but its designers had deliberately chosen not to specify any
look and feel In software design, the look and feel of a graphical user interface comprises aspects of its design, including elements such as colors, shapes, layout, and typefaces (the "look"), as well as the behavior of dynamic elements such as buttons, box ...
guidelines, leaving this up to application and
window manager A window manager is system software that controls the placement and appearance of windows within a windowing system in a graphical user interface. Most window managers are designed to help provide a desktop environment. They work in conjunctio ...
developers. At the same time, there was increasing use of GUIs in non-UNIX operating systems: the
Apple An apple is an edible fruit produced by an apple tree (''Malus domestica''). Apple trees are cultivated worldwide and are the most widely grown species in the genus '' Malus''. The tree originated in Central Asia, where its wild ancest ...
Macintosh The Mac (known as Macintosh until 1999) is a family of personal computers designed and marketed by Apple Inc., Apple Inc. Macs are known for their ease of use and minimalist designs, and are popular among students, creative professionals, and ...
was released in early 1984, followed by
Microsoft Microsoft Corporation is an American multinational technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washi ...
Windows 1.0 and
Amiga Workbench Workbench is the desktop environment and graphical spatial file manager, file manager of AmigaOS developed by Commodore International for their Amiga line of computers. Workbench provides the user with a graphical interface to work with file sy ...
in 1985. As AT&T contemplated its next major revision to Unix, which would eventually become
SVR4 Unix System V (pronounced: "System Five") is one of the first commercial versions of the Unix operating system. It was originally developed by AT&T and first released in 1983. Four major versions of System V were released, numbered 1, 2, 3, an ...
, it was believed by many that in order to remain competitive with other operating systems, Unix should have a standard GUI definition. One other concern of the time was legal exposure surrounding
intellectual property Intellectual property (IP) is a category of property that includes intangible creations of the human intellect. There are many types of intellectual property, and some countries recognize more than others. The best-known types are patents, co ...
: in March 1988, Apple filed a lawsuit against Microsoft, claiming that Microsoft had copied the Macintosh look and feel. The OPEN LOOK specification was a collaboration between Sun and AT&T, who were then partnering in the development of SVR4. Xerox PARC was also credited for having not only done the pioneering work in the industry for graphical user interfaces, but also for contributing to OPEN LOOK's "design, review, implementation, testing, and refinement". Involving Xerox, including licensing technology from them, was felt to serve as protection from any future legal entanglements. The specification was announced in April 1988. The following month, a group of competitors to AT&T and Sun formed the
Open Software Foundation The Open Software Foundation (OSF) was a not-for-profit industry consortium for creating an open standard for an implementation of the operating system Unix. It was formed in 1988 and merged with X/Open in 1996, to become The Open Group. Despit ...
(OSF), as a counter to their collaborative efforts. The OSF created the Motif GUI as its alternative to OPEN LOOK.


Description

OPEN LOOK is distinguished by its obround buttons, triangle glyphs to indicate pull-down and pull-right menus, and "pushpins" which allowed the user to make dialog boxes and palettes stay visible. The overall philosophy was to provide a clean, simple and uncluttered interface, so that the user's focus would be on the application rather than the interface. In fact, the original OPEN LOOK design was black and white only; a "three-dimensional" look and feel with shading was added later, in response to the 3-D style effects in Motif. It is a definition of a
look and feel In software design, the look and feel of a graphical user interface comprises aspects of its design, including elements such as colors, shapes, layout, and typefaces (the "look"), as well as the behavior of dynamic elements such as buttons, box ...
rather than a specific implementation, so it could actually be implemented with different programming toolkits or even on different underlying window systems; implementations were created for both the
X Window System The X Window System (X11, or simply X) is a windowing system for bitmap displays, common on Unix-like operating systems. X provides the basic framework for a GUI environment: drawing and moving windows on the display device and interacting wi ...
and Sun's
NeWS News is information about current events. This may be provided through many different media: word of mouth, printing, postal systems, broadcasting, electronic communication, or through the testimony of observers and witnesses to event ...
. Sun developed an X Window System distribution implementing the OPEN LOOK look and feel, calling it OpenWindows. Developers building OPEN LOOK applications could choose between two graphical programming libraries: the OPEN LOOK Intrinsics Toolkit ( OLIT) or XView. The former was built on the Xt Intrinsics toolkit common to X; the latter used the same programming interface paradigm as the GUI libraries for Sun's earlier
SunView SunView (Sun Visual Integrated Environment for Workstations, originally SunTools) is a discontinued windowing system from Sun Microsystems developed in the early 1980s. It was included as part of SunOS, Sun's UNIX implementation; unlike lat ...
window system, making it relatively easy for developers to migrate applications from SunView to X. There was also The NeWS Toolkit, or TNT, which as the name implies implemented OPEN LOOK for NeWS applications; support for NeWS applications was removed from OpenWindows in 1993. In 1990,
Unix System Laboratories Unix System Laboratories (USL), sometimes written UNIX System Laboratories to follow relevant trademark guidelines of the time, was an American software laboratory and product development company that existed from 1989 through 1993. At first wh ...
(USL) inherited OLIT from AT&T along with
UNIX Unix (; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, ...
. Not long after, the codebase for OLIT diverged as Sun and USL took its development in different directions. Sun continued to enhance its version to make its look and feel more consistent with XView. USL, in an attempt to create an API to make applications GUI independent, developed
MoOLIT MoOLIT (Motif OPEN LOOK Intrinsics Toolkit) is a graphical user interface library and application programming interface (API) created by Unix System Laboratories in an attempt to create a bridge between the two competing look-and-feels for Unix w ...
(from Motif OPEN LOOK Intrinsics Toolkit), which kept the OLIT API, but allowed users to choose which GUI they wanted at run time. The source to MoOLIT was licensed by MJM Software, who ported it to several other Unix platforms. It was used for several years, almost exclusively by AT&T and
Lucent Technologies Lucent Technologies, Inc. was an American multinational telecommunications equipment company headquartered in Murray Hill, New Jersey. It was established on September 30, 1996, through the divestiture of the former AT&T Technologies business u ...
, who wanted to give their existing OPEN LOOK applications a Motif look and feel. It was not widely used elsewhere.


Demise

By June 1993, the major UNIX players, including AT&T and Sun, had decided that a truly unified Unix was necessary in order to better compete against Microsoft and had formed the
Common Open Software Environment The Common Open Software Environment (COSE) was an initiative formed in March 1993 by the major Unix vendors of the time to create open, unified operating system (OS) standards. Background The COSE process was established during a time when th ...
(COSE) initiative. The unified desktop for this initiative became the
Common Desktop Environment The Common Desktop Environment (CDE) is a desktop environment for Unix and OpenVMS, based on the Motif widget toolkit. It was part of the UNIX 98 Workstation Product Standard, and was for a long time the Unix desktop associated with commercial ...
(CDE), and the look and feel chosen for it was based on Motif. Sun announced its plans to immediately offer Motif and start retiring OpenWindows, by then the predominant implementation of the OPEN LOOK look and feel. Sun began by offering the Motif developer toolkit and MWM
window manager A window manager is system software that controls the placement and appearance of windows within a windowing system in a graphical user interface. Most window managers are designed to help provide a desktop environment. They work in conjunctio ...
as a standalone product for use with Solaris until CDE was released in 1995. OpenWindows remained the primary Solaris desktop environment until 1997, when CDE became the primary desktop for Solaris 2.6. Even then, OpenWindows was still included with Solaris and could continue to be used instead of CDE. When Solaris 9 was released in 2002, development support for XView and OLIT-based applications was finally removed, as were the
olwm olwm (OPEN LOOK Window Manager) was the default stacking window manager for OpenWindows, the original X11 desktop environment included with SunOS and Solaris. Its unique characteristic is its implementation of the OPEN LOOK look and feel. Sco ...
window manager and the OPEN LOOK versions of the DeskSet productivity tools. Applications already developed using XView and OLIT can still be executed and displayed in both Solaris 9 and 10, but are no longer supported as native applications in Solaris 11. There are at least two projects continuing development of OPEN LOOK software: "OWAcomp" makes it possible to still use the OPEN LOOK DeskSet tools, as well as compile OPEN LOOK applications; "openlook" is based on OpenWindows code released as open source, but has added additional components that were not open sourced by Sun.


References


Further reading


Open Books on OPEN LOOK
from
O'Reilly O'Reilly ( ga, Ó Raghallaigh) is a group of families, ultimately all of Irish Gaelic origin, who were historically the kings of East Bréifne in what is today County Cavan. The clan were part of the Connachta's Uí Briúin Bréifne kindred a ...
: ** ''Volume 3: OPEN LOOK User's Guide'' ** ''Volume 7A: XView Programming Manual'' ** ''Volume 7B: XView Reference Manual''


External links

* * {{SourceForge, openlook, OpenLook Desktop X Window System Widget toolkits Sun Microsystems software Unix history