index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
checkwps
/
checkwps.c
Age
Commit message (
Expand
)
Author
2010-10-18
checkwps: properly zero the wps struct to avoid interesting issues
Frank Gevaerts
2010-08-03
make -vvv display the parse tree in checkwps. Fix a potential bug in the pars...
Jonathan Gordon
2010-07-29
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
2010-05-16
make checkwps accept .rfms files as remote skins
Jonathan Gordon
2010-05-12
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
2010-05-03
Move read_line() further down so that it can be used in checkwps and remove c...
Thomas Martitz
2010-02-24
some minor changes to checkwps, shouldn't change anything
Jonathan Gordon
2010-02-17
Make checkwps compile again for the player. If we had proper multifont on cha...
Frank Gevaerts
2010-02-17
Initialuse user font table for checkwps. This is normally done from the setti...
Frank Gevaerts
2010-02-14
FS#10984 - multifont! 2 major additions:
Jonathan Gordon
2010-01-29
fix reds
Jonathan Gordon
2010-01-27
fix red... lets branch
Jonathan Gordon
2009-11-19
CheckWPS: set screen to SCREEN_MAIN when not a r{sb,wp}s.
Maurus Cuelenaere
2009-11-19
make checkwps able to check .rsbs files.
Dominik Wenger
2009-11-04
Forgot to remove wps_data.remove_wps in checkwps too.
Thomas Martitz
2009-11-04
Reorder a bit in viewport.c so that we don't need stubs for checkwps.
Thomas Martitz
2009-11-04
Fix checkwps. Reimplement viewport_set_fullscreen() and viewport_set_defaults...
Jonathan Gordon
2009-11-01
Move find_viewport() and find_image() to skin_parser.c where the reset of the...
Thomas Martitz
2009-11-01
haloween night is when red monsters are vanquished right? or is that green mo...
Jonathan Gordon
2009-10-20
wps_screen is still needed for the HAVE_REMOTE_LCD case
Frank Gevaerts
2009-10-20
compile checkwps with -Wall, to avoid accidentally breaking it again when a f...
Frank Gevaerts
2009-10-20
fix checkwps
Michael Chicoine
2009-10-16
Fix Player, checkwps and database tools
Thomas Martitz
2009-09-13
Get rid of some of the code duplication from checkwps, it still duplicates a ...
Thomas Martitz
2009-09-11
Fix checkwps compilation for the Player
Frank Gevaerts
2009-09-04
fix checkwps
Jonathan Gordon
2009-08-21
Don't add #ifdef's without looking them up...
Maurus Cuelenaere
2009-08-21
Checkwps: give wps_screen an initial value
Maurus Cuelenaere
2009-08-21
Fix building checkwps on targets without a remote
Maurus Cuelenaere
2009-08-21
Fix checkwps for remote screens
Maurus Cuelenaere
2009-08-21
Fix/hack checkwps + add Onda VX747/VX777 targets
Maurus Cuelenaere
2009-02-27
Newer glibc has letoh16 and friends, so use them if available
Frank Gevaerts
2009-01-29
Get checkwps working again
Maurus Cuelenaere
2008-07-30
Commit FS#9012 thanks to Thomas Martitz
Maurus Cuelenaere
2008-07-06
fix checkwps again
Jonathan Gordon
2008-07-06
get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ...
Jonathan Gordon
2008-05-12
These should be const too, I believe.
Steve Bavin
2008-03-26
Major cleanup of checkwps - fix all warnings and add a script to build versio...
Dave Chapman
2008-03-26
Move checkwps to its own subdir in preparation for compiling target-specific ...
Dave Chapman