Karl Kurbjun
|
cd73d8bf02
|
one more for the backdrop stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11527 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-15 06:18:51 +00:00 |
|
Karl Kurbjun
|
d6b0c97312
|
Don't need to remove the backdrop for all plugins - leave it up for some.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-15 06:14:27 +00:00 |
|
Jens Arnold
|
780f79e7a4
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11504 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-10 20:26:01 +00:00 |
|
Karl Kurbjun
|
ae221f1402
|
Height doesn't matter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11496 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-10 07:54:48 +00:00 |
|
Karl Kurbjun
|
e3324483df
|
oops forgot the logo build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11493 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-10 06:55:16 +00:00 |
|
Karl Kurbjun
|
cbce47a623
|
Fix the second inverse
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11492 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-10 06:36:36 +00:00 |
|
Karl Kurbjun
|
06d8ee64c1
|
Clock plugin now scales with the screen size. The binary and plain mode still need updated bitmaps for larger screens and the time's up graphic could be updated as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11491 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-10 06:23:06 +00:00 |
|
Peter D'Hoye
|
6170e8837b
|
Quit the jpeg viewer gracefully if started without arguments or with a wrong file in a directory with no supported filetypes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11486 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-09 23:21:28 +00:00 |
|
Jens Arnold
|
2e383a430d
|
X5: Changed IRAM splitting between core and codecs/plugins. (a) Codecs benefit more from IRAM than the core. Further changes are required to actually make use of this. (b) This way, all core IRAM is DMA capable (wasn't the case before), so one less pitfall.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11482 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-09 21:15:49 +00:00 |
|
Jonathan Gordon
|
6a1161b634
|
dont allow the volume setting to wrap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11445 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-06 10:11:51 +00:00 |
|
Jonathan Gordon
|
ddba5fa37d
|
fixes fs5913
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11441 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-06 06:21:45 +00:00 |
|
Jens Arnold
|
a19faaed63
|
Doom bugfix: updating a saved tranmap didn't work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11438 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-05 17:45:54 +00:00 |
|
Jens Arnold
|
9a56fdf5b2
|
JPEG viewer: Removed the playback control menu on archos. It made no sense as the JPEG viewer always needs to use the main buffer on archos, and it could cause strange effects.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11437 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-05 15:06:11 +00:00 |
|
Jens Arnold
|
32c69452d6
|
Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11436 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-05 14:40:14 +00:00 |
|
Nils Wallménius
|
d86350c9fa
|
Updated helptext to include all powerups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11417 a1c6a512-1295-4272-9138-f99709370657
|
2006-11-02 18:50:08 +00:00 |
|
Jonathan Gordon
|
ffd99f9482
|
player doesnt have lcd_update()... grr!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11407 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-31 11:34:46 +00:00 |
|
Jonathan Gordon
|
29e259a291
|
* give tsr plugins the choice to quit or not
* bumps plugin api version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11405 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-31 11:17:00 +00:00 |
|
Marianne Arnold
|
23f127ddd7
|
Cardback design for Archos (even more natural...)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11404 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-31 01:18:54 +00:00 |
|
Jens Arnold
|
5421e86969
|
Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to properly work with the multi-screen API.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11389 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-30 01:31:32 +00:00 |
|
Dominik Riebeling
|
4d33074e65
|
remove the 1 bit jewels for greyscale targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11374 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-28 21:29:32 +00:00 |
|
Dominik Riebeling
|
0006a1a568
|
Add greyscale jewels for h100 series and Ipod mini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11373 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-28 21:09:13 +00:00 |
|
Jens Arnold
|
a796260a6b
|
Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11369 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-27 21:48:06 +00:00 |
|
Martin Arver
|
3a9cd7780e
|
Stop building the favourites plugin, as the same feature is duplicated with the playlist catalog command
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11363 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-27 11:35:34 +00:00 |
|
Martin Arver
|
2c1eec5533
|
Let SOURCES handle the sim exclusion for metronome
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11360 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-27 11:24:13 +00:00 |
|
Barry Wardell
|
24f4a2a8cf
|
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11351 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-26 13:38:09 +00:00 |
|
Barry Wardell
|
73c0cfa632
|
Make the UI simulator compile on OSX again. dbg_flash_id() really shouldn't be compiled for the sim anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11328 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-25 00:54:06 +00:00 |
|
Jens Arnold
|
748036bb70
|
Solitaire: Optionally auto-unhide the next card on a stack if the last known card is moved away.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11323 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-23 22:44:46 +00:00 |
|
Jens Arnold
|
d1ce4e779e
|
Consistent style of 'make' messages. Always use ranlib after ar.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11322 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-23 22:33:39 +00:00 |
|
Dave Chapman
|
d5df1caaba
|
Rename rockpaint external .bmp files so they use the same convention as all other external bitmaps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11320 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-23 19:09:53 +00:00 |
|
Marcoen Hirschberg
|
5825b2c84f
|
rearrange compiler options to avoid conflicts with header files on FreeBSD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11317 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-23 14:09:28 +00:00 |
|
Jens Arnold
|
3943c5c267
|
Star: separate graphics for Gigabeat, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11310 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-22 13:20:47 +00:00 |
|
Jens Arnold
|
0cc8b7113c
|
Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11307 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-22 00:21:57 +00:00 |
|
Jens Arnold
|
730dee8a99
|
Don't trigger the plugin bitmap build twice from the plugin Makefile. For some reason, both apps/bitmaps and apps/plugins/bitmaps are still sometimes checked twice though.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11305 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-21 22:59:05 +00:00 |
|
Peter D'Hoye
|
9afce4d359
|
Disk spindown control during jpeg slideshow: for times below 10s, keep the disk spinning, for longer times spin down the disk immediately after loading the picture. Inspired by #FS5653 (Paul Jam / Gwen Roelants) and Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11299 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-21 14:47:55 +00:00 |
|
Jonathan Gordon
|
b2d5723b45
|
dont display the folder count in the edit list window
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11292 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-21 11:38:16 +00:00 |
|
Jens Arnold
|
ebd6294224
|
FlipIt: Set black foreground, otherwise text might be unreadable.....
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11285 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-21 00:39:42 +00:00 |
|
Jens Arnold
|
b10f2f91d2
|
Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11284 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-21 00:38:45 +00:00 |
|
Jens Arnold
|
4f1ca13c23
|
Star: * Uses bitmap build system for all resolutions. * Working bitmaps for H10_5GB and iPod mini, and extra bitmaps for iPod Nano, by Marianne Arnold. * 6x7 pixel bitmaps for archos to utilise the full screen width, have almost correct aspect ratio, and real stars. * Working button definitions for X5, some cleanup for Gigabeat and H10. * Faster transition update, working properly for portrait displays. * Proper vertical alignment and nicer horizontal alignment for the info display. * Better tile animation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11283 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-21 00:24:54 +00:00 |
|
Peter D'Hoye
|
db0cc98aad
|
Don't try to show the progress bar on top of the picture on grayscale lib targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11280 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-20 23:12:21 +00:00 |
|
Peter D'Hoye
|
167a9364a0
|
Make slideshow mode more slideshow: keep showing previous picture until next one is ready, just show a small progressbar to indicate loading
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11276 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-20 16:49:45 +00:00 |
|
Marianne Arnold
|
bfa4cb8c96
|
Solitaire: better button assignments for H10 and X5 (with working shortcuts)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11262 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-18 21:39:57 +00:00 |
|
Jens Arnold
|
e2b2f8e222
|
FlipIt: Separate graphics for 160x128 pixel LCDs, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11259 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-18 20:46:40 +00:00 |
|
Barry Wardell
|
6fdd4b0837
|
Change Star to display levels as 1-20 rather than 0-19 (FS#6126 Thanks to Dave Hooper for the patch). Also add Star button help text for H10.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11253 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-18 00:20:07 +00:00 |
|
Barry Wardell
|
a2a7eba72c
|
Fix off-by-1 error in Bubbles level recording when you win. FS#6127. Thanks to Dave Hooper for the patch.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11252 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-18 00:06:08 +00:00 |
|
Miika Pekkarinen
|
7c9230c64f
|
Don't corrupt the original firmware when updating bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11234 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-16 08:34:48 +00:00 |
|
Jens Arnold
|
1ea2027d63
|
FlipIt: * Changed button assignments for X5 to a working layout. * Added missing help screens. * Some cleanup, fix yellow builds. * Disabled for iFP for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11232 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-16 01:27:08 +00:00 |
|
Jens Arnold
|
50d275dc37
|
FlipIt: Ported to archos Player :-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11231 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-16 00:40:40 +00:00 |
|
Jens Arnold
|
45e3eed60d
|
FlipIt graphics rework: * Adjusted token sizes to make them fit better on the various LCDs (4 different sizes, a 5th size is planned). Correct aspect ratio for archos bitmap LCD. Graphics work by Marianne Arnold.* Major code cleanup, use bitmap build system for all sizes. Info panel is now always displayed below.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11228 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-15 22:31:09 +00:00 |
|
Barry Wardell
|
3beaad8d06
|
Adjust Pacbox for H10 5GB screen (128x128).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11216 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-13 20:23:53 +00:00 |
|
Michael Sevakis
|
dd7b8fcbe2
|
Fixed background color on solitaire menu. It wasn't set when entering menu and having a dark background made it almost unreadable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11182 a1c6a512-1295-4272-9138-f99709370657
|
2006-10-11 02:24:57 +00:00 |
|