index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
bubbles.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-29
plugins: Improve usability of iPod keymaps
Christian Soffke
1
-1
/
+9
2021-08-04
Document intentional fallthroughs + fix harmless unintended ones
Aidan MacDonald
1
-1
/
+3
2021-07-13
New port: Shanling Q1 native
Aidan MacDonald
1
-0
/
+11
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-1
/
+0
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
1
-1
/
+4
2016-01-25
Replace SAMSUNG_YH920_PAD with YH92X
Sebastian Leonhardt
1
-1
/
+1
2014-09-08
Bubbles: make it work on Samsung YH-820 and align it on the occasion on Cowon...
Szymon Dziok
1
-2
/
+2
2014-05-24
Separate keymaps for YH-820 and YH-920/925
Sebastian Leonhardt
1
-1
/
+2
2013-04-26
Make fixepoint.c as a shared library (libfixedpoint.a).
Michael Sevakis
1
-1
/
+1
2012-03-03
Sansa Clip Zip: Bubble now shows a proper background image
Dimitar Dimitrov
1
-2
/
+24
2011-12-02
Sansa Clip Zip: enable all plugins
Rafaël Carré
1
-1
/
+1
2011-11-08
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
1
-1
/
+1
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
1
-2
/
+1
2011-03-02
RaaA: Fix write locations of plugins
Thomas Jarosch
1
-3
/
+3
2011-01-10
Add backgrounds for 128x160 displays to bubbles and rockblox. Set the coordin...
Michael Sevakis
1
-1
/
+13
2011-01-09
SA9200: Make plugins. Cheat a little just to get things to make at first by u...
Michael Sevakis
1
-0
/
+2
2010-08-25
Remove build conditions inside .c plugin files
Rafaël Carré
1
-4
/
+0
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-2
/
+0
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-0
/
+2
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-2
/
+0
2010-05-20
S#10387 - Rework pluginlib actions
Thomas Martitz
1
-22
/
+37
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
1
-2
/
+2
2010-03-06
bubbles: fix FS#11070
Teruaki Kawashima
1
-5
/
+2
2010-02-27
use same variable/macro name for highscore among plugins.
Teruaki Kawashima
1
-4
/
+6
2010-02-10
Bubbles: Don't save scores when quit without saving is selected and reduce sp...
Thomas Martitz
1
-4
/
+4
2009-12-17
Hide menu entries "Resume Game" and "Quit without Saving" if not available an...
Johannes Schwarz
1
-31
/
+35
2009-12-13
Bubbles: Rename defines
Tomer Shalev
1
-10
/
+10
2009-12-13
Bubbles: Remove unused keymaps
Tomer Shalev
1
-16
/
+0
2009-12-12
Use positive logic in #ifdef hell
Tomer Shalev
1
-4
/
+4
2009-12-07
Yet more GoGear SA9200 plugin keymaps. Almost done!
Robert Menes
1
-2
/
+9
2009-10-31
FS#10620 - fix a bug in bubbles on c200 thanks to Sascha Wilde
Johannes Schwarz
1
-0
/
+1
2009-09-06
brickmania, blackjack, jewels, bubbles: Remove save file only if player resum...
Teruaki Kawashima
1
-3
/
+6
2009-09-04
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
1
-6
/
+14
2009-08-31
Bubbles: Add support for vertical strides.
Karl Kurbjun
1
-6
/
+12
2009-08-24
Bubbles: Change the saving message slightly to include saving scores.
Thomas Martitz
1
-2
/
+3
2009-08-24
Bubbles: Have one quit item that doesn't save anything ("Quit without Saving"...
Thomas Martitz
1
-10
/
+13
2009-08-24
Bubbles: Don't remove the savegame before actually resuming the saved game, a...
Thomas Martitz
1
-7
/
+3
2009-08-03
calendar: fix bug when add new event text longer than last entry.
Teruaki Kawashima
1
-55
/
+75
2009-08-03
Blackjack: Use standard menu and add playback menu, use pluginlib high scores.
Karl Kurbjun
1
-2
/
+2
2009-08-02
Fix highest succeeded level from the highscores really this time, and don't c...
Thomas Martitz
1
-6
/
+5
2009-08-02
Cap the level chooser to NUM_LEVELS (100) to avoid accessing level 101, which...
Thomas Martitz
1
-3
/
+3
2009-08-02
Fix red - overlooked renaming in 1 place.
Thomas Martitz
1
-1
/
+1
2009-08-02
New bubbles background for 176x220 (Sansa e200), heavily based off a mockup p...
Thomas Martitz
1
-36
/
+78
2009-08-02
Remove two left-over DEBUGFs
Thomas Martitz
1
-2
/
+1
2009-08-02
A bit of rework in bubbles:
Thomas Martitz
1
-87
/
+102
2009-07-18
Commit FS#10350, prevents to save an unchanged highscore and move the functio...
Johannes Schwarz
1
-82
/
+12
2009-07-18
Bubbles: Make new screen support a bit more generic and add support for 640x4...
Karl Kurbjun
1
-21
/
+16
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
1
-10
/
+10
2009-07-04
FS#10291: use lib highscore.h and add a new highscore table
Johannes Schwarz
1
-99
/
+83
2009-04-07
Enable plugins on the Onda VX747
Maurus Cuelenaere
1
-2
/
+2
[next]