summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-10-16Pluginlib: make scroll functions clear screen if scrolled by >= screen size (...Torne Wuff2-0/+60
2009-10-16Fuze: Change the button to mark possibilities from a select+up combo to just ...Thomas Martitz1-1/+1
2009-10-15FS#10554: Rockpaint: enable to set canvas size.Teruaki Kawashima1-11/+38
2009-10-14Remove private memcpy wrapper that is no longer needed since r19847 and may c...Nils Wallménius2-8/+0
2009-10-13brickmania: There are only 9 powerupsRobert Kukla1-2/+3
2009-10-12New plugin theme_remove which offers a way to remove specified theme.Teruaki Kawashima5-0/+778
2009-10-12Ditch additional copyright notice quoted from iBugger.Michael Sparmann1-19/+0
2009-10-11Use PLUGINFLAGS in lua.make, instead of only CFLAGS.Thomas Martitz1-3/+3
2009-10-11Make sure to use $(CFLAGS) to get all defines when preprocessing actions.hFrank Gevaerts1-1/+1
2009-10-10Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to ...Dave Chapman3-0/+352
2009-10-09Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.Tom Ross1-1/+1
2009-10-09rockboy: remove useless assignement for fuzeRafaël Carré1-2/+0
2009-10-09calculator: use home as clear button for sansa fuzeRafaël Carré1-0/+1
2009-10-09add Seth Opgenorth to docs/CREDITSMichael Chicoine1-1/+1
2009-10-08FS#10661 by Seth Opgenorth, adding more levels to brickmaniaNils Wallménius1-9/+129
2009-10-08Fix chopper to actually remember the level. instead of overriding it on start.Thomas Martitz1-1/+0
2009-10-08Use TIME_BEFORE() and redo a macro slightly.Thomas Martitz1-5/+8
2009-10-08PPM viewer - initial support for vertical strides - scaler needs to be modifi...Karl Kurbjun1-3/+14
2009-10-08LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun1-2/+2
2009-10-08Brickmania: Paddle selection needs to be done with the integer portion, not i...Karl Kurbjun1-3/+3
2009-10-08Brickmania: Fix the paddle drawing - The strides were wrong with paddles othe...Karl Kurbjun1-11/+30
2009-10-05Fix yellowTomer Shalev1-3/+3
2009-10-05Brickmania: Add an extra check in the hit logic to make sure that the brick i...Karl Kurbjun1-1/+4
2009-10-05Brickmania: Fix the flip_sides powerup on touchscreens.Karl Kurbjun1-1/+1
2009-10-05Brickmania: Touchscreen improvements - Take advantage of the immediate button...Karl Kurbjun1-41/+47
2009-10-04Brickmania: Some code refactoring - no functional changes.Karl Kurbjun1-225/+230
2009-10-04Brickmania: Add new, finer detail images for the bricks and the ball for 640x...Karl Kurbjun2-0/+0
2009-10-04Brickmania: Fix the flip-sides powerup with touchscreen and make the whole ga...Karl Kurbjun1-11/+15
2009-10-04Brickmania - Fix and enable the absolute touchscreen mode.Karl Kurbjun1-5/+17
2009-10-04Brickmania: Fix paddle position jumps when an N powerup is picked up.Karl Kurbjun1-8/+7
2009-10-04Don't assume AUDIO_SRC_MIC always exists.Dave Chapman1-0/+5
2009-10-04Correct the IRAM definitions for the S5L8700/8701 and add definitions for plu...Dave Chapman1-0/+10
2009-10-03test_grey.c : use left/right on YH920 instead of rew/ffRafaël Carré1-2/+2
2009-10-03Samsung YH920 : measured lcd scanrate is 69.7Hz => round to 70HzRafaël Carré1-0/+2
2009-10-03Samsung YH* : fix test_scanrate compilation by defining an existing buttonRafaël Carré1-1/+1
2009-10-03Slight cleanup of the calendar pluginNils Wallménius1-20/+6
2009-10-03Revert r22881 - USING_STORAGE_CALLBACK is not defined by config.h so cannot b...Dave Chapman1-3/+1
2009-10-03Brickmania: Fix smaller screens, improve speed scaling and collision detection.Karl Kurbjun1-465/+665
2009-10-03battery_bench requires the register_storage_idle_func() and unregister_storag...Dave Chapman1-1/+3
2009-09-30Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev1-1/+1
2009-09-27Clean up duplicate #includesBertrik Sikken2-3/+0
2009-09-25Replace limiter with dynamic range compressorJeffrey Goode1-24/+0
2009-09-25Brickmania: Correct the cycle time to match what it was on the H300.Karl Kurbjun1-1/+1
2009-09-23Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).Magnus Holmgren10-1376/+2
2009-09-23Better menu verbiage for test_codecJeffrey Goode1-3/+3
2009-09-20Clarify the unit of note frequencyAlexander Levin1-1/+1
2009-09-20Pitch Detector: group note related data togetherAlexander Levin1-41/+28
2009-09-20Pitch Detector: use special functions for choosing bool valuesAlexander Levin1-23/+7
2009-09-20Pitch Detector: add the possibility to set the reference frequency of A (last...Alexander Levin1-19/+72
2009-09-17Wormlet: Fix food and argh possibly overlapping each other.Thomas Martitz1-23/+23