- 21 Jan, 2015 1 commit
-
-
Vladimir Serbinenko authored
-
- 08 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
division by-zero and senseless negative divisions.
-
- 15 Oct, 2013 2 commits
-
-
Vladimir Testov authored
-
Vladimir Testov authored
* docs/grub.texi: Likewise.
-
- 10 Oct, 2013 1 commit
-
-
Vladimir Testov authored
* docs/grub.texi: Likewise.
-
- 09 Oct, 2013 2 commits
-
-
Vladimir Testov authored
scrollbar_left_pad, scrollbar_right_pad, scrollbar_top_pad, scrollbar_bottom_pad * docs/grub.texi: Likewise. -
Vladimir Testov authored
-
- 08 Oct, 2013 4 commits
-
-
Vladimir Testov authored
occasional bug. If there are too many boot entries or too low scrollbar height then we need to use another formula to calculate the position and size of the scrollbar thumb. -
Vladimir Testov authored
* docs/grub.texi: Likewise.
-
Vladimir Testov authored
viewport.
-
Vladimir Testov authored
width calculations.
-
- 15 Aug, 2013 3 commits
-
-
Vladimir Testov authored
-
Vladimir Testov authored
reduced. Inheritant options are processed during the theme loading.
-
Vladimir Testov authored
-
- 15 Jul, 2013 2 commits
-
-
Vladimir Testov authored
-
Vladimir Testov authored
-
- 31 May, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 05 May, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 04 May, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 29 Apr, 2013 1 commit
-
-
Vladimir Testov authored
cached view is reused. * grub-core/gfxmenu/view.c: Call the refresh procedure for all open boot menus.
-
- 14 Dec, 2011 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 19 Apr, 2011 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/gfxmenu/widget-box.c (get_border_width): New function. (grub_gfxmenu_create_box): Register get_border_width. * grub-core/gfxmenu/gui_list.c (draw_menu): Use get_border_width if available. * include/grub/gfxwidgets.h (grub_gfxmenu_box): New member get_border_width.
-
- 10 Dec, 2010 1 commit
-
-
Colin Watson authored
too. * grub-core/gfxmenu/named_colors.c: Move to ... * grub-core/video/colors.c: ... here. Rename grub_gui_get_named_color to grub_video_get_named_color. * grub-core/gfxmenu/gui_string_util.c (my_isxdigit): Move to ... * grub-core/video/colors.c (my_isxdigit): ... here. * grub-core/gfxmenu/gui_string_util.c (parse_hex_color_component): Move to ... * grub-core/video/colors.c (parse_hex_color_component): ... here. * grub-core/gfxmenu/gui_string_util.c (grub_gui_parse_color): Move to ... * grub-core/video/colors.c (grub_video_parse_color): ... here. * include/grub/gui.h (grub_gui_color_t): Move to ... * include/grub/video.h (grub_video_rgba_color_t): ... here. * include/grub/gui.h (grub_gui_color_rgb): Move to ... * include/grub/video.h (grub_video_rgba_color_rgb): ... here. * include/grub/gui.h (grub_gui_map_color): Move to ... * include/grub/video.h (grub_video_map_rgba_color): ... here. * include/grub/gui_string_util.h (grub_gui_get_named_color): Move to ... * include/grub/video.h (grub_video_get_named_color): ... here. * include/grub/gui_string_util.h (grub_gui_parse_color): Move to ... * include/grub/video.h (grub_video_parse_color): ... here. * grub-core/Makefile.core.def (kernel) [videoinkernel]: Add video/colors.c. (gfxmenu): Remove gfxmenu/named_colors.c. (video_colors) [videomodules]: New module, containing video/colors.c.
-
- 17 Oct, 2010 1 commit
-
-
Szymon Janc authored
Set-but-not-used variable ifdef'ed. * grub-core/lib/legacy_parse.c (grub_legacy_parse): Likewise. * grub-core/bus/usb/ohci.c (grub_ohci_pci_iter): Set-but-not-used variable removed. * grub-core/disk/lvm.c (grub_lvm_scan_device): Likewise. * grub-core/fs/jfs.c (grub_jfs_find_file): Likewise. * grub-core/fs/minix.c (grub_minix_dir): Likewise. * grub-core/fs/sfs.c (grub_sfs_read_extent): Likewise. * grub-core/fs/ufs.c (grub_ufs_dir): Likewise. * grub-core/gfxmenu/gui_list.c (grub_gui_list_new): Likewise. * grub-core/gfxmenu/view.c (redraw_menu_visit): Likewise. * grub-core/gfxmenu/widget-box.c (draw): Likewise. * grub-core/lib/relocator.c (malloc_in_range): Likewise. * grub-core/loader/i386/bsdXX.c (grub_netbsd_load_elf_meta): Likewise. * grub-core/loader/i386/bsd_pagetable.c (fill_bsd64_pagetable): Likewise.
-
- 06 May, 2010 1 commit
-
-
BVK Chaitanya authored
-
- 16 Feb, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
Remove any reference to non-free fonts. * commands/videotest.c (grub_cmd_videotest): Use unifont by default. * docs/gfxmenu-theme-example.txt: Removed. It's both outdated and uses non-free components. * font/font.c (grub_font_get_name): Remove example name. * gfxmenu/gui_label.c (grub_gui_label_new): Use unifont by default. * gfxmenu/gui_list.c (grub_gui_list_new): Likewise. * gfxmenu/gui_progress_bar.c (grub_gui_progress_bar_new): Likewise. * gfxmenu/view.c (grub_gfxmenu_view_new): Likewise.
-
- 09 Jan, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 08 Jan, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 06 Jan, 2010 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- 29 Dec, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 24 Nov, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 20 Nov, 2009 1 commit
-
-
Colin D Bennett authored
-