summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
* Doom plugin: Missed properly making a few 'unsigned' on my second pass.Michael Sevakis2010-05-29
* Doom plugin: In anticipation of moving to the EABI toolchain, because of its ...Michael Sevakis2010-05-29
* Fix typo that made alarmclock exit immediately and add scrollwheel actions.Thomas Martitz2010-05-28
* rockboy: rename pcm_*() functions to avoid namespace clash with rockboxRafaël Carré2010-05-27
* Generate C file / header for svn version stringRafaël Carré2010-05-27
* Fix M:Robe Plugins and Codecs.Karl Kurbjun2010-05-25
* pdbox: Code cleanupWincent Balin2010-05-24
* Fix test_mem for the archos plugin buffer size and for charcell.Jens Arnold2010-05-24
* pdbox: Successfully resolved issue with loading of audio filesWincent Balin2010-05-24
* Test plugins: * test_sampr.c is swcodec only * Several plugins are bitmap only.Jens Arnold2010-05-24
* Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f...Szymon Dziok2010-05-24
* Correct new memcpy/memset functionality in test_mem plugin. Use appropriate c...Andree Buschmann2010-05-24
* Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis2010-05-24
* mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF...Michael Sevakis2010-05-21
* Clipv2 / Clip+ : lcd scanrate checked with test_scanrateRafaël Carré2010-05-20
* Fix test_resizeThomas Martitz2010-05-20
* Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, ...Thomas Martitz2010-05-20
* Tweak new pluginlib button map for frotz to be more convenientTorne Wuff2010-05-20
* Fix a data abort in codebuster.Thomas Martitz2010-05-20
* S#10387 - Rework pluginlib actionsThomas Martitz2010-05-20
* HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)Marcin Bukat2010-05-20
* pdbox: Rewrote recently added bugfixesWincent Balin2010-05-20
* pdbox: Got rid of signedness-related warningsWincent Balin2010-05-20
* pdbox: Made size value signedWincent Balin2010-05-20
* pdbox: Adjusted return values for functions read() and write()Wincent Balin2010-05-20
* sudoku: remove commented out code.Teruaki Kawashima2010-05-19
* Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré2010-05-18
* apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré2010-05-18
* plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré2010-05-18
* fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré2010-05-18
* mp3_encoder: fix a typo, put uninitialized variable in BSSRafaël Carré2010-05-18
* Add memset/memcpy benches to test_mem pluginMarcin Bukat2010-05-18
* mp3_encoder: reduce plugin binsizeRafaël Carré2010-05-18
* plugins: reorder SOURCES conditions to be more readableRafaël Carré2010-05-17
* Change default chip8 keymap on c200/m200/clip families to use up/down on the ...Torne Wuff2010-05-17
* rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima2010-05-17
* Simplify mpegplayer a bit and use array-based lists rather than linked lists ...Michael Sevakis2010-05-17
* fft plugin: move const data into a c file and use no wider types than necessa...Nils Wallménius2010-05-17
* rockboy: add a Clip keymapRafaël Carré2010-05-17
* I think I intended a different expression.Michael Sevakis2010-05-17
* How punny. Just one more whack-a-mole to get.Michael Sevakis2010-05-16
* MPEGPlayer: reconceal the point punsMichael Sevakis2010-05-16
* MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...Michael Sevakis2010-05-16
* Fix alarmclock plugin time miscalculationRafaël Carré2010-05-15
* Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis2010-05-15
* Fix yellow: missed a castJeffrey Goode2010-05-15
* Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode2010-05-15
* Make the sim buildable with mingw againFrank Gevaerts2010-05-14
* Fix various size_t related warnings and errorsFrank Gevaerts2010-05-14
* another cast ssize_t -> longRafaël Carré2010-05-14