summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Serbian language update - FS#11693 by Ivan PesicBertrik Sikken1-0/+42
2010-10-21Spanish language update - FS#11692 by Francisco VilaBertrik Sikken1-0/+93
2010-10-21Add plugin keymaps to fft for the GoGear SA9200.Robert Menes2-3/+11
2010-10-19Spanish language update - FS#11688 by Francisco VilaBertrik Sikken1-88/+88
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...Szymon Dziok3-145/+115
2010-10-18Don't try to show a backdrop if the bmp wasnt loaded successfullyJonathan Gordon1-6/+10
2010-10-17Update the polish translation.Mustapha Senhaji1-0/+28
2010-10-17Fix FS#11676 - audio_status() returns AUDIO_STATUS_PLAY|AUDIO_STATUS_PAUSE if...Thomas Martitz1-1/+1
2010-10-17update Dutch language filePeter D'Hoye1-6/+34
2010-10-17add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.Teruaki Kawashima1-0/+1
2010-10-17(Partially) Fix FS#11572 - no backdrop in the FM screen..\n the preset questi...Jonathan Gordon1-3/+4
2010-10-17Oops #ifdef -> #ifNils Wallménius1-1/+1
2010-10-17Accept FS#11606 by Michael Gentry, making ACTION_TREE_STOP stop radio too.Nils Wallménius1-2/+10
2010-10-16Restore translated strings removed by accident in the previous revision.Mustapha Senhaji1-0/+68
2010-10-16Remove a lot of untranslated strings in the turkce translation since it was m...Mustapha Senhaji1-8659/+0
2010-10-16Fix minor typos in description fields.Mustapha Senhaji26-73/+71
2010-10-16Update the french translation for the upcoming release.Mustapha Senhaji1-15/+340
2010-10-16Make two local functions static in skin_tokens.cBertrik Sikken1-3/+3
2010-10-16skin_engine: struct gui_skin can be staticBertrik Sikken1-1/+1
2010-10-16fix loding of default remote viewers icons.Teruaki Kawashima1-12/+13
2010-10-16Remove some inconsistent guarding around cpucache_* functions to fix a test_c...Nils Wallménius3-25/+19
2010-10-16Fix FS#10981: Viewers icons applied incorrectly.Teruaki Kawashima1-1/+1
2010-10-16libtremor: tiny optimization 0.5%-1.5% on coldfire and PPNils Wallménius1-1/+2
2010-10-15Pitch detector: do not break profiling builds.Nils Wallménius1-2/+1
2010-10-14Resistor calculator: make brace-style consistentFrank Gevaerts1-32/+27
2010-10-14Fix warning on USB_NONE targetsJonathan Gordon1-1/+1
2010-10-14Fix typo in resistor plugin help textMichael Chicoine1-1/+1
2010-10-13Resistor calculator: Initialise variable to make the compiler shut up about i...Frank Gevaerts1-1/+1
2010-10-13Resistor calculator: Support Gigaohms in resistor to colour conversion, and g...Frank Gevaerts1-6/+20
2010-10-13Resistor calculator: Use correct units if resistor to colour uses kilo- or me...Frank Gevaerts1-2/+2
2010-10-13Add violet, grey and white multiplier for completenessFrank Gevaerts1-6/+16
2010-10-13Fix some incorrect colour-to-resistance results. The price is that sometimes ...Frank Gevaerts1-9/+5
2010-10-13Resistor calculator: Add lots of static, and slightly reorganise the codeFrank Gevaerts1-76/+52
2010-10-13Simplify resistance to colour calculations, removing some bugs in the process.Frank Gevaerts1-61/+19
2010-10-13fix sorting of track list when tracks with track number and tracks without tr...Teruaki Kawashima1-5/+5
2010-10-13Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Rem...Jonathan Gordon1-1/+11
2010-10-13Update of Czech language - FS#11674 by Marek SalabaBertrik Sikken1-17/+45
2010-10-12Rearrange and remove some manual register assignments, make use of pointer ad...Dave Hooper2-203/+319
2010-10-12Slovak language update - FS#11668 by Peter Lecký.Bertrik Sikken1-0/+28
2010-10-12fix FS#11659. wait for user input before exiting the plugin.Teruaki Kawashima1-8/+24
2010-10-12skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b...Jonathan Gordon3-30/+37
2010-10-12improvement for bar tag with slider.Teruaki Kawashima3-21/+41
2010-10-12Skin bar tags fix+cleanup:Jonathan Gordon1-8/+25
2010-10-12Viewports dont necessarily have children lines, so make sure there is one or ...Jonathan Gordon1-2/+3
2010-10-11check viewport dimension when parsing viewport so that player doesn't clash w...Teruaki Kawashima1-2/+6
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz6-11/+11
2010-10-10Fix charcell %pb and %pf tags, FS#11592Frank Gevaerts4-157/+154
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz6-11/+11
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz6-14/+21
2010-10-10Guard the cpucache_invalidate() with proper #ifdefsFrank Gevaerts1-0/+3