summaryrefslogtreecommitdiff
path: root/manual/plugins/bubbles.tex (follow)
Commit message (Collapse)AuthorAge
* Samsung YH820/92x keymap bugfixesSebastian Leonhardt2015-12-27
| | | | | | | | | This patch fixes some (mostly small) plugin issues with the "big" YH-keymap patch (a507b). Only one fix affects the main keymaps (virtual keyboard "DONE" now exits after long key /release/ instead of long button /press/). Change-Id: Id34f925ebfa97ae4974cd9405fbe1fee4f597833
* Fuze+'s manual: all non-PLA plugins games keymapsJean-Louis Biasini2012-02-23
| | | | | | | | | - plugins games keymaps added to the manual - merge some lines (see chessbox) Change-Id: Iad97e6d07ae0419f54c26697f157ede3d07bd349 Reviewed-on: http://gerrit.rockbox.org/119 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
* Correct manual keymaps for plugins recently converted to PLA, and use manual ↵Alex Parker2010-05-29
| | | | | | PLA defines for them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26380 a1c6a512-1295-4272-9138-f99709370657
* Get rid of unnecessary 'table' environment and the never used parameters for ↵Alexander Levin2010-05-20
| | | | | | button maps (FS#11088) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26201 a1c6a512-1295-4272-9138-f99709370657
* Fix broken Iaudio M3 manual and missing buttons in the M:Robe 100 manual, ↵Marianne Arnold2010-04-20
| | | | | | caused by the same weirdness of tex: breaking a long opt list needs escaping of the linebreak otherwise the one option before or after the break will be ignored (the one that is 'disconnected' from the comma). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25692 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe: Manual - change the names of the buttons internally ↵Szymon Dziok2010-04-19
| | | | | | (ButtonPrev -> ButtonLeft, ButtonNext -> ButtonRight), remove unnecessary strings, join the target to the existing mappings, where it's needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25683 a1c6a512-1295-4272-9138-f99709370657
* Packard Bell Vibe: manual - add a few plugin keymaps.Szymon Dziok2010-04-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25679 a1c6a512-1295-4272-9138-f99709370657
* Plugins manualRafaël Carré2010-01-27
| | | | | | | | All: remove obsolete blackjack entry (the manual for some other games is still incorrect since a menu was added) Fuze: add missing keymaps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24343 a1c6a512-1295-4272-9138-f99709370657
* FS#10848 - Cowon D2 manualTomer Shalev2009-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23991 a1c6a512-1295-4272-9138-f99709370657
* Oops no. 2 - It is \ButtonRCOn not \ButtonRCPlay.Alex Parker2009-07-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22002 a1c6a512-1295-4272-9138-f99709370657
* Ooops, correct H100 remote button to exit bubbles (manual).Alex Parker2009-07-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22001 a1c6a512-1295-4272-9138-f99709370657
* Add H100 remote keys for plugins to the manual. For the vast majority Alex Parker2009-07-22
| | | | | | | of plugins this is just exit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22000 a1c6a512-1295-4272-9138-f99709370657
* Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all Alex Parker2009-07-22
| | | | | | | | | | | manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether tables have been edited for the specific remote keymap. The actual button can be added inside this opt. Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 a1c6a512-1295-4272-9138-f99709370657
* More cleanup and rearrangement for three column button tables in the manual. ↵Marianne Arnold2009-07-06
| | | | | | Most importantly: move the recently added IRIVER_RC_H100_PAD opt - including the additional column seperator - below everything that belongs to the first column. This way every column is grouped and it also allows to combine different remote control pads if they use the same button. Use HAVEREMOTEKAYMAP if the line refers to an ActionSomething. While at it, add or change some white space to make the tables more readable (there is still a lot to be desired there...) and remove a few tabs in random_folder_advance_config.tex. Also fix sliding.tex to make it show all buttons in an M5 manual by using the appropriate _PAD opt and not simply 'x5'. Finally, remove the one overlooked reference to the H100 remote pad in split_editor.tex. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21696 a1c6a512-1295-4272-9138-f99709370657
* Add remote keymapping to the manual for the iriver H100. Plugins have not ↵Alex Parker2009-06-28
| | | | | | yet been done and currently just have a blank column. Most plugins only quit via the remote anyway at this point. Please notify of any errors/omissions (I'm sure there are some). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21547 a1c6a512-1295-4272-9138-f99709370657
* Add plugin keys to the manual for the Gigabeat S, plus a couple of missing ↵Alex Parker2009-05-21
| | | | | | ones for the Gigabeat F. Also add missing equalizer keys for the S. Vast majority is from FS#10073 by Teruaki Kawashima. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21006 a1c6a512-1295-4272-9138-f99709370657
* Since r19253 bubbles uses a standard menu instead of a custom start screen ↵Marianne Arnold2008-11-30
| | | | | | where certain key presses were used to adjust start level etc. The button table in the manual doesn't need to mention them either. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19271 a1c6a512-1295-4272-9138-f99709370657
* Mostly cosmetic changes to some plugin descriptions in the manual: 1) In ↵Marianne Arnold2008-09-23
| | | | | | main.tex - don't mention chip8 games in the Player manual and give the correct path to the viewers directory. 2) Correct wrongly placed 'end' in zxbox.tex and remove link to the wiki as this chapter is based off of that page and there is no additional information on it. 3) Let long lists of button names break so they don't overlap with the next column in the pdf - blackjack, bubbles, demystify, flipit, logo, oscilloscope, pegbox, rockblox1d, rockblox, rockboy, sliding puzzle, snake2, solitaire, sudoku. 4) While at it, break long (code) lines in bubbles.tex. 5) Additionally exclude lines which showed only 'n/a' in the button tables for a specific target - pegbox, sokoban. 6) Use 'fname' to mark a path in disktidy.tex, also simplify the button table. 7) Use 'ButtonHold' in doom.tex. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18580 a1c6a512-1295-4272-9138-f99709370657
* - add button descriptions to the m:robe 100 manual for the majority of pluginsRobert Kukla2008-03-18
| | | | | | | - add gigabeat button descriptions which were missing - fix a few inconsistencies I noticed doing the above (mainly outstanding r13278 follow-ons) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16693 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#8527 by Thomas Martiz, renaming the wheel macros for sansa e200 to ↵Nils Wallménius2008-01-29
| | | | | | be consistent with ipods and the code and some minor fixes/tweaks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16182 a1c6a512-1295-4272-9138-f99709370657
* Fill out some plugin button tables in the c200 manual.Marianne Arnold2007-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15001 a1c6a512-1295-4272-9138-f99709370657
* Fix missing plugin buttons for the Gigabeat, add missing screenshots and fix ↵Dominik Riebeling2007-09-17
| | | | | | a typo (FS#7797 by Peter Harley). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14738 a1c6a512-1295-4272-9138-f99709370657
* Add sansa screenshots and keys for plugins and main menu. FS#6529 by Tom Ross.Dominik Riebeling2007-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11999 a1c6a512-1295-4272-9138-f99709370657
* Add missing h10 button definitions for the game plugins.Martin Arver2006-10-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11248 a1c6a512-1295-4272-9138-f99709370657
* Enable manual builds for the Ipod 3gMartin Arver2006-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10723 a1c6a512-1295-4272-9138-f99709370657
* Small updates to the plugins section. Fix some fixme's in Cofiguration and ↵Dominik Riebeling2006-04-18
| | | | | | Main Menu sections. (FS#5171, FS#5176 by Mark Bright) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9723 a1c6a512-1295-4272-9138-f99709370657
* Fix Nim and Jackpot plugins for player. Add new platforms for Sudoku and ↵Dominik Riebeling2006-04-17
| | | | | | Bubbles. (FS#5154, FS#5158 by Mark Bright) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9703 a1c6a512-1295-4272-9138-f99709370657
* Added environment to unify button mapping tables. Adjust plugins to use it.Dominik Riebeling2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
* another enhancement of \screenshot -- filenames should now not include the ↵Dominik Riebeling2006-04-02
| | | | | | display size extension anymore. Old behaviour still supported. Minor code policing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9432 a1c6a512-1295-4272-9138-f99709370657
* Patch #4960 from Dominik Riebeling. Use the screenshot macro for the plugins.Martin Arver2006-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9362 a1c6a512-1295-4272-9138-f99709370657
* Correct to use the H300 pad definitonMartin Arver2006-03-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9202 a1c6a512-1295-4272-9138-f99709370657
* Patch #4877 by Nils Wallménius. Adds Bubbles plugin to the manual (incl. ↵Martin Arver2006-03-21
X5), using the new button macros. Use this as a template if your'e unsure how they work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9171 a1c6a512-1295-4272-9138-f99709370657