summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz17-20/+20
2010-05-02FFT plugin: The 64-bit sqrt function is no longer neededDelyan Kratunov1-13/+0
2010-05-02FFT plugin: eliminate 64-bit math. This should result in faster and probably ...Delyan Kratunov3-23/+21
2010-05-02Test more possible alignments in the Write & Verify test. Some ata drivers ap...Jens Arnold1-4/+4
2010-05-02Improve motion compensation for ARM: * Use less registers in the simple copy ...Jens Arnold1-118/+136
2010-05-02Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...Jens Arnold1-50/+52
2010-05-02pdbox: Fixed loading of sound files, pdpod_drums.pd works now.Wincent Balin1-5/+3
2010-04-30HD200 - implement blit functionsMarcin Bukat1-0/+3
2010-04-27Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap.Marcin Bukat2-4/+1
2010-04-26Add MPIO HD200 port - binary filesMarcin Bukat15-0/+0
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat59-0/+550
2010-04-25Fix for some bogus code in png by Andrew Rodland, fixing a warning when compi...Nils Wallménius1-1/+4
2010-04-25Charcell: Fix spurious letter appearing between board and score display.Jens Arnold1-0/+1
2010-04-23Gigabeat S: Will run pacbox at 60fps. Set FPS accordingly.Michael Sevakis1-2/+5
2010-04-20Brickmania: Fix bogus firesTomer Shalev1-3/+2
2010-04-20Brickmania: Use defined constant instead of hard-coded valueTomer Shalev1-4/+4
2010-04-20Yet another try at fixing "FS#10959 - Brickmania - Ball disappears"Tomer Shalev1-2/+2
2010-04-20Brickmania: Fix flip delay was actually N+1 seconds (11 instead of 10)Tomer Shalev1-1/+1
2010-04-20Brickmania: No need to init these global variables, as they are set later onTomer Shalev1-8/+8
2010-04-20Brickmania: Move Congratulations message a bit up, so it won't get clipped by...Tomer Shalev1-4/+3
2010-04-19Packard Bell Vibe: imageviewer - add button to quit immediately, like in r24904.Szymon Dziok1-0/+1
2010-04-14rvert r25644Yoshihisa Uchida14-3536/+0
2010-04-14new text viewerYoshihisa Uchida14-0/+3536
2010-04-12Text viewer: Fix wrong calculation of bookmark's position (introduced by r25611)Tomer Shalev1-4/+5
2010-04-12Text viewer: Fix FS#11190 - Text Viewer shows no Text when skipping to last pageTomer Shalev1-0/+5
2010-04-12Text viewer: Make calculation clearerTomer Shalev1-2/+3
2010-04-12Text viewer: Remove unused max_line_len variableTomer Shalev1-4/+0
2010-04-12fix yellowYoshihisa Uchida1-1/+1
2010-04-12viewer plugin: when the alignment is RIGHT, supports WIDE screen.Yoshihisa Uchida1-76/+124
2010-04-12test_codec is SWCODEC onlyRafaël Carré1-0/+2
2010-04-12some test plugins have dependenciesRafaël Carré1-0/+6
2010-04-11FS #11153 by Marcin Bukat: Make memory layout for plugins and codecs only dep...Jens Arnold1-7/+4
2010-04-11viewer plugin: when the setting file loads or saves, converts to new version ...Yoshihisa Uchida1-39/+175
2010-04-10The version of the setting files are raised.Yoshihisa Uchida1-16/+25
2010-04-09Text viewer: When loading settings and prefs font loading fails, not onlyTomer Shalev1-2/+6
2010-04-08Text viewer: Handle font loading failuresTomer Shalev1-12/+8
2010-04-07Text viewer: Fix yellowTomer Shalev1-2/+2
2010-04-07FS#11185 - Text viewer returns div by 0 if font is missing, renamed or corruptedTomer Shalev1-10/+35
2010-04-07Text viewer: Fix redTomer Shalev1-1/+3
2010-04-07Text viewer: Fix RTL languages and diacritic characters supportTomer Shalev1-54/+115
2010-04-07Text viewer: Replace macros with inline functions (which are about to be exte...Tomer Shalev1-12/+20
2010-04-07Text viewer: Use exact width for lcd_fillrect (no actuall change)Tomer Shalev1-1/+1
2010-04-07Text viewer: Make global variables staticTomer Shalev1-2/+2
2010-04-07Text viewer: Fix limit calculation in col_limit() which maximizes overlapping...Tomer Shalev1-1/+1
2010-04-07Text viewer: Fix possible memory corruptionTomer Shalev1-1/+1
2010-04-07Text viewer: Documentation and code cosmetics (no functional changes)Tomer Shalev1-11/+16
2010-04-05as3525v2: Move codec into iram freeing 1MB for the audio buffer and also a sm...Thomas Martitz1-2/+2
2010-04-05Add T for plugins to the advanced build options to build all test_* plugins.Thomas Martitz1-0/+22
2010-04-05test_boost: fix r25464: button_get() can't be used with actionsAndree Buschmann1-2/+1
2010-04-05test_mem: fix r25464: button_get() can't be used with actionsRafaël Carré1-2/+1