summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Further adjustments for the plugin libraryLinus Nielsen Feltzing2004-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4634 a1c6a512-1295-4272-9138-f99709370657
* This makefile builds one single libplugin.a library by linking togetherDaniel Stenberg2004-05-18
| | | | | | | | all C source files that are put in this dir and built. This lib will soon be used for linking with when creating each plugin output file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4632 a1c6a512-1295-4272-9138-f99709370657
* maintain view center when zooming, cache the previous zoom image as far as ↵Jörg Hohensohn2004-05-18
| | | | | | memory allows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4630 a1c6a512-1295-4272-9138-f99709370657
* Included newest grayscale frameworkJens Arnold2004-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4629 a1c6a512-1295-4272-9138-f99709370657
* Implemented scrolling up/down by n pixels (<= 7)Jens Arnold2004-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4628 a1c6a512-1295-4272-9138-f99709370657
* Included improved grayscale frameworkJens Arnold2004-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4627 a1c6a512-1295-4272-9138-f99709370657
* Vastly improved speed for gray_fillrect(), gray_drawgraymap(), left and ↵Jens Arnold2004-05-15
| | | | | | right scrolling. Various other optimizations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4626 a1c6a512-1295-4272-9138-f99709370657
* Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. ↵Jens Arnold2004-05-14
| | | | | | Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4620 a1c6a512-1295-4272-9138-f99709370657
* reject images with restart markers for nowJörg Hohensohn2004-05-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4619 a1c6a512-1295-4272-9138-f99709370657
* more compatible huffman table parsing, tolerate restart markersJörg Hohensohn2004-05-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4618 a1c6a512-1295-4272-9138-f99709370657
* jpeg viewer: use Play to zoom in, On to zoom out, arrows to scrollJörg Hohensohn2004-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4613 a1c6a512-1295-4272-9138-f99709370657
* gray_drawbitmap() changed to use the same bitmap format as lcd_bitmap(). ↵Jens Arnold2004-05-12
| | | | | | Also made the bound checks a lot more safe. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4612 a1c6a512-1295-4272-9138-f99709370657
* Updated with the latest grayscale frameworkJens Arnold2004-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4604 a1c6a512-1295-4272-9138-f99709370657
* A plugin containing a framework to use grayscale display, primarily aimed at ↵Jens Arnold2004-05-10
| | | | | | plugin developers. It also contains a small demo of what the framework can do. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4603 a1c6a512-1295-4272-9138-f99709370657
* adaptive spinup controlJörg Hohensohn2004-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4599 a1c6a512-1295-4272-9138-f99709370657
* Fixes: snprintf() lengths, buffer sizes.Jens Arnold2004-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4596 a1c6a512-1295-4272-9138-f99709370657
* LCD contrast setting on F2/F3Jörg Hohensohn2004-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4567 a1c6a512-1295-4272-9138-f99709370657
* didn't I say no more hardware banging?Jörg Hohensohn2004-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4566 a1c6a512-1295-4272-9138-f99709370657
* uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn2004-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4565 a1c6a512-1295-4272-9138-f99709370657
* uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn2004-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4564 a1c6a512-1295-4272-9138-f99709370657
* Some changes to make the stop watch work better on the player, like ↵Linus Nielsen Feltzing2004-04-22
| | | | | | scrolling the lap times. Now it also handles the USB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4547 a1c6a512-1295-4272-9138-f99709370657
* Now uses grayscalescvs diff -u apps/plugins/mandelbrot.c! Plus some internal ↵Linus Nielsen Feltzing2004-04-21
| | | | | | changes, like removing TAB chars, and preventing unnecessary redraws etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4535 a1c6a512-1295-4272-9138-f99709370657
* Overflow error fixJens Arnold2004-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4531 a1c6a512-1295-4272-9138-f99709370657
* Made the stopwatch compile for the PlayerLinus Nielsen Feltzing2004-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4513 a1c6a512-1295-4272-9138-f99709370657
* Mike Holden's stopwatch pluginDaniel Stenberg2004-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4512 a1c6a512-1295-4272-9138-f99709370657
* a Mandelbrot set plugin from MatthiasJörg Hohensohn2004-04-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4504 a1c6a512-1295-4272-9138-f99709370657
* patch #908634 appliedJörg Hohensohn2004-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4413 a1c6a512-1295-4272-9138-f99709370657
* minor bugfixJörg Hohensohn2004-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4412 a1c6a512-1295-4272-9138-f99709370657
* Patch #917313, changes in muting and timing handlingLinus Nielsen Feltzing2004-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4400 a1c6a512-1295-4272-9138-f99709370657
* The .ucl flasher now tells if the bootloader is not up to date. I hope that ↵Jörg Hohensohn2004-03-13
| | | | | | eases to phase out the old one with the flat battery problem. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4378 a1c6a512-1295-4272-9138-f99709370657
* Ninja-cool metronome plugin by Matthias Wientapper, for both Player and RecorderLinus Nielsen Feltzing2004-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4368 a1c6a512-1295-4272-9138-f99709370657
* loops have not been OK, were showing one frame more than availableJörg Hohensohn2004-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4351 a1c6a512-1295-4272-9138-f99709370657
* my underrun checks have not been precisely correctJörg Hohensohn2004-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4348 a1c6a512-1295-4272-9138-f99709370657
* for upcoming release: no diagnostic screen unless underruns happenedJörg Hohensohn2004-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4339 a1c6a512-1295-4272-9138-f99709370657
* Log scale for the VU meter, patch #897248 by Lee PilgrimLinus Nielsen Feltzing2004-03-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4323 a1c6a512-1295-4272-9138-f99709370657
* same treatment like for video plugin: mp3_play_init() removedJörg Hohensohn2004-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4313 a1c6a512-1295-4272-9138-f99709370657
* mp3_play_init() removed, this was resetting the sound settings. Playback is ↵Jörg Hohensohn2004-02-21
| | | | | | the normal state anyhow, we could remove this function from the plugin API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4312 a1c6a512-1295-4272-9138-f99709370657
* option to resume to the position it was stopped last timeJörg Hohensohn2004-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4301 a1c6a512-1295-4272-9138-f99709370657
* spinup the disk more early, and a recovery for underruns: seek to the last ↵Jörg Hohensohn2004-02-06
| | | | | | position. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4300 a1c6a512-1295-4272-9138-f99709370657
* The new video player, with audio!Jörg Hohensohn2004-02-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4298 a1c6a512-1295-4272-9138-f99709370657
* not for simulator unless lcd_blit() is implemented and mp3_xx() are stubbedJörg Hohensohn2004-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4289 a1c6a512-1295-4272-9138-f99709370657
* first game with sound: chip8 makes noiseJörg Hohensohn2004-01-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4286 a1c6a512-1295-4272-9138-f99709370657
* I knew this was going too fast with the new LCD function. Now contains a fix ↵Jörg Hohensohn2004-01-27
| | | | | | to control the speed to 71 fps, until I release the new A/V player. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4279 a1c6a512-1295-4272-9138-f99709370657
* prepared to flash uncompressed ucl such that suitable Rockbox builds ↵Jörg Hohensohn2004-01-18
| | | | | | directly execute from ROM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4252 a1c6a512-1295-4272-9138-f99709370657
* nicer reverse play, FF/FR with acceleration and position barJörg Hohensohn2004-01-15
| | | | | | | (BTW: cut still images like lena to fit into buffer if they don't loop any more) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4236 a1c6a512-1295-4272-9138-f99709370657
* Itai Shaked/pascal paillet (?) brought this mosaique plugin displayingDaniel Stenberg2004-01-08
| | | | | | | visual effects. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4208 a1c6a512-1295-4272-9138-f99709370657
* Lee Pilgrim's patch to enable the chip8 plugin for the simulatorDaniel Stenberg2004-01-08
| | | | | | | I also code-policed it somewhat. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4207 a1c6a512-1295-4272-9138-f99709370657
* adjust to the new splash()Daniel Stenberg2004-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4204 a1c6a512-1295-4272-9138-f99709370657
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
| | | | | | | was not used by any code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657
* tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn2004-01-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4191 a1c6a512-1295-4272-9138-f99709370657