summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
* Rename Starting Level to Snake Speed, save the last selected speed, remove ↵Johannes Schwarz2009-09-17
| | | | | | highscore list, and clean up the code a little bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22719 a1c6a512-1295-4272-9138-f99709370657
* Blackjack: Fix keymap for Gigabeat F as button 'A' and button 'Select' were ↵Mohamed Tarek2009-09-13
| | | | | | swapped. (FS#10563 by Clément Pit-Claudel) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22698 a1c6a512-1295-4272-9138-f99709370657
* Jpeg Viewer: Add support for Vertical StridesKarl Kurbjun2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22697 a1c6a512-1295-4272-9138-f99709370657
* Get rid of some of the code duplication from checkwps, it still duplicates a ↵Thomas Martitz2009-09-13
| | | | | | lot though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22695 a1c6a512-1295-4272-9138-f99709370657
* Remove some trailing whitespaces in in the skin engine files.Thomas Martitz2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22694 a1c6a512-1295-4272-9138-f99709370657
* Fix/band aid the freeze when %V is the first thing (i.e. in line 1) in a ↵Thomas Martitz2009-09-13
| | | | | | .wps (see FS#10596). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22693 a1c6a512-1295-4272-9138-f99709370657
* FS#10586: fix c200/c200v2 keymap for moving left/right in the Time&Date menu ↵Bertrik Sikken2009-09-13
| | | | | | and for increasing/decreasing in the colour chooser screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22692 a1c6a512-1295-4272-9138-f99709370657
* Another take at quitting with an error messageAlexander Levin2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22691 a1c6a512-1295-4272-9138-f99709370657
* Laying the groundwork for future featuresJeffrey Goode2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22690 a1c6a512-1295-4272-9138-f99709370657
* Revert everything to a workable state until the issue is investigated properlyAlexander Levin2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22689 a1c6a512-1295-4272-9138-f99709370657
* Fix redAlexander Levin2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22688 a1c6a512-1295-4272-9138-f99709370657
* Quit with an error message if the LCD is not supportedAlexander Levin2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22687 a1c6a512-1295-4272-9138-f99709370657
* Fix the pitch detector plugin for iaudioM3Alexander Levin2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22686 a1c6a512-1295-4272-9138-f99709370657
* UI improvements for the pitch detector (ongoing work by David Johnston from ↵Alexander Levin2009-09-12
| | | | | | FS#8768) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22685 a1c6a512-1295-4272-9138-f99709370657
* Add Vertical stride support to LCD scrolling functions.Karl Kurbjun2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22683 a1c6a512-1295-4272-9138-f99709370657
* Fix test_sampr for the changes in r22440Jens Arnold2009-09-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22682 a1c6a512-1295-4272-9138-f99709370657
* Increase skin buffer on charcell displays so it's actually big enough to ↵Frank Gevaerts2009-09-11
| | | | | | load a wps file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22681 a1c6a512-1295-4272-9138-f99709370657
* Initialize token before using.Teruaki Kawashima2009-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22678 a1c6a512-1295-4272-9138-f99709370657
* iaudio7: keymap, fix some "sticky" keysVitja Makarov2009-09-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22677 a1c6a512-1295-4272-9138-f99709370657
* Hopefully make the wps debug info more understandable... display tokens the ↵Jonathan Gordon2009-09-11
| | | | | | same way they are displayed... i.e viewports->lines->sublines->tokens git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22672 a1c6a512-1295-4272-9138-f99709370657
* fix the first subline not displaying properlyJonathan Gordon2009-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22668 a1c6a512-1295-4272-9138-f99709370657
* Manual section for the pitch detector (this is just the beginning)Alexander Levin2009-09-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22667 a1c6a512-1295-4272-9138-f99709370657
* New plugin: pitch detector (FS#8768) by Michael Lechner and David JohnstonAlexander Levin2009-09-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22663 a1c6a512-1295-4272-9138-f99709370657
* Fix/commit FS#10595. A (sub)line could be part of the previous viewport due ↵Thomas Martitz2009-09-08
| | | | | | to a off-by-one bug in the indexing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22662 a1c6a512-1295-4272-9138-f99709370657
* Fix viewport_set_defaults giving the wrong dimensions if the ui vp is ↵Thomas Martitz2009-09-07
| | | | | | overridden (as done in plugins atm), and notify other code if the ui vp was overridden. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22657 a1c6a512-1295-4272-9138-f99709370657
* Pacbox: add support for hardware 256 color palette mode.Karl Kurbjun2009-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22656 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow aka remove a typo.Mustapha Senhaji2009-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22655 a1c6a512-1295-4272-9138-f99709370657
* Polish translation update.Mustapha Senhaji2009-09-07
| | | | | | | | | Author: Tomasz Kowalczyk Patch: FS#10593 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22654 a1c6a512-1295-4272-9138-f99709370657
* Fix for FS#10492, by Aoyumi: Data abort errors when playing some Vorbis files.Magnus Holmgren2009-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22653 a1c6a512-1295-4272-9138-f99709370657
* Set list_need_reinit to false somewhere too.Thomas Martitz2009-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22652 a1c6a512-1295-4272-9138-f99709370657
* Fix buttonbar handling/theme changed handling in lists.Thomas Martitz2009-09-07
| | | | | | | The lists need to copy to a local parent if a list passes NULL as parent in the init. This was before the commit of custom ui vp, but I removed it since I (wrongly) thought using the ui vp as parent would be fine. Let the viewportmanager fire a event in case when a theme-related setting changed and simply the handling in the lists code. However the buttonbar handling didn't work before anyway, since list code didn't know if the buttonbar was active (it asked a variable which was always false....). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22651 a1c6a512-1295-4272-9138-f99709370657
* Plasma: Add hardware support for 256 color palette mode.Karl Kurbjun2009-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22649 a1c6a512-1295-4272-9138-f99709370657
* stupid yellow.... I'm going to bedJonathan Gordon2009-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22648 a1c6a512-1295-4272-9138-f99709370657
* add a bit more debug info for skins... show the subimage id in the display ↵Jonathan Gordon2009-09-07
| | | | | | image token's debug line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22647 a1c6a512-1295-4272-9138-f99709370657
* rework AA load/display handling in the skins to get them working in ↵Jonathan Gordon2009-09-07
| | | | | | viewports again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22646 a1c6a512-1295-4272-9138-f99709370657
* Lua plugin: fix bad behaviour for io.open(path, 'w')Maurus Cuelenaere2009-09-06
| | | | | | | Author: Christophe Gragnic Patch: FS#10592 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22645 a1c6a512-1295-4272-9138-f99709370657
* fix red :)Jonathan Gordon2009-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22643 a1c6a512-1295-4272-9138-f99709370657
* Make the e200 compile the vled for the sim... other targets are probably ↵Jonathan Gordon2009-09-06
| | | | | | doing the same thing so find out which.. commit will be immediatly followed to fixd red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22642 a1c6a512-1295-4272-9138-f99709370657
* brickmania, blackjack, jewels, bubbles: Remove save file only if player ↵Teruaki Kawashima2009-09-06
| | | | | | resumed the game loaded from the file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22639 a1c6a512-1295-4272-9138-f99709370657
* Factor out/generalise the function that checks whether a point is within a ↵Thomas Martitz2009-09-05
| | | | | | viewport to, and use it in the wps' touchregion code. This corrects the check that was done there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22638 a1c6a512-1295-4272-9138-f99709370657
* Improve and simplify touchscreen handling of the quickscreen in absolut mode ↵Thomas Martitz2009-09-05
| | | | | | - and implement handling for the top item. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22637 a1c6a512-1295-4272-9138-f99709370657
* Don't forget the touchscreen targets!Thomas Martitz2009-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22636 a1c6a512-1295-4272-9138-f99709370657
* Put the quickscreen viewports onto the stack (saving a tiny bit of ram), and ↵Thomas Martitz2009-09-05
| | | | | | simplify the preparing and drawing functions a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22634 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#9842 by stopping scrolling before leaving the yesno screen.Thomas Martitz2009-09-05
| | | | | | Seems there are more of this scrolling problems around. In this case it's a rather old bug actually. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22633 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10588 by stopping scrolling in the radio screen instead of blindy ↵Thomas Martitz2009-09-05
| | | | | | relying on list code (which doesn't just stop scrolling entirely for the whole screen anymore). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22632 a1c6a512-1295-4272-9138-f99709370657
* Fix bug in viewports preparation (screen.lcdwidth() isn't really proper for ↵Thomas Martitz2009-09-05
| | | | | | this in times of custom ui vp), and stop all scrolling before exiting (fixes FS#10584). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22631 a1c6a512-1295-4272-9138-f99709370657
* remove extra 1 element in arrays. use same counter for both manual and auto ↵Teruaki Kawashima2009-09-05
| | | | | | fire. break long lines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22630 a1c6a512-1295-4272-9138-f99709370657
* Alright, it seems I got scroll_stop() wrong. Using the viewport that's set ↵Thomas Martitz2009-09-04
| | | | | | before doing all the puts_scroll* calls seems to work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22622 a1c6a512-1295-4272-9138-f99709370657
* Const police raid\!Nils Wallménius2009-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22621 a1c6a512-1295-4272-9138-f99709370657
* minor line handling fixes, be smarter (well dumber actually) about ↵Jonathan Gordon2009-09-04
| | | | | | increasing the size of the tokens array, that loop isnt the only place the data->num_tokens variable gets increased... also add one last WPS_NO_TOKEN token to the end to make sure we dont accidently overrun into the next skin on the last line of a skin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22618 a1c6a512-1295-4272-9138-f99709370657