]> git.ipfire.org Git - thirdparty/grub.git/commit
* grub-core/gfxmenu/theme_loader.c: New global options for the
authorVladimir Testov <vladimir.testov@rosalab.ru>
Wed, 2 Oct 2013 14:17:33 +0000 (18:17 +0400)
committerVladimir Testov <vladimir.testov@rosalab.ru>
Wed, 2 Oct 2013 14:17:33 +0000 (18:17 +0400)
commitebc1da55cd75dc65109f941d340c05174fc0366e
tree87bd1b2e816325978e56f20d0eddd2f78464ed50
parentc57391438957f0b8501cb466cbd2e572caa4802a
   * grub-core/gfxmenu/theme_loader.c: New global options for the
       theme background image handling. desktop-image-scale-method,
       desktop-image-h-align, desktop-image-v-align.
       * grub-core/gfxmenu/view.c: Likewise.
       * include/gfxmenu_view.h: Likewise.
       * include/bitmap_scale.h: Proportional scale functions introduced.
       * grub-core/video/bitmap_scale.c: Likewise. Verification checks are
       put in a separate functions. GRUB_ERR_BUG is set for grub_error in
       cases of unexpected input variables for scale functions.
       * docs/grub.texi: Updated documentation for new options.
ChangeLog
docs/grub.texi
grub-core/gfxmenu/theme_loader.c
grub-core/gfxmenu/view.c
grub-core/video/bitmap_scale.c
include/grub/bitmap_scale.h
include/grub/gfxmenu_view.h