| Commit message (Expand) | Author | Age |
| * | Remove unneeded #include "backdrop.h" | Bertrik Sikken | 2009-05-09 |
| * | Convert splashes to viewports for bitmap targets and only draw/update the vie... | Thomas Martitz | 2009-05-08 |
| * | Keep the quickscreen from crashing the player with a divide by 0 | Karl Kurbjun | 2009-05-06 |
| * | Revert r20786 as it caused problems with alternating sublines (they need to b... | Thomas Martitz | 2009-04-27 |
| * | Setting do_full_update isn't actually needed, since the track changed event w... | Thomas Martitz | 2009-04-25 |
| * | beginings of a working touchscreen interface for the WPS. 2 new tags: | Jonathan Gordon | 2009-04-20 |
| * | Fix caption backlight. | Thomas Martitz | 2009-04-14 |
| * | Fix remote wps updating (again, FS#10121). | Thomas Martitz | 2009-04-12 |
| * | Slightly more compact boundary check. | Jens Arnold | 2009-04-11 |
| * | Fix the scrollbar boundary checking to prevent the player from freezing on sc... | Karl Kurbjun | 2009-04-11 |
| * | FS#8523 - Disable WPS updating when the backlight is off. | Thomas Martitz | 2009-04-09 |
| * | Forgot to add the call too gwps_fix_statusbars(), fixes yellow too. | Thomas Martitz | 2009-04-08 |
| * | WPS update optimizations: | Thomas Martitz | 2009-04-08 |
| * | FS9795 - some playback cleanup. | Jonathan Gordon | 2009-04-06 |
| * | Drop the unnecessary checks since they are made by the caller | Alexander Levin | 2009-04-05 |
| * | Fix hopping backwards if skip length is > 0 and we're near the end of the tra... | Alexander Levin | 2009-04-05 |
| * | A few skip length and dir change fixes. | Thomas Martitz | 2009-04-04 |
| * | Fix the resume problems on hwcodec which were uncovered by r20483+r20485. The... | Jens Arnold | 2009-03-29 |
| * | Fix potential NULL pointer access. | Jens Arnold | 2009-03-29 |
| * | Fix typos in comments | Alexander Levin | 2009-03-28 |
| * | Fix hwcodec to actually check for prevent_skip | Thomas Martitz | 2009-03-27 |
| * | FS#10014 - Separate tracklocking out of skip length, skip length prevented to... | Thomas Martitz | 2009-03-27 |
| * | Fix a typo in the comment and add a (somewhat vague) description of the value... | Alexander Levin | 2009-03-23 |
| * | Fix red, and use gui_wps_display() for restoration. | Thomas Martitz | 2009-03-23 |
| * | Another wps rework: | Thomas Martitz | 2009-03-23 |
| * | Fix up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw... | Thomas Martitz | 2009-03-20 |
| * | Put exiting the wps entirely into the hands of the wps (restoring backdrops a... | Thomas Martitz | 2009-03-19 |
| * | Move gwps_leave_wps() a bit down, so that the menu-statusbars are showing in ... | Thomas Martitz | 2009-03-19 |
| * | Some style changes, move gwps_leave_wps a bit down; add a #define for restora... | Thomas Martitz | 2009-03-17 |
| * | Some internal rework of the wps: | Thomas Martitz | 2009-03-17 |
| * | Move play_hop() to gwps.c and make it static. It's the only file that calls it. | Thomas Martitz | 2009-03-12 |
| * | Yet more #include cleanups | Bertrik Sikken | 2009-03-08 |
| * | Clean up some more #includes | Bertrik Sikken | 2009-03-08 |
| * | Bugfix: Text styles are not drawmodes, so stop storing them in the vieport's ... | Jens Arnold | 2009-03-08 |
| * | Changed the comment to more accurately reflect how it works | Alexander Levin | 2009-03-08 |
| * | Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe... | Thomas Martitz | 2009-03-02 |
| * | Fix screens not redrawing the statusbar when they should. | Jonathan Gordon | 2009-02-27 |
| * | Cleanup play_hop() slightly and remove redundant/uneeded checks, reclaim a ti... | Thomas Martitz | 2009-02-24 |
| * | Fix Player status'bar' broken in r19894. | Jens Arnold | 2009-02-20 |
| * | Touchscreen fixes: | Maurus Cuelenaere | 2009-02-19 |
| * | Move parts into the if, as they're unused outside of it | Thomas Martitz | 2009-02-16 |
| * | FS#9904 - Fix for FS#9894 - Position of the progress bar is not updated after... | Thomas Martitz | 2009-02-16 |
| * | Touchscreen devices: make scrolling up work better | Maurus Cuelenaere | 2009-02-12 |
| * | Minor quickscreen and pitchscreen fixes | Thomas Martitz | 2009-02-05 |
| * | fix red | Jonathan Gordon | 2009-02-04 |
| * | Temp fix for the statusbar disappearing for a fraction of a second when the W... | Jonathan Gordon | 2009-02-04 |
| * | Accept FS#9836 which fixes a bit of a display glitch in the colour chooser (T... | Jonathan Gordon | 2009-02-02 |
| * | continuation of last nights statusbar cleanup. | Jonathan Gordon | 2009-02-02 |
| * | Use unsigned constants to avoid adding another gcc-support routine and save a... | Nils Wallménius | 2009-02-01 |
| * | Accept a quick patch from Alexander Levin to neaten up the #defines and comme... | Jonathan Gordon | 2009-02-01 |