grub/grub-core/video
Colin Watson 52832c554c Move gfxmenu color handling to video, so that gfxterm can use it
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.
2010-12-10 16:45:58 +00:00
..
emu merge with mainline 2010-07-13 00:43:28 +05:30
fb merge with mainline 2010-07-13 00:43:28 +05:30
i386/pc Add VBE PM interface 2010-09-16 00:37:30 +02:00
readers merge with mainline 2010-05-10 12:59:57 +05:30
bitmap.c automake commit without merge history 2010-05-06 11:34:04 +05:30
bitmap_scale.c automake commit without merge history 2010-05-06 11:34:04 +05:30
bochs.c merge with mainline 2010-07-13 00:43:28 +05:30
cirrus.c merge with mainline 2010-08-19 16:54:00 +05:30
colors.c Move gfxmenu color handling to video, so that gfxterm can use it 2010-12-10 16:45:58 +00:00
efi_gop.c * grub-core/video/efi_gop.c: Fix over-80-chars line. 2010-09-13 20:10:41 +02:00
efi_uga.c * grub-core/video/efi_gop.c: Fix over-80-chars line. 2010-09-13 20:10:41 +02:00
ieee1275.c Implement loading palette on ieee1275_fb. 2010-09-11 17:41:56 +02:00
sm712.c merge with mainline 2010-08-19 16:54:00 +05:30
sm712_init.c merge with mainline 2010-08-19 16:54:00 +05:30
video.c merge with mainline 2010-07-13 00:43:28 +05:30