Age | Commit message (Expand) | Author | Files | Lines |
2010-01-21 | Update mkamsboot for Fuze OF 01.02.31 | Michael Chicoine | 1 | -0/+1 |
2010-01-21 | fractals: set svn:keywords property. | Teruaki Kawashima | 1 | -1/+1 |
2010-01-21 | Fractals: this should fix bugs on simulator for greyscale LCD targets. | Teruaki Kawashima | 3 | -4/+7 |
2010-01-21 | mpegplayer: reset foreground/background color and clear display in case they ... | Teruaki Kawashima | 2 | -6/+6 |
2010-01-21 | jpeg,png: fix typo in comments and indentions. | Teruaki Kawashima | 3 | -8/+8 |
2010-01-21 | Import ipod-time-sync from libgpod | Maurus Cuelenaere | 4 | -0/+178 |
2010-01-21 | rbutil: mark e200v2 and fuze as stable (remove "Unstable") | Rafaël Carré | 1 | -2/+2 |
2010-01-21 | vibe500: do not use float arithmetic, even if gcc would reduce this expressio... | Rafaël Carré | 1 | -2/+2 |
2010-01-21 | fix FS#10288 by Tomasz Kowalczyk. Fixes issues where resuming a "insert shuff... | Jonathan Gordon | 1 | -6/+7 |
2010-01-20 | Make parsing the server date locale independent also for asctime and RFC850 r... | Dominik Riebeling | 1 | -2/+2 |
2010-01-20 | rbutil: store the info from the server centrally in RbSetttings. Dont downloa... | Dominik Wenger | 7 | -123/+195 |
2010-01-20 | FS#10738: fix disktidy plugin crash when dealing with very long file/director... | Amaury Pouly | 1 | -28/+70 |
2010-01-20 | rbutil: remove some unneeded accesses to the raw build-info file. | Dominik Wenger | 1 | -11/+1 |
2010-01-20 | Some formatting fixes, reported by Alexander Levin | Frank Gevaerts | 2 | -2/+2 |
2010-01-20 | Fix yellow | Michael Sparmann | 1 | -4/+1 |
2010-01-20 | iPod Nano 2G: Fix FTL panics caused by a bogus check | Michael Sparmann | 1 | -8/+7 |
2010-01-19 | Add new translations to resources. Sort files in resource. | Dominik Riebeling | 1 | -4/+6 |
2010-01-19 | Make Rockbox Utility build again and make some strings translatable. Break so... | Dominik Riebeling | 1 | -5/+10 |
2010-01-19 | Add standard Rockbox header and license text. | Dominik Riebeling | 1 | -3/+16 |
2010-01-19 | Fix red, moved around a bit to much. | Thomas Martitz | 1 | -8/+19 |
2010-01-19 | Add script for generating rbutil translation status overview. | Dominik Riebeling | 1 | -0/+213 |
2010-01-19 | Fix FS#10867 and a few more potential issues by imitate target scrollwheel be... | Thomas Martitz | 4 | -10/+36 |
2010-01-19 | rbutil: add a few qDebug outputs, to better track the install process in Boot... | Dominik Wenger | 1 | -1/+11 |
2010-01-19 | Add key define to the D2 manual to allow it to build. | Alex Parker | 1 | -1/+1 |
2010-01-19 | Make the tcc usb driver compile without warnings. No functional changes | Frank Gevaerts | 1 | -1/+7 |
2010-01-19 | Fractals: No need to have globals under ctx struct | Tomer Shalev | 1 | -55/+52 |
2010-01-19 | undo the last commit... I'm too tired to fgure out how to make batt bench wor... | Jonathan Gordon | 1 | -2/+1 |
2010-01-19 | Dont use the disk spindown notification on the mini2440, undo this if/when we... | Jonathan Gordon | 1 | -1/+2 |
2010-01-19 | basic touchscreen support in the mini2440's cabbie file. play/repmode/shuffle... | Jonathan Gordon | 1 | -0/+46 |
2010-01-18 | Add a missing #include, make a function static, make touchpad_set_buttonlight... | Bertrik Sikken | 4 | -13/+15 |
2010-01-18 | A simple rename in cube.c (s/USE_GSLIB/USEGSLIB) in order to have better cons... | Tomer Shalev | 1 | -12/+12 |
2010-01-18 | Remove commented out line from iriver ifp7xx config file | Tomer Shalev | 1 | -3/+0 |
2010-01-18 | Add initial Packard Bell Vibe 500 port, by Szymon Dziok | Frank Gevaerts | 29 | -7/+2573 |
2010-01-18 | Fractals: Use overlay (do not clear the screen and paint the same region) whe... | Tomer Shalev | 1 | -9/+16 |
2010-01-18 | M:Robe 500 - Correct a comment, and make charger detect pin an input as it sh... | Karl Kurbjun | 1 | -2/+2 |
2010-01-18 | Fractals: fix weird keymap for SAMSUNG_YH_PAD. adjust spaces. | Teruaki Kawashima | 2 | -214/+215 |
2010-01-18 | jpeg,png: Merge user interface code and plugin entry point of the two plugins... | Teruaki Kawashima | 33 | -1995/+1048 |
2010-01-18 | This should fix FS#10917, and also fix channel swapping i introduced in r2378... | Nils Wallménius | 1 | -3/+3 |
2010-01-18 | This should fix FS#10917, unfortunately i have no target evailable to test on | Nils Wallménius | 1 | -1/+1 |
2010-01-18 | Fix typo causing l+r mono encoding to use only one channel | Nils Wallménius | 1 | -1/+1 |
2010-01-17 | Fix warnings in frotz, one of which is a real bug :) | Torne Wuff | 2 | -6/+6 |
2010-01-17 | New plugin: frotz, a Z-machine interpreter, for playing interactive fiction. | Torne Wuff | 34 | -0/+10936 |
2010-01-17 | Fractals: Have helper functions in header file to keep them inlined | Tomer Shalev | 7 | -204/+118 |
2010-01-17 | Fractals: Use more colors | Tomer Shalev | 1 | -13/+13 |
2010-01-17 | Fractals: Prevent zooming more than deepest possible zoom | Tomer Shalev | 3 | -12/+25 |
2010-01-17 | Fix iPod Nano 2G USB: | Michael Sparmann | 1 | -6/+20 |
2010-01-17 | Fractals: Fix SAMSUNG_YH_PAD key assignment. Also fixes red | Tomer Shalev | 1 | -1/+1 |
2010-01-17 | Fractals: Fix red | Tomer Shalev | 1 | -1/+2 |
2010-01-17 | Fractals: Add forgotten FRACTAL_ZOOM_OUT_PRE to button_yield() | Tomer Shalev | 1 | -0/+3 |
2010-01-17 | Fractals: Use constants for screen panning | Tomer Shalev | 3 | -4/+10 |