summaryrefslogtreecommitdiffstats
path: root/perl-install/bootsplash.pm
Commit message (Collapse)AuthorAgeFilesLines
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* remove LOGO_CONSOLE supportChristophe Fergeau2009-11-041-8/+0
|
* get rid of obsolete functions that are only used by draksplashChristophe Fergeau2009-11-041-168/+0
|
* - draksplash:Pascal Rigaux2008-03-271-1/+3
| | | | | | | o fix reading grub conf (#39346) also ensure we don't break $grub2dev when we're not given a valid $fstab
* re-sync after the big svn lossPascal Rigaux2007-04-251-5/+1
|
* check for correct themes pathOlivier Blin2006-02-231-1/+1
|
* don't prepend $::prefix on module load, but when the path is actually usedOlivier Blin2006-02-231-13/+13
|
* fix typoOlivier Blin2006-02-231-1/+1
|
* perl_checker cleanupsThierry Vignaud2005-10-181-8/+7
|
* add few parametersFlorent Villard2005-09-011-25/+48
|
* load progress bar color from config fileOlivier Blin2005-08-041-2/+4
|
* directly use # as color prefixOlivier Blin2005-08-041-1/+0
|
* read progress bar settingsOlivier Blin2005-08-041-1/+3
|
* really write progress bar color in configuration filesOlivier Blin2005-08-041-3/+5
|
* write progress bars in bootsplash config filesOlivier Blin2005-07-011-0/+33
|
* fix typo instead of trying to be perl_checker compliant ...Olivier Blin2005-06-061-2/+2
|
* - perl_checker compliancePascal Rigaux2005-06-031-8/+6
| | | | | - use "our" instead of "use vars"
* simplifyPascal Rigaux2005-06-031-3/+1
|
* really get default vga modeOlivier Blin2005-05-101-1/+2
|
* move rectangle2xywh(), distance(), farthest() and nearest() from draksplash2 ↵Olivier Blin2005-05-101-0/+55
| | | | to bootsplash module, create xywh2rectangle()
* use default jpeg image path in config file for both silent and verbose imagesOlivier Blin2005-05-091-2/+3
|
* write bootsplash v3 configuration files (progress bar still missing)Olivier Blin2005-05-091-25/+17
|
* force the exact image size when writing a themeOlivier Blin2005-05-091-1/+2
|
* add get_framebuffer_resolution and create_pathOlivier Blin2005-05-091-4/+20
|
* fix typosOlivier Blin2005-05-091-5/+5
|
* fix theme creationOlivier Blin2005-05-041-21/+12
|
* new theme creation functionsOlivier Blin2005-05-031-12/+98
|
* initial bootsplash moduleOlivier Blin2005-04-291-0/+64