summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-10-12BUTTON_OFF was set in the player. my last changed made it apparentRobert Hak1-1/+1
2002-10-12I forgot to fix button masks (thanks hardeep)Robert Hak1-1/+7
2002-10-11declare the lcd_framebuffer "nicer" in the #ifdefDaniel Stenberg1-4/+3
2002-10-11Simulator icons not needed.Mats Lidell1-4/+0
2002-10-11Enable status bar in usb mode.Markus Braun4-65/+43
2002-10-10Added fonts/*.bdfBjörn Stenberg1-0/+1
2002-10-10Missed a fontBjörn Stenberg1-3186/+0
2002-10-10Removed unused fonts.Björn Stenberg8-27600/+0
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg2-0/+7
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg2-1/+7
2002-10-09Better handling of bad playlists, and when all tracks fit in memoryLinus Nielsen Feltzing1-0/+6
2002-10-09New version of the DMA underrun handlingLinus Nielsen Feltzing1-12/+17
2002-10-09Filters out AN5 keys if UP is pressed. Solves bug #619028.Linus Nielsen Feltzing1-10/+16
2002-10-09Buffer underrun handlingLinus Nielsen Feltzing1-5/+17
2002-10-09More accurate tick period calculationLinus Nielsen Feltzing1-1/+1
2002-10-08returned avc value was always 0 (auto volume in cfg wasn't working)Uwe Freese1-0/+4
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-2/+2
2002-10-08New analog button levels (again)Linus Nielsen Feltzing1-3/+3
2002-10-08Removed warning on debug buildsLinus Nielsen Feltzing1-0/+1
2002-10-08Magnus Holmgrens improved word swapLinus Nielsen Feltzing1-16/+44
2002-10-08Removed some more rounding of addressesLinus Nielsen Feltzing1-6/+1
2002-10-08Back to byte-aligned bitswappingLinus Nielsen Feltzing2-76/+89
2002-10-04When ffw/rew, correctly handle case where mpeg_file < 0 (eg. when playing las...Hardeep Sidhu1-2/+10
2002-10-04Now backlight really stays on when the charger is connectedLinus Nielsen Feltzing1-4/+8
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-5/+18
2002-10-04mpeg_phys2val() scaled the volume incorrectlyLinus Nielsen Feltzing1-1/+1
2002-10-03Sim warning removedLinus Nielsen Feltzing1-1/+1
2002-10-03minor editsRobert Hak1-4/+0
2002-10-03volume now increments by 1 not 2Robert Hak1-5/+7
2002-10-03Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing1-0/+7
2002-10-03Make sure the buffer data has been swapped before resuming after ffw.Hardeep Sidhu1-8/+21
2002-10-02Bill Napier's more elegant fix to disallow running make in apps and firmware.Björn Stenberg1-5/+13
2002-10-02Changed .eq file format to simple 'setting: value' model.Björn Stenberg2-0/+46
2002-10-02Remote control now sends both key-down and key-up eventsLinus Nielsen Feltzing1-0/+1
2002-10-01modify the data these point to, these operators are right-to-left...Daniel Stenberg1-3/+3
2002-10-01Made the Unicode kludge even kludgier, but non-crashingLinus Nielsen Feltzing1-42/+70
2002-10-01fixed for player, removed dependency on CHARGER_CTRLDaniel Stenberg1-10/+7
2002-10-01Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg2-4/+39
2002-10-01Support getting width OR height of stringBjörn Stenberg1-2/+4
2002-09-30Bill Napier wrote this:Daniel Stenberg1-0/+26
2002-09-30Bill Napier's fix for header lengths for ID3v2.3 and earlier.Daniel Stenberg1-2/+14
2002-09-30Crude kludge to prevent people from running 'make' in the apps and firmware d...Björn Stenberg1-2/+4
2002-09-30A lot more stable remote control handlingLinus Nielsen Feltzing3-67/+99
2002-09-30Magnus Holmgren's improved atoi()Daniel Stenberg1-8/+31
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing1-0/+2
2002-09-27Rudimentary VBRI parsingLinus Nielsen Feltzing1-0/+29
2002-09-26Auto-poweroff restarts the timeout when extracting the chargerLinus Nielsen Feltzing1-4/+14
2002-09-25More sensible (but probably still not working) power offLinus Nielsen Feltzing1-0/+3
2002-09-25Don't auto-poweroff if USB is insertedLinus Nielsen Feltzing3-0/+8
2002-09-25Improved retry handlingBjörn Stenberg1-5/+12