summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Scale and use color bitmaps on color lcd targets.Antoine Cellerier2006-06-10
| | | | | | | Change the cursor behavior so it wraps to the other side of the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10099 a1c6a512-1295-4272-9138-f99709370657
* Add color bitmap files for flipit, sokoban and star plugins.Antoine Cellerier2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10098 a1c6a512-1295-4272-9138-f99709370657
* Fix the menu start for rockdoomKarl Kurbjun2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10097 a1c6a512-1295-4272-9138-f99709370657
* Fix resume for MP1. Thanks go to Dave Chapman for the hint.Jens Arnold2006-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10096 a1c6a512-1295-4272-9138-f99709370657
* Enable interrupts before lcd_init(), as that uses sleep() on some targets.Jens Arnold2006-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10095 a1c6a512-1295-4272-9138-f99709370657
* Stop playback if playlist_next() returns -1 (e.g. if auto directory change ↵Hardeep Sidhu2006-06-07
| | | | | | fails) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10091 a1c6a512-1295-4272-9138-f99709370657
* Properly reload tagcache when directory updated. Fixes B#5512.Hardeep Sidhu2006-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10090 a1c6a512-1295-4272-9138-f99709370657
* Work-in-progress rework of charging status reading & display: * Changed ↵Jens Arnold2006-06-06
| | | | | | several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10080 a1c6a512-1295-4272-9138-f99709370657
* *decrease brickmania bitmaps files in the bitmaps folders. *fix break effect ↵Ben Basha2006-06-05
| | | | | | bitmaps of the nano and the x5. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10067 a1c6a512-1295-4272-9138-f99709370657
* Esperanto translation, by Marc-André Moreau.Zakk Roberts2006-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10057 a1c6a512-1295-4272-9138-f99709370657
* Added a yield() after each pgup/pgdn similar to what is done for prev/next. ↵Hardeep Sidhu2006-06-04
| | | | | | Fixes B#5354. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10054 a1c6a512-1295-4272-9138-f99709370657
* Added reload_directory() to plugin api and modified text editor and sudoku ↵Hardeep Sidhu2006-06-04
| | | | | | plugins to call it when saving a new file. Fixes B#5360. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10053 a1c6a512-1295-4272-9138-f99709370657
* Fix bug 5341: Resume in Wav and Flac doesn't start from the position where ↵Magnus Holmgren2006-06-04
| | | | | | it was left off. Mark Arigo helped with the Flac fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10051 a1c6a512-1295-4272-9138-f99709370657
* Change Star keymappings for iPod - now Menu and Play are used for up/down ↵Zakk Roberts2006-06-03
| | | | | | instead of the wheel. Fixes bug #5249. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10040 a1c6a512-1295-4272-9138-f99709370657
* Previous automatic skip fix had a problem if audio_fill_file_buffer() was ↵Hardeep Sidhu2006-06-03
| | | | | | called after setting playlist_end but before audio_check_new_track(). To fix this, playlist_end is now reset in audio_check_new_track(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10039 a1c6a512-1295-4272-9138-f99709370657
* Fix wide view mode on viewerKarl Kurbjun2006-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10036 a1c6a512-1295-4272-9138-f99709370657
* Allow pitch ratio to hit top and bottom values when using button repeat.Thom Johansen2006-05-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10027 a1c6a512-1295-4272-9138-f99709370657
* Need to reload tagcache in ram if dircache buffer has been stolen.Miika Pekkarinen2006-05-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10025 a1c6a512-1295-4272-9138-f99709370657
* Always set first_index to value stored in settings when resuming. Fixes ↵Hardeep Sidhu2006-05-30
| | | | | | incorrect index problem when resuming an insert_shuffle'd playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10024 a1c6a512-1295-4272-9138-f99709370657
* Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen2006-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10023 a1c6a512-1295-4272-9138-f99709370657
* Use correct file mode when creating files. Fixes task 5452Dan Everton2006-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10020 a1c6a512-1295-4272-9138-f99709370657
* Fix Player builds and extend the delay between the last name appearing and ↵Zakk Roberts2006-05-29
| | | | | | the plugin exiting from 1 second to 2.5 seconds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10013 a1c6a512-1295-4272-9138-f99709370657
* Entirely rewritten credits roll for bitmap LCDs, loosely based on my Clock ↵Zakk Roberts2006-05-29
| | | | | | credits roll. Text flies in from left, a line at a time, until the LCD is full, and then each line flies out and a new line flies in, until the list of names is exhausted. Significantly improves readability on H1x0, and probably on all other models as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10012 a1c6a512-1295-4272-9138-f99709370657
* Some small Swedish language changes, by Frédéric François.Zakk Roberts2006-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10011 a1c6a512-1295-4272-9138-f99709370657
* Move TagCache options from Playback to File View menu - makes a lot more ↵Zakk Roberts2006-05-29
| | | | | | sense here; remove 'Gather Runtime Data' from Playback menu as it's not working and we don't want it in 3.0. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10010 a1c6a512-1295-4272-9138-f99709370657
* Lang file updates: Danish by Jonas Häggqvist, Chinese-trad. by Wenbin Leo ↵Peter D'Hoye2006-05-28
| | | | | | and Italian by Alessio Lenzi. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10009 a1c6a512-1295-4272-9138-f99709370657
* Greek language update by Alexander Spyridakis. Also increased language ↵Peter D'Hoye2006-05-28
| | | | | | buffer (18KB) to let the new file fit in memory. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10008 a1c6a512-1295-4272-9138-f99709370657
* Synced.Magnus Holmgren2006-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10005 a1c6a512-1295-4272-9138-f99709370657
* Better aspect ratio of the blocks for the archos bitmap LCD (1.06:1 instead ↵Jens Arnold2006-05-28
| | | | | | of 1:1.25). Exactly square blocks aren't possible, unfortunately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10004 a1c6a512-1295-4272-9138-f99709370657
* Load uniqued tags correctly at commit (should fix duplicates). TryMiika Pekkarinen2006-05-28
| | | | | | | first dircache buffer as it's usually bigger. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10003 a1c6a512-1295-4272-9138-f99709370657
* fix yellow buildsPeter D'Hoye2006-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10002 a1c6a512-1295-4272-9138-f99709370657
* Init dircache after applying settings and use a splash. Possible preventMiika Pekkarinen2006-05-27
| | | | | | | some type of buffer overflow with tagcache. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9997 a1c6a512-1295-4272-9138-f99709370657
* remove bomMarcoen Hirschberg2006-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9995 a1c6a512-1295-4272-9138-f99709370657
* Updated Dutch translation by Sander Sweers.Peter D'Hoye2006-05-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9994 a1c6a512-1295-4272-9138-f99709370657
* French language file update by Mustapha Senhaji.Peter D'Hoye2006-05-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9993 a1c6a512-1295-4272-9138-f99709370657
* Replace "#if (ROCKBOX_HAS_LOGF == 1)" with "#ifdef ROCKBOX_HAS_LOGF" - this ↵Dave Chapman2006-05-25
| | | | | | is consistent with the rest of Rockbox and Mark Arigo reported that it caused an error in his gcc when trying to compile a logf-enabled sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9991 a1c6a512-1295-4272-9138-f99709370657
* The code police strikes back. * Simpler button wait.Jens Arnold2006-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9988 a1c6a512-1295-4272-9138-f99709370657
* Ooops.Jens Arnold2006-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9987 a1c6a512-1295-4272-9138-f99709370657
* fix minesweeper for ondio (patch by Alexander Spyridakis)Marcoen Hirschberg2006-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9986 a1c6a512-1295-4272-9138-f99709370657
* Moved the free diskspace scan into 'Rockbox Info'. Idea based on patch #4800 ↵Jens Arnold2006-05-25
| | | | | | by Manuel Dejonghe. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9985 a1c6a512-1295-4272-9138-f99709370657
* Fix: -illons weren't voiced properly since the .lang rework.Jens Arnold2006-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9984 a1c6a512-1295-4272-9138-f99709370657
* Move backdrop handling out of the (potential) middle of an if-else. Right ↵Jens Arnold2006-05-24
| | | | | | now we don't have a target with both colour display and hotswap, but we probably will (when getting USB OTG to work on H300). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9983 a1c6a512-1295-4272-9138-f99709370657
* Code policed C99-style variable declarations.Jens Arnold2006-05-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9982 a1c6a512-1295-4272-9138-f99709370657
* (1) Tagcache commit message now uses splash on bitmap displays: * Uses user ↵Jens Arnold2006-05-24
| | | | | | font (better readability because of font size, message can be localised in languages with non-latin script). * Solves mysterious screen clear observed on Ondio (caused by an uninitialised variable when there was nothing to commit). * Smaller code. (2) Tagcahce commit message implemented for Player. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9981 a1c6a512-1295-4272-9138-f99709370657
* Enable wormlet for the ipod 3g - there is no reason to exclude it.Dave Chapman2006-05-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9980 a1c6a512-1295-4272-9138-f99709370657
* make wormlet work on iaudio, patch by Mustapha SenhajiMarcoen Hirschberg2006-05-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9979 a1c6a512-1295-4272-9138-f99709370657
* Couple more minor adjustments: * Rename old CLR_CYAN define to CLR_LTBLUE to ↵Zakk Roberts2006-05-23
| | | | | | reflect last commit's color change. * Holding a direction key gives old behavior with which player can go straight through edges without stopping (best of both worlds). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9976 a1c6a512-1295-4272-9138-f99709370657
* Assorted changes by Mikael Magnusson and I. * When moving through filled ↵Zakk Roberts2006-05-23
| | | | | | space, stop moving at any edge. * Changed background color to a more standard lightish blue. * Use user's font in the menu unless it's too big. * iPods: Use scroll wheel in menu instead of Menu/Play being Up/Down. * Exit button no longer always completely quits the plugin; returns you to the menu if you're in a game, or quits if you're at the menu. * A couple other little things. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9975 a1c6a512-1295-4272-9138-f99709370657
* add seperate scroll options for remote. Patch by Alexander Spyridakis which ↵Marcoen Hirschberg2006-05-22
| | | | | | fixes bug #5348. Changes CONFIG_BLOCK_VERSION so save your settings.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9974 a1c6a512-1295-4272-9138-f99709370657
* fix simulator build for the gigabeatMarcoen Hirschberg2006-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9973 a1c6a512-1295-4272-9138-f99709370657