- aa0f895 The zip target isn't a good prerequisite for another make target so remove it. by Thomas Martitz · 14 years ago
- 51c91c5 Adhere to the 80-char line width limit. by Thomas Martitz · 14 years ago
- c98f584 Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now use the MAX() of the old buffer and minBufferSize() by Thomas Martitz · 14 years ago
- 282adac Code style changes in the java part (whitespaces and braces) to match Rockbox coding style. by Thomas Martitz · 14 years ago
- 54c838d The rockbox header got lost at some point. by Thomas Martitz · 14 years ago
- 6cf3681 Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warning in logcat. by Thomas Martitz · 14 years ago
- a994401 Extend make clean for android zu also cleanup the compiled java classes and apks (and everything else generated during build process). by Thomas Martitz · 14 years ago
- 5028eaa AMS USBv2: use OF settings for undocumented register by Rafaël Carré · 14 years ago
- 0e0baaa Android: Fix a problem where entered Rockbox multiple times (with multiple instances on the activity stack) until it was exited once with the back button. by Thomas Martitz · 14 years ago
- cbbbe60 Use getMinBufferSize instead of hardcoding a buffer size. by Thomas Martitz · 14 years ago
- 409c157 Fix beast, forgot the asm label when renaming. by Thomas Martitz · 14 years ago
- 637bb2e Also rename cpucache_invalidate() function for mips. There's more in the target tree of mips which I have overlooked yesterday. by Thomas Martitz · 14 years ago
- 12a2889 Fix sim reds (forgot \ at end of line). by Thomas Martitz · 14 years ago
- d950883 Bump plugin api for new functions. by Thomas Martitz · 14 years ago
- 0d4585b Extend lc_open() to also being able to load overlay plugins. by Thomas Martitz · 14 years ago
- cec7c99 Forgot to rename cpucache_flush/_invalidate for PP502x. by Thomas Martitz · 14 years ago
- 6af762f codecs_crt0.c needs to call cpucache_invalidate after copying code around. by Thomas Martitz · 14 years ago
- 28b30d4 Oops, remove left-over DEBUGFs. by Thomas Martitz · 14 years ago
- ded525e Revert r27972 to fix FS#11610 (but in a way android builds still work). by Thomas Martitz · 14 years ago
- 89dcb1c fix red. by Thomas Martitz · 14 years ago
- e22aa75 Cleanup io.c a bit. by Thomas Martitz · 14 years ago
- 4120652 keybox: do not leak filehandle when the wrong password is entered. by Nils Wallménius · 14 years ago
- f09499f Change sd-as3525*.c to the new cache coherency function names. by Thomas Martitz · 14 years ago
- dd5dd8c Rename cache coherency functions. by Thomas Martitz · 14 years ago
- ca0e95a USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type() by Rafaël Carré · 14 years ago
- f1adafc USB AMSv2: split handle_ep_int() by Rafaël Carré · 14 years ago
- 5aa5de5 USB AMSv2: smaller struct usb_endpoint by Rafaël Carré · 14 years ago
- 8e0ff81 USB AMSv2: only read endpoint interrupt status register once by Rafaël Carré · 14 years ago
- 1752dfd usb-drv-as3525v2.c: cosmetics (remove trailing spaces) by Rafaël Carré · 14 years ago
- 29276be USB AMSv2: Reduce the size of (in/out)_ep_list by Rafaël Carré · 14 years ago
- 24cd51a USB AMSv2: simplify FOR_EACH* macros by Rafaël Carré · 14 years ago
- e526681 USB AMSv2: use status == -1 to signal errors by Rafaël Carré · 14 years ago
- d2871ff usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the define by Rafaël Carré · 14 years ago
- 8c4f83e USB AMSv2: cosmetics by Rafaël Carré · 14 years ago
- dbea731 USB AMSv2: update endpoint->len on transfer by Rafaël Carré · 14 years ago
- 9503e6e as3525v2 usb: define USB_HAS_BULK by Rafaël Carré · 14 years ago
- be24bee usb-drv-as3525v2: use dump_dcache_range() by Rafaël Carré · 14 years ago
- b72237a usb-drv-as3525v2: fixes by Rafaël Carré · 14 years ago
- 03d391d as3525v2-usb: don't disable data transfers ! by Amaury Pouly · 14 years ago
- f140930 as3525v2-usb: fix red and fix stupid typo about endpoint status by Amaury Pouly · 14 years ago
- f20d11c as3525v2-usb: all control operations are working, there is a problem with UMS: the IN transfer to respond to inquiry does not start, resulting in not lun being detected by Amaury Pouly · 14 years ago
- 025112f as3525v2-usb: by Amaury Pouly · 14 years ago
- 5a329de workaround weird gcc behaviour by Rafaël Carré · 14 years ago
- 7791843 m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99 by Rafaël Carré · 14 years ago
- 3bd943e invadrox: make all inline functions static inline by Rafaël Carré · 14 years ago
- 0f5b717 invadrox: make inline function static inline by Rafaël Carré · 14 years ago
- aca255e gigabeats: remove inline from extern functions by Rafaël Carré · 14 years ago
- c168d23 FS#11611: Use -std=gnu99 to allow additional C99 features by Rafaël Carré · 14 years ago
- bd73747 pitch_detector: build with -std=gnu99 by Rafaël Carré · 14 years ago
- 791d425 plugins (doom, midi, rockboy): don't use non-static inline by Rafaël Carré · 14 years ago
- 17e5399 buflib_get_data(): static inline ensures it will be inlined by Rafaël Carré · 14 years ago
- 2ac5153 AMS: make dma_disable_channel() not inline by Rafaël Carré · 14 years ago
- 9b49175 debug-as3525.c : fix include, remove comment by Rafaël Carré · 14 years ago
- 829ddaa Clipv1: stable status by Rafaël Carré · 14 years ago
- 336cec2 Fix set_serial_descriptor() for targets with as3543 by Rafaël Carré · 14 years ago
- b69df42 Default to 35px adobe helvetica for big displays (height > 480). by Thomas Martitz · 14 years ago
- 5d4b13b Slightly reorganise the FAT driver to ensure that no more than one sector buffer is ever allocated on the stack simultaneously. Fixes FS#11433 by Frank Gevaerts · 14 years ago
- a1612bb fix warning by Jonathan Gordon · 14 years ago
- 4caa832 2 new touch region options... "settings_inc" and "settings_dec" which will increase or decrease most of the available settings. To use it put the config name of the setting as the next param after settings_inc... i.e %T(0, 0, 32, 32, settings_inc, repeat) by Jonathan Gordon · 14 years ago
- 1a92ff0 3rd time lucky by Jonathan Gordon · 14 years ago
- e7c1598 woops, wrong dimensions by Jonathan Gordon · 14 years ago
- 1ab7440 Add a work-in-progress 320x400 touch enabled sbs. by Jonathan Gordon · 14 years ago
- a264733 The glyph number is required if it is given (i.e you cantt use -) by Jonathan Gordon · 14 years ago
- 9940663 Fix sdl application build by Thomas Martitz · 14 years ago
- d7cfd76 Check for presence of the sdk and ndk (the corresponding env variables to be exact) in configure. by Thomas Martitz · 14 years ago
- cb435ab manual: the AMSv1 don't run OF if powered by USB by Rafaël Carré · 14 years ago
- 40a6aef Implement USB VID / PID retrieval using IOKit on OS X. by Dominik Riebeling · 14 years ago
- c196da2 FS#11597 : decrease FCLK frequency when unboosted by Rafaël Carré · 14 years ago
- d71d537 Don't search for libspeex on Windows and Mac. by Dominik Riebeling · 14 years ago
- dbde63b progressbars are drawn inside viewports so all coords are viewport relative. so fix - for the x coord to be 0 instead of vp->x which never made sense (woops from 18months ago :p ) by Jonathan Gordon · 14 years ago
- 81bce3b Add -config intel option to allow building for Intel targets only on Mac. by Dominik Riebeling · 14 years ago
- 839f777 Remove duplicated license file. by Dominik Riebeling · 14 years ago
- 173044d revert r27991 by Rafaël Carré · 14 years ago
- bf0e907 powermgmt.h: include config.h by Rafaël Carré · 14 years ago
- e93ba5a Clipv1: update CHARGER_TOTAL_TIMER by Rafaël Carré · 14 years ago
- c576e4a Clipv1: draw 150mA from the charger, like Clipv2/+ by Rafaël Carré · 14 years ago
- 4e739b4 USB AMSv2: fix bit position in DCFG register by Rafaël Carré · 14 years ago
- c948cf4 Add a manual entry for the shopper plugin. More details are in the wiki. by Alexander Levin · 14 years ago
- 4cf50e2 Change the file name extension for the shopper plugin from 'list' to a more descriptive 'shopper' by Alexander Levin · 14 years ago
- 994aba1 Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/). by Thomas Martitz · 14 years ago
- f3da8d0 as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't protected #undef of USB_NUM_ENDPOINTS by Amaury Pouly · 14 years ago
- e09a085 as3525v2: by Amaury Pouly · 14 years ago
- a92d316 fix test_codec broken after r27968 by Rafaël Carré · 14 years ago
- 2e1988b Small cabbie update by Hayden Pearce for cabbiev2.176x220x16 by Jonathan Gordon · 14 years ago
- 216ed29 fix FS#11588 - %t(0) inside conditionals wasnt making that subline skip by Jonathan Gordon · 14 years ago
- 5cc11a1 Clip WPS keymap: move pitchscreen to long up by Rafaël Carré · 14 years ago
- 97ed213 Fix typo by Thomas Martitz · 14 years ago
- 4e982d3 Extend android.make so that it can generate a debug signed apk. by Thomas Martitz · 14 years ago
- bd7af68 battery_bench: make functions/struct/variables static by Rafaël Carré · 14 years ago
- be17fff Move comment by Thomas Martitz · 14 years ago
- f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
- 24424ba Fix reds. The battery_capacity setting is used even for fixed-battery targets. by Thomas Martitz · 14 years ago
- 8ec5113 Android: Fix two warnings by Thomas Martitz · 14 years ago
- f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
- c00fbc4 Android: Don't compile sim_tasks.c by Thomas Martitz · 14 years ago
- a4264eb Redo previous commit to not break android builds. by Thomas Martitz · 14 years ago
- 4ada1ee Fix database by Thomas Martitz · 14 years ago
- eac36d5 struct DIR -> DIR, should fix most if not all reds. by Thomas Martitz · 14 years ago
- dc8ad86 Android: Enable software tone controls by Thomas Martitz · 14 years ago
- 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago