Commit graph

12 commits

Author SHA1 Message Date
Daniel Stenberg
8ae29ff4b2 is_dir() is removed, we now read the 'attribute' field from the dirent
struct. This is supposed to work with the X11 simulator as of now, and I
trust that the win32 one will grok this pretty soon too!


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@491 a1c6a512-1295-4272-9138-f99709370657
2002-05-07 11:46:37 +00:00
Dave Chapman
1e0323a1bd small bugfix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@482 a1c6a512-1295-4272-9138-f99709370657
2002-05-06 17:15:03 +00:00
Dave Chapman
04fdc1eb83 first implementation of directory scrolling - partly by Stefan Meyer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@481 a1c6a512-1295-4272-9138-f99709370657
2002-05-06 17:02:57 +00:00
Daniel Stenberg
a305d315be don't closedir(NULL)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@460 a1c6a512-1295-4272-9138-f99709370657
2002-05-06 06:50:35 +00:00
Daniel Stenberg
a488797db1 fixed a DIR * leak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@459 a1c6a512-1295-4272-9138-f99709370657
2002-05-06 06:47:19 +00:00
Daniel Stenberg
ff2e651d29 Dave Chapman's browse subdirs too patch applied
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@455 a1c6a512-1295-4272-9138-f99709370657
2002-05-06 06:17:07 +00:00
Daniel Stenberg
c484ae4494 builds with Player LCD too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@435 a1c6a512-1295-4272-9138-f99709370657
2002-05-05 10:45:50 +00:00
Daniel Stenberg
bd16e2fa94 Use the defines, we can't assume a particular LCD or keypad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@424 a1c6a512-1295-4272-9138-f99709370657
2002-05-04 12:27:18 +00:00
Robert Hak
523f228bbe Added browse_root(void)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@415 a1c6a512-1295-4272-9138-f99709370657
2002-05-04 10:02:50 +00:00
Felix Arends
4f94aef243 added win32 simulator compability (by including windows.h)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@350 a1c6a512-1295-4272-9138-f99709370657
2002-04-30 21:15:44 +00:00
Daniel Stenberg
25ca8f2a56 expanded the browser with a little cursor to move
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@331 a1c6a512-1295-4272-9138-f99709370657
2002-04-30 13:37:28 +00:00
Daniel Stenberg
2df9d9a16c initial dir browsing code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@327 a1c6a512-1295-4272-9138-f99709370657
2002-04-30 13:16:08 +00:00