summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Expand)Author
2009-10-05redraw the AA much less frequently to save bettery life and also let skins dr...Jonathan Gordon
2009-10-03FS#10636: Quickscreen incorrect operation when menu has negative stepJeffrey Goode
2009-09-27Clean up duplicate #includesBertrik Sikken
2009-09-26new skin tag: %Sx|<english>| will display the current languages translation o...Jonathan Gordon
2009-09-25Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz
2009-09-25Redo 22825 but this time with caring about alignment.Thomas Martitz
2009-09-25r22826 is causing data aborts when the wps is loaded in the parse_list functi...Karl Kurbjun
2009-09-25Remove some some code in favor of a single parse_list() call.Thomas Martitz
2009-09-22Show the name of the setting in the WPS debug outputAlexander Levin
2009-09-22add the %St setting to the debug output for checkwps/parser.... needs mroe wo...Jonathan Gordon
2009-09-21Fix splash on charcell (was wasting 2 precious chars per line since r20870). ...Jens Arnold
2009-09-18Actually fix AA display... previous commit was borkedJonathan Gordon
2009-09-18FS#10602 - show the viewport label instead of an int in the debug outputJonathan Gordon
2009-09-18fix FS#10599 and do r22721 a slightly better way. the %C tag is internally co...Jonathan Gordon
2009-09-17Fix a bug where the conditional use of %C (i.e. %?C) caused the album art to ...Thomas Martitz
2009-09-17Fix delay when seeking using the touchscreen by adding a pause/unpause.Rob Purchase
2009-09-13Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz
2009-09-13Remove some trailing whitespaces in in the skin engine files.Thomas Martitz
2009-09-13Fix/band aid the freeze when %V is the first thing (i.e. in line 1) in a .wps...Thomas Martitz
2009-09-11Increase skin buffer on charcell displays so it's actually big enough to load...Frank Gevaerts
2009-09-11Initialize token before using.Teruaki Kawashima
2009-09-11Hopefully make the wps debug info more understandable... display tokens the s...Jonathan Gordon
2009-09-09fix the first subline not displaying properlyJonathan Gordon
2009-09-08Fix/commit FS#10595. A (sub)line could be part of the previous viewport due t...Thomas Martitz
2009-09-07Fix viewport_set_defaults giving the wrong dimensions if the ui vp is overrid...Thomas Martitz
2009-09-07Set list_need_reinit to false somewhere too.Thomas Martitz
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz
2009-09-07stupid yellow.... I'm going to bedJonathan Gordon
2009-09-07add a bit more debug info for skins... show the subimage id in the display im...Jonathan Gordon
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon
2009-09-06fix red :)Jonathan Gordon
2009-09-06Make the e200 compile the vled for the sim... other targets are probably doin...Jonathan Gordon
2009-09-05Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz
2009-09-05Improve and simplify touchscreen handling of the quickscreen in absolut mode ...Thomas Martitz
2009-09-05Don't forget the touchscreen targets!Thomas Martitz
2009-09-05Put the quickscreen viewports onto the stack (saving a tiny bit of ram), and ...Thomas Martitz
2009-09-05Fix FS#9842 by stopping scrolling before leaving the yesno screen.Thomas Martitz
2009-09-05Fix bug in viewports preparation (screen.lcdwidth() isn't really proper for t...Thomas Martitz
2009-09-04Alright, it seems I got scroll_stop() wrong. Using the viewport that's set be...Thomas Martitz
2009-09-04minor line handling fixes, be smarter (well dumber actually) about increasing...Jonathan Gordon
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-09-04stop a potential crash caused by r22438Jonathan Gordon
2009-09-04Change r22610 a bit. The new parent viewport isn't really suitable.Thomas Martitz
2009-09-03Don't stop scrolling for the whole display, but only in the actual list paren...Thomas Martitz
2009-09-02rename wps_[sub]line to skin_[sub]lineJonathan Gordon
2009-09-02fix player's redJonathan Gordon
2009-09-02Almost the last of the skin ram wastage fixing... This one moved the line/sub...Jonathan Gordon
2009-09-01Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen.Alessio Lenzi
2009-08-29Add stride defines to support vertical stridesKarl Kurbjun
2009-08-29Respect UI viewport per screen in viewport_set_defaults() also.Thomas Martitz