1. 621d74e Fix text position in the cabbie (case without AA) and remove unnecessary scrolling. by Szymon Dziok · 11 years ago
  2. 72367f4 Don't try to set default_val in volume_limit_is_changed(). by Frank Gevaerts · 11 years ago
  3. f0bec02 Implement volume limiter feature by PurlingNayuki · 11 years ago
  4. 31dfabf Improve wording. by Thomas Martitz · 11 years ago
  5. 25b7cff manual: Update bar tags for new noborder parameter and default value for y. by Thomas Martitz · 11 years ago
  6. 4e1c690 skin_engine: Stricter checking for x, y, width, height for bar tags. by Thomas Martitz · 11 years ago
  7. d243e7e fuze+: Fix pitchscreen keymap. by Thomas Martitz · 11 years ago
  8. eafc701 scroll_engine: Fix FS#12894: Text scrolling stops working after a few seconds/minutes by Thomas Martitz · 11 years ago
  9. 09e655f put_line(): Add another check against possible buffer overflow (see 193911a). by Thomas Martitz · 11 years ago
  10. 193911a put_line(): Fix buffer overflow. by Thomas Martitz · 11 years ago
  11. 3ae7343 skin_engine: New param "noborder" for the bar tags. by Thomas Martitz · 11 years ago
  12. 6e882b4 put_line(): Do not lock up if the scroll engine runs out of lines. by Thomas Martitz · 11 years ago
  13. c0a02c9 touchscreen/skin_engine: The touchregion handler didn't handle that vertical bars are bottom-up by default by Thomas Martitz · 11 years ago
  14. 0a0d61e Fix remote warnings and charcell reds, and remove minor left-over tuff. by Thomas Martitz · 11 years ago
  15. 488a1b9 put_line/scrolling: Make the scroll engine inform custom scrollers about start/stop of scrolling. by Thomas Martitz · 11 years ago
  16. 656261b Don't use core_alloc_maximum() in usb_storage. by Frank Gevaerts · 11 years ago
  17. 26b317e scroll engine: Factor out renderer function so it can be called by lcd code. by Thomas Martitz · 11 years ago
  18. 2a471c9 cuesheet: Fix another possible buffer overflow with long filenames. by Thomas Martitz · 11 years ago
  19. fe08ac4 cuesheet: Fix possible buffer overflow with long filenames. by Thomas Martitz · 11 years ago
  20. 8c286b4 cuesheet: Search for /path/to/music.mp3.cue as well if all fails. by Konstantin Kudakov · 11 years ago
  21. 5d37d25 icons: When loading mono icons keep them in mono format. by Thomas Martitz · 11 years ago
  22. ce8aef7 bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers. by Thomas Martitz · 11 years ago
  23. 25e50ed Print `last logf lines on panic(). by Frank Gevaerts · 11 years ago
  24. fe73d75 playlist_viewer: Reset icon callback after leaving the playlist viewer settings. by Thomas Martitz · 11 years ago
  25. 2d4bf62 playlist_viewer: Resurrect playlist viewer settings submenu in the playlist viewer context menu. by Thomas Martitz · 11 years ago
  26. d4d3f3c skin engine: Fix FS#12884. by Thomas Martitz · 11 years ago
  27. 9cd3444 rk27xx: Implement HAVE_INIT_ATTR magic by Marcin Bukat · 11 years ago
  28. 837cad0 bidi.c: Check buffer sizes. by Frank Gevaerts · 11 years ago
  29. 99f3f77 skin_engine: Pass string to put_line() via $t because they can be very large. by Thomas Martitz · 11 years ago
  30. 7ba2d01 put_line(): Limit and truncate inline strings to MAX_PATH+32. by Thomas Martitz · 11 years ago
  31. 3be3a40 put_line: Be more careful with changing fg and bg colors. by Thomas Martitz · 11 years ago
  32. fde92de lcd_nine_segment_bmp: Fixes for non-ideal image dimensions. by Thomas Martitz · 11 years ago
  33. 124e9c1 Fix put_line via multiscreen API on remotes. Stupid me. by Thomas Martitz · 11 years ago
  34. 51d8a45 adfuload: add atj213x timer0 test program by Marcin Bukat · 11 years ago
  35. 81be201 Fix Player red and icons on mono displays. by Thomas Martitz · 11 years ago
  36. 4f5894d Bump plugin API and ABI for put_line and struct viewport related changes. by Thomas Martitz · 11 years ago
  37. e766e6d reversi: Update viewport initialization to new member fields. by Thomas Martitz · 11 years ago
  38. 10a2e67 Oops, pasted to the wrong place. by Thomas Martitz · 11 years ago
  39. 444d2e5 Add missing kernel.h include (hopefully the last one, really), take #4. by Thomas Martitz · 11 years ago
  40. 0e6d86e Fix a few reds and yellows. by Thomas Martitz · 11 years ago
  41. d146970 lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets. by Thomas Martitz · 11 years ago
  42. e1c7b3b lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport. by Thomas Martitz · 11 years ago
  43. deb6ac3 lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c. by Thomas Martitz · 11 years ago
  44. 36e469d lcd-common: Remove direct style (line decorations) from lcd-puts* functions. by Thomas Martitz · 11 years ago
  45. ad0985e lcd-common: Remove support for specifying y_offset from lcd_puts* functions. by Thomas Martitz · 11 years ago
  46. 4978094 lcd-common: Remove support for custom line heights from viewport. by Thomas Martitz · 11 years ago
  47. 9a4686b lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() and lcd_puts_scroll_style_xyoffset(). by Thomas Martitz · 11 years ago
  48. 775ebe4 lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style(). by Thomas Martitz · 11 years ago
  49. 7cd0729 lcd-common: Remove unused function lcd_puts_style_offset(). by Thomas Martitz · 12 years ago
  50. 1e324aa lcd-common: Remove unused function lcd_puts_style(). by Thomas Martitz · 12 years ago
  51. 8f64625 lcd-common: Remove unused function lcd_puts_offset(). by Thomas Martitz · 12 years ago
  52. a422604 lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() and lcd_puts_scroll_style_offset(). by Thomas Martitz · 12 years ago
  53. 2ef9aa5 test_gfx: Add benchmark for put_line(). by Thomas Martitz · 11 years ago
  54. 5aa5a92 splitedit: Adapt put_line(). by Thomas Martitz · 11 years ago
  55. 91ef653 skin_engine: Adapt put_line(). by Thomas Martitz · 11 years ago
  56. eec89a9 lists: Adapt put_line(). by Thomas Martitz · 11 years ago
  57. 5d69746 Introduce put_line(). by Thomas Martitz · 11 years ago
  58. 5752d02 icons: Provide accessors to the icon format (mono or native). by Thomas Martitz · 11 years ago
  59. bc9a45b icons: Remove automatic left padding if x == 0. by Thomas Martitz · 11 years ago
  60. 7647675 lcd-charcell: Correct get_icon_width() stub, everything is 1 char wide. by Thomas Martitz · 11 years ago
  61. acee675 lcd-charcell: Add set_drawmode() wrapper to multi-screen API. by Thomas Martitz · 11 years ago
  62. 77836e5 lcd-16bit: Introduce lcd_gradient_fillrect_part(). by Thomas Martitz · 11 years ago
  63. 6630958 lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func(). by Thomas Martitz · 11 years ago
  64. b850522 scroll_engine: Change header inclusion by Thomas Martitz · 11 years ago
  65. 98d2121 bloat-o-meter.py: Now compatible to python 3. by Thomas Martitz · 11 years ago
  66. 204668d Make sure usb class driver disconnect() functions are called properly. by Frank Gevaerts · 11 years ago
  67. 1e1b215 Bump Rockbox Utility version to 1.4.0. by Dominik Riebeling · 11 years ago rbutil_1.4.0
  68. 2a63502 Check that core_alloc_maximum() returned something useful, and panic if not by Frank Gevaerts · 11 years ago
  69. 463d343 Add missing kernel.h includes (hopefully all of them), take #3. by Thomas Martitz · 11 years ago
  70. 22b33d6 Add missing kernel.h includes (hopefully all of them), take #2. by Thomas Martitz · 11 years ago
  71. 22a28f9 Add missing kernel.h includes (hopefully all of them). by Thomas Martitz · 11 years ago
  72. 2f4a941 bmp.c: Undo debug stuff that got in by accident. by Thomas Martitz · 11 years ago
  73. 281d1fa Do not include kernel.h in system.h. by Thomas Martitz · 11 years ago
  74. dd7b141 apps/bitmaps: Replace pseudo-native default icons with mono ones. by Thomas Martitz · 11 years ago
  75. a17a703 lcd: Fix certain drawmode combinations. by Thomas Martitz · 11 years ago
  76. 17a1867 Fix rm function on Windows once more. by Dominik Riebeling · 11 years ago
  77. 82b30de Fix rm function on Windows. by Dominik Riebeling · 11 years ago
  78. f3a1a33 Fix rebuilding of libs on OS X. by Dominik Riebeling · 11 years ago
  79. 660c8d0 Add missing german translations and lupdate remaining ones. by Dominik Riebeling · 11 years ago
  80. 2e40f31 Update french Rockbox Utility translation. by Dominik Riebeling · 11 years ago
  81. b91ec7e Make some missing strings translatable. by Dominik Riebeling · 11 years ago
  82. ceff063 Update german Rockbox Utility translation. by Dominik Riebeling · 11 years ago
  83. 7602f10 Fix Chinese translation and missing "Attack Time" string by PurlingNayuki · 11 years ago
  84. 6a3fd9a Dutch (nl) translation update of RockboxUtility by Bertrik Sikken · 11 years ago
  85. 473b26f lupdate all translations. by Dominik Riebeling · 11 years ago
  86. 72da9be Drop year from (c) notice in Rockbox Utility. by Dominik Riebeling · 11 years ago
  87. 827a03b Fix potentially problematic sprintf statement. by Dominik Riebeling · 11 years ago
  88. 042d8bf Revert "Fix data abort introduced by ef92ed4a." by Thomas Martitz · 11 years ago
  89. 61a0964 Fix data abort introduced by ef92ed4a. by Frank Gevaerts · 11 years ago
  90. 646edc5 Fix bpb_is_sane() cluster size calculation for non-512 byte sectors. by Frank Gevaerts · 11 years ago
  91. da94b63 Make fat test tool build again, and make its sector size configurable. by Frank Gevaerts · 11 years ago
  92. 062801e atj213x: obtain PC value in more elegant way by Marcin Bukat · 11 years ago
  93. 9dbdec1 creativezenv: change target_id & MODEL_NUMBER. by Andrew Ryabinin · 11 years ago
  94. 124c969 Fix build error by Jonathan Gordon · 11 years ago
  95. 00b3fd2 skin_engine: unload skin backdrops when the skins are reset by Jonathan Gordon · 11 years ago
  96. 8566cd7 regtools/qeditor: always open a register tab at init by Amaury Pouly · 11 years ago
  97. a0fd5e8 hwstub: update zenxfistyle code by Amaury Pouly · 11 years ago
  98. 16de558 hwstub: use delay in zenxfistyle code by Amaury Pouly · 11 years ago
  99. 01475e7 hwstub: fix lcdif pin setup for 18-bit bus by Amaury Pouly · 11 years ago
  100. 5b865de hwstub: add delay function by Amaury Pouly · 11 years ago