summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2009-09-25r22826 is causing data aborts when the wps is loaded in the parse_list functi...Karl Kurbjun1-2/+11
2009-09-25Remove some some code in favor of a single parse_list() call.Thomas Martitz1-11/+2
2009-09-22Show the name of the setting in the WPS debug outputAlexander Levin1-1/+3
2009-09-22add the %St setting to the debug output for checkwps/parser.... needs mroe wo...Jonathan Gordon1-0/+3
2009-09-21Fix splash on charcell (was wasting 2 precious chars per line since r20870). ...Jens Arnold1-1/+2
2009-09-18Actually fix AA display... previous commit was borkedJonathan Gordon1-6/+3
2009-09-18FS#10602 - show the viewport label instead of an int in the debug outputJonathan Gordon1-3/+3
2009-09-18fix FS#10599 and do r22721 a slightly better way. the %C tag is internally co...Jonathan Gordon3-15/+24
2009-09-17Fix a bug where the conditional use of %C (i.e. %?C) caused the album art to ...Thomas Martitz2-8/+8
2009-09-17Fix delay when seeking using the touchscreen by adding a pause/unpause.Rob Purchase1-0/+10
2009-09-13Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz2-69/+81
2009-09-13Remove some trailing whitespaces in in the skin engine files.Thomas Martitz5-112/+112
2009-09-13Fix/band aid the freeze when %V is the first thing (i.e. in line 1) in a .wps...Thomas Martitz1-3/+6
2009-09-11Increase skin buffer on charcell displays so it's actually big enough to load...Frank Gevaerts1-0/+6
2009-09-11Initialize token before using.Teruaki Kawashima1-0/+1
2009-09-11Hopefully make the wps debug info more understandable... display tokens the s...Jonathan Gordon1-81/+50
2009-09-09fix the first subline not displaying properlyJonathan Gordon1-3/+9
2009-09-08Fix/commit FS#10595. A (sub)line could be part of the previous viewport due t...Thomas Martitz1-1/+1
2009-09-07Fix viewport_set_defaults giving the wrong dimensions if the ui vp is overrid...Thomas Martitz1-1/+4
2009-09-07Set list_need_reinit to false somewhere too.Thomas Martitz1-0/+1
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz4-29/+51
2009-09-07stupid yellow.... I'm going to bedJonathan Gordon1-0/+3
2009-09-07add a bit more debug info for skins... show the subimage id in the display im...Jonathan Gordon2-8/+16
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon7-92/+118
2009-09-06fix red :)Jonathan Gordon1-2/+0
2009-09-06Make the e200 compile the vled for the sim... other targets are probably doin...Jonathan Gordon1-1/+3
2009-09-05Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz4-18/+24
2009-09-05Improve and simplify touchscreen handling of the quickscreen in absolut mode ...Thomas Martitz1-10/+14
2009-09-05Don't forget the touchscreen targets!Thomas Martitz1-8/+9
2009-09-05Put the quickscreen viewports onto the stack (saving a tiny bit of ram), and ...Thomas Martitz1-70/+64
2009-09-05Fix FS#9842 by stopping scrolling before leaving the yesno screen.Thomas Martitz1-0/+3
2009-09-05Fix bug in viewports preparation (screen.lcdwidth() isn't really proper for t...Thomas Martitz1-6/+14
2009-09-04Alright, it seems I got scroll_stop() wrong. Using the viewport that's set be...Thomas Martitz1-4/+2
2009-09-04minor line handling fixes, be smarter (well dumber actually) about increasing...Jonathan Gordon1-5/+6
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun3-6/+10
2009-09-04stop a potential crash caused by r22438Jonathan Gordon1-1/+1
2009-09-04Change r22610 a bit. The new parent viewport isn't really suitable.Thomas Martitz1-1/+4
2009-09-03Don't stop scrolling for the whole display, but only in the actual list paren...Thomas Martitz1-1/+1
2009-09-02rename wps_[sub]line to skin_[sub]lineJonathan Gordon4-26/+26
2009-09-02fix player's redJonathan Gordon1-0/+1
2009-09-02Almost the last of the skin ram wastage fixing... This one moved the line/sub...Jonathan Gordon6-220/+188
2009-09-01Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen.Alessio Lenzi1-0/+1
2009-08-29Add stride defines to support vertical stridesKarl Kurbjun3-10/+18
2009-08-29Respect UI viewport per screen in viewport_set_defaults() also.Thomas Martitz1-1/+1
2009-08-29fix FS#10465 and return GO_TO_ROOT instead of SYS_USB_CONNECTED in gui_wps_show.Teruaki Kawashima1-7/+11
2009-08-29Make UI viewport handling more multiscreen aware and bring a break; accidenta...Thomas Martitz1-37/+40
2009-08-29Quickscreen: 4th itemThomas Martitz2-55/+78
2009-08-27Do some #ifdef'ing to make the Player happy.Thomas Martitz2-4/+6
2009-08-26Fix skin engine calling wps code to draw the statusbars (add a pointer to vie...Thomas Martitz4-46/+61
2009-08-24Make sure that skin_buffer.c #includes its own skin_buffer.hBertrik Sikken1-0/+1