1. aa0f895 The zip target isn't a good prerequisite for another make target so remove it. by Thomas Martitz · 14 years ago
  2. 51c91c5 Adhere to the 80-char line width limit. by Thomas Martitz · 14 years ago
  3. 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
  4. 282adac Code style changes in the java part (whitespaces and braces) to match Rockbox coding style. by Thomas Martitz · 14 years ago
  5. 54c838d The rockbox header got lost at some point. by Thomas Martitz · 14 years ago
  6. 6cf3681 Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warning in logcat. by Thomas Martitz · 14 years ago
  7. 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
  8. 5028eaa AMS USBv2: use OF settings for undocumented register by Rafaël Carré · 14 years ago
  9. 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
  10. cbbbe60 Use getMinBufferSize instead of hardcoding a buffer size. by Thomas Martitz · 14 years ago
  11. 409c157 Fix beast, forgot the asm label when renaming. by Thomas Martitz · 14 years ago
  12. 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
  13. 12a2889 Fix sim reds (forgot \ at end of line). by Thomas Martitz · 14 years ago
  14. d950883 Bump plugin api for new functions. by Thomas Martitz · 14 years ago
  15. 0d4585b Extend lc_open() to also being able to load overlay plugins. by Thomas Martitz · 14 years ago
  16. cec7c99 Forgot to rename cpucache_flush/_invalidate for PP502x. by Thomas Martitz · 14 years ago
  17. 6af762f codecs_crt0.c needs to call cpucache_invalidate after copying code around. by Thomas Martitz · 14 years ago
  18. 28b30d4 Oops, remove left-over DEBUGFs. by Thomas Martitz · 14 years ago
  19. ded525e Revert r27972 to fix FS#11610 (but in a way android builds still work). by Thomas Martitz · 14 years ago
  20. 89dcb1c fix red. by Thomas Martitz · 14 years ago
  21. e22aa75 Cleanup io.c a bit. by Thomas Martitz · 14 years ago
  22. 4120652 keybox: do not leak filehandle when the wrong password is entered. by Nils Wallménius · 14 years ago
  23. f09499f Change sd-as3525*.c to the new cache coherency function names. by Thomas Martitz · 14 years ago
  24. dd5dd8c Rename cache coherency functions. by Thomas Martitz · 14 years ago
  25. ca0e95a USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type() by Rafaël Carré · 14 years ago
  26. f1adafc USB AMSv2: split handle_ep_int() by Rafaël Carré · 14 years ago
  27. 5aa5de5 USB AMSv2: smaller struct usb_endpoint by Rafaël Carré · 14 years ago
  28. 8e0ff81 USB AMSv2: only read endpoint interrupt status register once by Rafaël Carré · 14 years ago
  29. 1752dfd usb-drv-as3525v2.c: cosmetics (remove trailing spaces) by Rafaël Carré · 14 years ago
  30. 29276be USB AMSv2: Reduce the size of (in/out)_ep_list by Rafaël Carré · 14 years ago
  31. 24cd51a USB AMSv2: simplify FOR_EACH* macros by Rafaël Carré · 14 years ago
  32. e526681 USB AMSv2: use status == -1 to signal errors by Rafaël Carré · 14 years ago
  33. d2871ff usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the define by Rafaël Carré · 14 years ago
  34. 8c4f83e USB AMSv2: cosmetics by Rafaël Carré · 14 years ago
  35. dbea731 USB AMSv2: update endpoint->len on transfer by Rafaël Carré · 14 years ago
  36. 9503e6e as3525v2 usb: define USB_HAS_BULK by Rafaël Carré · 14 years ago
  37. be24bee usb-drv-as3525v2: use dump_dcache_range() by Rafaël Carré · 14 years ago
  38. b72237a usb-drv-as3525v2: fixes by Rafaël Carré · 14 years ago
  39. 03d391d as3525v2-usb: don't disable data transfers ! by Amaury Pouly · 14 years ago
  40. f140930 as3525v2-usb: fix red and fix stupid typo about endpoint status by Amaury Pouly · 14 years ago
  41. 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
  42. 025112f as3525v2-usb: by Amaury Pouly · 14 years ago
  43. 5a329de workaround weird gcc behaviour by Rafaël Carré · 14 years ago
  44. 7791843 m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99 by Rafaël Carré · 14 years ago
  45. 3bd943e invadrox: make all inline functions static inline by Rafaël Carré · 14 years ago
  46. 0f5b717 invadrox: make inline function static inline by Rafaël Carré · 14 years ago
  47. aca255e gigabeats: remove inline from extern functions by Rafaël Carré · 14 years ago
  48. c168d23 FS#11611: Use -std=gnu99 to allow additional C99 features by Rafaël Carré · 14 years ago
  49. bd73747 pitch_detector: build with -std=gnu99 by Rafaël Carré · 14 years ago
  50. 791d425 plugins (doom, midi, rockboy): don't use non-static inline by Rafaël Carré · 14 years ago
  51. 17e5399 buflib_get_data(): static inline ensures it will be inlined by Rafaël Carré · 14 years ago
  52. 2ac5153 AMS: make dma_disable_channel() not inline by Rafaël Carré · 14 years ago
  53. 9b49175 debug-as3525.c : fix include, remove comment by Rafaël Carré · 14 years ago
  54. 829ddaa Clipv1: stable status by Rafaël Carré · 14 years ago
  55. 336cec2 Fix set_serial_descriptor() for targets with as3543 by Rafaël Carré · 14 years ago
  56. b69df42 Default to 35px adobe helvetica for big displays (height > 480). by Thomas Martitz · 14 years ago
  57. 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
  58. a1612bb fix warning by Jonathan Gordon · 14 years ago
  59. 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
  60. 1a92ff0 3rd time lucky by Jonathan Gordon · 14 years ago
  61. e7c1598 woops, wrong dimensions by Jonathan Gordon · 14 years ago
  62. 1ab7440 Add a work-in-progress 320x400 touch enabled sbs. by Jonathan Gordon · 14 years ago
  63. a264733 The glyph number is required if it is given (i.e you cantt use -) by Jonathan Gordon · 14 years ago
  64. 9940663 Fix sdl application build by Thomas Martitz · 14 years ago
  65. d7cfd76 Check for presence of the sdk and ndk (the corresponding env variables to be exact) in configure. by Thomas Martitz · 14 years ago
  66. cb435ab manual: the AMSv1 don't run OF if powered by USB by Rafaël Carré · 14 years ago
  67. 40a6aef Implement USB VID / PID retrieval using IOKit on OS X. by Dominik Riebeling · 14 years ago
  68. c196da2 FS#11597 : decrease FCLK frequency when unboosted by Rafaël Carré · 14 years ago
  69. d71d537 Don't search for libspeex on Windows and Mac. by Dominik Riebeling · 14 years ago
  70. 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
  71. 81bce3b Add -config intel option to allow building for Intel targets only on Mac. by Dominik Riebeling · 14 years ago
  72. 839f777 Remove duplicated license file. by Dominik Riebeling · 14 years ago
  73. 173044d revert r27991 by Rafaël Carré · 14 years ago
  74. bf0e907 powermgmt.h: include config.h by Rafaël Carré · 14 years ago
  75. e93ba5a Clipv1: update CHARGER_TOTAL_TIMER by Rafaël Carré · 14 years ago
  76. c576e4a Clipv1: draw 150mA from the charger, like Clipv2/+ by Rafaël Carré · 14 years ago
  77. 4e739b4 USB AMSv2: fix bit position in DCFG register by Rafaël Carré · 14 years ago
  78. c948cf4 Add a manual entry for the shopper plugin. More details are in the wiki. by Alexander Levin · 14 years ago
  79. 4cf50e2 Change the file name extension for the shopper plugin from 'list' to a more descriptive 'shopper' by Alexander Levin · 14 years ago
  80. 994aba1 Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/). by Thomas Martitz · 14 years ago
  81. 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
  82. e09a085 as3525v2: by Amaury Pouly · 14 years ago
  83. a92d316 fix test_codec broken after r27968 by Rafaël Carré · 14 years ago
  84. 2e1988b Small cabbie update by Hayden Pearce for cabbiev2.176x220x16 by Jonathan Gordon · 14 years ago
  85. 216ed29 fix FS#11588 - %t(0) inside conditionals wasnt making that subline skip by Jonathan Gordon · 14 years ago
  86. 5cc11a1 Clip WPS keymap: move pitchscreen to long up by Rafaël Carré · 14 years ago
  87. 97ed213 Fix typo by Thomas Martitz · 14 years ago
  88. 4e982d3 Extend android.make so that it can generate a debug signed apk. by Thomas Martitz · 14 years ago
  89. bd7af68 battery_bench: make functions/struct/variables static by Rafaël Carré · 14 years ago
  90. be17fff Move comment by Thomas Martitz · 14 years ago
  91. f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
  92. 24424ba Fix reds. The battery_capacity setting is used even for fixed-battery targets. by Thomas Martitz · 14 years ago
  93. 8ec5113 Android: Fix two warnings by Thomas Martitz · 14 years ago
  94. f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
  95. c00fbc4 Android: Don't compile sim_tasks.c by Thomas Martitz · 14 years ago
  96. a4264eb Redo previous commit to not break android builds. by Thomas Martitz · 14 years ago
  97. 4ada1ee Fix database by Thomas Martitz · 14 years ago
  98. eac36d5 struct DIR -> DIR, should fix most if not all reds. by Thomas Martitz · 14 years ago
  99. dc8ad86 Android: Enable software tone controls by Thomas Martitz · 14 years ago
  100. 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago