index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
gui
/
splash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-1
/
+1
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-17
/
+0
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-1
/
+1
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-1
/
+0
2010-10-11
Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...
Thomas Martitz
1
-2
/
+2
2010-10-10
Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...
Thomas Martitz
1
-2
/
+2
2010-10-10
Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...
Thomas Martitz
1
-2
/
+2
2010-07-10
tweak position of splash so that it is displayed inside the ui viewport.
Teruaki Kawashima
1
-6
/
+3
2010-05-17
splash.c: correct calculation of y coordinate of splash.
Teruaki Kawashima
1
-1
/
+1
2010-05-15
Fix include problem
Jeffrey Goode
1
-0
/
+1
2010-04-29
fix red
Jonathan Gordon
1
-2
/
+4
2010-04-29
centre splashes inside the UI viewport instead of the whole screen. Fixes the...
Jonathan Gordon
1
-16
/
+16
2009-12-21
fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...
Jonathan Gordon
1
-1
/
+1
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
1
-0
/
+3
2009-10-11
RTL: Cosmetic changes, no functional change - Rename constants
Tomer Shalev
1
-1
/
+1
2009-10-11
Add a center flag, next to the rtl flag, for viewports. That results in any t...
Thomas Martitz
1
-16
/
+4
2009-09-21
Fix splash on charcell (was wasting 2 precious chars per line since r20870). ...
Jens Arnold
1
-1
/
+2
2009-05-15
Fix splash on greyscale (was showing only a black or grey box, no text) by re...
Thomas Martitz
1
-2
/
+6
2009-05-15
Fix FS#10197 by setting the viewport before calculating the string size.
Thomas Martitz
1
-3
/
+5
2009-05-08
Convert splashes to viewports for bitmap targets and only draw/update the vie...
Thomas Martitz
1
-39
/
+49
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-23
/
+17
2008-06-28
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
1
-7
/
+7
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-29
the splash should set the viewport to NULL untill we start passing it a vp. (...
Jonathan Gordon
1
-0
/
+3
2008-05-03
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
1
-4
/
+5
2007-08-06
Fix red archos sims and make some minor cleanup
Nils Wallménius
1
-0
/
+2
2007-08-06
Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...
Nils Wallménius
1
-0
/
+12
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
1
-2
/
+0
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
1
-38
/
+26
2006-10-14
Added a small interface to screens to translate colors into remote gray level...
Michael Sevakis
1
-2
/
+4
2006-10-13
More visual annoyance fixes. Backdrops no longer show though on centered spla...
Michael Sevakis
1
-11
/
+19
2006-10-07
Splash function: Fixed several bugs and problems: (1) Off-by-one bug caused a...
Jens Arnold
1
-81
/
+106
2006-10-03
Should fix yellow player buid. warning only occurred on the real target so I'...
Shachar Liberman
1
-1
/
+1
2006-10-02
Improved code for the splash function: spare some calculation, fix a bug for ...
Shachar Liberman
1
-93
/
+58
2006-02-02
patch #1422861 by Adam Boot - Fix splash() color problems
Linus Nielsen Feltzing
1
-3
/
+13
2005-12-05
kill gcc4 warnings
Daniel Stenberg
1
-2
/
+2
2005-11-20
removed old statusbar and buttonbar code
Kevin Ferrare
1
-0
/
+1
2005-11-18
private function made static
Daniel Stenberg
1
-5
/
+4
2005-11-16
Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...
Jens Arnold
1
-7
/
+2
2005-11-09
Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that ju...
Jens Arnold
1
-1
/
+1
2005-10-30
Corrected a bug on archos with buttonbar which was erased when filetree refre...
Kevin Ferrare
1
-1
/
+1
2005-10-28
Changed some fn names, also corrected a bug with fonts and made the filetree ...
Kevin Ferrare
1
-2
/
+2
2005-10-28
Initial multi screen support by Kévin Ferrare (Patch #1318081)
Linus Nielsen Feltzing
1
-0
/
+216