summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
* FS#10230 - Remove 'start new file if not recording' functionality from ↵Marc Guay2009-05-22
| | | | | | ACTION_REC_NEWFILE git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21034 a1c6a512-1295-4272-9138-f99709370657
* Don't build mpegplayer on targets with 2MB of RAM or less since it won't runRafaël Carré2009-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21033 a1c6a512-1295-4272-9138-f99709370657
* Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory ↵Maurus Cuelenaere2009-05-22
| | | | | | nonexistent' error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21027 a1c6a512-1295-4272-9138-f99709370657
* FS#10211 Clear full size of display of calculator; not rounded size.Steve Gotthardt2009-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21026 a1c6a512-1295-4272-9138-f99709370657
* Lua:Maurus Cuelenaere2009-05-22
| | | | | | | | | * remove debug statement from llex.c * add DEBUGF to rocklua.c on parse error * add file_exists wrapper git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21025 a1c6a512-1295-4272-9138-f99709370657
* Lua: add file handlingMaurus Cuelenaere2009-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21024 a1c6a512-1295-4272-9138-f99709370657
* Lua: add actions.lua to the zip fileMaurus Cuelenaere2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21023 a1c6a512-1295-4272-9138-f99709370657
* Lua: fix some issues with rocklibMaurus Cuelenaere2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21022 a1c6a512-1295-4272-9138-f99709370657
* Forgot to remove this testing code..Maurus Cuelenaere2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21021 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21020 a1c6a512-1295-4272-9138-f99709370657
* revert r21016, as it doesn't solve anythingFrank Gevaerts2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21019 a1c6a512-1295-4272-9138-f99709370657
* Re-order usb init a bit, so software and hardware usb are the same. This ↵Frank Gevaerts2009-05-21
| | | | | | fixes FS#9957 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21016 a1c6a512-1295-4272-9138-f99709370657
* Simplify some redundant boolean expressionsBertrik Sikken2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21013 a1c6a512-1295-4272-9138-f99709370657
* Touchscreen targets: fix time-set screenMaurus Cuelenaere2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21011 a1c6a512-1295-4272-9138-f99709370657
* Remove some unused declarationsBertrik Sikken2009-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21010 a1c6a512-1295-4272-9138-f99709370657
* Fix cover corruption reported in PictureFlow by Maurus Cuelenaere, bump ↵Andrew Mahone2009-05-21
| | | | | | CACHE_VERSION to force cache rebuilds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21005 a1c6a512-1295-4272-9138-f99709370657
* Fix reds and yellows. The targets that showed have more that just #define ↵Thomas Martitz2009-05-20
| | | | | | (like inline functions) in their soc specific header, which the linker doesn't like of course. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21002 a1c6a512-1295-4272-9138-f99709370657
* Sansa AMS: Centralise mapping of RAM and IRAM in as3525.h via #defines. This ↵Thomas Martitz2009-05-20
| | | | | | will hopefully make ongoing mmu work easier as less places need to be changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21000 a1c6a512-1295-4272-9138-f99709370657
* Sansa Fuze : fix r20680 for pong plugin (BUTTON_REPEAT can't be used)Rafaël Carré2009-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20994 a1c6a512-1295-4272-9138-f99709370657
* Support JPEG album art in sliding_puzzle.Andrew Mahone2009-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20993 a1c6a512-1295-4272-9138-f99709370657
* Rockblox: make sure the new restart combo on Player and Ondio does not ↵Marianne Arnold2009-05-18
| | | | | | interfere with the usual 'quit', even when pressing the Stop (or Off) button first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20984 a1c6a512-1295-4272-9138-f99709370657
* Use TIME_BEFORE in bench_* plugins, and use 10s test duration.Andrew Mahone2009-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20983 a1c6a512-1295-4272-9138-f99709370657
* Make it possible to exit from the WPS on the Onda VX747Maurus Cuelenaere2009-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20980 a1c6a512-1295-4272-9138-f99709370657
* Fix duplicate #includesBertrik Sikken2009-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20977 a1c6a512-1295-4272-9138-f99709370657
* Add HID related bits to the debug menu (work by Tomer Shalev)Frank Gevaerts2009-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20976 a1c6a512-1295-4272-9138-f99709370657
* Clean up some unused #includesBertrik Sikken2009-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20975 a1c6a512-1295-4272-9138-f99709370657
* get repeat/hold actions working on the touchscreen WPS. prepending an action ↵Jonathan Gordon2009-05-17
| | | | | | with & means that this will only get triggered if you hold down the area. cabbie WPS updated so the fwd/rwd icons will do that when held or skip fwd/back if just pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20974 a1c6a512-1295-4272-9138-f99709370657
* Correct a little typo.Thomas Martitz2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20970 a1c6a512-1295-4272-9138-f99709370657
* Add a simple benchmark plugin for the scaler, using the pluginlib import of ↵Andrew Mahone2009-05-16
| | | | | | resize_on_load. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20969 a1c6a512-1295-4272-9138-f99709370657
* Add read_uint8() and read_uint16be() to metadata_common.c/hMohamed Tarek2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20968 a1c6a512-1295-4272-9138-f99709370657
* Resume feature for Rockblox by dumping the state upon exiting and loading it ↵Thomas Martitz2009-05-16
| | | | | | when starting rockblox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20967 a1c6a512-1295-4272-9138-f99709370657
* Use a struct for the necessary status variables for rockblox. Will make ↵Thomas Martitz2009-05-16
| | | | | | dumping the status easier for the upcoming resume addition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20966 a1c6a512-1295-4272-9138-f99709370657
* Define a restart button for Ondio and Player for Rockblox.Thomas Martitz2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20965 a1c6a512-1295-4272-9138-f99709370657
* New 'clock present' WPS tag: The tag checks for the presence of the clock ↵Marianne Arnold2009-05-16
| | | | | | hardware and can be used unconditionally (returning a 'c') or in a conditional. You can specify what to display if a target has the clock (the true case) and an alternative for targets without. This can be useful for e.g. the greyscale 160x128 WPSs or the Archos ones which work on players with and without the hardware. - Add the new tag to the WPS tag description in the manual. Change the headline to the less technical 'Time and Date' as per the discussion in IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20961 a1c6a512-1295-4272-9138-f99709370657
* FS#9971 superdom fixes from Teruaki Kawashima.Andrew Mahone2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20959 a1c6a512-1295-4272-9138-f99709370657
* Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside ↵Andrew Mahone2009-05-16
| | | | | | search_albumart_files to only around the folder.jpg test and a strlen call. 0 delta vs previous code for #undef HAVE_JPEG. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20958 a1c6a512-1295-4272-9138-f99709370657
* Add include to pluginlib_jpeg_mem.c to prevent warning noise with ↵Andrew Mahone2009-05-16
| | | | | | -Wmissing-prototypes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20957 a1c6a512-1295-4272-9138-f99709370657
* Define a symbol and use it instead of repeating the conditionAlexander Levin2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20956 a1c6a512-1295-4272-9138-f99709370657
* Make variables static where possibleAlexander Levin2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20955 a1c6a512-1295-4272-9138-f99709370657
* Attempt to fix yellow on sims (can't reproduce on my system).Andrew Mahone2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20954 a1c6a512-1295-4272-9138-f99709370657
* Use new buflib extensions to avoid static allocation for track list, by ↵Andrew Mahone2009-05-16
| | | | | | shifting space out of the buffer and freeing slides as needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20953 a1c6a512-1295-4272-9138-f99709370657
* Extend buflib to support shifting space out off the buffer for other use, ↵Andrew Mahone2009-05-16
| | | | | | and returning space to the buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20952 a1c6a512-1295-4272-9138-f99709370657
* FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty.Andrew Mahone2009-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20951 a1c6a512-1295-4272-9138-f99709370657
* Change the type of read_uint32be to uint32_t and ensure all variables passed ↵Dave Chapman2009-05-15
| | | | | | to that function are also of that type. No functional changes, but makes read_uint32be consistent with the other read_* functions and prevents warning in the upcoming RealAudio metadata parser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20950 a1c6a512-1295-4272-9138-f99709370657
* Fix splash on greyscale (was showing only a black or grey box, no text) by ↵Thomas Martitz2009-05-15
| | | | | | | | reverting to lcd_set_foreground(). That does a bit more on greyscale than just setting the current's viewports fg_pattern :/ It will still only apply to the viewport used for splash, so no need to restore the old foreground. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20944 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10197 by setting the viewport before calculating the string size.Thomas Martitz2009-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20943 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500: Commit some minor changes and some keymap changes (short press ↵Karl Kurbjun2009-05-15
| | | | | | power takes you out of the WPS) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20942 a1c6a512-1295-4272-9138-f99709370657
* Remove unneeded function call (radio_load_presets does clear the memory)Alexander Levin2009-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20941 a1c6a512-1295-4272-9138-f99709370657
* Sort by and display disc number in PictureFlow, increase MAX_TRACKS to 128, ↵Andrew Mahone2009-05-15
| | | | | | prevent display of garbage tracklist on failure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20940 a1c6a512-1295-4272-9138-f99709370657
* More touchscreen additions, quickscreen, browser, context menu, skip ↵Jonathan Gordon2009-05-15
| | | | | | | | | | fwd/back buttons in the mr500 wps (a "button bar" will pop up for 2.5s when the screen is touched.) icons by Johannes Voggenthaler pitch screen icon is there but not used because that screen isnt fixed for the touhscreen yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20939 a1c6a512-1295-4272-9138-f99709370657