[Bf-blender-cvs] CVS commit: blender/intern/ghost/intern GHOST_SystemCarbon.cpp GHOST_WindowCarbon.cpp

Ton Roosendaal ton at blender.org
Wed Jul 9 18:01:41 CEST 2003


ton (Ton Roosendaal) 2003/07/09 18:01:38 CEST

  Modified files:
    blender/intern/ghost/intern GHOST_SystemCarbon.cpp 
                                GHOST_WindowCarbon.cpp 
  
  Log:
  * Added a roman -> latin charset convertor.
  MacOSX returns a Roman charset with kEventParamKeyMacCharCodes
  as defined here: http://developer.apple.com/documentation/mac/Text/Text-516.html
  I am not sure how international this works...
  For cross-platform convention, we'll use the Latin ascii set instead.
  As defined at: http://www.ramsch.org/martin/uni/fmi-hp/iso8859-1.html
  
  * changed window-pop behaviour, it now also activates the window for input
    (OSX only)
  
  Revision  Changes    Path
  1.11      +137 -6    blender/intern/ghost/intern/GHOST_SystemCarbon.cpp
  1.7       +4 -3      blender/intern/ghost/intern/GHOST_WindowCarbon.cpp



More information about the Bf-blender-cvs mailing list