summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Expand)Author
2009-10-11A bit of const correctness and 80-char limit correction.Thomas Martitz
2009-10-10Slight const police and avoid copying a lang stringNils Wallménius
2009-10-10Don't cast away constnessNils Wallménius
2009-10-10Make function arg const pointerNils Wallménius
2009-10-10Deinline fuction and some whitespace tweaksNils Wallménius
2009-10-10Add second 'const' qualifyer accidentally removed in r23060Nils Wallménius
2009-10-10Clean up a bogus array and avoid some copying of static stringsNils Wallménius
2009-10-09Fix player red and remove an obsolete function call.Thomas Martitz
2009-10-09Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz
2009-10-09Tiny simplificationNils Wallménius
2009-10-06Fix position calculation of title icon.Teruaki Kawashima
2009-10-06Use macro to test viewport's RTL flagTomer Shalev
2009-10-05Fine tuning of gui elements positioning in RTL modeTomer Shalev
2009-10-05- Use const when possibleTomer Shalev
2009-10-05Remove redundant code in list.cTomer Shalev
2009-10-05Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAPTomer Shalev
2009-10-05Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev
2009-10-05Fix red - typeTomer Shalev
2009-10-05- Use pointers instead of repeating access to array elementTomer Shalev
2009-10-05Revert renaming of the scrollbar global setting by r22945, following discussi...Tomer Shalev
2009-10-05Fix yellowTomer Shalev
2009-10-05Have scollbar in the right side while in RTL modeTomer Shalev
2009-10-05Fix red - forgot one #ifdefTomer Shalev
2009-10-05Fix some of the redsTomer Shalev
2009-10-05RTL support in menusTomer Shalev
2009-10-05Fix FS#10617 (fix spotted by Teruaki Kawashima), something about the %C not w...Jonathan Gordon
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