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