summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Show track length too for tracks tagged with the discnumber tag in the database.Thomas Martitz2009-10-15
| | | | | | | Flyspray: FS#10677 Author: Andre Lupa git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23192 a1c6a512-1295-4272-9138-f99709370657
* FS#10554: Rockpaint: enable to set canvas size.Teruaki Kawashima2009-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23188 a1c6a512-1295-4272-9138-f99709370657
* Remove private memcpy wrapper that is no longer needed since r19847 and may ↵Nils Wallménius2009-10-14
| | | | | | cause issues with newer gcc versions, inspired by patch in FS#10676 by Duy Nguyen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23178 a1c6a512-1295-4272-9138-f99709370657
* Whoops, I had that warning turned off locally.Thomas Martitz2009-10-14
| | | | | | See http://www.rockbox.org/irc/log-20091014#08:40:11 gcc warns on that one (it's perfectly valid code). It doesn't warn if you do this on plain arrays and since I have had this warning disabled I thought it would not warn on arrays of structs also. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23172 a1c6a512-1295-4272-9138-f99709370657
* Remove wps_reset(), and rename skin_data_init to skin_data_reset() and ↵Thomas Martitz2009-10-14
| | | | | | | | | extend it to zero most of the wps_data members. As these are called when parsing a skin it doesn't need to be called by the wps or settings, so make it local to skin_parser.c. Reorder the members of struct wps_data for more effecient alignment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23171 a1c6a512-1295-4272-9138-f99709370657
* brickmania: There are only 9 powerupsRobert Kukla2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23151 a1c6a512-1295-4272-9138-f99709370657
* fix a redraw bug when a static token (like %C) is the only token on a ↵Jonathan Gordon2009-10-12
| | | | | | sub/line.. hopefully no bad sideeffects... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23140 a1c6a512-1295-4272-9138-f99709370657
* fix yellowNils Wallménius2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23135 a1c6a512-1295-4272-9138-f99709370657
* Fix typo from r19579 that prevented this code from building, avoid copying ↵Nils Wallménius2009-10-12
| | | | | | lang strings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23134 a1c6a512-1295-4272-9138-f99709370657
* New plugin theme_remove which offers a way to remove specified theme.Teruaki Kawashima2009-10-12
| | | | | | | | | See the manual for usage. Flyspray: FS#10187 Author: myself, manual by David Kauffmann git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23130 a1c6a512-1295-4272-9138-f99709370657
* Ditch additional copyright notice quoted from iBugger.Michael Sparmann2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23128 a1c6a512-1295-4272-9138-f99709370657
* Use PLUGINFLAGS in lua.make, instead of only CFLAGS.Thomas Martitz2009-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23121 a1c6a512-1295-4272-9138-f99709370657
* Make sure to use $(CFLAGS) to get all defines when preprocessing actions.hFrank Gevaerts2009-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23119 a1c6a512-1295-4272-9138-f99709370657
* RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev2009-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23117 a1c6a512-1295-4272-9138-f99709370657
* Add a action helper for touchscreen targets to only receive the touchpress ↵Thomas Martitz2009-10-11
| | | | | | | | coordinates if they're in the passed viewport. Also, fixes the coordinates to be relaitve to the viewport. Use it in the color picker screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23116 a1c6a512-1295-4272-9138-f99709370657
* Clean up, simplify and fix small bugs in color picker.Thomas Martitz2009-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23111 a1c6a512-1295-4272-9138-f99709370657
* Add a center flag, next to the rtl flag, for viewports. That results in any ↵Thomas Martitz2009-10-11
| | | | | | | | text being drawn centered. It overrides the RTL flag if set. Simplify splashes and time menu by using it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23105 a1c6a512-1295-4272-9138-f99709370657
* revert r23093 and r 23094, since the title pointer is used to modify the ↵Nils Wallménius2009-10-11
| | | | | | title of the list from the callback function in one place git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23096 a1c6a512-1295-4272-9138-f99709370657
* forgot one file, fixes yellowNils Wallménius2009-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23094 a1c6a512-1295-4272-9138-f99709370657
* Const correctnessNils Wallménius2009-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23093 a1c6a512-1295-4272-9138-f99709370657
* Avoid more useless string copys and make some random cleanupsNils Wallménius2009-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23092 a1c6a512-1295-4272-9138-f99709370657
* A bit of const correctness and 80-char limit correction.Thomas Martitz2009-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23083 a1c6a512-1295-4272-9138-f99709370657
* Add current measurements to the iPod Nano 2G's battery debug screenMichael Sparmann2009-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23082 a1c6a512-1295-4272-9138-f99709370657
* Implement __dbg_ports for S5L870X targets (Nano2G and Meizus)Dave Chapman2009-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23069 a1c6a512-1295-4272-9138-f99709370657
* Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to ↵Dave Chapman2009-10-10
| | | | | | encrypt (or decrypt) a firmware image for writing to a Nano 2G's firmware partition with ipodpatcher (patch for ipodpatcher is at FS#10609). Also introduce BOOTFILE_EXT2 define for an alternative firmware file extension and add .ipodx for the Nano 2G (.ipod is for unencrypted images, similar to older ipods, and .ipodx is for encrypted images and include the 2KB hash block and modelname 'nn2x'). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23068 a1c6a512-1295-4272-9138-f99709370657
* Slight const police and avoid copying a lang stringNils Wallménius2009-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23065 a1c6a512-1295-4272-9138-f99709370657
* Don't cast away constnessNils Wallménius2009-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23064 a1c6a512-1295-4272-9138-f99709370657
* Make function arg const pointerNils Wallménius2009-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23063 a1c6a512-1295-4272-9138-f99709370657
* Deinline fuction and some whitespace tweaksNils Wallménius2009-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23062 a1c6a512-1295-4272-9138-f99709370657
* Add second 'const' qualifyer accidentally removed in r23060Nils Wallménius2009-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23061 a1c6a512-1295-4272-9138-f99709370657
* Clean up a bogus array and avoid some copying of static stringsNils Wallménius2009-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23060 a1c6a512-1295-4272-9138-f99709370657
* Fix player red and remove an obsolete function call.Thomas Martitz2009-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23056 a1c6a512-1295-4272-9138-f99709370657
* Correct a recording screen usability issue created in r21034. Pause used to ↵Peter D'Hoye2009-10-09
| | | | | | start too, then was set to only start and now only pauses. Rec used to start and split, then only split and now again starts and splits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23055 a1c6a512-1295-4272-9138-f99709370657
* Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz2009-10-09
| | | | | | | *text in statusbar jumped around *custom ui vp wasn't refreshed properly on language changing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23053 a1c6a512-1295-4272-9138-f99709370657
* Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.Tom Ross2009-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23051 a1c6a512-1295-4272-9138-f99709370657
* rockboy: remove useless assignement for fuzeRafaël Carré2009-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23032 a1c6a512-1295-4272-9138-f99709370657
* Tiny simplificationNils Wallménius2009-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23031 a1c6a512-1295-4272-9138-f99709370657
* calculator: use home as clear button for sansa fuzeRafaël Carré2009-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23027 a1c6a512-1295-4272-9138-f99709370657
* Vertical Stride: Add support for yuv to native output.Karl Kurbjun2009-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23024 a1c6a512-1295-4272-9138-f99709370657
* add Seth Opgenorth to docs/CREDITSMichael Chicoine2009-10-09
| | | | | | | correct web link in comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23023 a1c6a512-1295-4272-9138-f99709370657
* RTL: Add support for DB init messageTomer Shalev2009-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23020 a1c6a512-1295-4272-9138-f99709370657
* RTL: Fix context regarded as bit-field value, resulted in wrong contexts getTomer Shalev2009-10-08
| | | | | | | | | keys swapped - Also RTL swap keys for CONTEXT_LIST git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23019 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew language - fix parentheses not shown properlyTomer Shalev2009-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23015 a1c6a512-1295-4272-9138-f99709370657
* FS#10661 by Seth Opgenorth, adding more levels to brickmaniaNils Wallménius2009-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23012 a1c6a512-1295-4272-9138-f99709370657
* Fix chopper to actually remember the level. instead of overriding it on start.Thomas Martitz2009-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23011 a1c6a512-1295-4272-9138-f99709370657
* Use TIME_BEFORE() and redo a macro slightly.Thomas Martitz2009-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23010 a1c6a512-1295-4272-9138-f99709370657
* PPM viewer - initial support for vertical strides - scaler needs to be ↵Karl Kurbjun2009-10-08
| | | | | | modified for full support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23006 a1c6a512-1295-4272-9138-f99709370657
* LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun2009-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23005 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Paddle selection needs to be done with the integer portion, not ↵Karl Kurbjun2009-10-08
| | | | | | in fixed point. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23004 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix the paddle drawing - The strides were wrong with paddles ↵Karl Kurbjun2009-10-08
| | | | | | other than the standard one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23003 a1c6a512-1295-4272-9138-f99709370657