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