[tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/include BIF_drawimage.h tuhopuu3/source/blender/src header_image.c space.c drawimage.c

Brecht Van Lommel blendix at pandora.be
Mon Jan 10 01:34:25 CET 2005


blendix (Brecht Van Lommel) 2005/01/10 01:34:25 CET

  Modified files:
    tuhopuu3/source/blender/include BIF_drawimage.h 
    tuhopuu3/source/blender/src header_image.c space.c drawimage.c 
  
  Log:
  Experimented some with zooming in the image window:
  
  - now does smooth zooming (as opposed to only power-of-two levels)
  - ctrl+mmb works now, as in 3d view
  - added max zoom limit (to prevent the gl error message from
    glaDrawPixels, that only shows if you're zoomed in really far)
  - added functions for quickly getting power-of-two zoom levels:
      - 1:1 -> Numpad 1
      - 1:2, 1:4, 1:8 -> Numpad 2,4,8
      - 2:1, 4:1, 8:1 -> Ctrl + Numpad 2,4,8
  	- these are also under the View > View Navigation menu
  
  Revision  Changes    Path
  1.3       +3 -3      tuhopuu3/source/blender/include/BIF_drawimage.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/include/BIF_drawimage.h.diff?r1=1.2&r2=1.3&cvsroot=tuhopuu>
  1.7       +34 -3     tuhopuu3/source/blender/src/header_image.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/header_image.c.diff?r1=1.6&r2=1.7&cvsroot=tuhopuu>
  1.15      +8 -10     tuhopuu3/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/space.c.diff?r1=1.14&r2=1.15&cvsroot=tuhopuu>
  1.5       +68 -56    tuhopuu3/source/blender/src/drawimage.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/drawimage.c.diff?r1=1.4&r2=1.5&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list