Age | Commit message (Expand) | Author |
2004-09-10 | temporary hacks to make it compile with the Ondio (=Player) keypad. No influe... | Jörg Hohensohn |
2004-09-10 | adjustment for the Ondio: button driver has an Odio part, for now it has a Pl... | Jörg Hohensohn |
2004-08-26 | Made local constant arrays static, saving a few bytes | Jens Arnold |
2004-08-18 | Const policed pointer arguments to functions, part 3 | Jens Arnold |
2004-07-27 | Fix for bug #998515, by Jan Gajdos | Linus Nielsen Feltzing |
2004-07-26 | First step in revamping the USB event handling, paving the way for the upcomi... | Linus Nielsen Feltzing |
2004-07-26 | Ignore repeat button events in the shutdown confirmation screen | Linus Nielsen Feltzing |
2004-07-24 | Replaced the poweroff confirmation string with a language ID, and removed the... | Linus Nielsen Feltzing |
2004-07-24 | New feature: clean shutdown if you press OFF twice in the file browser, or se... | Linus Nielsen Feltzing |
2004-07-21 | splash(): Avoid negative x coordinates if the text doesn't fit | Linus Nielsen Feltzing |
2004-07-20 | Const'ed the usb logo | Jens Arnold |
2004-06-27 | The status bar now keeps track of the mpeg status, instead of having to call ... | Linus Nielsen Feltzing |
2004-05-14 | Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No... | Jens Arnold |
2004-04-21 | The month wasn't spoken in set_time_screen() | Linus Nielsen Feltzing |
2004-04-21 | Moved set_time_screen() to screens.c | Linus Nielsen Feltzing |
2004-03-12 | First step towards context sensitive and configurable menus, by Brent Coutts | Linus Nielsen Feltzing |
2004-01-26 | Modified playlist handling to allow for multiple playlists to be edited at th... | Hardeep Sidhu |
2004-01-08 | The splash() function's second argument (keymask) is now removed, as it | Daniel Stenberg |
2004-01-05 | Moved the low-level playback functionality into a new, separate module "mp3_p... | Jörg Hohensohn |
2004-01-02 | oops, before code police arrests me: C++ style comment removed | Jörg Hohensohn |
2004-01-01 | on popular demand: flip screen now in F3 menu, instead of inverse | Jörg Hohensohn |
2003-12-12 | Initial suppport for building Rockbox for Neo. The Neo has a different | Daniel Stenberg |
2003-12-04 | Added a splash to indicate battery charging if user tries to shut off while p... | Björn Stenberg |
2003-12-03 | for FM and V2: removed the now false voltage reading from charging screen. | Jörg Hohensohn |
2003-07-20 | Added adc_read in place for saving simulator builds for | Mats Lidell |
2003-07-19 | doesn't mess with the charging (let algorithm decide), show charge phase as t... | Jörg Hohensohn |
2003-07-18 | Charging screen displays status + animation, "On"-behaviour fixed. | Jörg Hohensohn |
2003-07-17 | A very basic charging screen, probably buggy, the pro's would make it much ni... | Jörg Hohensohn |
2003-07-01 | Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis... | Hardeep Sidhu |
2003-06-29 | Added plugin loader. Moved games, demos and the text viewer to loadable plugi... | Björn Stenberg |
2003-05-29 | Now the playlist isn't sorted/randomized if no music is playing (fixes the F2... | Linus Nielsen Feltzing |
2003-04-30 | Stevie Oh's F3 menu patch (#729556) | Linus Nielsen Feltzing |
2003-04-25 | The splash() now doesn't try to output text at negative X positions. This fix... | Linus Nielsen Feltzing |
2003-04-23 | Only redraw the status line when info actually changed. | Björn Stenberg |
2003-04-03 | splash() could draw the line outside the frame buffer | Linus Nielsen Feltzing |
2003-03-18 | remove debug line | Robert Hak |
2003-03-18 | When you use splash() and a centered output, it will now put the text in | Daniel Stenberg |
2003-03-17 | power-splash, this should be able to replace most cases where we "splash" | Daniel Stenberg |
2003-03-17 | adjust the splash timer if the wrong key is pressed many times | Daniel Stenberg |
2003-03-17 | Hey Linus! Here it is! | Daniel Stenberg |
2003-02-28 | invert is now an option on f3 | Robert Hak |
2003-02-15 | include sprintf.h when we use snprintf() | Daniel Stenberg |
2003-01-23 | Removed unnecessary calls to lcd_stop_scroll(). | Kjell Ericson |
2003-01-09 | Fixes for player/studio in USB mode: 1) Update status bar 2) Disable USB stat... | Hardeep Sidhu |
2002-11-30 | updateing a build failure (ata_power_off) and first attempt to add 'playlist ... | Robert Hak |
2002-10-18 | Added mpeg_set_pitch() stub to simulator. | Björn Stenberg |
2002-10-18 | Pitch steps changed to 0.1% instead of 1%. | Björn Stenberg |
2002-10-15 | Use status_set... | Mats Lidell |
2002-10-11 | Enable status bar in usb mode. | Markus Braun |
2002-10-08 | Reverted bad parts of last patch | Björn Stenberg |