summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Thou shall always test compilation before commiting. (fixes b&w LCD targets)Antoine Cellerier2006-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10343 a1c6a512-1295-4272-9138-f99709370657
* Apply patch from http://www.rockbox.org/tracker/task/5569Antoine Cellerier2006-07-27
| | | | | | | | | | | Quote: * Reduced the speed back to normal on colour targets (except 5G because it's LCD is slow) * Added the ability to use the select button to navigate menus on iPod and irivers. * Tried to fix the animation next to the menu. It's a little better but still very flakey. * Adjusted the position of the ball and block indicator bitmap while playing the game, so they are not placed off the edge of the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10342 a1c6a512-1295-4272-9138-f99709370657
* * fix "number of mines" display on some target (previously didn't work on ↵Antoine Cellerier2006-07-27
| | | | | | | | | iPod 5G). This closes http://www.rockbox.org/tracker/task/5701 * remove trailing spaces git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10341 a1c6a512-1295-4272-9138-f99709370657
* Moved the X5 button driver to the target treeLinus Nielsen Feltzing2006-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10339 a1c6a512-1295-4272-9138-f99709370657
* Fixes text viewer column advance when in wide mode using play+left/right ↵Mark Arigo2006-07-25
| | | | | | button combo (bug #5685) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10327 a1c6a512-1295-4272-9138-f99709370657
* Fix compile warningAntoine Cellerier2006-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10301 a1c6a512-1295-4272-9138-f99709370657
* Make the font browser a bit more usable on real targets. (The screen is only ↵Antoine Cellerier2006-07-23
| | | | | | redrawn when scrolling is needed) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10300 a1c6a512-1295-4272-9138-f99709370657
* Take selected color into account when using the "text" tool.Antoine Cellerier2006-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10289 a1c6a512-1295-4272-9138-f99709370657
* Fix file browser (which fixes file loading from menu). Looks like errno ↵Antoine Cellerier2006-07-23
| | | | | | | | | isn't set as expected when using opendir on real targets. Btw, i forgot to give credit to Eli Sherer for the original rockpaint idea and code in my previous commit. Thanks :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10288 a1c6a512-1295-4272-9138-f99709370657
* Fix typoAntoine Cellerier2006-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10269 a1c6a512-1295-4272-9138-f99709370657
* rockpaint.c: Paint plugin for color LCD targets. Features include: different ↵Antoine Cellerier2006-07-19
| | | | | | | | | tools (brush, bucket, cut/copy/paste, line, bezier curve, text, rectangles, ovals, linear and radial gradients), 18 color palette, RGBHSV color picker, BMP file loading and saving. This still needs some work (and maybe some, if not a lot, of cleaning up of the source code) but it works fine (tested on h3x0 and ipod5g sims and ipod5g real target). viewers.config: add rockpaint to the list of available viewers for .bmp files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10258 a1c6a512-1295-4272-9138-f99709370657
* Rockpaint interface bitmaps:Antoine Cellerier2006-07-19
| | | | | | | | * rockpaint.bmp : toolbar * rockpaint_hsvrgb.bmp : color picker legend git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10257 a1c6a512-1295-4272-9138-f99709370657
* Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.Antoine Cellerier2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10254 a1c6a512-1295-4272-9138-f99709370657
* RGB <-> HSV colorspace conversion libAntoine Cellerier2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10253 a1c6a512-1295-4272-9138-f99709370657
* Tetrox colour background rework by Marianne Arnold: * Reworked brick walls. ↵Jens Arnold2006-07-18
| | | | | | * Preview area black to match the in-game handling. * Fixed iPod G5 preview area size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10226 a1c6a512-1295-4272-9138-f99709370657
* 1bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10225 a1c6a512-1295-4272-9138-f99709370657
* Add .jpe and .jpeg extensions to supported viewer extensions for the jpeg ↵Peter D'Hoye2006-07-17
| | | | | | viewer. Patch FS#5676 by Nils Wallménius. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10224 a1c6a512-1295-4272-9138-f99709370657
* Graphical improvements: * Brighter blocks and darker walls on greyscale ↵Jens Arnold2006-07-15
| | | | | | targets. * Preview background is now black. * More natural corner 'lighting'. * Get rid of the splash() remains after unpausing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10218 a1c6a512-1295-4272-9138-f99709370657
* Fix for uninitialized variable, caused crash when viewing a file that ↵Peter D'Hoye2006-07-15
| | | | | | started with whitespace. Fixes FS#5658 with solution given by bugsubmitter (Mark Arigo). Viewer code still needs more work but at least won't crash on this anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10213 a1c6a512-1295-4272-9138-f99709370657
* jpeg viewer: keep backlight on. Patch 5652 by Matthias Mohr plus some ↵Peter D'Hoye2006-07-12
| | | | | | changes by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10207 a1c6a512-1295-4272-9138-f99709370657
* Adjust vu_meter plugin for all screens. Patch by Robert Keevil. Slight code ↵Jonas Häggqvist2006-07-12
| | | | | | policing as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10204 a1c6a512-1295-4272-9138-f99709370657
* * fix bug (when double clicking on a card on the remains' stack toAntoine Cellerier2006-07-11
| | | | | | | | | | | | | automatically move it to the corresponding final stack, if the move worked, the cursor wasn't able to select a new card afterwards. - yeah, this sounds a bit complicated) * remove trailing spaces/tabs TODO: Fix/clean/rewrite the plugin. This whole code is a mess. It's impossible to read and maintain. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10196 a1c6a512-1295-4272-9138-f99709370657
* Apply patch number 3 from http://www.rockbox.org/tracker/task/5430Antoine Cellerier2006-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10186 a1c6a512-1295-4272-9138-f99709370657
* added support remote support for the id3 infos screen (had to slightly ↵Kevin Ferrare2006-07-02
| | | | | | change the list engine to use it here as well), corrected a mistake in the french translation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10175 a1c6a512-1295-4272-9138-f99709370657
* Added multi-screen API to the plugins API, made 'demystify plugin' use the ↵Kevin Ferrare2006-07-01
| | | | | | remote display as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10167 a1c6a512-1295-4272-9138-f99709370657
* Remove Rockblox as it is superseeded by TetroxMartin Arver2006-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10165 a1c6a512-1295-4272-9138-f99709370657
* Removed battery_test because it's superseded by battery_bench.Jens Arnold2006-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10162 a1c6a512-1295-4272-9138-f99709370657
* I should be sleepingKevin Ferrare2006-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10158 a1c6a512-1295-4272-9138-f99709370657
* To avoid having to use the main unit when accidentally launching a plugin ↵Kevin Ferrare2006-06-30
| | | | | | from the remote, plugins now support remote quit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10157 a1c6a512-1295-4272-9138-f99709370657
* Fix the scaling not being initialized properly.Karl Kurbjun2006-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10139 a1c6a512-1295-4272-9138-f99709370657
* Fix errorsKarl Kurbjun2006-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10138 a1c6a512-1295-4272-9138-f99709370657
* Update for Rockboy: - fix scaling for other color screens than H300 - full ↵Karl Kurbjun2006-06-19
| | | | | | menu rewrite to display choices properly - some small tweaks to code - some formatting updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10137 a1c6a512-1295-4272-9138-f99709370657
* HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ↵Christian Gmeiner2006-06-12
| | | | | | check for simulator builds before using cpu_boost() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10114 a1c6a512-1295-4272-9138-f99709370657
* Make the ball/block move faster on color screens.Antoine Cellerier2006-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10111 a1c6a512-1295-4272-9138-f99709370657
* Fix b&w LCD targets.Antoine Cellerier2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10109 a1c6a512-1295-4272-9138-f99709370657
* Grayscale graphics for sokoban. (h1x0, ipod mini and ipod 4g)Antoine Cellerier2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10108 a1c6a512-1295-4272-9138-f99709370657
* Remove unneeded defines.Antoine Cellerier2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10107 a1c6a512-1295-4272-9138-f99709370657
* Flipit grayscale bitmaps for native grayscale LCDsAntoine Cellerier2006-06-10
| | | | | | | (tested simulators: h1x0, ipod mini and ipod 4g) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10106 a1c6a512-1295-4272-9138-f99709370657
* Ooops. Fix compilation on non color lcd targets.Antoine Cellerier2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10101 a1c6a512-1295-4272-9138-f99709370657
* Scale and use color bitmaps on color lcd targets.Antoine Cellerier2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10100 a1c6a512-1295-4272-9138-f99709370657
* Scale and use color bitmaps on color lcd targets.Antoine Cellerier2006-06-10
| | | | | | | Change the cursor behavior so it wraps to the other side of the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10099 a1c6a512-1295-4272-9138-f99709370657
* Add color bitmap files for flipit, sokoban and star plugins.Antoine Cellerier2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10098 a1c6a512-1295-4272-9138-f99709370657
* Fix the menu start for rockdoomKarl Kurbjun2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10097 a1c6a512-1295-4272-9138-f99709370657
* Work-in-progress rework of charging status reading & display: * Changed ↵Jens Arnold2006-06-06
| | | | | | several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10080 a1c6a512-1295-4272-9138-f99709370657
* *decrease brickmania bitmaps files in the bitmaps folders. *fix break effect ↵Ben Basha2006-06-05
| | | | | | bitmaps of the nano and the x5. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10067 a1c6a512-1295-4272-9138-f99709370657
* Added reload_directory() to plugin api and modified text editor and sudoku ↵Hardeep Sidhu2006-06-04
| | | | | | plugins to call it when saving a new file. Fixes B#5360. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10053 a1c6a512-1295-4272-9138-f99709370657
* Change Star keymappings for iPod - now Menu and Play are used for up/down ↵Zakk Roberts2006-06-03
| | | | | | instead of the wheel. Fixes bug #5249. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10040 a1c6a512-1295-4272-9138-f99709370657
* Fix wide view mode on viewerKarl Kurbjun2006-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10036 a1c6a512-1295-4272-9138-f99709370657
* Use correct file mode when creating files. Fixes task 5452Dan Everton2006-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10020 a1c6a512-1295-4272-9138-f99709370657
* Fix Player builds and extend the delay between the last name appearing and ↵Zakk Roberts2006-05-29
| | | | | | the plugin exiting from 1 second to 2.5 seconds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10013 a1c6a512-1295-4272-9138-f99709370657