summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2009-08-18M:Robe 500: Increase the max icon size.Karl Kurbjun1-2/+6
2009-08-17Add setting to position the scrollbar on the left or rightMaurus Cuelenaere1-27/+44
2009-08-17FS#10534: Make scrollbar width variable through a setting (useful for touchsc...Maurus Cuelenaere1-1/+1
2009-08-17Skin engine: add "pitch" action to touch regionsMaurus Cuelenaere1-1/+3
2009-08-17fix the %xd<id> tag parser to complain if you try to display an image it hasn...Jonathan Gordon1-3/+5
2009-08-16Remove obsolete IMG_BUFSIZE #define.Thomas Martitz1-3/+0
2009-08-16Fix ret for buttonbar targets.Thomas Martitz1-1/+1
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz6-71/+240
2009-08-16remove an unused #defineJonathan Gordon1-1/+0
2009-08-16remove the limit of touch regions in touchscreen skinsJonathan Gordon3-11/+21
2009-08-16Recalibrate the skin buffer size calculation so that targets with remote get ...Thomas Martitz1-6/+23
2009-08-16fix playerJonathan Gordon2-1/+4
2009-08-16more wps->skin engine work..Jonathan Gordon9-364/+592
2009-08-13Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.Thomas Martitz2-3/+3
2009-08-13Make gui_syncquickscreen_run() static as it's not used anywhere.Thomas Martitz2-4/+1
2009-08-12Protect viewport.h against multiple inclusion.Thomas Martitz1-0/+6
2009-08-12Remove unneeded symbols and improve the comment to the VP parsing functionAlexander Levin2-16/+19
2009-08-12Fix FS#10505 - "Background changes to inverted when cleared" as well as a pr...Thomas Martitz1-9/+7
2009-08-10r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...Jonathan Gordon1-5/+43
2009-08-09Don't set the drawmode twice and simplify two cases in viewport_parse_viewport.Thomas Martitz2-21/+19
2009-08-09Fix the yellows.Thomas Martitz1-1/+1
2009-08-09Fix player and greyscale reds.Thomas Martitz2-13/+27
2009-08-09r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...Jonathan Gordon2-19/+39
2009-08-09Factor out WPS' %V parsing function into viewport.c, in preperation of custom...Thomas Martitz3-92/+116
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken3-6/+6
2009-08-06Remove some unused #includesBertrik Sikken2-2/+0
2009-08-06more wps->skin moving/renamingJonathan Gordon5-95/+92
2009-08-06Move this call a bit up so that wpses without backdrop show none properly (th...Thomas Martitz1-3/+6
2009-08-06Correct yet another typo causing reds and greater shame on me.Thomas Martitz1-1/+1
2009-08-06Fix iaudio reds and crazy deltas, both caused by stupid typos.Thomas Martitz2-8/+8
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz5-112/+154
2009-08-03Remove the wrapper around the wrapper (wps_data_load) and handle loading hard...Thomas Martitz3-61/+55
2009-08-03Fix reds for IAP and a missing #include.Thomas Martitz2-7/+22
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz5-28/+45
2009-08-03one more add which didnt get addedJonathan Gordon1-0/+59
2009-08-03these didnt get renamed for some reasonJonathan Gordon2-57/+23
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon6-162/+95
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz1-2/+1
2009-08-02Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius2-2/+1
2009-07-29fix page up/down in list (FS# 10435).Teruaki Kawashima1-7/+8
2009-07-27this file isnt used anymore and should have been removed with the rest of the...Jonathan Gordon1-546/+0
2009-07-27Touchscreen targets: add basic progress bar & volume handlingMaurus Cuelenaere3-25/+82
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon9-1003/+1656
2009-07-24more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...Jonathan Gordon2-3/+3
2009-07-23Fix possible null pointer dereference in cuesheet handling. Causes problems i...Magnus Holmgren1-1/+1
2009-07-23this file also...Jonathan Gordon1-2/+2
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz3-2/+10
2009-07-22touchscreen regions:Thomas Martitz1-4/+8
2009-07-20rework cuesheet support:Jonathan Gordon2-32/+10
2009-07-14FS#10080Nils Wallménius5-25/+17