summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
...
* Get VU Meter plugin working on SWCODEC targets. Still needs to be scaled to f...Dan Everton2006-03-05
* Patch #4736 for Chessbox from Miguel A. Arévalo - Added support for user int...Dave Chapman2006-03-03
* Removed unused debug function which caused a warning for 64bit simulators.Jens Arnold2006-03-03
* Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg2006-03-03
* Code-policed: cleaned off tabs, indented fine, narrowed to 80 columns (mostly)Daniel Stenberg2006-03-03
* Ooops. INT_MAX is now visible to plugins, so don't redefine it.Jens Arnold2006-03-03
* gigabeat related changesMarcoen Hirschberg2006-03-02
* Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold2006-03-02
* Fixed grammar mistake, pointed out by Marianne Arnold.Jens Arnold2006-03-01
* Quick hack to restore the reading of ISO encoded text files with the viewer p...Linus Nielsen Feltzing2006-03-01
* Correctly byte-swap the pixel values for the iPod 4G Color and Nano - this fi...Dave Chapman2006-02-27
* use the 2bit version for X5 until there's a 16bit availableDaniel Stenberg2006-02-26
* Patch #4718 from Mikael Magnusson - colour support for the fire plugin. Opti...Dave Chapman2006-02-26
* Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold2006-02-26
* More iPod 3G work from Seven Le MesleDave Chapman2006-02-24
* fix x5 button definition broken by gigabeat commitMarcoen Hirschberg2006-02-24
* first gigabeat commitMarcoen Hirschberg2006-02-24
* code police strikes againMarcoen Hirschberg2006-02-24
* Button driver for iAudio X5Linus Nielsen Feltzing2006-02-24
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Ooops, commit missing chessbox changes. Silly cvs...Jens Arnold2006-02-24
* Made chessbox work on archos recorders and Ondios as an overlay. * Proper but...Jens Arnold2006-02-24
* new menu system, consolidated button assignments, ipod mini supportAdam Boot2006-02-24
* Static allocation of ttable.Jens Arnold2006-02-23
* Fixes to Chessclock from Miguel (to make it work again after we broke his pat...Dave Chapman2006-02-23
* Made the overlay loader code part of the plugin library.Jens Arnold2006-02-23
* Add chessbox to the build system (currently only for iRiver H1x0/H3x0 and iPo...Dave Chapman2006-02-23
* Apply same optimisation as for the core lcd drivers.Jens Arnold2006-02-23
* Fixed some iPod button mappings.Zakk Roberts2006-02-22
* iAudio has no BUTTON_SELECT.Jens Arnold2006-02-22
* Colour targets: Optimised plasma.rock. Now renders directly in fb_data format...Jens Arnold2006-02-22
* Correct Miguel's last name pt. 2Hristo Kovachev2006-02-22
* New chessbox plugin by Miguel A. ArГ©valo, based on GNU Chess v2Hristo Kovachev2006-02-22
* BrickMania for Archos Recorder/Ondio, iAudio x5 (b/w at the moment) and iPod 3GBen Basha2006-02-22
* Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman2006-02-21
* First attempt at generating and using .h files from bitmaps using bmp2rb. Th...Dave Chapman2006-02-21
* Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold2006-02-20
* BrickMania for iPod NanoBen Basha2006-02-20
* Re-adding in binary modeDave Chapman2006-02-19
* Added in ASCII mode.Dave Chapman2006-02-19
* Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes ...Ben Basha2006-02-19
* Add ASM optimised range_limit() for ARM, which gives a tiny performanceThom Johansen2006-02-19
* Repeat rate adaption is now handled by the button driver.Jens Arnold2006-02-19
* Replace the range_limit lookup table with an inline function, asm optimised f...Jens Arnold2006-02-19
* Oops, fix the simulator buildsHristo Kovachev2006-02-18
* Okay, clearing the display twice doesn't give us anything more..Hristo Kovachev2006-02-18
* "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyrid...Hristo Kovachev2006-02-18
* Fix playback stopping during playback due to lack of yields when framerate fa...Brandon Low2006-02-17
* Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and iP...Jens Arnold2006-02-17
* Use macro instead of literal constant for readability.Jens Arnold2006-02-17