summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-01-02xobox: show game stats when finishing levelJeffrey Goode
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken
2010-01-02Add missing EOF newline.Andrew Mahone
2010-01-02Remove special cases from udiv32_armv4.S, except for zero divisor and large n...Andrew Mahone
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff
2010-01-02Brickmania: Change the drawing/collision detection to simplify position manag...Karl Kurbjun
2010-01-02Fix red.Karl Kurbjun
2010-01-02Brickmania: Scale bitmaps with the high-res bricks to fit them to the LCD wid...Karl Kurbjun
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken
2010-01-01Make the delete_handler function return the actual result, instead of just 'f...Mohamed Tarek
2009-12-31Add 31/31-bit unsigned division in apps/codecs/lib/udiv_arm.S, with 2 cycles ...Andrew Mahone
2009-12-30Add bitmaps for correct and wrong flags when showing the full board. (Feel fr...Antoine Cellerier
2009-12-30Clicking on a discovered tile with its number of adjacent mines already flagg...Antoine Cellerier
2009-12-29WPS: Use helper function to parse int value on album-art directiveTomer Shalev
2009-12-27Return NULL istead of 0 in function which returns a pointerTomer Shalev
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo
2009-12-24Fix windows sim buildsFrank Gevaerts
2009-12-24Fix building simulators (at least on linux. cygwin and mingw might need more ...Frank Gevaerts
2009-12-24Add support for errno in plugins.Amaury Pouly
2009-12-24Accept FS#8321 by Lee Kang HyukJonathan Gordon
2009-12-23Assembler optimised bitreverse for ARM, again a little bit faster and smaller...Jens Arnold
2009-12-23Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup...Nils Wallménius
2009-12-23Brickmania: Improve screen collision detection.Karl Kurbjun
2009-12-22Fix FS#10368 - add some recursion protection in the "view playlist catalogue"...Jonathan Gordon
2009-12-21Use optimised byteswap function in bitrev for a tiny speedup on coldfire and ...Nils Wallménius
2009-12-21blackjack: improve the menu and the buttonsJohannes Schwarz
2009-12-21jpeg,png: Change "Off: Quit." to "Show Menu: Quit." so that the message is le...Teruaki Kawashima
2009-12-21properties,shortcuts_view: enable the theme while showing list.Teruaki Kawashima
2009-12-21Fix FS#10215 - peakmeter updates breaks scrolling lines in conditionally enal...Jonathan Gordon
2009-12-21Fix FS#9660 - make warn on playlist erase work correctly when creating a new ...Jonathan Gordon
2009-12-21fix yelloJonathan Gordon
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon
2009-12-21fix another bug from FS#10771 - list touchscreen handling needs to ignore pre...Jonathan Gordon
2009-12-20Make read-only struct constBertrik Sikken
2009-12-20Code police: add missing header file, make some local functions staticBertrik Sikken
2009-12-20codebuster: save settings only if they are changed.Teruaki Kawashima
2009-12-20plugin: search,sort: Handle UTF-8 BOM at the start of file.Teruaki Kawashima
2009-12-18make sure plugin reset backlight setting before exit. do code polish.Teruaki Kawashima
2009-12-18jpeg,png: Separate code to load file from load_and_show().Teruaki Kawashima
2009-12-18Onda VX747/VX777: add ACTION_KBD_ABORT (fixes exiting boomshine)Maurus Cuelenaere
2009-12-18FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki KawashimaJonathan Gordon
2009-12-18Fix FS#10433 - "Play Next" should use the "warn on playlist change" setting l...Jonathan Gordon
2009-12-18Accept FS #10271 by Christian Beier: Automatically disable voice upon rockdoo...Karl Kurbjun
2009-12-18Accept a form of FS #10561 by Clément Pit-Claudel: Fullscreen Brickmania for...Karl Kurbjun
2009-12-18Accept FS #10568 by Asael Reiter: Brickmania Lasers not working properly.Karl Kurbjun
2009-12-17Cowon D2: Map ACTION_WPS_BROWSE to BUTTON_MINUS|BUTTON_POWER because you some...Tomer Shalev
2009-12-17Mosaic: Add Cowon D2 keymaps, and update manualTomer Shalev
2009-12-17Hide menu entries "Resume Game" and "Quit without Saving" if not available an...Johannes Schwarz
2009-12-17from FS#10771 - fix the clear backdrop option so it clears the full screenJonathan Gordon
2009-12-17only stop scrolling in the menu's viewport not the whole display (Fixes scrol...Jonathan Gordon