summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-01-05pluginlib: Support calling a function at exit time to clean up open filesTorne Wuff1-11/+20
2010-01-05Use plain int (instead of char) for field selection_size in struct simplelist...Bertrik Sikken1-1/+1
2010-01-03Onda VX747/VX777: cleanup linker files a bitMaurus Cuelenaere1-0/+1
2010-01-03Invert divisor earlier in udiv32_arm, allowing the div0 test to be done befor...Andrew Mahone1-36/+24
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken16-12/+12
2010-01-03Coldfire targets: Restore EMAC status after using the EMAC for bitmap resizin...Jens Arnold1-0/+6
2010-01-03Disable speaker when recording to prevent feedback.Maurus Cuelenaere1-0/+10
2010-01-03Fix warning in chip8 plugin for simulator buildsBertrik Sikken1-1/+1
2010-01-03apps/gui/bitmap/list.c: use bool instead of int to hold boolean valueBertrik Sikken1-1/+1
2010-01-03chip8 plugin:Bertrik Sikken1-24/+18
2010-01-03More tabs removedAndree Buschmann3-11/+11
2010-01-03Fix further tabsAndree Buschmann10-61/+61
2010-01-03Use long jump to reach __div0 from udiv32_arm if building with IRAM and witho...Andrew Mahone1-0/+11
2010-01-03More comments for udiv32_armv4.S, reduce zero divisor test to one cycle for t...Andrew Mahone1-53/+54
2010-01-02Make debug builds compile againBertrik Sikken1-0/+2
2010-01-02Fix tabs in chip8 pluginBertrik Sikken1-306/+306
2010-01-02Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli2-4/+7
2010-01-02Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli4-16/+25
2010-01-02xobox: show game stats when finishing levelJeffrey Goode1-0/+1
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken4-5/+5
2010-01-02Add missing EOF newline.Andrew Mahone1-1/+1
2010-01-02Remove special cases from udiv32_armv4.S, except for zero divisor and large n...Andrew Mahone1-43/+5
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff2-1/+3
2010-01-02Brickmania: Change the drawing/collision detection to simplify position manag...Karl Kurbjun1-35/+35
2010-01-02Fix red.Karl Kurbjun1-0/+0
2010-01-02Brickmania: Scale bitmaps with the high-res bricks to fit them to the LCD wid...Karl Kurbjun7-0/+9
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken5-9/+7
2010-01-01Make the delete_handler function return the actual result, instead of just 'f...Mohamed Tarek1-1/+1
2009-12-31Add 31/31-bit unsigned division in apps/codecs/lib/udiv_arm.S, with 2 cycles ...Andrew Mahone1-2/+52
2009-12-30Add bitmaps for correct and wrong flags when showing the full board. (Feel fr...Antoine Cellerier6-5/+8
2009-12-30Clicking on a discovered tile with its number of adjacent mines already flagg...Antoine Cellerier1-10/+51
2009-12-29WPS: Use helper function to parse int value on album-art directiveTomer Shalev1-11/+22
2009-12-27Return NULL istead of 0 in function which returns a pointerTomer Shalev1-1/+1
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo3-2/+470
2009-12-24Fix windows sim buildsFrank Gevaerts2-2/+2
2009-12-24Fix building simulators (at least on linux. cygwin and mingw might need more ...Frank Gevaerts2-1/+5
2009-12-24Add support for errno in plugins.Amaury Pouly2-0/+3
2009-12-24Accept FS#8321 by Lee Kang HyukJonathan Gordon1-1/+1
2009-12-23Assembler optimised bitreverse for ARM, again a little bit faster and smaller...Jens Arnold1-20/+68
2009-12-23Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup...Nils Wallménius1-5/+25
2009-12-23Brickmania: Improve screen collision detection.Karl Kurbjun1-24/+56
2009-12-22Fix FS#10368 - add some recursion protection in the "view playlist catalogue"...Jonathan Gordon1-6/+9
2009-12-21Use optimised byteswap function in bitrev for a tiny speedup on coldfire and ...Nils Wallménius1-2/+1
2009-12-21blackjack: improve the menu and the buttonsJohannes Schwarz1-120/+67
2009-12-21jpeg,png: Change "Off: Quit." to "Show Menu: Quit." so that the message is le...Teruaki Kawashima2-33/+30
2009-12-21properties,shortcuts_view: enable the theme while showing list.Teruaki Kawashima4-13/+54
2009-12-21Fix FS#10215 - peakmeter updates breaks scrolling lines in conditionally enal...Jonathan Gordon1-14/+20
2009-12-21Fix FS#9660 - make warn on playlist erase work correctly when creating a new ...Jonathan Gordon3-3/+6
2009-12-21fix yelloJonathan Gordon1-1/+1
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon13-64/+72