summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Fixed so that the plugin is exitable (was irritating that the first pluginKjell Ericson2004-06-23
| | | | | | | | | | | in the list was the one you couldn't exit). Negative impact: It seems to do a disk acess in the beginning and update the display twice. Positive impact: Pressing a key (like play) will "stress" the test and force another disk access (and display update). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4801 a1c6a512-1295-4272-9138-f99709370657
* Move two steps on each move up/down. (Attempt to make it more playable afterDaniel Stenberg2004-06-23
| | | | | | | | user input, maybe I should try it myself on target soon) Replaced hard-coded LCD sizes with the proper defines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4797 a1c6a512-1295-4272-9138-f99709370657
* 1) Presents a time for us without RTC.Kjell Ericson2004-06-22
| | | | | | | | 2) Escaping the percent-sign correct for the splash screen. 3) Removed the newline for the splash screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4785 a1c6a512-1295-4272-9138-f99709370657
* Slight speedup for drawing 1-bit bitmaps with draw modes 0..2Jens Arnold2004-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4784 a1c6a512-1295-4272-9138-f99709370657
* on request, set the SIMULATOR define when building for the simDaniel Stenberg2004-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4780 a1c6a512-1295-4272-9138-f99709370657
* Ooops, I declared a variable in the middle of the code. Shame on me.Kjell Ericson2004-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4771 a1c6a512-1295-4272-9138-f99709370657
* First version of my chessclock. Only tried on Player. Lacking a simulatorKjell Ericson2004-06-18
| | | | | | | environment made me prohibit compilation for recorders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4769 a1c6a512-1295-4272-9138-f99709370657
* and use snprintf() from the plugin APIDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4765 a1c6a512-1295-4272-9138-f99709370657
* code after variablesDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4764 a1c6a512-1295-4272-9138-f99709370657
* only for bitmapsDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4763 a1c6a512-1295-4272-9138-f99709370657
* Initial version of pong, not tested on target by me yet.Daniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4762 a1c6a512-1295-4272-9138-f99709370657
* Fixed a warningJens Arnold2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4761 a1c6a512-1295-4272-9138-f99709370657
* Mandelbrot didn't yield() at all, leading to playback problems when heavily ↵Jens Arnold2004-06-16
| | | | | | calculating mandelbrots git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4759 a1c6a512-1295-4272-9138-f99709370657
* Simple battery runtime testBjörn Stenberg2004-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4751 a1c6a512-1295-4272-9138-f99709370657
* The plugin lib now works in the win32 simulatorLinus Nielsen Feltzing2004-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4747 a1c6a512-1295-4272-9138-f99709370657
* Tetris is now Rockblox, to avoid trademark problemsLinus Nielsen Feltzing2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4742 a1c6a512-1295-4272-9138-f99709370657
* Finally, the archos directory sandbox works in the same way for both X11 and ↵Linus Nielsen Feltzing2004-06-10
| | | | | | win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4726 a1c6a512-1295-4272-9138-f99709370657
* supporting 4:2:2 vertical subsamplingJörg Hohensohn2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4725 a1c6a512-1295-4272-9138-f99709370657
* Othelo removed due to legal issues.Björn Stenberg2004-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4722 a1c6a512-1295-4272-9138-f99709370657
* Adapted to new grayscale frameworkJens Arnold2004-06-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4712 a1c6a512-1295-4272-9138-f99709370657
* Major rework of the grayscale framework:Jens Arnold2004-06-02
| | | | | | | | | | | | | | | * api change - all drawing functions now use draw mode, foreground and background shades set globally by separate functions * There are now 4 draw modes for all drawing functions, no more separate functions for inverse drawing * Significant speedup of 1-bit bitmap (and font) drawing (2..3 times) * Some more speed tweaks * Additional functions for horizontal and vertical lines * Copied describing comments to the header file for easier reference * The safety net against an uninitialized grayscale buffer is gone git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4711 a1c6a512-1295-4272-9138-f99709370657
* Improved drawing speed by drawing whole columns at once (Matthias)Jens Arnold2004-05-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4707 a1c6a512-1295-4272-9138-f99709370657
* Patch #958658, metronome uses plugin_register_timer nowLinus Nielsen Feltzing2004-05-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4704 a1c6a512-1295-4272-9138-f99709370657
* removed a bit of obsolete stuffJörg Hohensohn2004-05-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4697 a1c6a512-1295-4272-9138-f99709370657
* now supports images with restart markersJörg Hohensohn2004-05-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4693 a1c6a512-1295-4272-9138-f99709370657
* Default viewer for .ucl is rockbox_flash.rockJens Arnold2004-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4688 a1c6a512-1295-4272-9138-f99709370657
* Set up default viewers.configBjörn Stenberg2004-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4682 a1c6a512-1295-4272-9138-f99709370657
* Fix: scrolling left/right with even pixel counts caused an address error if ↵Jens Arnold2004-05-21
| | | | | | the buffer width was odd. Some more tweaks and cleanups. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4681 a1c6a512-1295-4272-9138-f99709370657
* Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg2004-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657
* Fixed behaviour when connecting USB, made scrolling a bit faster by not ↵Jens Arnold2004-05-21
| | | | | | emptying the button queue every time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4675 a1c6a512-1295-4272-9138-f99709370657
* use the new path to the levels file, the daily build of tomorrow will makeDaniel Stenberg2004-05-21
| | | | | | | it appear at this path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4670 a1c6a512-1295-4272-9138-f99709370657
* this is the levels file for sokobanDaniel Stenberg2004-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4668 a1c6a512-1295-4272-9138-f99709370657
* FIX: The previous update produced a buffer overflow, which broke e.g. the ↵Jens Arnold2004-05-20
| | | | | | jpeg viewer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4656 a1c6a512-1295-4272-9138-f99709370657
* Missing function declarationJens Arnold2004-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4655 a1c6a512-1295-4272-9138-f99709370657
* Font support, several speed and size tweaksJens Arnold2004-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4654 a1c6a512-1295-4272-9138-f99709370657
* Removed the grayscale framework, gets linked in from the plugin lib insteadJens Arnold2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4652 a1c6a512-1295-4272-9138-f99709370657
* Removed duplicate grayscale frameworkJens Arnold2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4651 a1c6a512-1295-4272-9138-f99709370657
* Adapted to new gray_init_buffer()Jens Arnold2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4650 a1c6a512-1295-4272-9138-f99709370657
* JPEG viewer now uses the 'official' grayscale frameworkJens Arnold2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4649 a1c6a512-1295-4272-9138-f99709370657
* Added return parameter for space taken by grayscale buffer to gray_init_buffer()Jens Arnold2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4648 a1c6a512-1295-4272-9138-f99709370657
* declare variables before code, remain C89-compatibleDaniel Stenberg2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4647 a1c6a512-1295-4272-9138-f99709370657
* I am a wannabe code-policeDaniel Stenberg2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4646 a1c6a512-1295-4272-9138-f99709370657
* Isaac's calculator pluginDaniel Stenberg2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4645 a1c6a512-1295-4272-9138-f99709370657
* Grayscale demo plugin, now using the grayscale libraryJens Arnold2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4642 a1c6a512-1295-4272-9138-f99709370657
* First real library version of the grayscale frameworkJens Arnold2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4641 a1c6a512-1295-4272-9138-f99709370657
* o removed the grayscale framework, it gets linked in from the libplugin insteadDaniel Stenberg2004-05-19
| | | | | | | | o use the grayscale.h header o killed trailing whitespace git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4640 a1c6a512-1295-4272-9138-f99709370657
* o killed trailing whitespaceDaniel Stenberg2004-05-19
| | | | | | | | | o uses the new grayscale.h header o #ifdef'ed out the code that builds a plugin, as this is now only part of the libplugin. we should probably build a separate plugin instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4639 a1c6a512-1295-4272-9138-f99709370657
* grayscale framework headerDaniel Stenberg2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4638 a1c6a512-1295-4272-9138-f99709370657
* this source file was moved to the lib/ dir insteadDaniel Stenberg2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4637 a1c6a512-1295-4272-9138-f99709370657
* moved Jens Arnold's grayscale frame work source file to the plugin libraryDaniel Stenberg2004-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4636 a1c6a512-1295-4272-9138-f99709370657