[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_resources.h interface.h blender/source/blender/makesdna DNA_space_types.h blender/source/blender/src butspace.c editsca.c headerbuttons.c interface.c resources.c

Ton Roosendaal ton at blender.org
Wed Oct 8 00:55:16 CEST 2003


ton (Ton Roosendaal) 2003/10/08 00:55:16 CEST

  Modified files:
    blender/source/blender/include BIF_resources.h interface.h 
    blender/source/blender/makesdna DNA_space_types.h 
    blender/source/blender/src butspace.c editsca.c 
                               headerbuttons.c interface.c 
                               resources.c 
  
  Log:
  - brought back hilites in buttons when mouse-over
  - automatic pulldown opening can now be controlled ( user setting?)
    it has two thresholds:
    - when no menu was opened before, it waits A milliseconds
    - when (in the same block a menu was opened, it waits B millisec.
    Currently A= 0.4 sec, B= 0.1 (or so)
  - 3d window header; brought back old drawtype menu (test, compare!)
  - another test: the old menubutton doesnt work anymore with hold-mouse
    only, you can also use it as the other popups (old method still works)
  - proposal; all buttons that pop up a block, get special drawtype (arrows)
  
  Revision  Changes    Path
  1.8       +2 -1      blender/source/blender/include/BIF_resources.h
  1.11      +2 -1      blender/source/blender/include/interface.h
  1.13      +2 -2      blender/source/blender/makesdna/DNA_space_types.h
  1.4       +1 -1      blender/source/blender/src/butspace.c
  1.7       +5 -2      blender/source/blender/src/editsca.c
  1.51      +23 -24    blender/source/blender/src/headerbuttons.c
  1.39      +161 -32   blender/source/blender/src/interface.c
  1.5       +7 -5      blender/source/blender/src/resources.c



More information about the Bf-blender-cvs mailing list