summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
AgeCommit message (Expand)Author
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
2006-07-19Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.Antoine Cellerier
2006-07-19RGB <-> HSV colorspace conversion libAntoine Cellerier
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton
2006-04-20SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ...Jens Arnold
2006-04-06Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr...Jens Arnold
2006-04-06Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of...Jens Arnold
2006-04-02Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod.Jens Arnold
2006-03-26Basic plugin playback control menu by Jonathan Gordon (Patch #4874)Linus Nielsen Feltzing
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low
2006-03-08The LCD extension lib was split into 3 parts: Removed old file.Jens Arnold
2006-03-08Minor optimisation.Jens Arnold
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold
2006-02-26Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg
2006-02-23Made the overlay loader code part of the plugin library.Jens Arnold
2006-02-23Apply same optimisation as for the core lcd drivers.Jens Arnold
2006-02-20Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold
2006-02-10Do not compile grayscale lib (and plugins needing it) for the iPod Grayscale LCDDave Chapman
2006-02-08Changed the 'stride' parameter of all *_bitmap_part() function to always mean...Jens Arnold
2006-02-08Ooops, small fix.Jens Arnold
2006-02-08Preparation for colour gfx viewers: xlcd_color_bitmap_part() and xlcd_color_b...Jens Arnold
2006-02-08JPEG viewer adapted to colour targets (greyscale only for now). New functions...Jens Arnold
2006-02-06Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens Arnold
2006-02-05Colour targets: Adapted mandelbrot plugin. The plugin library now contains sc...Jens Arnold
2006-02-03Fixed warnings on iFP.Tomasz Malesinski