1. 21 Jan, 2015 1 commit
  2. 08 Nov, 2013 1 commit
  3. 15 Oct, 2013 2 commits
  4. 10 Oct, 2013 1 commit
  5. 09 Oct, 2013 2 commits
  6. 08 Oct, 2013 4 commits
  7. 15 Aug, 2013 3 commits
  8. 15 Jul, 2013 2 commits
  9. 31 May, 2013 1 commit
  10. 05 May, 2013 1 commit
  11. 04 May, 2013 1 commit
  12. 29 Apr, 2013 1 commit
  13. 14 Dec, 2011 1 commit
  14. 19 Apr, 2011 1 commit
  15. 10 Dec, 2010 1 commit
    • Colin Watson's avatar
      Move gfxmenu color handling to video, so that gfxterm can use it · 52832c55
      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.
      52832c55
  16. 17 Oct, 2010 1 commit
    • Szymon Janc's avatar
      * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): · 6bdda8f8
      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.
      6bdda8f8
  17. 06 May, 2010 1 commit
  18. 16 Feb, 2010 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      2010-02-16 Vladimir Serbinenko <phcoder@gmail.com> · d9f31a41
      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.
      d9f31a41
  19. 09 Jan, 2010 1 commit
  20. 08 Jan, 2010 1 commit
  21. 06 Jan, 2010 2 commits
  22. 29 Dec, 2009 1 commit
  23. 24 Nov, 2009 1 commit
  24. 20 Nov, 2009 1 commit