summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Hopefully fix compilation warnings and link errors. Add some feedback (file ↵Antoine Cellerier2008-06-10
| | | | | | being hashed). Boost CPU. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17710 a1c6a512-1295-4272-9138-f99709370657
* New md5sum plugin. Open a file, a directory or just launch it from the ↵Antoine Cellerier2008-06-10
| | | | | | plugin menu to create an md5sum of the file, the directory's contents or the whole filesystem. If the file's extension is .md5 or .md5sum, it will check the md5 sums in the file instead. If the file's extension is .md5list it will compute md5 sums for all the files listed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17709 a1c6a512-1295-4272-9138-f99709370657
* Make some more games touchscreen compatible.Maurus Cuelenaere2008-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17707 a1c6a512-1295-4272-9138-f99709370657
* 1) Implement generic touchscreen detection library for the pluginsMaurus Cuelenaere2008-06-06
| | | | | | | | 2) Adapt minesweeper, pegbox & calculator to it 3) Simplify gui/bitmap/list.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17695 a1c6a512-1295-4272-9138-f99709370657
* Add effective clockrate for realtime decoding to the displayed results of ↵Andree Buschmann2008-06-04
| | | | | | test_codec plugin. This result shows the effectiveness of a codec on the current target plaform. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17687 a1c6a512-1295-4272-9138-f99709370657
* Some quality improvements in the mp3 encoder engine. For more details Antonius Hellmann2008-06-02
| | | | | | | see FS#9007. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17679 a1c6a512-1295-4272-9138-f99709370657
* Make ZXBox work on the m:robe 100, and fix the linker script and loader to ↵Jens Arnold2008-05-31
| | | | | | make it work again on archos. Put Menu on F1 for recorders in order to avoid accidental poweroff on v1. ZXBox on archos is very slow, but that's not different from rockboy which is also included for recorders. (Patch by Marianne Arnold and me). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17666 a1c6a512-1295-4272-9138-f99709370657
* Minor correction to Jewels scoring on level advanceAdam Boot2008-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17664 a1c6a512-1295-4272-9138-f99709370657
* Oops. Have to explicitly remove the lcd enable notify before exiting or it ↵Michael Sevakis2008-05-28
| | | | | | will crash later for sure if another plugin is loaded. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17644 a1c6a512-1295-4272-9138-f99709370657
* Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when ↵Michael Sevakis2008-05-28
| | | | | | the lcd is enabled and the image is refreshed so overlayed drawing can also be refreshed. Chiefly mpegplayer needs this so it can redraw the YUV data after the backlight is turned on while paused or when using 'Set Start Time'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17640 a1c6a512-1295-4272-9138-f99709370657
* Tweak ZXBox colours: 1) 'Bright' black is the same as normal black on a real ↵Rob Purchase2008-05-27
| | | | | | Spectrum, so make it so here too. 2) Use more accurate RGB values in the 16bpp driver (taken from the FUSE emulator). 3) Remove some confusing duplicate definitions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17638 a1c6a512-1295-4272-9138-f99709370657
* Fix Pacbox controls for D2 touchscreenRob Purchase2008-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17636 a1c6a512-1295-4272-9138-f99709370657
* Fix argument for call to rb->button_get_w_tmo function (should be and int ↵Bertrik Sikken2008-05-26
| | | | | | instead of a bool). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17633 a1c6a512-1295-4272-9138-f99709370657
* Quick fix for the failing m:robe 500 build. Proper rockblox graphics are ↵Jens Arnold2008-05-25
| | | | | | needed to make it work correctly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17631 a1c6a512-1295-4272-9138-f99709370657
* Fix rockblox on all 160x128x2 and 160x128x16 targets. They used the mono ↵Jens Arnold2008-05-25
| | | | | | bitmap intended for m:robe100 as a native one, making the background looking odd and crashing the sim. Bitmaps for monochrome targets used like native bitmaps shouldn't reside in bitmaps/mono, as that's asking for confusion. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17629 a1c6a512-1295-4272-9138-f99709370657
* Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update ↵Jens Arnold2008-05-24
| | | | | | frequency on M3 in order to reduce CPU load (was >50% before, but this fix would have made it even worse). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17621 a1c6a512-1295-4272-9138-f99709370657
* New chessbox graphics for the M3 - a new size to utilise the available ↵Marianne Arnold2008-05-24
| | | | | | display height there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17619 a1c6a512-1295-4272-9138-f99709370657
* fix FS#9023 by forcing the icons in the file to clean seelction screenJonathan Gordon2008-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17601 a1c6a512-1295-4272-9138-f99709370657
* fix yellowJonathan Gordon2008-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17592 a1c6a512-1295-4272-9138-f99709370657
* Philips GoGear SA9200 port. Working bootloader and normal builds, including ↵Mark Arigo2008-05-21
| | | | | | sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17591 a1c6a512-1295-4272-9138-f99709370657
* Make local functions static and rename STOP_AUTOSCROLL to lowercase.Bertrik Sikken2008-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17588 a1c6a512-1295-4272-9138-f99709370657
* Fix FS #9003: only add the extra space in the jewels menu when there's room ↵Peter D'Hoye2008-05-19
| | | | | | for it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17585 a1c6a512-1295-4272-9138-f99709370657
* Fix a typo even though it's only in a comment.Marianne Arnold2008-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17575 a1c6a512-1295-4272-9138-f99709370657
* FS#9004 by Alex Parker: Add missing button definitions to Gigabeat S text ↵Mustapha Senhaji2008-05-18
| | | | | | viewer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17573 a1c6a512-1295-4272-9138-f99709370657
* Reduce the info boxes height a little bit so the 3rd box fits again on ↵Jens Arnold2008-05-18
| | | | | | Archos. * Use just 'Push' if the string 'Pushes' is too wide (Archos, M3, c200). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17571 a1c6a512-1295-4272-9138-f99709370657
* Sokoban: enable the plugin for the c200. Invent a new, a bit more rockboxish ↵Marianne Arnold2008-05-18
| | | | | | colour scheme since the old one didn't work in the small size that was needed for the c200's screen. Also use these colours in existing bmps and add some in-between sizes (e.g. for the Nano and Gigabeat) to use the screen size as best as possible. Rename the existing colour bmps consistently. Remove the drawing code for monochrome screens and let them use the bitmap build system too. This also allows further simplifying the code and let the plugin retrieve the tilesize from the bitmap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17569 a1c6a512-1295-4272-9138-f99709370657
* fix star.c (FS#8998)Jonathan Gordon2008-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17567 a1c6a512-1295-4272-9138-f99709370657
* FS#8637 - new UI for disktidy.Jonathan Gordon2008-05-18
| | | | | | | | | | | | | | | | | | | Usage changes: - disktidy.config is loaded with a list of file/directory names (included in the .zip) - disktidy_custom.config is then loaded which is the same list but marks the files/dirs to be deleted. Also used to add custom files - the default config is to not remove any files so the first time you run it you need to go into the "files to clean" option and select the files to remove. they will be then saved for next time. The "Files To Clean" screen: use the usual select option to toggle an item (if it has the cursor icon it will be removed) selecting < ALL > will remove all, < NONE > will deselect all. selecting a < > group will toggle all items in that group to exit that screen use the standard cancel action (usually left arrow) Directories are marked with a trailing / and * can be used at the end of the name (e.g .Trash-*/) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17565 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow.Michael Sevakis2008-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17564 a1c6a512-1295-4272-9138-f99709370657
* MPEGPlayer quickie: add an option to set the backlight brightness to a ↵Michael Sevakis2008-05-18
| | | | | | plugin-specified value when playing video or interacting. Nice when one likes a dim backlight normally but that isn't sufficient when viewing video for instance. Suggested in FS#8417 in addition to my own desire for this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17563 a1c6a512-1295-4272-9138-f99709370657
* Remove the unhide option from solitaire because it was pretty useless. This ↵Peter D'Hoye2008-05-16
| | | | | | also solves a bug when auto unhide was disabled: FS #8988 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17540 a1c6a512-1295-4272-9138-f99709370657
* Fix FS #8981 (bounce color): save current forecolor before changing it so we ↵Peter D'Hoye2008-05-15
| | | | | | can set it back git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17529 a1c6a512-1295-4272-9138-f99709370657
* FS#8995 by Mark Ganson fixing the display of am/pm for the digital clock modeNils Wallménius2008-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17526 a1c6a512-1295-4272-9138-f99709370657
* CPU model must be compared to CONFIG_CPU.Michael Sevakis2008-05-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17517 a1c6a512-1295-4272-9138-f99709370657
* Make use of 128KB IRAM for PP5022/PP5024 targets. The additional 32KB are ↵Andree Buschmann2008-05-14
| | | | | | given to plugins/codecs with this change. Through this change performance optimizations especially for codecs are possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17506 a1c6a512-1295-4272-9138-f99709370657
* Fix warning.Steve Bavin2008-05-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17493 a1c6a512-1295-4272-9138-f99709370657
* Plugin parameters should be const.Steve Bavin2008-05-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17492 a1c6a512-1295-4272-9138-f99709370657
* Real fake IRAM by placing .i.... section in the analagous DRAM sections in ↵Michael Sevakis2008-05-10
| | | | | | the linker scripts that hasn't done this yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17449 a1c6a512-1295-4272-9138-f99709370657
* Lamp plugin: accept the reduced patch of FS #8934 by Alexander PapstPeter D'Hoye2008-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17425 a1c6a512-1295-4272-9138-f99709370657
* Rename the flahslight plugin to lamp and add it to the manualPeter D'Hoye2008-05-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17406 a1c6a512-1295-4272-9138-f99709370657
* FS#8953 by Alexander Levin making all buttons in the calulator reachable ↵Nils Wallménius2008-05-07
| | | | | | using scroll wheels with a small tweak by me to make it work for ipods git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17405 a1c6a512-1295-4272-9138-f99709370657
* Remove two unused #includes from test_touchpad.Rob Purchase2008-05-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17399 a1c6a512-1295-4272-9138-f99709370657
* Simple test_touchpad plugin for D2 and m:robe500 (not built by default).Rob Purchase2008-05-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17392 a1c6a512-1295-4272-9138-f99709370657
* Fix maze and rocklife on greyscale targets which were broken by r17382. ↵Marianne Arnold2008-05-05
| | | | | | Maybe the colours or the code can be improved a bit, just get it working again for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17390 a1c6a512-1295-4272-9138-f99709370657
* Keep the old colours for maze and rocklife.Barry Wardell2008-05-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17382 a1c6a512-1295-4272-9138-f99709370657
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and ↵Nicolas Pennequin2008-05-05
| | | | | | tools/creative.c, which need checking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
* New card bitmaps for the m:robe100 (used in solitaire and blackjack). They ↵Marianne Arnold2008-05-04
| | | | | | graphics are now bigger, same size as on other 160x128 displays, and take the 'inverted' red on black of the m:robe100's display into account. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17364 a1c6a512-1295-4272-9138-f99709370657
* pluginlib: made local functions in static and made sure that source files ↵Bertrik Sikken2008-05-04
| | | | | | include their own header file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17353 a1c6a512-1295-4272-9138-f99709370657
* Flashlight plugin: make color sets wrap around in both directionsPeter D'Hoye2008-05-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17325 a1c6a512-1295-4272-9138-f99709370657
* Build the remaining plugins for Gigabeat S and straigten out the fake IRAM ↵Michael Sevakis2008-05-02
| | | | | | in the codecs and plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17303 a1c6a512-1295-4272-9138-f99709370657