[Bf-blender-cvs] CVS commit: blender/source/blender/include BSE_headerbuttons.h blender/source/blender/src buttons_editing.c buttons_shading.c header_action.c header_buttonswin.c header_image.c header_info.c header_ipo.c header_sound.c header_text.c headerbuttons.c interface.c ...

Ton Roosendaal ton at blender.org
Sat Oct 11 20:15:08 CEST 2003


ton (Ton Roosendaal) 2003/10/11 20:15:08 CEST

  Modified files:
    blender/source/blender/include BSE_headerbuttons.h 
    blender/source/blender/src buttons_editing.c buttons_shading.c 
                               header_action.c header_buttonswin.c 
                               header_image.c header_info.c 
                               header_ipo.c header_sound.c 
                               header_text.c headerbuttons.c 
                               interface.c resources.c space.c 
  
  Log:
  - fixes in material buttons (still tentative design!)
  
  - cutoff of text in menus and buttons now even better!
  - size of pull-up menu buttons is corrected
  - pressing at 'menu button' had a delay, fixed
  
  General: the 'outo open' wont become default, it will be removed or
  become a user option. I am experimenting with it to get it all OK.
  The 'auto open' for secondary levels in pulldowns will remain there
  
  Check the latest state of pull-up menu buttons. for example the mode
  selector: you can use such buttons in three ways,
  
  - click on it, it opens and you can select
  - click-and-hold-mouse, move, release at item you want to select
  - move mouse over button, wait, it opens
  
  The 'auto open' and its time threshold both can be user settings.
  
  Revision  Changes    Path
  1.8       +2 -2      blender/source/blender/include/BSE_headerbuttons.h
  1.2       +6 -6      blender/source/blender/src/buttons_editing.c
  1.4       +21 -18    blender/source/blender/src/buttons_shading.c
  1.2       +2 -2      blender/source/blender/src/header_action.c
  1.5       +11 -11    blender/source/blender/src/header_buttonswin.c
  1.2       +2 -2      blender/source/blender/src/header_image.c
  1.2       +3 -3      blender/source/blender/src/header_info.c
  1.2       +2 -2      blender/source/blender/src/header_ipo.c
  1.2       +2 -2      blender/source/blender/src/header_sound.c
  1.2       +2 -2      blender/source/blender/src/header_text.c
  1.55      +19 -18    blender/source/blender/src/headerbuttons.c
  1.47      +25 -17    blender/source/blender/src/interface.c
  1.6       +2 -2      blender/source/blender/src/resources.c
  1.50      +6 -2      blender/source/blender/src/space.c



More information about the Bf-blender-cvs mailing list