Age | Commit message (Expand) | Author | Files | Lines |
2006-02-22 | Corrected Miguel's last name | Hristo Kovachev | 1 | -1/+1 |
2006-02-22 | New chessbox plugin by Miguel A. ArЩvalo, based on GNU Chess v2 | Hristo Kovachev | 11 | -0/+3053 |
2006-02-22 | Remove some unused/deprecated defines | Hristo Kovachev | 2 | -26/+0 |
2006-02-22 | BrickMania for Archos Recorder/Ondio, iAudio x5 (b/w at the moment) and iPod 3G | Ben Basha | 18 | -98/+217 |
2006-02-22 | Fix some of the voice and beep bugs that people have noticed since my new pcm... | Brandon Low | 2 | -55/+53 |
2006-02-22 | Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect(). | Jens Arnold | 1 | -21/+102 |
2006-02-22 | Added memset16() for filling memory regions with 16 bit values, needed for up... | Jens Arnold | 4 | -0/+257 |
2006-02-22 | Slight optimisation for 1bit and 2bit (vp) LCD drivers. | Jens Arnold | 3 | -19/+53 |
2006-02-21 | using --zoom with no number given defaults to 2 and no longer segfaults | Daniel Stenberg | 1 | -1/+4 |
2006-02-21 | Proper working sound in the SDL sim. Add option to write raw audio to a file,... | Dan Everton | 2 | -22/+54 |
2006-02-21 | No X5 remote support just yet | Linus Nielsen Feltzing | 1 | -1/+2 |
2006-02-21 | Not only H300 has a PCF50606 | Linus Nielsen Feltzing | 1 | -2/+0 |
2006-02-21 | iPod 3G: Use correct DRAM_START address when branching to Rockbox | Dave Chapman | 1 | -2/+5 |
2006-02-21 | Correct typo in comments | Dave Chapman | 1 | -1/+1 |
2006-02-21 | Forgot to add config file for iPod Mini. | Dave Chapman | 1 | -0/+99 |
2006-02-21 | Patch #1435744 from Andrew Scott - initial iPod Mini support | Dave Chapman | 10 | -7/+55 |
2006-02-21 | Patch[1430311] by Henrico Witvliet. Split plugins to individual files. Proper... | Martin Arver | 27 | -1180/+1218 |
2006-02-21 | Change slider display when changing edit mode. | Dan Everton | 1 | -11/+28 |
2006-02-21 | Use scrollbar widget for the sliders instead of custom drawing routines. | Dan Everton | 1 | -23/+8 |
2006-02-21 | Ooops. | Dave Chapman | 1 | -1/+2 |
2006-02-21 | First attempt at generating and using .h files from bitmaps using bmp2rb. Th... | Dave Chapman | 13 | -54/+85 |
2006-02-20 | Speed dsp gain up slightly mostly with better code order | Brandon Low | 1 | -28/+40 |
2006-02-20 | Re-commit bitmaps in binary mode | Dave Chapman | 14 | -0/+0 |
2006-02-20 | Remove bitmaps added in ASCII mode | Dave Chapman | 14 | -0/+0 |
2006-02-20 | iPod 5G: Bug fixes in DAC initialisation - playback is now stereo... | Dave Chapman | 1 | -2/+4 |
2006-02-20 | Add ASM optimised subband filtering loop for ARM targets. Restructure | Thom Johansen | 1 | -11/+60 |
2006-02-20 | Correct the channel order in the ASM optimised fiq handler. Correct a | Thom Johansen | 1 | -1/+2 |
2006-02-20 | Multiple remote support for iriver Hxxx stage 2: now button_read() returns co... | Hristo Kovachev | 1 | -102/+110 |
2006-02-20 | Faster filled triangle drawing for colour targets and greyscale iPods. | Jens Arnold | 1 | -1/+73 |
2006-02-20 | BrickMania for iPod Nano | Ben Basha | 19 | -9/+92 |
2006-02-20 | Oops, no potentially conflicting declarations please. | Jens Arnold | 2 | -3/+2 |
2006-02-20 | Make the driver work with LCD widths which aren't integer multiples of 4, i.e... | Jens Arnold | 1 | -9/+11 |
2006-02-20 | Hide the win32 option when building the simulator. The SDL is now the only | Daniel Stenberg | 1 | -1/+2 |
2006-02-20 | minor adjustments for the x5 LCD, we're back at 16 bits for upper LCD layers | Daniel Stenberg | 2 | -1/+3 |
2006-02-20 | Reworked player simulator icons to fit the changed charcell scale factor and ... | Jens Arnold | 5 | -271/+128 |
2006-02-19 | Re-adding in binary mode | Dave Chapman | 18 | -0/+0 |
2006-02-19 | Added in ASCII mode. | Dave Chapman | 18 | -0/+0 |
2006-02-19 | Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes ... | Ben Basha | 20 | -54/+225 |
2006-02-19 | Fix slow shutdown on ipod nano. | Thom Johansen | 1 | -0/+4 |
2006-02-19 | Add ASM optimised range_limit() for ARM, which gives a tiny performance | Thom Johansen | 1 | -2/+12 |
2006-02-19 | Repeat rate adaption is now handled by the button driver. | Jens Arnold | 1 | -3/+0 |
2006-02-19 | Adaptive button repeat: adapts repeat rate depending on the ability of the ap... | Jens Arnold | 5 | -11/+52 |
2006-02-19 | Use a better string for 'Canceled' splashes. | Magnus Holmgren | 3 | -3/+3 |
2006-02-19 | Replace the range_limit lookup table with an inline function, asm optimised f... | Jens Arnold | 1 | -112/+71 |
2006-02-19 | Proper screendump for greyscale iPods. | Jens Arnold | 1 | -0/+29 |
2006-02-19 | Fix red builds - only check for USB_POWERED status if HAVE_USB_POWER is defined. | Dave Chapman | 1 | -0/+4 |
2006-02-19 | Patch #1434442 by Mikael Magnusson - Prevent shutdown when charging from USB | Linus Nielsen Feltzing | 1 | -1/+1 |
2006-02-19 | Remove unneeded variable. | Thom Johansen | 1 | -2/+0 |
2006-02-19 | Added assembler FIQ handler for iPod. Remove unnecessary SIMULATOR check | Thom Johansen | 2 | -8/+85 |
2006-02-18 | Oops, fix the simulator builds | Hristo Kovachev | 1 | -1/+5 |