summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
AgeCommit message (Expand)Author
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold
2007-03-26woops, used the wrong defineJonathan Gordon
2007-03-26Convert the playback control menu to the new API. Makes a good example Jonathan Gordon
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-12Make the Play / Pause option restart playback if its stopped alsoJonathan Gordon
2007-02-05Kill a warning.Thom Johansen
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman
2007-01-09Removed executable flagLinus Nielsen Feltzing
2007-01-05Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.Steve Gotthardt
2006-12-10Beginnings of a fixed point math library for use in plugins. fsincos() only f...Jens Arnold
2006-12-10Beginnings of a fixed point math library for use in plugins. fsincos() only f...Jens Arnold
2006-11-28Fix minor typo in the plugin playback control menu c->CNils Wallménius
2006-11-26ipod keypad fixes.. fixes bubblesJonathan Gordon
2006-11-19grr.. forgot to add these filesJonathan Gordon
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon
2006-11-18fix ondios again. Add a context for left/right/fire actions which seemsJonathan Gordon
2006-11-16fix buildsJonathan Gordon
2006-11-16woops, i'm a dill!Jonathan Gordon
2006-11-16implement actions in the plugins, bubbles and metronome converted.Jonathan Gordon
2006-11-05Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x1...Jens Arnold
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-10-07Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board().Jens Arnold
2006-08-19* Use fast multiplication macro in some more places. * Better pipelining on SH1.Jens Arnold
2006-08-11Better implementation of the new greyscale algorithm. A bit faster (+2% on iP...Jens Arnold
2006-08-11New algorithm for grayscale buffer updates which is faster for large buffer d...Jens Arnold
2006-08-11'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg
2006-08-11don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg
2006-08-09ARM targets: Shave off one instruction from the multiply-by-75.Jens Arnold
2006-08-07Fix sim warnings.Jens Arnold
2006-08-07Grayscale lib: Working screendump on iPod (target + sim).Jens Arnold
2006-08-07* Assembler optimised gray_update_rect() and writearray() for arm (greyscale ...Jens Arnold
2006-08-07We can run the grayscale lib at full frame rate on iPods...Jens Arnold
2006-08-07Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold
2006-08-04Again smaller fixed point exp()Jens Arnold
2006-08-04Smaller & faster (on our targets) fixed point exp() with a multiplication.Jens Arnold
2006-08-03Repair bufferend scrolling background.Jens Arnold
2006-08-02Proper rounding...Jens Arnold
2006-08-02Slightly better precision.Jens Arnold
2006-08-02Ooops, don't apply correction when it shouldn't be applied.Jens Arnold
2006-08-02Grayscale library: LCD linearisation and gamma correction.Jens Arnold
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing