summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Fixed ordering of SOURCES; removed redundancy pertaining to the definition ↵Zakk Roberts2006-03-13
| | | | | | of color LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9024 a1c6a512-1295-4272-9138-f99709370657
* Please let this be the last fix.. please..Zakk Roberts2006-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9023 a1c6a512-1295-4272-9138-f99709370657
* Oops, fixed something in wormlet.c and did it again in SOURCES...Zakk Roberts2006-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9022 a1c6a512-1295-4272-9138-f99709370657
* (Hopefully) fixed the ugliest build table we've had in quite a while..Zakk Roberts2006-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9021 a1c6a512-1295-4272-9138-f99709370657
* Adapted Wormlet to all other models with bitmap LCDs - fullscreen on all of ↵Zakk Roberts2006-03-13
| | | | | | them - with colors where possible. Untested on all models except Recorder and iPod 5G; might be a bit buggy. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9020 a1c6a512-1295-4272-9138-f99709370657
* Oops - changing the default setting for showfps shouldn't have been committed.Dave Chapman2006-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9019 a1c6a512-1295-4272-9138-f99709370657
* Various improvements and code re-organisation: Optimised assembler LCD ↵Dave Chapman2006-03-13
| | | | | | rendering function for the iPod 5G by me and an optimisations to the sprite drawing routines courtesy of stripwax (these improvements make pacbox almost realtime on the iPod 5G). MENU+SELECT now brings up the menu on the iPod instead of the hold switch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9018 a1c6a512-1295-4272-9138-f99709370657
* Redesigned F2/F3 quick screens to put each option and its value on its own, ↵Zakk Roberts2006-03-12
| | | | | | scrolling line - fixes the problems with long strings the old design had. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9017 a1c6a512-1295-4272-9138-f99709370657
* Fix dice on the player (sim at least, my player is acting up)Brandon Low2006-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9014 a1c6a512-1295-4272-9138-f99709370657
* Oscilloscope: Don't print speed messages at an irritanting position (i.e. ↵Jens Arnold2006-03-12
| | | | | | wrapped) * Print speed messages in horizontal mode (as number only). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9013 a1c6a512-1295-4272-9138-f99709370657
* New plugin - Xobox - xonix clone by Eli Sherer with changes by me and Mikael ↵Ben Basha2006-03-12
| | | | | | Magnusson git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9011 a1c6a512-1295-4272-9138-f99709370657
* Fixed iPod scroll directions for ID3 viewer and corrected semi-misleading ↵Zakk Roberts2006-03-12
| | | | | | comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9010 a1c6a512-1295-4272-9138-f99709370657
* Patch #2839 by Christian Marg - Always show the buttonbar in the keyboard screenLinus Nielsen Feltzing2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9008 a1c6a512-1295-4272-9138-f99709370657
* Patch #4739 by Matthias Mohr - Clear WPS backdrop when loading new WPSLinus Nielsen Feltzing2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9007 a1c6a512-1295-4272-9138-f99709370657
* The image size calculation was wrong on monochrome targetsLinus Nielsen Feltzing2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9006 a1c6a512-1295-4272-9138-f99709370657
* Stop audio playback before using IRAMDave Chapman2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9005 a1c6a512-1295-4272-9138-f99709370657
* Add pacboxDave Chapman2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9002 a1c6a512-1295-4272-9138-f99709370657
* pacbox - a Pacman arcade machine emulator. Currently working for all colour ↵Dave Chapman2006-03-11
| | | | | | targets and the iriver H1x0. Requires the Pacman arcade machine ROMs in /.rockbox/pacman/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9001 a1c6a512-1295-4272-9138-f99709370657
* Ooops.Jens Arnold2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8997 a1c6a512-1295-4272-9138-f99709370657
* Do not build grayscale.rock by default. This is mainly a developer example ↵Jens Arnold2006-03-11
| | | | | | plugin for the grayscale library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8996 a1c6a512-1295-4272-9138-f99709370657
* Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ↵Jens Arnold2006-03-11
| | | | | | really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8995 a1c6a512-1295-4272-9138-f99709370657
* Only save settings if they changed (saves a disk spinup otherwise).Jens Arnold2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8994 a1c6a512-1295-4272-9138-f99709370657
* Oscilloscope: * Added moving cursor bar. * Fixed several off-by-one errors ↵Jens Arnold2006-03-11
| | | | | | which lead to glitches when wrapping around. * Settings are saved to disk. * Code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8992 a1c6a512-1295-4272-9138-f99709370657
* update japanese language by Naoaki OkazakiMarcoen Hirschberg2006-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8987 a1c6a512-1295-4272-9138-f99709370657
* Oscilloscope: Added vertical orientation option. Flipped horizontal mode to ↵Jens Arnold2006-03-10
| | | | | | show left channel on top. Vertical mode prints speed messages. Set default speed to 50 instead of 100. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8986 a1c6a512-1295-4272-9138-f99709370657
* Fix player target and sim.Dan Everton2006-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8984 a1c6a512-1295-4272-9138-f99709370657
* Reset font before calculating number of lines to display in the list. Fixes ↵Dan Everton2006-03-09
| | | | | | returning to a list display from a plugin that changes the display font. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8982 a1c6a512-1295-4272-9138-f99709370657
* add gigabeat keysMarcoen Hirschberg2006-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8975 a1c6a512-1295-4272-9138-f99709370657
* C implementation of eq filter. Allows equalizer to be used in the simulator. ↵Dan Everton2006-03-09
| | | | | | Code from preglow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8973 a1c6a512-1295-4272-9138-f99709370657
* Rewrite of oscilloscope plugin: * Doesn't use a timer isr anymore, ported to ↵Jens Arnold2006-03-09
| | | | | | swcodec targets. * Added speed adjustment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8969 a1c6a512-1295-4272-9138-f99709370657
* Fix profiling compilation for non-m68k targetsBrandon Low2006-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8967 a1c6a512-1295-4272-9138-f99709370657
* Make clipping detection more sensitive for swcodec platforms by triggering ↵Peter D'Hoye2006-03-08
| | | | | | on the first peak value git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8962 a1c6a512-1295-4272-9138-f99709370657
* The LCD extension lib was split into 3 parts: Removed old file.Jens Arnold2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8954 a1c6a512-1295-4272-9138-f99709370657
* Minor optimisation.Jens Arnold2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8952 a1c6a512-1295-4272-9138-f99709370657
* LCD extension library: Implemented scrolling for LCD depths below 8 bit. * ↵Jens Arnold2006-03-08
| | | | | | Oscilloscope: Use new scrolling function, some minor optimisations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8951 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#4745 by Manuel Dejonghe 1) Get CPU out of idle mode on key press ↵Hristo Kovachev2006-03-07
| | | | | | (on targets, supporting changing of the CPU freq), thus making the radio screen more responsive; 2) Mute the radio on startup or after pause, until the chip is tuned or a timeout expires (1, resp 2 sec) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8944 a1c6a512-1295-4272-9138-f99709370657
* Wrong ifdefing of the loader plugin caused an empty chessbox.rock to be ↵Jens Arnold2006-03-06
| | | | | | included in the CVS builds (iPod, possibly iriver too). MEM is called MEMORYSIZE in SOURCES. D'oh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8935 a1c6a512-1295-4272-9138-f99709370657
* update by Jeong Taek InMarcoen Hirschberg2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8933 a1c6a512-1295-4272-9138-f99709370657
* Enable ARM optimisation.Thom Johansen2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8931 a1c6a512-1295-4272-9138-f99709370657
* Actually. Let's build for the 3G.Zakk Roberts2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8930 a1c6a512-1295-4272-9138-f99709370657
* Fix H300 builds. Don't compile for iPod 3G yet.Zakk Roberts2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8929 a1c6a512-1295-4272-9138-f99709370657
* Enormous clock update. Most major functions rewritten & hugely optimized; a ↵Zakk Roberts2006-03-06
| | | | | | new Main Menu eliminates need for many different keys and thus brings the clock to iRiver H300 and iPod targets (working but not scaled up - yet). New mode: plain. New logo. Other miscellaneous fixes/improvements. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8928 a1c6a512-1295-4272-9138-f99709370657
* ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8927 a1c6a512-1295-4272-9138-f99709370657
* Don't leave the menu after clearing the backdrop image.Jens Arnold2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8925 a1c6a512-1295-4272-9138-f99709370657
* Dice rolling plugin by me with help from Paul_the_Nerd on some keypadsBrandon Low2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8924 a1c6a512-1295-4272-9138-f99709370657
* Correct plugin min API version.Dan Everton2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8921 a1c6a512-1295-4272-9138-f99709370657
* Fix red sim builds.Dan Everton2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8919 a1c6a512-1295-4272-9138-f99709370657
* Get oscillograph plugin working in the sim. Skips the lcd_roll using parts.Dan Everton2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8918 a1c6a512-1295-4272-9138-f99709370657
* Get oscillograph plugin working on SWCODEC targets.Dan Everton2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8917 a1c6a512-1295-4272-9138-f99709370657
* sound_set_pitch is not available on PlayerDan Everton2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8916 a1c6a512-1295-4272-9138-f99709370657