Age | Commit message (Expand) | Author | Files | Lines |
2009-07-27 | Start of some apps/ and wps cleanup work... Move everything related to the ac... | Jonathan Gordon | 1 | -984/+0 |
2009-07-24 | more cuesheet cleanup. pass the cuesheet into cue functions so they dont have... | Jonathan Gordon | 1 | -2/+2 |
2009-07-22 | Commit part of FS#9873 - Utilise buttons for playlisting | Thomas Martitz | 1 | -1/+7 |
2009-07-20 | rework cuesheet support: | Jonathan Gordon | 1 | -19/+7 |
2009-07-10 | Correct another small typo in a comment. | Thomas Martitz | 1 | -1/+1 |
2009-07-10 | Fix a typo | Alexander Levin | 1 | -1/+1 |
2009-07-10 | Fix a few comments in gwps.c. | Thomas Martitz | 1 | -7/+7 |
2009-07-08 | cleanup the remote+main statusbar handling a bit, and fix the bug where the r... | Jonathan Gordon | 1 | -9/+3 |
2009-07-05 | FS#10406 - split the statusbar setting into one for each display, and allow t... | Jonathan Gordon | 1 | -1/+8 |
2009-07-03 | Fix the bug where the short-long fwd/back action would ffwd/rewind the next f... | Jonathan Gordon | 1 | -0/+2 |
2009-06-18 | Restore the ACTION_REDRAW case as it was before r20661 (with a slight change ... | Marianne Arnold | 1 | -2/+3 |
2009-05-24 | Fix FS#10231. The gwps_leave_wps() call at powering down is completely unnece... | Thomas Martitz | 1 | -1/+0 |
2009-05-17 | Fix duplicate #includes | Bertrik Sikken | 1 | -1/+0 |
2009-05-17 | get repeat/hold actions working on the touchscreen WPS. prepending an action ... | Jonathan Gordon | 1 | -4/+15 |
2009-05-15 | allow the user to change the shuffle and repeat modes from the touchscreen, u... | Jonathan Gordon | 1 | -1/+25 |
2009-04-27 | Revert r20786 as it caused problems with alternating sublines (they need to b... | Thomas Martitz | 1 | -0/+1 |
2009-04-25 | Setting do_full_update isn't actually needed, since the track changed event w... | Thomas Martitz | 1 | -3/+1 |
2009-04-20 | beginings of a working touchscreen interface for the WPS. 2 new tags: | Jonathan Gordon | 1 | -1/+36 |
2009-04-14 | Fix caption backlight. | Thomas Martitz | 1 | -0/+47 |
2009-04-12 | Fix remote wps updating (again, FS#10121). | Thomas Martitz | 1 | -2/+4 |
2009-04-09 | FS#8523 - Disable WPS updating when the backlight is off. | Thomas Martitz | 1 | -1/+31 |
2009-04-08 | Forgot to add the call too gwps_fix_statusbars(), fixes yellow too. | Thomas Martitz | 1 | -0/+1 |
2009-04-08 | WPS update optimizations: | Thomas Martitz | 1 | -35/+24 |
2009-04-06 | FS9795 - some playback cleanup. | Jonathan Gordon | 1 | -4/+47 |
2009-04-05 | Drop the unnecessary checks since they are made by the caller | Alexander Levin | 1 | -4/+1 |
2009-04-05 | Fix hopping backwards if skip length is > 0 and we're near the end of the tra... | Alexander Levin | 1 | -2/+4 |
2009-04-04 | A few skip length and dir change fixes. | Thomas Martitz | 1 | -43/+43 |
2009-03-29 | Fix the resume problems on hwcodec which were uncovered by r20483+r20485. The... | Jens Arnold | 1 | -18/+8 |
2009-03-27 | Fix hwcodec to actually check for prevent_skip | Thomas Martitz | 1 | -3/+3 |
2009-03-27 | FS#10014 - Separate tracklocking out of skip length, skip length prevented to... | Thomas Martitz | 1 | -27/+39 |
2009-03-23 | Fix red, and use gui_wps_display() for restoration. | Thomas Martitz | 1 | -8/+1 |
2009-03-23 | Another wps rework: | Thomas Martitz | 1 | -20/+12 |
2009-03-20 | Fix up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw... | Thomas Martitz | 1 | -13/+17 |
2009-03-19 | Put exiting the wps entirely into the hands of the wps (restoring backdrops a... | Thomas Martitz | 1 | -9/+10 |
2009-03-19 | Move gwps_leave_wps() a bit down, so that the menu-statusbars are showing in ... | Thomas Martitz | 1 | -1/+1 |
2009-03-17 | Some style changes, move gwps_leave_wps a bit down; add a #define for restora... | Thomas Martitz | 1 | -22/+23 |
2009-03-17 | Some internal rework of the wps: | Thomas Martitz | 1 | -93/+56 |
2009-03-12 | Move play_hop() to gwps.c and make it static. It's the only file that calls it. | Thomas Martitz | 1 | -0/+32 |
2009-02-01 | Accept a quick patch from Alexander Levin to neaten up the #defines and comme... | Jonathan Gordon | 1 | -6/+7 |
2009-02-01 | Statusbar handling fixes. | Jonathan Gordon | 1 | -21/+37 |
2009-01-11 | use the playback PLAYBACK_EVENT_TRACK_CHANGE instead of the WPS to keep track... | Jonathan Gordon | 1 | -4/+0 |
2009-01-10 | fix FS#9772 - the statusbars were not working correclty on multi screen targe... | Jonathan Gordon | 1 | -0/+1 |
2009-01-09 | revert part of r19705 which caused fS#9773 | Jonathan Gordon | 1 | -0/+4 |
2009-01-07 | remove some useless/unused stuff from gwps.c | Jonathan Gordon | 1 | -76/+6 |
2009-01-05 | redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even... | Jonathan Gordon | 1 | -2/+0 |
2009-01-02 | woops... fix the header and bump the plugin API | Jonathan Gordon | 1 | -0/+1 |
2009-01-02 | More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741) | Jonathan Gordon | 1 | -6/+29 |
2009-01-01 | try again... BUTTON_NONE is not a sys event :p | Jonathan Gordon | 1 | -1/+1 |
2009-01-01 | fis FS#9739 - yesterdays statusbar commits broke the WPS disk spindown handling | Jonathan Gordon | 1 | -1/+1 |
2008-12-09 | resize-on-load for bitmap files on 2bpp and color targets | Andrew Mahone | 1 | -0/+3 |