summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-04-10The version of the setting files are raised.Yoshihisa Uchida1-16/+25
2010-04-09Corrects bug in r25558 that could have resumed the wrong file under a certain...Jeffrey Goode1-1/+3
2010-04-09Partial fix for FS#10614. Can now resume from a bookmark even if the bookmar...Jeffrey Goode1-1/+5
2010-04-09Updated italian translation.Alessio Lenzi1-4/+138
2010-04-09Add drive's reported physical sector size to disk debug screen for ATA devicesTorne Wuff1-0/+5
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-08Fix data abort due to malformed switch code. My bad.Jeffrey Goode1-3/+8
2010-04-08Rename lang strings to something more appropriateJeffrey Goode2-4/+4
2010-04-08Add lang strings to hotkey setting macrosJeffrey Goode1-2/+16
2010-04-08Hotkey: better settings handling, fewer saved variables, localizable hotkey i...Jeffrey Goode6-33/+84
2010-04-07FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev1-1/+1
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 Shalev3-55/+125
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-06Fix typo in a bootchart messageTorne Wuff1-1/+1
2010-04-06Another small bookmark.c revision, no functional change, saves bin sizeJeffrey Goode1-2/+8
2010-04-06Bookmark.c cleanup, still no functional changes... yetJeffrey Goode1-59/+22
2010-04-06Slovak language updateBertrik Sikken1-2/+104
2010-04-06Make array static const in apps/recorder/jpeg_load.cBertrik Sikken1-1/+1
2010-04-05Restructure some bookmarking code, preparatory to adding version info to book...Jeffrey Goode1-121/+84
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
2010-04-05Fix capitalization in hotkey dialogJeffrey Goode1-3/+3
2010-04-04Make the displayed hotkey settings scroll (fix FS#11170)Alexander Levin1-0/+1
2010-04-03Make test_mem.c and test_boost.c compilable on targets without BUTTON_UP.Andree Buschmann2-8/+10
2010-04-03No need to call the same function twiceAlexander Levin1-3/+4
2010-04-03Make hotkey strings (question and confirmation) better localizable (FS#11171)Alexander Levin2-10/+26
2010-04-03Move delta calculation up so that only the loop time counts.Thomas Martitz1-1/+1
2010-04-03Memory benchmark plugin. Tests memory speeds and prints the kB/s.Thomas Martitz2-0/+99
2010-04-02Manual update for keymaps, hotkeysJeffrey Goode1-1/+0
2010-04-02Only build alarm_menu.c if neededRafaël Carré2-4/+2
2010-04-02Fix someone elses yellow and redJeffrey Goode1-0/+2
2010-04-02Switch on hotkey on several targets. Stole the WPS Show Track Info key for m...Jeffrey Goode14-95/+28
2010-04-01Fix test_boost boost handling. Also show the number of loops per second.Thomas Martitz2-9/+24
2010-04-01Boot charting support.Torne Wuff3-3/+76
2010-04-01FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode39-32/+493
2010-03-31Fix FS#11152 in a cleaner way. At least on the sim, the state remained in FMR...Frank Gevaerts1-7/+12
2010-03-31Clip: enable recording keymap when needed (forgotten in r25390)Rafaël Carré1-1/+1
2010-03-30Make sure FM Tuner is stopped at initRafaël Carré1-1/+2
2010-03-30Viewer: Implement alignment option, to provide alignment of RTL text (Hebrew,...Tomer Shalev1-2/+27