grub/grub-core
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
..
boot * grub-core/boot/i386/pc/lnxboot.S: Replace 2010-09-29 22:45:57 +02:00
bus * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
commands * grub-core/commands/regexp.c (grub_cmd_regexp): Remove unused 2010-11-30 21:35:59 +01:00
disk * grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Fix spurious 2010-11-19 22:52:27 +01:00
efiemu * grub-core/efiemu/main.c (grub_efiemu_prepare): Handle errors from 2010-10-14 15:44:04 +02:00
font merge with mainline 2010-07-13 00:43:28 +05:30
fs Update GPL for ZFS code to version 3, move copyright lines for Vladimir and me to FSF (covered by our assignments) 2010-12-01 22:55:26 +01:00
gettext * grub-core/gettext/gettext.c (grub_gettext_init_ext): Factor out 2010-12-10 11:45:08 +00:00
gfxmenu Move gfxmenu color handling to video, so that gfxterm can use it 2010-12-10 16:45:58 +00:00
gnulib Fix po directory handling. 2010-09-21 00:09:23 +01:00
hello * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hook automake commit without merge history 2010-05-06 11:34:04 +05:30
io * grub-core/Makefile.core.def (xzio): New module. 2010-09-05 17:12:13 +02:00
kern * grub-core/kern/i386/pc/startup.S (grub_console_getkey): Use `>> 1' 2010-12-04 16:19:26 +00:00
lib variable ordering 2010-11-25 19:07:02 +05:30
loader 2010-11-30 Robert Millan <rmh@gnu.org> 2010-11-30 19:33:12 +01:00
mmap Make cutmem accept a region specification. 2010-09-20 22:24:30 +02:00
normal * grub-core/normal/menu_entry.c (print_up): Fix displacement of up 2010-11-18 02:08:01 +01:00
partmap Avoid using tricks for initialising endian variables. 2010-11-26 22:29:19 +01:00
parttool automake commit without merge history 2010-05-06 11:34:04 +05:30
script replaced with grub_strchrsub function 2010-11-25 18:56:20 +05:30
term 2010-11-26 Robert Millan <rmh@gnu.org> 2010-11-26 15:35:40 +01:00
tests * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
video Move gfxmenu color handling to video, so that gfxterm can use it 2010-12-10 16:45:58 +00:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in Make mktemp invocations portable. 2010-10-18 22:50:01 +02:00
genmoddep.awk use objcopy instead of creating mod-*.c and mod-*.o 2010-08-29 16:43:07 +05:30
gensyminfo.sh.in remove def-* and und-* list files 2010-08-29 11:17:30 +05:30
gensymlist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
gentrigtables.c automake commit without merge history 2010-05-06 11:34:04 +05:30
Makefile.am * grub-core/Makefile.am (gentrigtables): Put -lm after $<; some 2010-11-23 13:00:05 +00:00
Makefile.core.def Move gfxmenu color handling to video, so that gfxterm can use it 2010-12-10 16:45:58 +00:00