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