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