-
Notifications
You must be signed in to change notification settings - Fork 29
/
ChangeLog
159 lines (113 loc) · 3.61 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
2014-10-07 Olaf Mandel <[email protected]>
* psplash-fb.c:
* psplash-fb.h:
* psplash.c:
Images: handle rowstride != width*bytes_per_pixel
* psplash-config.h:
* psplash.c:
* psplash.h:
Make appearance more configurable:
- Allow not showing the startup message
- Make the screen-split (between image and progress bar)
configurable
- Allow for fullscreen image (overlaid by progress bar)
2009-05-28 Richard Purdie <[email protected]>
* psplash-fb.c:
* psplash-fb.h:
* psplash.h:
Fix so the code honours whatever bit order the display reports with
fast paths for the most common cases.
2009-05-19 Richard Purdie <[email protected]>
* psplash-fb.c:
* psplash-poky-img.h:
* psplash.c
* Makefile.am:
Fix colour read order from RLE images (R & B swapped)
Add handling for alpha channel in images
Update the Poky RLE image
Change the OpenedHand logo for the Poky one
2008-11-10 Samuel Ortiz <[email protected]>
* psplash.c:
unlink the FIFO and switch the console back when no fb is found.
2008-08-12 Richard Purdie <[email protected]>
* psplash.c:
Unlink the fifo when exitting.
2008-08-12 Richard Purdie <[email protected]>
* psplash.c:
Allow newline terminated commands as well as null terminated ones
through the fifo.
2008-05-27 Robert Bragg <[email protected]>
* psplash-fb.c:
Added support for attempting to configure a 32/16bpp fbdev pixel
format, if the default (e.g. 8bpp) is not supported.
2008-02-21 Rob Bradford <[email protected]>
* psplash.c: (main):
Revert artwork. Needs more love.
2008-02-21 Rob Bradford <[email protected]>
* psplash-poky-img.h:
* psplash.c: (main):
Try new artwork.
2007-03-28 Richard Purdie <[email protected]>
* psplash.c:
Add support for negative progress values
2007-02-16 Matthew Allum <[email protected]>
* README:
* configure.ac:
* psplash.doap:
Update for 0.1 release
2006-12-22 Matthew Allum <[email protected]>
* psplash-fb.c:
* psplash.c:
More rotation tweaks
2006-12-22 Matthew Allum <[email protected]>
* psplash.c:
Whoops, actually set the angle config option
2006-12-22 Matthew Allum <[email protected]>
* psplash-fb.c:
* psplash-fb.h:
* psplash.c:
Add -angle cmd line arg, hopefully fix rotation
2006-12-19 Matthew Allum <[email protected]>
* psplash-fb.c:
* psplash-fb.h:
* psplash.c:
Add some as yet tested basic rotation code.
* psplash.h:
Disable DBG output by default.
2006-11-21 Richard Purdie <[email protected]>
* psplash-write.c:
Disable error message when the fifo doesn't exist.
2006-11-21 Matthew Allum <[email protected]>
* psplash.c: (main):
Add some more commenting
* psplash.doap:
Add DOAP file.
2006-09-28 Matthew Allum <[email protected]>
* psplash-bar-img.h:
pixel pop a little
* psplash.c: (psplash_draw_progress), (main):
Move bar up a little.
2006-09-28 Matthew Allum <[email protected]>
* psplash.c: (psplash_draw_progress), (main):
img positioning tweaks.
2006-09-28 Matthew Allum <[email protected]>
* Makefile.am:
* make-image-header.sh:
* psplash-bar-img.h:
* psplash-hand-img.h:
* psplash.c: (psplash_draw_msg), (psplash_draw_progress), (main):
Add new hopefully nicer untested images.
* psplash-image.h:
Remove
2006-09-08 Matthew Allum <[email protected]>
* Makefile.am:
* radeon-font.h:
Add 'compiled' font.
* psplash-fb.c:
* psplash-fb.h:
* psplash.c:
* psplash.h:
Add basic font/text rendering support
Add remote msg suuport (psplash-write 'MSG hello world')
Add cmd line switch to disable console switch
Move console switch after fifo set up.