Timo Teräs
|
82c2fad26c
fbsplash: use virtual y size in mmap size calculations
|
9 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Denys Vlasenko
|
640ce3de07
zcat: complain if input is not compressed
|
10 years ago |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
11 years ago |
Timo Teräs
|
67dc7b21ca
fbsplash: fix regression from e4fa7b7
|
12 years ago |
Linus Walleij
|
6d463de46b
fbsplash: support non-RGB565 pixels in 16-bit mode
|
12 years ago |
Yin Kangkai
|
3ac066c256
fbsplash: use line_length instead of xres * bytes_per_pixel
|
12 years ago |
Peter Korsgaard
|
cd06e06eee
fbsplash: support 8bit mode
|
13 years ago |
Peter Korsgaard
|
e4fa7b7965
fbsplash: limit progress bar flicker
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Nuno Lucas
|
0e89fd9c39
fbsplash: Add support for 24 and 32 bit color depth
|
13 years ago |
Dan Fandrich
|
07078c2966
Let fbsplash display images even when a second buffer is active
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
7783248eaa
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
|
14 years ago |
Denys Vlasenko
|
d9a3e89f50
consolidate ESC sequences
|
14 years ago |
Denys Vlasenko
|
814da220a5
fbsplash: reinstate drawing of over/undersized images; shrink
|
14 years ago |
Denys Vlasenko
|
10544a8410
compat and warning fixes
|
14 years ago |
Denys Vlasenko
|
a7ccdeef39
libbb: added xfdopen_for_read/write
|
15 years ago |
Vladimir Dronnikov
|
6eaac025a1
fbsplash: allow compressed image files
|
15 years ago |
Denys Vlasenko
|
7bb346f23c
*: use {i,u}toa() where appropriate
|
15 years ago |
Bernhard Reutner-Fischer
|
7307e06122
- bail out if screen resolution does not match PPM dimensions.
|
15 years ago |
Bernhard Reutner-Fischer
|
8dcb33c3eb
- document ppm header and skip whitespace
|
15 years ago |
Bernhard Reutner-Fischer
|
051fdb9e7a
- PPMs can have comments in the header.
|
15 years ago |
Bernhard Reutner-Fischer
|
4efcec9378
- misc untested shrinkage:
|
15 years ago |
Bernhard Reutner-Fischer
|
dd76b79962
- update Michele address
|
16 years ago |
Denis Vlasenko
|
084266ed52
fix several problems with config parser:
|
16 years ago |
Denis Vlasenko
|
0f99d49ae6
*: conversion to config parser
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |