Age | Commit message (Expand) | Author |
2007-03-28 | Player: Add mappings and glyphs for extended latin A characters which exist i... | Jens Arnold |
2007-03-28 | Player: Add mapping for halfwidth katakana (newplayer only). | Jens Arnold |
2007-03-28 | Player: Add mapping and glyphs for greek. Fix and improve some cyrillic mappi... | Jens Arnold |
2007-03-27 | Fix cyrillic 'em' for new LCD. | Jens Arnold |
2007-03-27 | (all targets) Increase scrolling line size to account for utf-8 in the overla... | Jens Arnold |
2007-03-27 | Player: Add mapping and glyphs for cyrillic. Fixes FS #2424. | Jens Arnold |
2007-03-27 | A temporary fix to crashing on some dual core targets. | Miika Pekkarinen |
2007-03-27 | Make the charset more maintainable by using an enum for font indexing, fix wr... | Jens Arnold |
2007-03-27 | Committed a forgotten file, hopefully fixed the PP crashes | Miika Pekkarinen |
2007-03-27 | Fix wrongly reported CPU frequency in the debug screen on Sansa. | Barry Wardell |
2007-03-26 | Forgot to add the cent sign for new LCD. | Jens Arnold |
2007-03-26 | Latin1 complements for player charset: Add soft patterns for chars which are ... | Jens Arnold |
2007-03-26 | This should fix the remaining compilation issues. | Miika Pekkarinen |
2007-03-26 | Fixed compilation problems with boostctrl_mtx. | Miika Pekkarinen |
2007-03-26 | Make scheduler functions thread safe core wise. A big step towards playback r... | Miika Pekkarinen |
2007-03-26 | Rating support for database and WPS (based on FS# 6301). A value between 0 an... | Robert Kukla |
2007-03-26 | First step of charcell LCD code rework: * Make it fully unicode aware so that... | Jens Arnold |
2007-03-26 | Fix a hole in the scheduler where collisions between waking blocked threads i... | Michael Sevakis |
2007-03-25 | Save a couple bytes in set_irq_level on Coldfire. Should add up to something. | Michael Sevakis |
2007-03-24 | PNX0101 changes: | Tomasz Malesinski |
2007-03-23 | FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper. | Barry Wardell |
2007-03-23 | In reponse to a report of a blocking violation, give sync queues a going over... | Michael Sevakis |
2007-03-22 | Enable usb detection in the sansa bootloader (loads OF if detected) | Jonathan Gordon |
2007-03-21 | Update sync queues to use a statically allocated return value in order to fac... | Michael Sevakis |
2007-03-21 | Fix blitting on Sansa so Mpegplayer works again | Daniel Ankers |
2007-03-21 | Correct some color unpacking macros. | Michael Sevakis |
2007-03-20 | Oops, shouldn't have committed this just yet. | Barry Wardell |
2007-03-20 | Oops, the mi4 magic was being looked for in the wrong place when decrypting. ... | Barry Wardell |
2007-03-20 | More logf fixes. speex.c wants to format 64bit args so I didn't change that o... | Michael Sevakis |
2007-03-20 | Oops. Should've used the unsigned local variables. | Michael Sevakis |
2007-03-20 | Add %u and %lu formats to format(). Coming up: logf fixes. | Michael Sevakis |
2007-03-20 | Sansa LCD: Make the second framebuffer static | Daniel Ankers |
2007-03-20 | Improved LCD driver for Sansa. Uses double-buffering to cure the flickering.... | Daniel Ankers |
2007-03-20 | Do the sprintf .precision format in a safer way. | Barry Wardell |
2007-03-19 | Rrrr. Editor shouldn't have left those tabs. Will check settings. | Michael Sevakis |
2007-03-19 | Oops. Left an unneeded test line in SOURCES. | Michael Sevakis |
2007-03-19 | SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the... | Michael Sevakis |
2007-03-19 | Add support for the .precision format in the sprintf()-like functions to allo... | Barry Wardell |
2007-03-18 | There is no need to hide CONFIG_RTC in the bootloader - it's harmless. Fixes... | Dave Chapman |
2007-03-18 | The UI sim simulates the RTC, so there is no need to disable it - affects all... | Dave Chapman |
2007-03-18 | Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ... | Jens Arnold |
2007-03-18 | Fix several printf-style warnings in logf builds. | Magnus Holmgren |
2007-03-17 | If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e2... | Barry Wardell |
2007-03-17 | Fix simulator builds, and some debugf() format strings. | Jens Arnold |
2007-03-17 | Fixed the logf builds. | Miika Pekkarinen |
2007-03-17 | Let GCC check arguments of some more printf-style functions, also for plugins... | Jens Arnold |
2007-03-16 | Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W... | Jens Arnold |
2007-03-16 | Rename some macros to account for the recently added M5 port. No code changes. | Jens Arnold |
2007-03-16 | Partition type 0x84 is "OS/2 hidden C: drive" | Barry Wardell |
2007-03-16 | FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the... | Michael Sevakis |