Difference between revisions of "Aquavcl01 tasks"

From Apache OpenOffice Wiki
Jump to: navigation, search
(''' CWS Integration''')
(references)
Line 8: Line 8:
  
 
=== '''Remove deprecated functions''' ===  
 
=== '''Remove deprecated functions''' ===  
 +
 +
Related reading: [http://developer.apple.com/documentation/Carbon/Reference/QuickDraw_Ref/Reference/reference.html#//apple_ref/doc/c_ref/GDevice QuickDraw Reference], [http://developer.apple.com/documentation/Carbon/Reference/QuickDraw_Ref/DeprecationAppendix/AppendixADeprecatedAPI.html Deprecated QuickDraw functions] and [http://developer.apple.com/documentation/Carbon/Conceptual/QuickDrawToQuartz2D/index.html?http://developer.apple.com/documentation/Carbon/Conceptual/QuickDrawToQuartz2D/tq_intro/chapter_1_section_1.html QuickDraw to Quartz2D guide]
 +
  
 
short list of the deprecated functions + the context :
 
short list of the deprecated functions + the context :
Line 45: Line 48:
  
 
URL : [http://eric.bachard.free.fr/mac/aquavcl/logs_aquavcl/log.log build log of vcl/aqua]
 
URL : [http://eric.bachard.free.fr/mac/aquavcl/logs_aquavcl/log.log build log of vcl/aqua]
 +
 
=== ''' CWS Integration''' ===
 
=== ''' CWS Integration''' ===
  

Revision as of 19:44, 12 January 2007

This page is work in progress.

Aqua VCL tasks

This page is reserved for all aquavcl01 tasks, and will probably removed (I hope) when aquavcl01 will be integrated)

Any contributions/help to continue/build this page is welcome.

Remove deprecated functions

Related reading: QuickDraw Reference, Deprecated QuickDraw functions and QuickDraw to Quartz2D guide


short list of the deprecated functions + the context :

Context 1 : App/ Timer # comment : since RunApplicationEventLoop is usable, we should be able to replace *TimeMask with the recent corresponding kEvent*

file: deprecated function : RemoveTimeTask / PrimeTimeTask / InstallTimeTask


Context 2: gdi / ATS+fonts : # Comment -> work in progress. I'll describe everything file : vcl/aqua/source/gdi/salatslayout.cxx deprecated function : ATSUGetGlyphInfo

file : vcl/aqua/source/gdi/salatsuifontutils.cxx # same as ATS+fonts deprecated functions : TextOrder / ScriptOrder / LanguageOrder / FMGetFontFromFontFamilyInstance


No idea (ChristianL  ? ) :

Context 3 : gdi / Color + Pixmaps file : vcl/aqua/source/gdi/salcolorutils.cxx deprecated functions : GetGDevice / MakeITable / GetCTSeed / GetPixDepth /GetCTable /


Context3 4: gdi / Geometry + Pixmaps

file : vcl/aqua/source/gdi/salpixmaputils.cxx deprecated functions : SetRect / GetGDevice (dupe) / NewPixMap / GetPixelsState / SetPixelsState / LockPixels / DisposePixMap


Context 4: Frame

file : vcl/aqua/source/window/salframe.cxx deprecated functions : GetMainDevice / SetRect (dupe) / NewRgn / GetRegionBounds / DisposeRgn


URL : build log of vcl/aqua

CWS Integration

Enter your plan/ proposal here

CWS REsync

Current: m187

Scheduled:  ?


[FIXME] : complete with other tasks


Ericb 21:09, 2 November 2006 (CET)

Personal tools