1. c5d3857 Fix html manuals for targets with remote keymaps. For some reason using an \opt in preamble.tex with an underscore in the name breaks html manuals (but not pdf). by Alex Parker · 16 years ago
  2. 8e4098b Change manual remote keymap define to HAVE_REMOTE_KEYMAP to be more consistent with other edefs. by Alex Parker · 16 years ago
  3. 05e3aad Fix a typo by Alexander Levin · 16 years ago
  4. 931ff0b Much cleaner version of r21411 - add three column button tables capability to the manual. To use, add remote_keymap to the platform file, then button tables can be used in the form Main Button & Remote Button & Description. If remote_keymap is defined in the platform file but additional buttons are not added to the button tables, then the decription will appear in the remote key column, but the manual should still build. Thanks to bluebrother for pointing out! by Alex Parker · 16 years ago
  5. 01bcd2c The define is remote_keymap - good place for a typo that. by Alex Parker · 16 years ago
  6. 60c0474 Prepare the manual to have two or three column button map tables so that remote keymaps can be added. by Alex Parker · 16 years ago
  7. 3e166f6 Recent LaTeX comes with utf8 support called "utf8", while "utf8x" is the older one that has to be installed separately so don't use that anymore. by Dominik Riebeling · 16 years ago
  8. cee8f01 Fix FS#9550 and FS#5721: don't use Palatino anymore and use the soul package for html output. by Dominik Riebeling · 16 years ago
  9. 3dcfe9e Removed the DRAFT VERSION text. by Björn Stenberg · 16 years ago
  10. a2c6b67 Add a new environment for setting the changelog using a different bullet icon and smaller vertical space between items. by Dominik Riebeling · 16 years ago
  11. 78017a0 give the Key column in the button tables a fixed with to prevent it getting too wide (happened with some long alternative buttons lists). by Dominik Riebeling · 17 years ago
  12. 22a5c60 Commit FS#8567, the manual now uses the same 'features' system as the lang/voice creation does. Building the manual now requires gcc to parse the features list and 'make manual' must now be used instead of just 'make'. Rerun configure in your manual build dirs. by Nils Wallménius · 17 years ago
  13. b2f7c61 Manual: apply FS#8309 by David Bishop (replace all occurences of 'folder/folders' with 'directory/directories') for consistency. Additionally tried to get rid of some unnecessary ones here and there but phrasing can definitely be improved further. by Marianne Arnold · 17 years ago
  14. 7255bdb Remove the full url path from links to the wiki and display the wiki name only instead. Add a note on how to manually access wiki pages. The links itself are still pointing to the wiki. by Dominik Riebeling · 17 years ago
  15. eef9694 WPS tags: The player doesn't have peak meters. Fix a glitch in \nopt which introduced a stray protected space. by Dominik Riebeling · 18 years ago
  16. 73ee237 Make the manual use utf8 as base input encoding. This *requires* the UCS package which is not part of standard LaTeX distributions. Fixes manual building which got broken by some extended character in the credits file. by Dominik Riebeling · 18 years ago
  17. 6ea2282 Remove line numbers from code blocks and make margins for code and example blocks identical. Add rotating package. by Dominik Riebeling · 18 years ago
  18. 40afbd2 Some more tweaks to the ipod installation: by Dominik Riebeling · 18 years ago
  19. a9a5c35 prepare for index generation by Dominik Riebeling · 18 years ago
  20. 1d16d4a - set the default image file extension based on output type by Dominik Riebeling · 19 years ago
  21. f6b4b91 Set the button names using a different font face (bold for now). by Dominik Riebeling · 19 years ago
  22. d0a12a7 prevent linebreaks between "description" and number in the reference macro. by Dominik Riebeling · 19 years ago
  23. f83f920 Increase the size of the screenshot for targets that have large displays. Should make the screenshots for that targets much more readable. by Dominik Riebeling · 19 years ago
  24. c9bb152 - kill an additional space \reference introduced for us by Dominik Riebeling · 19 years ago
  25. 5eb1e15 HTML adjustments: make the credits table a bit nicer and add missing name separators. Don't indent paragraphs as htlatex creates bigger parskips. by Dominik Riebeling · 19 years ago
  26. 26c6e7b rename the rockref macro to reference by Martin Arver · 19 years ago
  27. 7a47313 Introduce new reference command; \rockref. Use this to get references right in both the pdf and the html manuals by Martin Arver · 19 years ago
  28. 4ccc2ce Add a description of the ipod nano controls, posted by Woody Anna Dresner on the mailing list. Add a macro to indicate parts that are specially written for blind or visually impaired people. by Dominik Riebeling · 19 years ago
  29. 6424c50 our \ifpdf is useless as KOMA-Script provides \ifpdfoutput. Don't output the warn and note symbols when not generating pdf output, also don't format the rockbox title as chapter*. Fixes some issues with tex4ht (and brings us closer to the html manual) by Dominik Riebeling · 19 years ago
  30. 2d48de9 remove the pdf detecting if as it seems to break tex4ht. by Dominik Riebeling · 19 years ago
  31. c7bb949 Fix the device name in the page footer. by Dominik Riebeling · 19 years ago
  32. 1dbb2d2 New super-useful command from Dominik - \nopt. Use this to exclude sections of text for a specific target/feature. Example of use in system options. by Martin Arver · 19 years ago
  33. 4c98106 Use playerlongtype on the frontpage. Add useful opts to the platform-files. Use the correct ondio-images for the key-image. by Martin Arver · 19 years ago
  34. 49cdd5e Add gobble to the example environment. Adjust the advanced topics chapter to this. by Martin Arver · 19 years ago
  35. 47ea906 Introduce new example environment. Slight adjustment of the code env. Change fname to use texttt. Add fname to the firmwarefilename macro in the platform files. Cleanup of the advanced topics chapter. The archos flashing still needs attention. by Martin Arver · 19 years ago
  36. 89a2a28 Fix commands display in ipod installation instructions by introducing a new code environment. by Dominik Riebeling · 19 years ago
  37. 6c9f315 Sync footer with frontpage by Martin Arver · 19 years ago
  38. b074b22 Include the credits file. This adds a build dependency to iconv for now, but we should consider converting the manual to utf8 completely. Also sorted the screen sizes table. by Dominik Riebeling · 19 years ago
  39. 5be4509 Adjust screenshot macro for use of device specific images. This makes it possible to share resolution dependent images (like plugins) and also put in device specific one. Solves the recorder vs. ondio problem as mentioned in FS#5458. by Dominik Riebeling · 19 years ago
  40. 0f661ab Fix spurious spaces in wiki links by introducing a wiki link macro. Fixes FS#5450 by Dominik Riebeling · 19 years ago
  41. f21f914 New macro: \config. Use this for tags, config file settings or in other places where a courier font is wanted. Adopted the wps-tag section to use this macro by Martin Arver · 19 years ago
  42. 9c426e9 Add new macro \setting for settings / menu entries. Used in tagcache section. by Dominik Riebeling · 19 years ago
  43. f6db368 Change the float placement to H (as in HERE) for screenshots and in-text-tables. by Martin Arver · 19 years ago
  44. bb7edd3 Remove two unused packages. by Dominik Riebeling · 19 years ago
  45. 36a3133 Cleanup WPS tags appendix a bit and add macro for wps tag tables. by Dominik Riebeling · 19 years ago
  46. c0068bb Move hyperref options to hypersetup and add some pdf properties. by Dominik Riebeling · 19 years ago
  47. 8c17722 Added environment to unify button mapping tables. Adjust plugins to use it. by Dominik Riebeling · 19 years ago
  48. 009aeab detect pdflatex mode in preparation for work on HTML generation by Dominik Riebeling · 19 years ago
  49. 38385a5 change default positioning of floating tables and allow more floats per page by Dominik Riebeling · 19 years ago
  50. 2cf5abb another enhancement of \screenshot -- filenames should now not include the display size extension anymore. Old behaviour still supported. Minor code policing. by Dominik Riebeling · 19 years ago
  51. c687b30 Add wormlet to new supported targets and add screenshots too, adds multirow package to the preamble by Nils Wallménius · 19 years ago
  52. e5a2b69 Extention of \screenshot to drop a warning if image not found by me. This makes it possible to build the manual with missing image files. Use \screenshot on all remaining places. Add the \genericimg macro to some screenshots (part of FS #4981 by Mark Bright) by Dominik Riebeling · 19 years ago
  53. df91a9b extend note and warn macro not to fail when outside par mode. Now they also set a new paragraph. Still has problems from within tables though by Dominik Riebeling · 19 years ago
  54. 9be37f3 note and warnings macro from Dominik Riebeling. (Patch #4974) by Martin Arver · 19 years ago
  55. a0cdee0 Adds a \fixme{} macro, for parts of the text that needs attention. by Martin Arver · 19 years ago
  56. 7d6810c Patch #4973 from Dominik Riebeling. Use proporsional fonts for urls. by Martin Arver · 19 years ago
  57. 6d5d734 Patch #4966 from Dominik Riebeling. Nicer headings! by Martin Arver · 19 years ago
  58. cbc5599 Patch #4958 from Dominik Riebeling (bluebrother). Adds a new \screenshot macro to be used when including screenshots. Look at the rockbox_interface/main.tex for examples on how to use it. by Martin Arver · 19 years ago
  59. 3622c93 Adds Mark Bright and Dominik Riebeling to the credits. Change the look of the manual by using the KOMA-script package by Martin Arver · 19 years ago
  60. ec60a05 Patch #4944 from Dominik Riebeling. Introduce the tabularx package for better looking tables, and replaces the use of tabular with tabularx in the appendix section. by Martin Arver · 19 years ago
  61. e6f3191 Remove the malfunctioning pdfdraftcopy package by Martin Arver · 19 years ago
  62. 230acf8 Disable the pdfdraftcopy package for now. It does not work at the moment. by Martin Arver · 19 years ago
  63. 0da41d8 Adds a DRAFT watermark to the document by using the pdfdraftcopy package. Comment out this in the preamble on release by Martin Arver · 19 years ago
  64. 8bedb5c Change basic font to Palatino. by Martin Arver · 19 years ago
  65. 63c8bb2 Minor changes by Martin Arver · 19 years ago
  66. d3d3e34 *Cleanup of the advanced topics chapter. *Introduce a new \dap macro for easier player naming. *Separate the section on flashing to a separate file. *Introduce the longtable package for...long tables :) by Martin Arver · 19 years ago
  67. 2740dc5 Nicer link appearance when viewing the manual on-screen by Linus Nielsen Feltzing · 19 years ago
  68. 35dcf90 Change the tables in the manual (except the plugins) to use booktabs instead of the default table commands. Change standard font to Times. by Martin Arver · 19 years ago
  69. a245e88 The WPS section of the manual now reflects the wiki. Added booktabs.sty for prettier tables. Changed the way we get sans serif fonts as well. by Martin Arver · 19 years ago
  70. c7fd0fe Patch[1430311] by Henrico Witvliet. Split plugins to individual files. Proper naming of the targets. by Martin Arver · 19 years ago
  71. d68d7c0 Rockbox manual in LaTeX initial commit. New option 'manual' added to configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script. by Christi Scarborough · 19 years ago