summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-03Fix X5/M5Karl Kurbjun1-1/+1
2009-08-03Fix warning and ZVMKarl Kurbjun1-18/+11
2009-08-03Blackjack: Use standard menu and add playback menu, use pluginlib high scores.Karl Kurbjun8-588/+462
2009-08-02Fix highest succeeded level from the highscores really this time, and don't c...Thomas Martitz1-6/+5
2009-08-02Cap the level chooser to NUM_LEVELS (100) to avoid accessing level 101, which...Thomas Martitz1-3/+3
2009-08-02Update the manual screenshot for 176x220x16.Thomas Martitz1-0/+0
2009-08-02Fix red - overlooked renaming in 1 place.Thomas Martitz1-1/+1
2009-08-02Reversi: Fix warning, change the text so that it does not resize the board (t...Karl Kurbjun2-25/+63
2009-08-02New bubbles background for 176x220 (Sansa e200), heavily based off a mockup p...Thomas Martitz2-36/+78
2009-08-02Brickmania: Statusbar should always be drawn at the top of the screenKarl Kurbjun1-7/+5
2009-08-02Remove two left-over DEBUGFsThomas Martitz1-2/+1
2009-08-02Samsung YP-S3: update backlight brightness curve again (can't go all the way ...Bertrik Sikken2-34/+52
2009-08-02A bit of rework in bubbles:Thomas Martitz1-87/+102
2009-08-02Reversi: Implement dynamic legend/board sixing when necessary for landscape t...Karl Kurbjun1-2/+8
2009-08-02Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius3-6/+1
2009-08-02Superdom: introduce new enum for value to be returned in many places instead ...Teruaki Kawashima1-326/+268
2009-08-02brickmania: improve game saving to save current status.Teruaki Kawashima1-337/+330
2009-08-02Don't mention having to run 'make reconf' when you're runing 'make reconf'Antoine Cellerier1-0/+2
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun12-219/+438
2009-08-01Fix red: only use SW_VOLUME_MIN if HAVE_SW_VOLUME_CONTROL is definedMaurus Cuelenaere1-1/+4
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere6-32/+52
2009-08-01Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...Maurus Cuelenaere3-14/+2
2009-08-01MP3 metadata parser:Maurus Cuelenaere1-4/+9
2009-08-01Samsung YP-S3: update backlight brightness curve so backlight is still on at ...Bertrik Sikken1-16/+18
2009-08-01Meizu: update backlight brightness curve so backlight is still on at the mini...Bertrik Sikken1-11/+12
2009-08-01Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...Mark Arigo3-0/+20
2009-08-01Samsung YP-S3: implement button lightsBertrik Sikken2-0/+25
2009-08-01Samsung YP-S3: implement headphones detectionBertrik Sikken1-0/+8
2009-08-01Doom: re-add the missing modulus operation I removed in r22097Maurus Cuelenaere1-1/+1
2009-08-01Doom: prevent division by zeroMaurus Cuelenaere1-1/+4
2009-08-01Ingenic Jz4740 timer driver: fix stupid mistakeMaurus Cuelenaere1-1/+1
2009-08-01M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART...Karl Kurbjun2-20/+43
2009-08-01Fix FS#10478 - Used wrong directory in Browse theme files by explicitely sett...Thomas Martitz1-1/+3
2009-08-01Samsung YP-S3: implement button driver for the touch keys (and the hold/power...Bertrik Sikken2-2/+147
2009-08-01Add png viewer plugin documentationFrank Gevaerts2-0/+98
2009-08-01pegbox: Fix bug it restarts the level when user choosed "Resume Game" in the ...Teruaki Kawashima1-147/+124
2009-07-30Meizu M3: check LCD_STATUS in the lcd driver instead of using delay loopsBertrik Sikken1-2/+10
2009-07-30Ingenic Jz4740 targets: don't use IRAM in plugins as there's almost none avai...Maurus Cuelenaere1-2/+2
2009-07-30fix deleteAnimation in calculator plugin.Teruaki Kawashima1-24/+17
2009-07-30Slight whitespace cleanup, add a const qualifier. No functional changesNils Wallménius1-9/+2
2009-07-29Minor additions to floating point math functions.Wincent Balin1-30/+19
2009-07-29Start of a Rockbox port to the Samsung YP-S3.Bertrik Sikken11-0/+1141
2009-07-29Make gcc use -pipe instead of temporary files.Björn Stenberg1-1/+1
2009-07-29Check if parameter is NULL in plugins which only works as viewer.Teruaki Kawashima4-0/+4
2009-07-29fix page up/down in list (FS# 10435).Teruaki Kawashima1-7/+8
2009-07-29fix forcing scrolling title like "Scroll Speed Setting Example".Teruaki Kawashima1-2/+2
2009-07-29Onda VX7x7: fix error when compiling with USB_BOOT definedMaurus Cuelenaere1-0/+5
2009-07-29Reversi: Attempt to account for screen aspect, add preliminary absolute touch...Karl Kurbjun2-43/+80
2009-07-29Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work againJonathan Gordon1-0/+1
2009-07-28Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...Michael Giacomelli4-186/+182