index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
fbsplash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
fbsplash: support configurable image position
Peter Korsgaard
2018-03-29
1
-9
/
+12
*
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-09-13
1
-2
/
+4
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-8
/
+8
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
1
-0
/
+4
*
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
1
-0
/
+21
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-3
/
+4
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-2
/
+4
*
fbsplash: use virtual y size in mmap size calculations
Timo Teräs
2015-10-27
1
-1
/
+1
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-1
/
+1
*
zcat: complain if input is not compressed
Denys Vlasenko
2014-02-02
1
-1
/
+1
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
fbsplash: fix regression from e4fa7b7
Timo Teräs
2012-10-17
1
-3
/
+2
*
fbsplash: support non-RGB565 pixels in 16-bit mode
Linus Walleij
2012-09-06
1
-5
/
+22
*
fbsplash: use line_length instead of xres * bytes_per_pixel
Yin Kangkai
2012-02-29
1
-8
/
+8
*
fbsplash: support 8bit mode
Peter Korsgaard
2011-10-17
1
-5
/
+64
*
fbsplash: limit progress bar flicker
Peter Korsgaard
2011-10-17
1
-11
/
+19
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+1
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+13
*
fbsplash: Add support for 24 and 32 bit color depth
Nuno Lucas
2011-03-28
1
-44
/
+73
*
Let fbsplash display images even when a second buffer is active
Dan Fandrich
2011-02-05
1
-1
/
+4
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-1
/
+1
*
consolidate ESC sequences
Denys Vlasenko
2010-05-16
1
-2
/
+2
*
fbsplash: reinstate drawing of over/undersized images; shrink
Denys Vlasenko
2010-03-14
1
-37
/
+35
*
compat and warning fixes
Denys Vlasenko
2010-02-09
1
-1
/
+1
*
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-15
1
-1
/
+1
*
fbsplash: allow compressed image files
Vladimir Dronnikov
2009-11-07
1
-1
/
+8
*
*: use {i,u}toa() where appropriate
Denys Vlasenko
2009-10-06
1
-3
/
+1
*
- bail out if screen resolution does not match PPM dimensions.
Bernhard Reutner-Fischer
2009-02-18
1
-1
/
+3
*
- document ppm header and skip whitespace
Bernhard Reutner-Fischer
2009-02-18
1
-2
/
+14
*
- PPMs can have comments in the header.
Bernhard Reutner-Fischer
2009-02-16
1
-24
/
+21
*
- misc untested shrinkage:
Bernhard Reutner-Fischer
2009-02-14
1
-11
/
+15
*
- update Michele address
Bernhard Reutner-Fischer
2009-01-27
1
-2
/
+1
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
1
-2
/
+2
*
*: conversion to config parser
Denis Vlasenko
2008-07-24
1
-65
/
+21
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-4
/
+3
*
whitespace fixes. no code changes
Denis Vlasenko
2008-04-22
1
-8
/
+8
*
fbsplash: more compact support for named pipes + EOF scenario
Denis Vlasenko
2008-04-04
1
-47
/
+34
*
fbsplash: move to /sbin; small shrink
Denis Vlasenko
2008-03-28
1
-27
/
+26
*
fbsplash: support this usage:
Denis Vlasenko
2008-03-27
1
-9
/
+30
*
fbsplash: fix broken handling of buffered case:
Denis Vlasenko
2008-03-26
1
-37
/
+24
*
fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg
Denis Vlasenko
2008-03-26
1
-19
/
+8
*
fbsplash: shrink, better help text; inifile cannot specify image now;
Denis Vlasenko
2008-03-26
1
-0
/
+455