1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins
Rafaël Carré 46a9c5e089 Fix alarmclock plugin time miscalculation
Author: Clément Pit-Claudel (CFP)
Flyspray: FS#11110

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26056 a1c6a512-1295-4272-9138-f99709370657
2010-05-15 15:20:45 +00:00
..
beatbox Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for the target. 2010-02-14 21:56:53 +00:00
bitmaps Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap. 2010-04-27 10:04:13 +00:00
chessbox Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
clock Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
doom Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there) 2010-05-07 20:11:14 +00:00
fft FFT plugin: The 64-bit sqrt function is no longer needed 2010-05-02 20:32:41 +00:00
fractals Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
frotz Make the sim buildable with mingw again 2010-05-14 22:57:52 +00:00
goban Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
imageviewer Fix possible buffer overflow 2010-05-07 19:36:51 +00:00
lib HD200 - add support for the device in greylib 2010-05-10 13:06:38 +00:00
lua Make the sim buildable with mingw again 2010-05-14 22:57:52 +00:00
midi Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there) 2010-05-07 20:11:14 +00:00
mpegplayer Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing. 2010-05-15 13:09:45 +00:00
pacbox Gigabeat S: Will run pacbox at 60fps. Set FPS accordingly. 2010-04-23 19:38:27 +00:00
pdbox Fix remaining reds/yellows. 2010-05-14 13:21:40 +00:00
pictureflow Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
reversi Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
rockboy Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
searchengine Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
shortcuts Fix some size_t related warnings (hopefully, they seem system dependant). 2010-05-06 21:17:14 +00:00
sudoku Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
zxbox Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there) 2010-05-07 20:11:14 +00:00
alarmclock.c Fix alarmclock plugin time miscalculation 2010-05-15 15:20:45 +00:00
alpine_cdc.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
battery_bench.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
bench_mem_jpeg.c Use TIME_BEFORE in bench_* plugins, and use 10s test duration. 2009-05-18 20:21:03 +00:00
bench_scaler.c Use pre-multiplication in scaler to save one multiply per color component on ARM and Coldfire, at the cost of an extra add/shift in the horizontal scaler to reduce values to a workable range. SH-1 retains the same basic math, as 2009-05-26 20:00:47 +00:00
blackjack.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
boomshine.lua boomshine: improve collision detection. 2010-03-06 12:20:09 +00:00
bounce.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
brickmania.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
bubbles.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
calculator.c Move math.h to firmware/libc/include/ and fix slight incompatibilities between our and the host's math.h 2010-05-14 12:43:45 +00:00
calendar.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
CATEGORIES Memory benchmark plugin. Tests memory speeds and prints the kB/s. 2010-04-03 14:04:50 +00:00
chessbox.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
chessclock.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
chip8.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
chopper.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
clix.c use same variable/macro name for highscore among plugins. 2010-02-27 14:45:37 +00:00
codebuster.c codebuster: save settings only if they are changed. 2009-12-20 14:00:38 +00:00
credits.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
credits.pl
crypt_firmware.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
cube.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
demystify.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
dice.c Dice: Prevent a divide by 0 2009-12-04 04:45:22 +00:00
dict.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
disktidy.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
disktidy.config
elfdep.pl
euroconverter.c fixed euroconverter, missed in the configfile change 2009-01-17 23:08:35 +00:00
fire.c Fix STRIDE macro for multiscreen and add stride support for picture lib. 2009-09-04 00:46:24 +00:00
fireworks.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
firmware_flash.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
flipit.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
goban.c And now with the added file... 2009-02-21 00:08:57 +00:00
greyscale.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
helloworld.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
helloworld.lua Helloworld.lua: fix file_put_contents depending on a wrong return value of io.write + use a cleaner version of if(file == nil) (thanks to Christophe Gragnic) 2009-07-08 21:05:56 +00:00
invadrox.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
iriver_flash.c Fix reds. 2009-11-22 19:08:29 +00:00
iriverify.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
jackpot.c Fix remaining reds/yellows. 2010-05-14 13:21:40 +00:00
jewels.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
keybox.c FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox 2010-05-13 22:21:09 +00:00
lamp.c lamp: use HAVE_NEGATIVE_LCD 2010-03-15 15:28:38 +00:00
logo.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
lua.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
matrix.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
maze.c FS#10294: reform the weird buttons in maze and mazezam for Fuze, E200 and ipod3G 2009-06-27 11:14:47 +00:00
mazezam.c small fixes for mazezam. 2009-08-06 13:21:08 +00:00
md5sum.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
metronome.c Fix FS#10546 - metronome doesn't work on h1xx/h3xx. 2009-11-17 22:10:22 +00:00
minesweeper.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
mosaique.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
mp3_encoder.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
nim.c revert/fix parts of r19673, as it changed some e200 keymaps and introduces not-needed FIXME comments. 2009-01-16 15:35:05 +00:00
oscilloscope.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
pegbox.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
pictureflow.c Add missing PictureFlow overlay source, fix properties on new files. 2009-05-07 01:40:25 +00:00
pitch_detector.c Give pitch_detector the IRAMming it deserves. 2010-05-14 12:35:05 +00:00
plasma.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
plugin.lds Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of DEVBSS_ATTR for this target and implement as NOCACHEBSS_ATTR. Plugin and codec buffers move so all that is now incompatible (do full update). No version increase for plugins/codecs because the loader will reject them. 2010-05-08 07:45:34 +00:00
plugins.make *.link: depends on config file where plugin buffer size is set 2010-01-24 15:32:23 +00:00
pong.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
ppmviewer.c Remove more tabs 2010-02-07 18:38:47 +00:00
properties.c properties,shortcuts_view: enable the theme while showing list. 2009-12-21 13:32:43 +00:00
random_folder_advance_config.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
remote_control.c "remote_control: don't use goto. 2010-02-12 12:54:03 +00:00
robotfindskitten.c some changes to use of display_text. 2010-02-22 07:17:15 +00:00
rockblox.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
rockblox1d.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
rockbox-fonts.config New plugin theme_remove which offers a way to remove specified theme. 2009-10-12 13:55:59 +00:00
rockbox_flash.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
rockboy.c Fix rockboy on the recorders. 2009-03-01 23:52:23 +00:00
rocklife.c make sure plugin reset backlight setting before exit. do code polish. 2009-12-18 14:17:28 +00:00
rockpaint.c FS#10984 - multifont! 2 major additions: 2010-02-14 06:26:16 +00:00
search.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
settings_dumper.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sliding_puzzle.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
snake.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
snake2.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
snake2.levels
snow.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
sokoban.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sokoban.levels
solitaire.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sort.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
SOURCES test_codec is SWCODEC only 2010-04-12 11:57:39 +00:00
spacerocks.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
splitedit.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
star.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
starfield.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
stats.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
stopwatch.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
stopwatch.lua Add stopwatch plugin replacement for touchscreen targets 2009-12-16 14:23:13 +00:00
SUBDIRS fft plugin: add touchscreen key-mapping and enable plugin for touchscreen targets 2010-02-11 23:10:09 +00:00
superdom.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_boost.c test_boost: fix r25464: button_get() can't be used with actions 2010-04-05 10:08:00 +00:00
test_codec.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_core_jpeg.c Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders. 2009-05-01 23:24:23 +00:00
test_disk.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_fps.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
test_gfx.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_grey.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_greylib_bitmap_scale.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
test_mem.c Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add ARM assembler and change the result format. 2010-05-09 19:23:26 +00:00
test_mem_jpeg.c Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_mem_jpeg.c plugins to test and benchmark it, and a line-length clean up in jpeg_load.c. 2009-05-08 03:46:48 +00:00
test_resize.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
test_sampr.c Fix test_sampr for the changes in r22440 2009-09-12 08:00:52 +00:00
test_scanrate.c HD200 - implement blit functions 2010-04-30 14:13:52 +00:00
test_touchscreen.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
test_viewports.c Lua: port viewports + add test_viewports.lua 2009-05-25 14:21:17 +00:00
test_viewports.lua Fix some typos 2009-05-25 14:56:59 +00:00
text_editor.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
theme_remove.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
vbrfix.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
video.c Revert r21912 : "Storage API : remove undeeded target-specific functions" 2009-07-17 16:34:34 +00:00
viewer.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
viewers.config FS#10535: bmp viewer plugin. 2010-02-18 15:10:31 +00:00
vu_meter.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
wav2wv.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
wavplay.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wavrecord.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wavview.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wormlet.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
xobox.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
zxbox.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00