1. b71dc1f fix FS#11384, skinupdater barfed on %Xd and %Vi by Jonathan Gordon · 15 years ago
  2. 82e4007 CPU_PP implies CPU_ARM is defined by Rafaël Carré · 15 years ago
  3. e6c9691 don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp). by Teruaki Kawashima · 15 years ago
  4. 8a52d17 fix yellow. by Teruaki Kawashima · 15 years ago
  5. 0c7eb41 add simple text viewer to pluginlib and use this for dict to show description. by Teruaki Kawashima · 15 years ago
  6. 755fef6 revert r26623. by Yoshihisa Uchida · 15 years ago
  7. 88bd009 text viewer: 1) fix uisim abends when fonts list is displayed. by Yoshihisa Uchida · 15 years ago
  8. 12fa759 HD200 - fix lcd power save command (not used currently) by Marcin Bukat · 15 years ago
  9. 0cc5072 Theme Editor: Added line numbering in the text editor, thanks to some code from Nokia. Also made newly opened documents scroll to the top of the document after loading by Robert Bieber · 15 years ago
  10. fa99c61 hopefully fix the problem with lines in viewports being pushed down one line. by Jonathan Gordon · 15 years ago
  11. 67277f1 Improve accuracy of NR-based fp_sqrt with better initial estimation and using one more bit internally. More reliable early termination. Good enough until better method is completed. by Michael Sevakis · 15 years ago
  12. 88f4a24 Theme Editor: Updated the README file by Robert Bieber · 15 years ago
  13. 06ea93d Theme Editor: Factored out code to skip over enum/arg lists while scanning for children counts, and fixed all of the parsing bugs caused by innacurate children counts by Robert Bieber · 15 years ago
  14. ee1feb6 Slovak language update - FS#11375 by Peter Lecky by Michael Chicoine · 15 years ago
  15. 24647ba Theme Editor: Changed default font to monospaced, changed organization for the application to rockbox.org, moved tab bar in preferences dialog to the top of the window by Robert Bieber · 15 years ago
  16. 42b065f Theme Editor: Made status label a permanent widget and made editor highlight line that causes parse error by Robert Bieber · 15 years ago
  17. fe03343 Fix byte order for Mini G2, and fix comments. by Jens Arnold · 15 years ago
  18. c3ee226 Rework the button table in the graphical eq section. Clean up the code, correct falso info and add the missing mappings of the: Fuze, H10s, C200, M3 and Iaudio remote pads. by Marianne Arnold · 15 years ago
  19. 594d734 Theme Editor: Added a clear erros function to the parser by Robert Bieber · 15 years ago
  20. 0e44ce9 Theme Editor: Changed anged error reporting method in parser, added error messages to status bar in editor by Robert Bieber · 15 years ago
  21. bd2ba80 Catalan language update and cleanup, FS #11366 by Adrián Cereto Massagué by Bertrik Sikken · 15 years ago
  22. 18b350c Distinguish between release and current build when installing fonts. by Dominik Riebeling · 15 years ago
  23. 3f5e61e Fix typo. by Dominik Riebeling · 15 years ago
  24. 9730755 Remove CORELOCK_SWAP (unused since r16981) by Rafaël Carré · 15 years ago
  25. 4eea33e as3525v1: fix r26444 which broke mic recording by Rafaël Carré · 15 years ago
  26. f84c22f Update of Czech language - FS#11371 by Marek Salaba by Michael Chicoine · 15 years ago
  27. 50d29b1 Slovak language update - FS#11350 by Peter Lecky by Michael Chicoine · 15 years ago
  28. 5a3f3a1 fix red. by Teruaki Kawashima · 15 years ago
  29. d669d4a text viewer: gigabeat f: add buttons to do one line up/down, and one column left/right. by Teruaki Kawashima · 15 years ago
  30. bb41726 this probably fixes FS#11373 by Jonathan Gordon · 15 years ago
  31. 642beb0 text viewer: some fixes related to font. by Teruaki Kawashima · 15 years ago
  32. fe72cbe Fix FS#11370 - BEWARE when useing viewport colours. by Jonathan Gordon · 15 years ago
  33. 4c04094 off by one. FS#11369 by Jonathan Gordon · 15 years ago
  34. 1ce70a6 text viewer: can selected scroll by column/scroll by screen for the horizontal screen. by Yoshihisa Uchida · 15 years ago
  35. 04fd0ce fix FS#11368 - %V was eating the whole line so the %Vf() and %Vb() tags were being ignored by Jonathan Gordon · 15 years ago
  36. 9f2bd98 add the Vf and Vb colour tags to the theme editor by Jonathan Gordon · 15 years ago
  37. 40e7325 Theme Editor: Made text editor scroll horizontally by Robert Bieber · 15 years ago
  38. ffc1afc Theme Editor: Added font selection by Robert Bieber · 15 years ago
  39. 4a9398e make %t work by Jonathan Gordon · 15 years ago
  40. 1956c72 the updater uncondiotnally changed ; to %; which meant alternating lines stopped working.. hopefully this fixes them by Jonathan Gordon · 15 years ago
  41. 9df2868 temporariliy use S for the timeout param because the parser doesnt handle decimals yet by Jonathan Gordon · 15 years ago
  42. 0d8fb60 make the parser work with the changed %Cl format. by Jonathan Gordon · 15 years ago
  43. c0a289c undo accidental commit from the big one by Jonathan Gordon · 15 years ago
  44. 4f3fb96 bah by Jonathan Gordon · 15 years ago
  45. 4e0b47c this should be the last of the warnings by Jonathan Gordon · 15 years ago
  46. 3245513 fix errors by Jonathan Gordon · 15 years ago
  47. 5b0521c Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. by Jonathan Gordon · 15 years ago
  48. 53b619c Theme Editor: Added a preferences dialog and allowed modification of the syntax highlighting and editor colors by Robert Bieber · 15 years ago
  49. fbfdaf5 Theme Editor: Implemented document load functionality by Robert Bieber · 15 years ago
  50. 2a90375 Sort rbutil.ini general section and rename voice_url for clarity. by Dominik Riebeling · 15 years ago
  51. 56fea4f Distinguish between release and current build when installing voice files. by Dominik Riebeling · 15 years ago
  52. b2998ef Move retrieval of revision and release numbers to RockboxInfo class. by Dominik Riebeling · 15 years ago
  53. be8da84 fix typo in r26245 (I guess not many people use rtc_alarm with gigabeat f) by Robert Kukla · 15 years ago
  54. 8ef1c68 USB charging: update manual by Torne Wuff · 15 years ago
  55. a225ee9 Use atomic GPIO manipulation where appropriate. by Jens Arnold · 15 years ago
  56. 5c9e76a sd-as3525v2: check the (supposedly) card data line for business when writing by Rafaël Carré · 15 years ago
  57. a1a9084 Don't initialise disk_* for the sim, and make sure disk.c isn't built at all by Frank Gevaerts · 15 years ago
  58. d39ac31 Make disk_init() non-static again. I forgot to look at the bootloaders by Frank Gevaerts · 15 years ago
  59. 28833f0 don't draw the presets on the FM frequency bar, they look like crap. This will come back when they are configurable shortly by Jonathan Gordon · 15 years ago
  60. 9c43b2c Remove card_enable_monitoring() and use a mutex instead. The card_enable_monitoring() method actually didn't eliminate the possible race conditions it was meant to fix. by Frank Gevaerts · 15 years ago
  61. 4a2cab6 USB charging support for iPods. by Torne Wuff · 15 years ago
  62. 32a2b3e Transmit installed build revision and release version to theme site. by Dominik Riebeling · 15 years ago
  63. 4320310 Use SYS_FS_CHANGED and a slight rework in the recalculation of free disk space in the Rockbox Info screen. by Thomas Martitz · 15 years ago
  64. 1582e6f FS#9034 - sort viewers.config by plugin name so the open with window is alphabetically sorted by Jonathan Gordon · 15 years ago
  65. 3ee3b28 Save the scratchpad state in Sudoku plugin (FS#5737). by Dominik Riebeling · 15 years ago
  66. b2302e4 Fix remaining reds. by Thomas Martitz · 15 years ago
  67. 240b198 text viewer: can display the horizontal scroll bar. by Yoshihisa Uchida · 15 years ago
  68. 19ac345 Fix most reds, I have no idea what's wrong with the gigabeats (yet). by Thomas Martitz · 15 years ago
  69. 6029502 Close the ActionKbdSelect macro so that the following space won't get eaten in the output. by Marianne Arnold · 15 years ago
  70. a18e462 Consolidate the two button tables in the virtual keyboard section into one. The difference causing having two doesn't exist anymore (targets without line edit mode. Also fixes the Iaudio remote mapping not appearing. by Marianne Arnold · 15 years ago
  71. 102540b The ifp isn't coldfire based, add some targets that are instead by Nils Wallménius · 15 years ago
  72. 59d2603 Move target-simulating specific keymaps out of button-sdl.c into a file per by Thomas Martitz · 15 years ago
  73. 6778fa8 Add the GPIO output-enable bits to the debug screen on PP502x by Torne Wuff · 15 years ago
  74. 1445c3b text viewer: can be selected the number of screens per page. by Yoshihisa Uchida · 15 years ago
  75. e1a0e2c Virtual keyboard: enable line edit mode as an alternative on all target. There were only a very few that didn't offer it yet. The KBD_MODES define could be removed too now but I leave that to someone else. ;) by Marianne Arnold · 15 years ago
  76. b8d98fc Change cuesheet handling so the id3 info is not spoofed anymore. If something wants the subtracks info it is easy to get to. This makes next track display in the skins show the next subtrack if we are in a cuesheet by Jonathan Gordon · 15 years ago
  77. b807cb0 Theme Editor: Fixed another conditional child-counting bug by Robert Bieber · 15 years ago
  78. f3491e9 Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug by Robert Bieber · 15 years ago
  79. 5619b4f Theme Editor: Added code generation with tabs by Robert Bieber · 15 years ago
  80. bc9b353 Theme Editor: Altered the SkinDocument class' handling of tab titles and added a title to the confirm close dialog box, changed tab order in the EditorWindow class by Robert Bieber · 15 years ago
  81. 5e412b3 Corrected the GMP & MPFR workaround. by Björn Stenberg · 15 years ago
  82. 46f267c makeinfo is required by recent binutils and gcc by Björn Stenberg · 15 years ago
  83. 9f6ec43 Typo: We're using mipsel, not mips. by Björn Stenberg · 15 years ago
  84. 576b706 Added GMP and MPFR workaround for EABI GCC. by Björn Stenberg · 15 years ago
  85. 8604519 Put an #ifdef in the technically correct place. No functional change. by Jens Arnold · 15 years ago
  86. a0557b2 remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things by Frank Gevaerts · 15 years ago
  87. 8bd527e Fix wrongly nested commenting by Frank Gevaerts · 15 years ago
  88. 0d8771b Fix EOL style by Frank Gevaerts · 15 years ago
  89. 055f4c3 New USB charging system, part 3 (end of rework) - Default to usb charging on by Torne Wuff · 15 years ago
  90. 2eb0142 New USB charging system, part 2 - "Force" charging mode by Torne Wuff · 15 years ago
  91. 47181b8 Theme Editor: Got save/save-as functionality working and added Tango icons to the toolbar by Robert Bieber · 15 years ago
  92. 45ab395 Some asm code beautification in the mpc decoder. by Andree Buschmann · 15 years ago
  93. 9becb7a Add a mapping for the PLA_EXIT action for Iriver remote and provide it in the manual as well. by Marianne Arnold · 15 years ago
  94. 4477902 Mini2440: Fix simulator. It's touchscreen so there's button clashes when trying to map the 6 hw buttons as well. Just remove that for now. by Thomas Martitz · 15 years ago
  95. efbc5df Look for CROSS_COMPILE when building the simulator. by Thomas Martitz · 15 years ago
  96. 6ea6dce Update, correct and complete the Iaudio remote keymap file. by Marianne Arnold · 15 years ago
  97. 15935a6 Fix PLA_EXIT and PLA_CANCEL for the Iaudio M5 and X5, make them more intuitive and add the missing remote actions for it at the same time. by Marianne Arnold · 15 years ago
  98. aeb5618 cabbiev2 128x64x1 (r)wps: by Rafaël Carré · 15 years ago
  99. 20856e1 Move delay a bit in dbop_read_input for ams sansa targets using the DBOP port for button readout by Bertrik Sikken · 15 years ago
  100. 797abbe FS#11354 - A few more islenska.lang fixes by Hinrik Örn Sigurðsson fixing a few more source and target mismatches with english.lang in the icelandic translation. Prune a lot of old unused strings that were deleted from english.lang long ago. by Nils Wallménius · 15 years ago