2010-05-17 |
kugel | A bit further cleanup in system-sdl.c.
|
commit | commitdiff | tree |
2010-05-17 |
kugel | Fix another warning which strangely only occurs on...
|
commit | commitdiff | tree |
2010-05-17 |
kugel | Restore changes of r25809 that got lost in the target...
|
commit | commitdiff | tree |
2010-05-17 |
kugel | Fix FS#11280
|
commit | commitdiff | tree |
2010-05-16 |
kugel | memset is in string.h, not memory.h.
|
commit | commitdiff | tree |
2010-05-16 |
kugel | Fix building on cygwin.
|
commit | commitdiff | tree |
2010-05-15 |
kugel | Correct button_read_device prototype for HAVE_BUTTON_DATA.
|
commit | commitdiff | tree |
2010-05-15 |
kugel | Fix last reds, database tool definitely needs rework.
|
commit | commitdiff | tree |
2010-05-15 |
kugel | Get checkwps going again, don't mess with sdl in it.
|
commit | commitdiff | tree |
2010-05-15 |
kugel | - Move uisimulator/sdl/*.[ch] into the target tree...
|
commit | commitdiff | tree |
2010-05-14 |
kugel | Fix remaining reds/yellows.
|
commit | commitdiff | tree |
2010-05-14 |
kugel | Fix wrong #ifdefs.
|
commit | commitdiff | tree |
2010-05-14 |
kugel | Move math.h to firmware/libc/include/ and fix slight...
|
commit | commitdiff | tree |
2010-05-14 |
kugel | Include host system's header files and don't compile...
|
commit | commitdiff | tree |
2010-05-09 |
kugel | Undo a change of r25850 which broke SDL audio on some...
|
commit | commitdiff | tree |
2010-05-09 |
kugel | Remove -U_GNU_SOURCE again (was added in r25850). It...
|
commit | commitdiff | tree |
2010-05-07 |
kugel | Fix disastrous variable shadowing, change casts to...
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Fix last sprintf warning.
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Fix the remaining reds.
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Fix c&p error from r25853 that should've fixed some...
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Revert r25854 which was bad for the database tool ...
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Fix checkwps by using host system's file IO (thanks...
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Fix some more snprintf related warnings.
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Fix some size_t related warnings (hopefully, they seem...
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Add firmware/include to the include path to fix checkwps.
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Move c/h files implementing/defining standard library...
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Make open() posix compliant api-wise. A few calls ...
|
commit | commitdiff | tree |
2010-05-06 |
kugel | Make creat() posix compliant API-wise. Shouldn't affect...
|
commit | commitdiff | tree |
2010-05-03 |
kugel | Update a comment to reflect the previous commit.
|
commit | commitdiff | tree |
2010-05-03 |
kugel | Move read_line() further down so that it can be used...
|
commit | commitdiff | tree |
2010-05-02 |
kugel | Fix wrong udelay logic that made it be way off.
|
commit | commitdiff | tree |
2010-04-27 |
kugel | Two corrections to the previous commit (wrong timer...
|
commit | commitdiff | tree |
2010-04-27 |
kugel | FS#11172 - Fuzev2: Read the scrollwheel scrollwheel...
|
commit | commitdiff | tree |
2010-04-27 |
kugel | as3525(v2): Add a somewhat inaccurate udelay (-0.5...
|
commit | commitdiff | tree |
2010-04-25 |
kugel | Fix yellows
|
commit | commitdiff | tree |
2010-04-25 |
kugel | Remove lots of simulator-speficic #ifdef'ing in sound...
|
commit | commitdiff | tree |
2010-04-16 |
kugel | Cleanup thread_entry definition a bit. Reorder members...
|
commit | commitdiff | tree |
2010-04-16 |
kugel | Convert macro to inline function and move it into ...
|
commit | commitdiff | tree |
2010-04-16 |
kugel | Use API call instead of accessing a global variable...
|
commit | commitdiff | tree |
2010-04-05 |
kugel | Revert part of r25489 as it didn't fix the problem...
|
commit | commitdiff | tree |
2010-04-05 |
kugel | as3525v2: Move codec into iram freeing 1MB for the...
|
commit | commitdiff | tree |
2010-04-05 |
kugel | Correct comment.
|
commit | commitdiff | tree |
2010-04-05 |
kugel | Fuzev2: Use 40MHz as unboosted frequency. The lcd speed...
|
commit | commitdiff | tree |
2010-04-05 |
kugel | Add T for plugins to the advanced build options to...
|
commit | commitdiff | tree |
2010-04-05 |
kugel | Fix yellow. Another function unneeded in the bootloader.
|
commit | commitdiff | tree |
2010-04-05 |
kugel | as2525(v2): We don't need yuv blitting/greylib support...
|
commit | commitdiff | tree |
2010-04-05 |
kugel | Add forgotten file (git was supposed to rename!).
|
commit | commitdiff | tree |
2010-04-05 |
kugel | Fuzev2: Reduce code duplication by reusing Fuzev1 code.
|
commit | commitdiff | tree |
2010-04-03 |
kugel | Move delta calculation up so that only the loop time...
|
commit | commitdiff | tree |
2010-04-03 |
kugel | Memory benchmark plugin. Tests memory speeds and prints...
|
commit | commitdiff | tree |
2010-04-01 |
kugel | Fix test_boost boost handling. Also show the number...
|
commit | commitdiff | tree |
2010-04-01 |
kugel | Fuzev2: Scrollwheel works like a charm :)
|
commit | commitdiff | tree |
2010-03-29 |
kugel | Fix bootloader red, it doesn't have backlight handling.
|
commit | commitdiff | tree |
2010-03-29 |
kugel | Fuzev2: Preliminary button support. Scrollwheel does...
|
commit | commitdiff | tree |
2010-03-16 |
kugel | A tiny bit more Sansa Fuze v2 work.
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Fix two warnings that appear with gcc4.4.3. The one...
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Make mini2440 compile again.
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Fix red.
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Use ldr instead of adr, so that it compiles with a...
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Fix a bunch of boot.lds files so that they build with...
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Correct search&replace error.
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Make it easier to change the toolchain in the dualboot...
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Make bin2c ensure that the generated C arrays are 32bit...
|
commit | commitdiff | tree |
2010-03-08 |
kugel | Update rockboxdev.sh/configure for arm-elf-eabi-gcc...
|
commit | commitdiff | tree |
2010-03-04 |
kugel | Add a few warning comments about the INIT_ATTR stuff.
|
commit | commitdiff | tree |
2010-03-04 |
kugel | Fix as3525 lowmem targets. They put the init code into...
|
commit | commitdiff | tree |
2010-03-04 |
kugel | Don't forget to initialize the wps.
|
commit | commitdiff | tree |
2010-03-04 |
kugel | Fix ipodvideo64mb by making the branch to main a long...
|
commit | commitdiff | tree |
2010-03-03 |
kugel | Really fix bootloaders now.
|
commit | commitdiff | tree |
2010-03-03 |
kugel | Fix remaining reds. I forgot to change the app.lds...
|
commit | commitdiff | tree |
2010-03-03 |
kugel | Don't call this two, it's uneeded (and would crash...
|
commit | commitdiff | tree |
2010-03-03 |
kugel | Fix reds. Don't use the init section in the bootloader...
|
commit | commitdiff | tree |
2010-03-03 |
kugel | FS#10756 - Free unused init code
|
commit | commitdiff | tree |
2010-03-01 |
kugel | Revert r24958. It didn't fix anything (in fact, the...
|
commit | commitdiff | tree |
2010-02-27 |
kugel | Add playlist viewer screen to %cs.
|
commit | commitdiff | tree |
2010-02-27 |
kugel | Fix dead parts of the wps when leaving it.
|
commit | commitdiff | tree |
2010-02-27 |
kugel | Store the list of fonts in a linked list instead of...
|
commit | commitdiff | tree |
2010-02-27 |
kugel | Properly handle empty and '-' font settings.
|
commit | commitdiff | tree |
2010-02-26 |
kugel | Sansa Fuzev2: Add mkamsboot and dualboot support. The...
|
commit | commitdiff | tree |
2010-02-25 |
kugel | Add Sansa Fuzev2 to the target tree. Bootloader builds...
|
commit | commitdiff | tree |
2010-02-21 |
kugel | Don't be too wasteful and only reparse skins when actually...
|
commit | commitdiff | tree |
2010-02-21 |
kugel | Shorten settings_skins_apply() and correct some checks.
|
commit | commitdiff | tree |
2010-02-21 |
kugel | Properly generate (with "Save Theme Settings") and...
|
commit | commitdiff | tree |
2010-02-21 |
kugel | Fix the mechanism to fail to parse skins if images...
|
commit | commitdiff | tree |
2010-02-21 |
kugel | Fix wpsbuild to properly generate "-" for theme related...
|
commit | commitdiff | tree |
2010-02-20 |
kugel | Correct ActionFMPreset manual entry for the Fuze.
|
commit | commitdiff | tree |
2010-02-20 |
kugel | Factor out some drawing code.
|
commit | commitdiff | tree |
2010-02-20 |
kugel | Quickscreen for the radio screen. I added a keymap...
|
commit | commitdiff | tree |
2010-02-20 |
kugel | Fix up Fuze's radio keymap a bit.
|
commit | commitdiff | tree |
2010-02-20 |
kugel | Remove a few unused defines
|
commit | commitdiff | tree |
2010-02-20 |
kugel | Update the manual according to the playlist viewer...
|
commit | commitdiff | tree |
2010-02-20 |
kugel | Playlist Viewer Changes to bring consistency:
|
commit | commitdiff | tree |
2010-02-20 |
kugel | Use a helpfer function to avoid ugly casting and correct...
|
commit | commitdiff | tree |
2010-02-18 |
kugel | Hopefully fix yellow now, I don't understand why %ld...
|
commit | commitdiff | tree |
2010-02-18 |
kugel | Fix yellow caused by signedness.
|
commit | commitdiff | tree |
2010-02-18 |
kugel | Fix FS#11004 - Buffering crashes when skipping back...
|
commit | commitdiff | tree |
2010-02-12 |
kugel | Convert RINGBUF_* macros to inline functions, saving...
|
commit | commitdiff | tree |
2010-02-10 |
kugel | Bubbles: Don't save scores when quit without saving...
|
commit | commitdiff | tree |
2010-01-27 |
kugel | Fix yellows
|
commit | commitdiff | tree |
2010-01-27 |
kugel | Fix multiscreen handling of the viewportmanager.
|
commit | commitdiff | tree |