summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin14-107/+144
2008-03-27Enable the greyscale library for ZXbot on M3.Jens Arnold1-2/+1
2008-03-27Update Dutch language filePeter D'Hoye1-8/+6
2008-03-27Revert "initial Meizu M6SL port"Marcoen Hirschberg2-305/+0
2008-03-27initial Meizu M6SL portMarcoen Hirschberg2-0/+305
2008-03-27Fix misleading debug statement.Michael Giacomelli1-1/+1
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman6-9/+11
2008-03-26Move checkwps to its own subdir in preparation for compiling target-specific ...Dave Chapman1-1/+1
2008-03-26Fix yellow, and at the same time simplify some #ifdefsDave Chapman1-8/+15
2008-03-261) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman2-10/+37
2008-03-26fix themes not being fully applied to the menu on load (Hopefully fixes FS#8808)Jonathan Gordon1-10/+3
2008-03-26kill the release script and build tarball from *everything* in SVN...Daniel Stenberg1-117/+0
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon4-18/+49
2008-03-26More consts that require no functional change.Steve Bavin3-69/+71
2008-03-26Fix pointer warnings in test_codec.Michael Sevakis1-5/+5
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon44-110/+201
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis4-14/+15
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold17-41/+196
2008-03-25Some cosmetic changes to italiano.Alessio Lenzi1-4/+4
2008-03-25Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman2-35/+41
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold23-195/+26
2008-03-25Oops, more red. That can't be static yet.Steve Bavin1-1/+1
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold23-26/+195
2008-03-25A little more consting/staticing, no functional change.Steve Bavin1-3/+3
2008-03-25Tiny fix of spelling in comment.Steve Bavin1-1/+1
2008-03-25Oops. Mop up red.Steve Bavin1-72/+1
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin8-82/+158
2008-03-25So, I've been sick these last few days, and I'm trying to not take drugs to g...Jonathan Gordon3-4/+1
2008-03-25well we suck! how could something seemingly simple be fubar'ed so much! KISS ...Jonathan Gordon3-5/+6
2008-03-25ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa...Jonathan Gordon3-6/+5
2008-03-25write the current settings to .rockbox/config.cfg.bak before resetting settingsJonathan Gordon3-1/+4
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis14-86/+100
2008-03-25D'oh - fix a silly #ifdef mistake that caused problems with remote WPSs using...Dave Chapman1-2/+1
2008-03-24Stricter syntax checking of the %V tag - pay attention to the return-code fro...Dave Chapman1-6/+14
2008-03-24Hopefully get the viewport position/dimensions validation correct this time.Dave Chapman1-4/+8
2008-03-24Add another safety-check in the bitmap strips parsing - don't allow the num_s...Dave Chapman1-0/+3
2008-03-24The iAudio remote LCD internal scan direction is horizontal. Make test_scanra...Jens Arnold1-23/+40
2008-03-24The blit functions shouldn't exist for the simulator.Jens Arnold2-2/+2
2008-03-24Oops, fix red.Jens Arnold2-2/+2
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold7-176/+151
2008-03-24Add a sanity-check to ensure only in-range subimages are referenced in %xd ta...Dave Chapman1-1/+5
2008-03-23Add the ability to use bitmap strips (a single .bmp file containing many imag...Dave Chapman3-24/+63
2008-03-23Oops - correctly reset the bmp filenamesDave Chapman1-1/+1
2008-03-23Sliding puzzle: Fix graphics size and help text for M3. * Bubbles: Better (la...Jens Arnold4-1/+7
2008-03-23Oooops, fix yellow.Jens Arnold1-1/+1
2008-03-23VU_meter: Fix help texts for most targets. * Blackjack: Add help text for M3....Jens Arnold3-15/+74
2008-03-23Enable plugin building for M3.Jens Arnold1-0/+2
2008-03-23LCd extension lib: Implement proper scrolling for 2 bit vertical interleaved ...Jens Arnold1-31/+86
2008-03-22Squash that yellowRob Purchase1-0/+10
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase58-7/+535