summaryrefslogtreecommitdiffstats
path: root/perl-install/bootsplash.pm
Commit message (Collapse)AuthorAgeFilesLines
* don't prepend $::prefix on module load, but when the path is actually used ↵Olivier Blin2006-02-271-13/+13
| | | | (backport from HEAD)
* 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