summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
* Polish voicing of quickscreen: make it like in FS#6171: announceStéphane Doyon2008-05-04
* Accept FS#6188: study mode.Stéphane Doyon2008-05-04
* doh! those talk functions dont check the setting (which for some reason I tho...Jonathan Gordon2008-05-04
* a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon2008-05-04
* recommit the talking quickscreen... silly rename bug which I mised this morningJonathan Gordon2008-05-04
* Revert r17345 on jdgordon's request, until we figure out why it crashes my x5.Stéphane Doyon2008-05-04
* make the quickscreen talkJonathan Gordon2008-05-04
* make the quickscreen not block so the statusbar gets updatedJonathan Gordon2008-05-04
* More static / header file cleanup.Bertrik Sikken2008-05-03
* remove some dead codeJonathan Gordon2008-05-03
* Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon2008-05-03
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Use smaller data types in structs which are in big arrays to save memoryNils Wallménius2008-04-27
* Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius2008-04-26
* option_screen() now accepts a viewportJonathan Gordon2008-04-23
* And fix the bug which I was actually being pinged about...Jonathan Gordon2008-04-21
* So, I was skimming the irc logs from my 3 day absense and I was pinged about ...Jonathan Gordon2008-04-21
* Fix FS#8914 (WPS %mp tag inconsistency).Nicolas Pennequin2008-04-20
* Fix bug in r17188.Stéphane Doyon2008-04-20
* FS#7980: Select default option in an option listStéphane Doyon2008-04-20
* Killed unnecessary global variables by making them static.Bertrik Sikken2008-04-20
* Revert what was left of r17018 until I find a better way. It had quirks in so...Nicolas Pennequin2008-04-14
* Move a function to gwps-common.c because it belongs thereNils Wallménius2008-04-12
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* r17018 caused the WPS playlist index display to be wrong with shuffled enable...Nicolas Pennequin2008-04-07
* Bring the WPS playlist index display into sync with the track being played by...Nicolas Pennequin2008-04-07
* Add a comment to clarify how the WPS image buffer size is calculatedDave Chapman2008-04-04
* fix FS#8841 - scrolling doesnt work when using cursor seelction iconJonathan Gordon2008-04-03
* WPS parser: also revert to the default WPS when there were bitmap loading err...Nicolas Pennequin2008-04-01
* Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2008-03-29
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman2008-03-26
* Move checkwps to its own subdir in preparation for compiling target-specific ...Dave Chapman2008-03-26
* Fix yellow, and at the same time simplify some #ifdefsDave Chapman2008-03-26
* 1) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman2008-03-26
* fix the buttonbar in the browser and menus. Jonathan Gordon2008-03-26
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman2008-03-25
* Oops. Mop up red.Steve Bavin2008-03-25
* Code police raid on the settings code, consting and putting headers alongside...Steve Bavin2008-03-25
* D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using...Dave Chapman2008-03-25
* Stricter syntax checking of the %V tag - pay attention to the return-code fro...Dave Chapman2008-03-24
* Hopefully get the viewport position/dimensions validation correct this time.Dave Chapman2008-03-24
* Add another safety-check in the bitmap strips parsing - don't allow the num_s...Dave Chapman2008-03-24
* Add a sanity-check to ensure only in-range subimages are referenced in %xd ta...Dave Chapman2008-03-24
* Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman2008-03-23
* Oops - correctly reset the bmp filenamesDave Chapman2008-03-23
* Fix the display of peakmeters and progress bars (without a custom y position)...Dave Chapman2008-03-22
* Small simplification - take advantage of the fact that x/y/width/height are n...Dave Chapman2008-03-22