| Commit message (Expand) | Author |
| 2004-08-01 | Fixed player builds | Jens Arnold |
| 2004-08-01 | More const policeing step 1 | Jens Arnold |
| 2004-07-24 | Now doesn't generate extraneous key-down events when releasing one key in a c... | Linus Nielsen Feltzing |
| 2004-07-24 | Removed nasty lvalue cast | Linus Nielsen Feltzing |
| 2004-07-21 | Added raw button reading functionality | Linus Nielsen Feltzing |
| 2004-07-20 | Extra LCD updates for the player LCD simulation | Linus Nielsen Feltzing |
| 2004-07-19 | Const'ed the logo, the bitmaps and the credits (optimization for running from... | Jens Arnold |
| 2004-07-14 | Added bookmark icon for the Player/Studio | Linus Nielsen Feltzing |
| 2004-07-14 | Disable the backlight before powering off the Player/Studio | Linus Nielsen Feltzing |
| 2004-07-13 | Removed lvalue cast, which generates warnings on newer gcc versions | Linus Nielsen Feltzing |
| 2004-07-09 | Simplified the recorder scrolling code a little | Linus Nielsen Feltzing |
| 2004-07-05 | Enabled assembler optimized disk reading and writing (approx. 2 times as fast) | Jens Arnold |
| 2004-06-30 | New screen dump feature for recorders | Linus Nielsen Feltzing |
| 2004-06-22 | Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl... | Linus Nielsen Feltzing |
| 2004-06-22 | Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi... | Linus Nielsen Feltzing |
| 2004-06-16 | remove C++/C99 comment | Daniel Stenberg |
| 2004-06-11 | Disabled automatic disk spindown (by the drive). Updated comments regarding t... | Jens Arnold |
| 2004-05-15 | Fixed a warning | Jens Arnold |
| 2004-05-15 | TABs again... | Jens Arnold |
| 2004-05-14 | Fixed lcd_putsxyofs() for the new lcd_bitmap() | Jens Arnold |
| 2004-05-14 | Some TAB characters slipped in... | Jens Arnold |
| 2004-05-14 | Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No... | Jens Arnold |
| 2004-05-11 | Corrected the charset for old lcd of players after an incorrect change | Kjell Ericson |
| 2004-05-10 | Fully assembler optimized lcd driver (another 10% real-world speedup on recor... | Jens Arnold |
| 2004-05-06 | Faster LCD transfer routines (+35% for the player, +8% for the recorder) | Jens Arnold |
| 2004-04-21 | Fixed player sim warning | Jens Arnold |
| 2004-04-21 | Unified usage of lcd transfer code | Jens Arnold |
| 2004-04-16 | New function: rmdir(). Also some changes in the fat code, to track the parent... | Linus Nielsen Feltzing |
| 2004-04-06 | Added some missing character substitutions, prompted by Eric Lassauge. | Björn Stenberg |
| 2004-04-06 | Added cluster size to the disk debug screen | Linus Nielsen Feltzing |
| 2004-04-01 | patch #922836 by Jens: way faster disk writing, in assembler. The code is in,... | Jörg Hohensohn |
| 2004-03-22 | No need to turn on the backlight for remote button presses. | Björn Stenberg |
| 2004-03-19 | A hip shot trying to make the Red LED Death situation a little better | Linus Nielsen Feltzing |
| 2004-03-10 | - no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please... | Jörg Hohensohn |
| 2004-03-09 | Reverted the STANDBY fix from 2004-02-15, rev 1.106 | Linus Nielsen Feltzing |
| 2004-03-02 | Removed compiler warning | Linus Nielsen Feltzing |
| 2004-03-02 | Made set_irq_level() an inline function, and optimized it by removing the bit... | Linus Nielsen Feltzing |
| 2004-03-02 | Removed the interrupt disabling in lcd_write_data() | Linus Nielsen Feltzing |
| 2004-03-02 | Now sets the highest possible PIO mode in set_features() | Linus Nielsen Feltzing |
| 2004-02-25 | The cli()/sti() functions are not safe. We should have removed them long ago. | Linus Nielsen Feltzing |
| 2004-02-17 | fixed compiling errors | Linus Nielsen Feltzing |
| 2004-02-17 | set_features() is now called from ata_power_on() | Linus Nielsen Feltzing |
| 2004-02-16 | Silly me, I forgot to remove my debugging code | Linus Nielsen Feltzing |
| 2004-02-16 | Bug 1: The STANDBY mode is now explicitly disabled, since it could be set to ... | Linus Nielsen Feltzing |
| 2004-02-15 | Assembly code for copy_read_sectors() disabled: Tests with Trent showed that ... | Jörg Hohensohn |
| 2004-02-09 | Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apa... | Jörg Hohensohn |
| 2004-02-05 | Better charging feedback for FM/V2 devices | Linus Nielsen Feltzing |
| 2004-01-27 | no code change, I just forgot to take my template disassembly out (a big comm... | Jörg Hohensohn |
| 2004-01-27 | Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 f... | Jörg Hohensohn |
| 2004-01-26 | Really squeezed lcd_write_data() with tricky assembler optimization. Now it d... | Jörg Hohensohn |