summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
...
* User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2009-08-16
* remove an unused #defineJonathan Gordon2009-08-16
* remove the limit of touch regions in touchscreen skinsJonathan Gordon2009-08-16
* Recalibrate the skin buffer size calculation so that targets with remote get ...Thomas Martitz2009-08-16
* fix playerJonathan Gordon2009-08-16
* more wps->skin engine work..Jonathan Gordon2009-08-16
* Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.Thomas Martitz2009-08-13
* Make gui_syncquickscreen_run() static as it's not used anywhere.Thomas Martitz2009-08-13
* Protect viewport.h against multiple inclusion.Thomas Martitz2009-08-12
* Remove unneeded symbols and improve the comment to the VP parsing functionAlexander Levin2009-08-12
* Fix FS#10505 - "Background changes to inverted when cleared" as well as a pr...Thomas Martitz2009-08-12
* r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...Jonathan Gordon2009-08-10
* Don't set the drawmode twice and simplify two cases in viewport_parse_viewport.Thomas Martitz2009-08-09
* Fix the yellows.Thomas Martitz2009-08-09
* Fix player and greyscale reds.Thomas Martitz2009-08-09
* r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...Jonathan Gordon2009-08-09
* Factor out WPS' %V parsing function into viewport.c, in preperation of custom...Thomas Martitz2009-08-09
* Various files: make functions static if they're local or make sure there is a...Bertrik Sikken2009-08-06
* Remove some unused #includesBertrik Sikken2009-08-06
* more wps->skin moving/renamingJonathan Gordon2009-08-06
* Move this call a bit up so that wpses without backdrop show none properly (th...Thomas Martitz2009-08-06
* Correct yet another typo causing reds and greater shame on me.Thomas Martitz2009-08-06
* Fix iaudio reds and crazy deltas, both caused by stupid typos.Thomas Martitz2009-08-06
* Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz2009-08-06
* Remove the wrapper around the wrapper (wps_data_load) and handle loading hard...Thomas Martitz2009-08-03
* Fix reds for IAP and a missing #include.Thomas Martitz2009-08-03
* A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz2009-08-03
* one more add which didnt get addedJonathan Gordon2009-08-03
* these didnt get renamed for some reasonJonathan Gordon2009-08-03
* part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon2009-08-03
* Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz2009-08-03
* Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius2009-08-02
* fix page up/down in list (FS# 10435).Teruaki Kawashima2009-07-29
* this file isnt used anymore and should have been removed with the rest of the...Jonathan Gordon2009-07-27
* Touchscreen targets: add basic progress bar & volume handlingMaurus Cuelenaere2009-07-27
* Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon2009-07-27
* more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...Jonathan Gordon2009-07-24
* Fix possible null pointer dereference in cuesheet handling. Causes problems i...Magnus Holmgren2009-07-23
* this file also...Jonathan Gordon2009-07-23
* Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz2009-07-22
* touchscreen regions:Thomas Martitz2009-07-22
* rework cuesheet support:Jonathan Gordon2009-07-20
* FS#10080Nils Wallménius2009-07-14
* Slightly reduce the bin size by using ushort instead of int in arraysAlexander Levin2009-07-13
* Correctly compute the array size regardless of the element typeAlexander Levin2009-07-13
* Unify semitone and cent macros and make the formula a bit more obviousAlexander Levin2009-07-12
* Fix red in bootloadersAlexander Levin2009-07-11
* Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin2009-07-11
* Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone2009-07-11
* Correct another small typo in a comment.Thomas Martitz2009-07-10