summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove "config file options" from the HTML manual for now as it breaks ↵Dominik Riebeling2006-07-20
| | | | | | building. Needs to be fixed later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10266 a1c6a512-1295-4272-9138-f99709370657
* Add new make targets to build the manual as html.Dominik Riebeling2006-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10265 a1c6a512-1295-4272-9138-f99709370657
* don't assume GNU make is called makeMarcoen Hirschberg2006-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10264 a1c6a512-1295-4272-9138-f99709370657
* include a downscaled png version of the logo when building the html version ↵Dominik Riebeling2006-07-20
| | | | | | of the manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10263 a1c6a512-1295-4272-9138-f99709370657
* don't break between name and bullet in credits list.Dominik Riebeling2006-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10262 a1c6a512-1295-4272-9138-f99709370657
* update by Jani KinnunenMarcoen Hirschberg2006-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10261 a1c6a512-1295-4272-9138-f99709370657
* Support importing runtimedb data from ascii files.Miika Pekkarinen2006-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10260 a1c6a512-1295-4272-9138-f99709370657
* Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ↵Dan Everton2006-07-20
| | | | | | 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
* rockpaint.c: Paint plugin for color LCD targets. Features include: different ↵Antoine Cellerier2006-07-19
| | | | | | | | | 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
* Rockpaint interface bitmaps:Antoine Cellerier2006-07-19
| | | | | | | | * rockpaint.bmp : toolbar * rockpaint_hsvrgb.bmp : color picker legend git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10257 a1c6a512-1295-4272-9138-f99709370657
* Increment plugin api version (thanks to hardeep)Antoine Cellerier2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10256 a1c6a512-1295-4272-9138-f99709370657
* Export bidi_l2v, font_get_bits and font_load in plugin API (on bitmap LCD ↵Antoine Cellerier2006-07-19
| | | | | | targets) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10255 a1c6a512-1295-4272-9138-f99709370657
* Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.Antoine Cellerier2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10254 a1c6a512-1295-4272-9138-f99709370657
* RGB <-> HSV colorspace conversion libAntoine Cellerier2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10253 a1c6a512-1295-4272-9138-f99709370657
* Patch #5432 from Thomas Paul Diffenbach - small speedup for ipod video ↵Dave Chapman2006-07-19
| | | | | | lcd_update function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10252 a1c6a512-1295-4272-9138-f99709370657
* add a section about naming conventions and the icons used in the manual.Dominik Riebeling2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10251 a1c6a512-1295-4272-9138-f99709370657
* Add a description of the ipod nano controls, posted by Woody Anna Dresner on ↵Dominik Riebeling2006-07-19
| | | | | | 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
* Completed implementation of display GUI code for recording and peakmeterMartin Scarratt2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10249 a1c6a512-1295-4272-9138-f99709370657
* Oops - fix warning and ensure bg_col is always set to a value.Dave Chapman2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10248 a1c6a512-1295-4272-9138-f99709370657
* Patch #5584 from Jonathan Gordon - fix the remote support for the colour pickerDave Chapman2006-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10247 a1c6a512-1295-4272-9138-f99709370657
* Patch #5680 from Daniel Ankers - adapt the assembler version of the FIQ ↵Dave Chapman2006-07-19
| | | | | | playback function for the 3g git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10246 a1c6a512-1295-4272-9138-f99709370657
* Multi screen support for the Virtual Keyboard. If the screen is too small to ↵Martin Scarratt2006-07-19
| | | | | | 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
* Simulator: map ESC key to POWER button as a way to exit plugins. Patch #5681 ↵Peter D'Hoye2006-07-19
| | | | | | by Rani Hod (RaeNye). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10244 a1c6a512-1295-4272-9138-f99709370657
* Additional fix for seeking beyond the current buffered dataMark Arigo2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10243 a1c6a512-1295-4272-9138-f99709370657
* use the correct values for volume in config file description.Dominik Riebeling2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10242 a1c6a512-1295-4272-9138-f99709370657
* Chinese update by Wenbin Leo (FS#5673)Jonas Häggqvist2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10241 a1c6a512-1295-4272-9138-f99709370657
* Add description of the H1xx to help blind and visually impaired users, needs ↵Jonas Häggqvist2006-07-18
| | | | | | to be added for all players. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10240 a1c6a512-1295-4272-9138-f99709370657
* Recent bookmarks screen support for multiple screensMartin Scarratt2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10239 a1c6a512-1295-4272-9138-f99709370657
* Oops - get_sid_metadata() isn't needed for hwcodec (fix warning).Dave Chapman2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10238 a1c6a512-1295-4272-9138-f99709370657
* Patch #5157 by Rainer Sinsch - SID codecDave Chapman2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10237 a1c6a512-1295-4272-9138-f99709370657
* French translation: synced and a slight fix by Mustapha Senhaji (FS#5679)Jonas Häggqvist2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10236 a1c6a512-1295-4272-9138-f99709370657
* simplification of lcd driver code - based on patch #5474 by Rani HodChristian Gmeiner2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10235 a1c6a512-1295-4272-9138-f99709370657
* Patch #5678 from Daniel Ankers - add ipod 3G button definitions to the logf ↵Dave Chapman2006-07-18
| | | | | | viewer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10234 a1c6a512-1295-4272-9138-f99709370657
* Ensure long press of stop button in WPS stops play thanks to Slasheri and ↵Martin Scarratt2006-07-18
| | | | | | Amiconn git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10233 a1c6a512-1295-4272-9138-f99709370657
* Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalogLinus Nielsen Feltzing2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10232 a1c6a512-1295-4272-9138-f99709370657
* Feature freeze liftedBjörn Stenberg2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10231 a1c6a512-1295-4272-9138-f99709370657
* Add Paul Louden (aka Llorean aka Paul_The_Nerd) for keeping the forums ↵Dave Chapman2006-07-18
| | | | | | 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
* Fixed a bug introduced in patch #5630 which caused the battery icon to ↵Linus Nielsen Feltzing2006-07-18
| | | | | | disappear in the engineeer2 WPS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10229 a1c6a512-1295-4272-9138-f99709370657
* Add Daniel Ankers for his contribution to fixing audio playback on the 3rd ↵Dave Chapman2006-07-18
| | | | | | Gen ipods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10228 a1c6a512-1295-4272-9138-f99709370657
* Tetrox colour background rework by Marianne Arnold: * Reworked brick walls. ↵Jens Arnold2006-07-18
| | | | | | * 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
* 1bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold2006-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10225 a1c6a512-1295-4272-9138-f99709370657
* Add .jpe and .jpeg extensions to supported viewer extensions for the jpeg ↵Peter D'Hoye2006-07-17
| | | | | | viewer. Patch FS#5676 by Nils Wallménius. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10224 a1c6a512-1295-4272-9138-f99709370657
* our \ifpdf is useless as KOMA-Script provides \ifpdfoutput. Don't output the ↵Dominik Riebeling2006-07-17
| | | | | | 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
* Gentlemen, we have sound on the 3rd Generation ipods. Thanks to Daniel ↵Dave Chapman2006-07-17
| | | | | | 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
* remove the pdf detecting if as it seems to break tex4ht.Dominik Riebeling2006-07-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10221 a1c6a512-1295-4272-9138-f99709370657
* Killed one warning.Miika Pekkarinen2006-07-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10220 a1c6a512-1295-4272-9138-f99709370657
* Initial changelog support (only export, no import yet) and addedMiika Pekkarinen2006-07-16
| | | | | | | an option to search by filename. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10219 a1c6a512-1295-4272-9138-f99709370657
* Graphical improvements: * Brighter blocks and darker walls on greyscale ↵Jens Arnold2006-07-15
| | | | | | 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
* Initial runtimedb support for tagcache. Only for developers,Miika Pekkarinen2006-07-15
| | | | | | | | 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
* Fix warningPeter D'Hoye2006-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10216 a1c6a512-1295-4272-9138-f99709370657