summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-20Remove "config file options" from the HTML manual for now as it breaks ↵Dominik Riebeling
building. Needs to be fixed later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10266 a1c6a512-1295-4272-9138-f99709370657
2006-07-20Add new make targets to build the manual as html.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10265 a1c6a512-1295-4272-9138-f99709370657
2006-07-20don't assume GNU make is called makeMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10264 a1c6a512-1295-4272-9138-f99709370657
2006-07-20include a downscaled png version of the logo when building the html version ↵Dominik Riebeling
of the manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10263 a1c6a512-1295-4272-9138-f99709370657
2006-07-20don't break between name and bullet in credits list.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10262 a1c6a512-1295-4272-9138-f99709370657
2006-07-20update by Jani KinnunenMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10261 a1c6a512-1295-4272-9138-f99709370657
2006-07-20Support importing runtimedb data from ascii files.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10260 a1c6a512-1295-4272-9138-f99709370657
2006-07-20Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ↵Dan Everton
ID3 tags for replaygain values instead of TXXX tags when playing files tagged with ID3v2.4. Patch by psyche78 (task #2937) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10259 a1c6a512-1295-4272-9138-f99709370657
2006-07-19rockpaint.c: Paint plugin for color LCD targets. Features include: different ↵Antoine Cellerier
tools (brush, bucket, cut/copy/paste, line, bezier curve, text, rectangles, ovals, linear and radial gradients), 18 color palette, RGBHSV color picker, BMP file loading and saving. This still needs some work (and maybe some, if not a lot, of cleaning up of the source code) but it works fine (tested on h3x0 and ipod5g sims and ipod5g real target). viewers.config: add rockpaint to the list of available viewers for .bmp files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10258 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Rockpaint interface bitmaps:Antoine Cellerier
* rockpaint.bmp : toolbar * rockpaint_hsvrgb.bmp : color picker legend git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10257 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Increment plugin api version (thanks to hardeep)Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10256 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Export bidi_l2v, font_get_bits and font_load in plugin API (on bitmap LCD ↵Antoine Cellerier
targets) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10255 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10254 a1c6a512-1295-4272-9138-f99709370657
2006-07-19RGB <-> HSV colorspace conversion libAntoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10253 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Patch #5432 from Thomas Paul Diffenbach - small speedup for ipod video ↵Dave Chapman
lcd_update function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10252 a1c6a512-1295-4272-9138-f99709370657
2006-07-19add a section about naming conventions and the icons used in the manual.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10251 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Add a description of the ipod nano controls, posted by Woody Anna Dresner on ↵Dominik Riebeling
the mailing list. Add a macro to indicate parts that are specially written for blind or visually impaired people. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10250 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Completed implementation of display GUI code for recording and peakmeterMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10249 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Oops - fix warning and ensure bg_col is always set to a value.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10248 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Patch #5584 from Jonathan Gordon - fix the remote support for the colour pickerDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10247 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Patch #5680 from Daniel Ankers - adapt the assembler version of the FIQ ↵Dave Chapman
playback function for the 3g git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10246 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Multi screen support for the Virtual Keyboard. If the screen is too small to ↵Martin Scarratt
contain all the characters press the mode button to flip to the next page. Still need a page flip for morse mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10245 a1c6a512-1295-4272-9138-f99709370657
2006-07-19Simulator: map ESC key to POWER button as a way to exit plugins. Patch #5681 ↵Peter D'Hoye
by Rani Hod (RaeNye). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10244 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Additional fix for seeking beyond the current buffered dataMark Arigo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10243 a1c6a512-1295-4272-9138-f99709370657
2006-07-18use the correct values for volume in config file description.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10242 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Chinese update by Wenbin Leo (FS#5673)Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10241 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Add description of the H1xx to help blind and visually impaired users, needs ↵Jonas Häggqvist
to be added for all players. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10240 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Recent bookmarks screen support for multiple screensMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10239 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Oops - get_sid_metadata() isn't needed for hwcodec (fix warning).Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10238 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10237 a1c6a512-1295-4272-9138-f99709370657
2006-07-18French translation: synced and a slight fix by Mustapha Senhaji (FS#5679)Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10236 a1c6a512-1295-4272-9138-f99709370657
2006-07-18simplification of lcd driver code - based on patch #5474 by Rani HodChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10235 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Patch #5678 from Daniel Ankers - add ipod 3G button definitions to the logf ↵Dave Chapman
viewer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10234 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Ensure long press of stop button in WPS stops play thanks to Slasheri and ↵Martin Scarratt
Amiconn git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10233 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalogLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10232 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Feature freeze liftedBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10231 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Add Paul Louden (aka Llorean aka Paul_The_Nerd) for keeping the forums ↵Dave Chapman
running, testing, debugging and the 1001 other things he does for Rockbox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10230 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Fixed a bug introduced in patch #5630 which caused the battery icon to ↵Linus Nielsen Feltzing
disappear in the engineeer2 WPS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10229 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Add Daniel Ankers for his contribution to fixing audio playback on the 3rd ↵Dave Chapman
Gen ipods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10228 a1c6a512-1295-4272-9138-f99709370657
2006-07-18Tetrox colour background rework by Marianne Arnold: * Reworked brick walls. ↵Jens Arnold
* Preview area black to match the in-game handling. * Fixed iPod G5 preview area size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10226 a1c6a512-1295-4272-9138-f99709370657
2006-07-181bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10225 a1c6a512-1295-4272-9138-f99709370657
2006-07-17Add .jpe and .jpeg extensions to supported viewer extensions for the jpeg ↵Peter D'Hoye
viewer. Patch FS#5676 by Nils Wallménius. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10224 a1c6a512-1295-4272-9138-f99709370657
2006-07-17our \ifpdf is useless as KOMA-Script provides \ifpdfoutput. Don't output the ↵Dominik Riebeling
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) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10223 a1c6a512-1295-4272-9138-f99709370657
2006-07-17Gentlemen, we have sound on the 3rd Generation ipods. Thanks to Daniel ↵Dave Chapman
Ankers for debugging. It turns out the problem was simply that we were calling the FIQ handler incorrectly - everything else was fine. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10222 a1c6a512-1295-4272-9138-f99709370657
2006-07-17remove the pdf detecting if as it seems to break tex4ht.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10221 a1c6a512-1295-4272-9138-f99709370657
2006-07-16Killed one warning.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10220 a1c6a512-1295-4272-9138-f99709370657
2006-07-16Initial changelog support (only export, no import yet) and addedMiika Pekkarinen
an option to search by filename. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10219 a1c6a512-1295-4272-9138-f99709370657
2006-07-15Graphical improvements: * Brighter blocks and darker walls on greyscale ↵Jens Arnold
targets. * Preview background is now black. * More natural corner 'lighting'. * Get rid of the splash() remains after unpausing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10218 a1c6a512-1295-4272-9138-f99709370657
2006-07-15Initial runtimedb support for tagcache. Only for developers,Miika Pekkarinen
statistical data will be lost in future until changelogs has been implemented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10217 a1c6a512-1295-4272-9138-f99709370657
2006-07-15Fix warningPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10216 a1c6a512-1295-4272-9138-f99709370657