Difference between revisions of "Mac OS X Porting - Native Controls"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
==Introduction==
 
==Introduction==
The goal of this article is to present our current knowledge and progress of the implementation of native controls in the native Mac OS X version of OpenOffice.org.
+
The purpose of this article is to present our current knowledge and progress of the implementation of native controls in the native Mac OS X version of OpenOffice.org. Our goal by implementing native controls is to remove the win32 look as much as possible and replace it by the Aqua look and feel.
 +
 
 +
==Apple Documentation and References==
 +
* [http://developer.apple.com/documentation/Carbon/Reference/Appearance_Manager/index.html Appearance Manager Reference]
 +
* [http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/index.html Apple Human Interface Guidelines]
 +
 
 +
==Tradeoff between the Appearance Manager and HITheme==
 +
 
  
 
==Overview of the Files that we need to deal with + graph==
 
==Overview of the Files that we need to deal with + graph==

Revision as of 18:32, 2 September 2006

Native Controls

Introduction

The purpose of this article is to present our current knowledge and progress of the implementation of native controls in the native Mac OS X version of OpenOffice.org. Our goal by implementing native controls is to remove the win32 look as much as possible and replace it by the Aqua look and feel.

Apple Documentation and References

Tradeoff between the Appearance Manager and HITheme

Overview of the Files that we need to deal with + graph

Overview of the Apple documentation that we need

List of all the controls to change + pictures (VCL<->Apple) equivalent

To do

Pictures of the current state

-- Pdefilippis aliscafo@gmail.com

Personal tools