summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
AgeCommit message (Expand)Author
2009-11-16Remove a left-over check for metadata info being ready that delayed the initi...Thomas Martitz
2009-11-16Avoid two subsequent full update.Thomas Martitz
2009-11-16Fix some drawing problems when displaying the WPS initially with sbs enabled....Thomas Martitz
2009-11-15Partly revert r23625 (the TIMEOUT_NOBLOCK change), and add a comment explaini...Thomas Martitz
2009-11-14Fix peakmeter from delaying the initial display of the wps. Also change HZ/10...Thomas Martitz
2009-11-04Fix volume change in wps. %mv tag keeped showing volume is changed if volume ...Teruaki Kawashima
2009-11-04Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz
2009-11-04Fix the WPS to work properly with the statusbar for the previous change.. Sid...Jonathan Gordon
2009-11-01Remove a wps function call from skin engine, hopefully the last one.Thomas Martitz
2009-11-01YELLOW ZOMBIES!Jonathan Gordon
2009-11-01haloween night is when red monsters are vanquished right? or is that green mo...Jonathan Gordon
2009-11-01Fix FS#10745 - %mv not working in sbs...Jonathan Gordon
2009-10-31Consolidate code duplication in WPS volume changing handling.Thomas Martitz
2009-10-20Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-10-19Initial custom statusbar commit.Thomas Martitz
2009-10-17Add a option to skip length which lets you skip 5s before the end of a song, ...Thomas Martitz
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz
2009-10-16initial custom statusbar commitThomas Martitz
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz
2009-10-14Whoops, I had that warning turned off locally.Thomas Martitz
2009-10-14Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...Thomas Martitz
2009-09-25Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz
2009-09-17Fix delay when seeking using the touchscreen by adding a pause/unpause.Rob Purchase
2009-09-07rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon
2009-09-05Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz
2009-09-04stop a potential crash caused by r22438Jonathan Gordon
2009-08-29fix FS#10465 and return GO_TO_ROOT instead of SYS_USB_CONNECTED in gui_wps_show.Teruaki Kawashima
2009-08-27Do some #ifdef'ing to make the Player happy.Thomas Martitz
2009-08-26Fix skin engine calling wps code to draw the statusbars (add a pointer to vie...Thomas Martitz
2009-08-20Move handling of "rockbox_default.[r]wps" into wps.c, out of the skin engine ...Thomas Martitz
2009-08-20update the display after getting a bit too close to the touchscreen instead o...Jonathan Gordon
2009-08-18move viewports into the skin buffer, no more viewport limit on the skinJonathan Gordon
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz
2009-08-16remove the limit of touch regions in touchscreen skinsJonathan Gordon
2009-08-10r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...Jonathan Gordon
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-08-06Move this call a bit up so that wpses without backdrop show none properly (th...Thomas Martitz
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz
2009-08-03Remove the wrapper around the wrapper (wps_data_load) and handle loading hard...Thomas Martitz
2009-08-03Fix reds for IAP and a missing #include.Thomas Martitz
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz
2009-08-03these didnt get renamed for some reasonJonathan Gordon