aboutsummaryrefslogtreecommitdiff
path: root/miscutils/fbsplash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* fbsplash: support configurable image positionPeter Korsgaard2018-03-291-9/+12
* *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-2/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-8/+8
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+21
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-3/+4
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
* fbsplash: use virtual y size in mmap size calculationsTimo Teräs2015-10-271-1/+1
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* zcat: complain if input is not compressedDenys Vlasenko2014-02-021-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* fbsplash: fix regression from e4fa7b7Timo Teräs2012-10-171-3/+2
* fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij2012-09-061-5/+22
* fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai2012-02-291-8/+8
* fbsplash: support 8bit modePeter Korsgaard2011-10-171-5/+64
* fbsplash: limit progress bar flickerPeter Korsgaard2011-10-171-11/+19
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+13
* fbsplash: Add support for 24 and 32 bit color depthNuno Lucas2011-03-281-44/+73
* Let fbsplash display images even when a second buffer is activeDan Fandrich2011-02-051-1/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* consolidate ESC sequencesDenys Vlasenko2010-05-161-2/+2
* fbsplash: reinstate drawing of over/undersized images; shrinkDenys Vlasenko2010-03-141-37/+35
* compat and warning fixesDenys Vlasenko2010-02-091-1/+1
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-1/+1
* fbsplash: allow compressed image filesVladimir Dronnikov2009-11-071-1/+8
* *: use {i,u}toa() where appropriateDenys Vlasenko2009-10-061-3/+1
* - bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2009-02-181-1/+3
* - document ppm header and skip whitespaceBernhard Reutner-Fischer2009-02-181-2/+14
* - PPMs can have comments in the header.Bernhard Reutner-Fischer2009-02-161-24/+21
* - misc untested shrinkage:Bernhard Reutner-Fischer2009-02-141-11/+15
* - update Michele addressBernhard Reutner-Fischer2009-01-271-2/+1
* fix several problems with config parser:Denis Vlasenko2008-07-261-2/+2
* *: conversion to config parserDenis Vlasenko2008-07-241-65/+21
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-4/+3
* whitespace fixes. no code changesDenis Vlasenko2008-04-221-8/+8
* fbsplash: more compact support for named pipes + EOF scenarioDenis Vlasenko2008-04-041-47/+34
* fbsplash: move to /sbin; small shrinkDenis Vlasenko2008-03-281-27/+26
* fbsplash: support this usage:Denis Vlasenko2008-03-271-9/+30
* fbsplash: fix broken handling of buffered case:Denis Vlasenko2008-03-261-37/+24
* fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfgDenis Vlasenko2008-03-261-19/+8
* fbsplash: shrink, better help text; inifile cannot specify image now;Denis Vlasenko2008-03-261-0/+455