summaryrefslogtreecommitdiff
path: root/apps/plugins/lib (follow)
Commit message (Expand)AuthorAge
* Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold2007-03-16
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Make the Play / Pause option restart playback if its stopped alsoJonathan Gordon2007-03-12
* Kill a warning.Thom Johansen2007-02-05
* Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen2007-02-05
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman2007-01-14
* Removed executable flagLinus Nielsen Feltzing2007-01-09
* Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.Steve Gotthardt2007-01-05
* Beginnings of a fixed point math library for use in plugins. fsincos() only f...Jens Arnold2006-12-10
* Beginnings of a fixed point math library for use in plugins. fsincos() only f...Jens Arnold2006-12-10
* Fix minor typo in the plugin playback control menu c->CNils Wallménius2006-11-28
* ipod keypad fixes.. fixes bubblesJonathan Gordon2006-11-26
* grr.. forgot to add these filesJonathan Gordon2006-11-19
* * Move checkbox to plugin api (core never uses it)Jonathan Gordon2006-11-19
* fix ondios again. Add a context for left/right/fire actions which seemsJonathan Gordon2006-11-18
* fix buildsJonathan Gordon2006-11-16
* woops, i'm a dill!Jonathan Gordon2006-11-16
* implement actions in the plugins, bubbles and metronome converted.Jonathan Gordon2006-11-16
* Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x1...Jens Arnold2006-11-05
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board().Jens Arnold2006-10-07
* * Use fast multiplication macro in some more places. * Better pipelining on SH1.Jens Arnold2006-08-19
* Better implementation of the new greyscale algorithm. A bit faster (+2% on iP...Jens Arnold2006-08-11
* New algorithm for grayscale buffer updates which is faster for large buffer d...Jens Arnold2006-08-11
* 'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg2006-08-11
* don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg2006-08-11
* ARM targets: Shave off one instruction from the multiply-by-75.Jens Arnold2006-08-09
* Fix sim warnings.Jens Arnold2006-08-07
* Grayscale lib: Working screendump on iPod (target + sim).Jens Arnold2006-08-07
* * Assembler optimised gray_update_rect() and writearray() for arm (greyscale ...Jens Arnold2006-08-07
* We can run the grayscale lib at full frame rate on iPods...Jens Arnold2006-08-07
* Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold2006-08-07
* Again smaller fixed point exp()Jens Arnold2006-08-04
* Smaller & faster (on our targets) fixed point exp() with a multiplication.Jens Arnold2006-08-04
* Repair bufferend scrolling background.Jens Arnold2006-08-03
* Proper rounding...Jens Arnold2006-08-02
* Slightly better precision.Jens Arnold2006-08-02
* Ooops, don't apply correction when it shouldn't be applied.Jens Arnold2006-08-02
* Grayscale library: LCD linearisation and gamma correction.Jens Arnold2006-08-02
* Moved the X5 button driver to the target treeLinus Nielsen Feltzing2006-07-27
* Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.Antoine Cellerier2006-07-19
* RGB <-> HSV colorspace conversion libAntoine Cellerier2006-07-19
* 1bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold2006-07-18
* Use correct file mode when creating files. Fixes task 5452Dan Everton2006-05-30
* SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ...Jens Arnold2006-04-20
* Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr...Jens Arnold2006-04-06
* Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of...Jens Arnold2006-04-06
* Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod.Jens Arnold2006-04-02