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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
rockpaint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
New port: FiiO M3K
Solomon Peachy
1
-0
/
+33
2020-09-13
Xduoo X3 Add tree scrolling FS#13240, Emulate Multibutton presses
William Wilgus
1
-1
/
+1
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-2
/
+2
2019-01-02
Add Xuelin iHIFI 770/770C/800 support
Solomon Peachy
1
-0
/
+22
2018-07-28
Add cleaned-up xDuoo X3 support
Solomon Peachy
1
-0
/
+11
2018-04-03
Zen XFi2: Enable Plugins
Sebastian Leonhardt
1
-0
/
+4
2016-01-25
Replace SAMSUNG_YH920_PAD with YH92X
Sebastian Leonhardt
1
-1
/
+1
2015-11-15
YH8xx,YH9xx: Keymap improvement
Sebastian Leonhardt
1
-6
/
+16
2014-09-18
Introducing Targets iBasso DX50 & iBasso DX90
Simon Rothen
1
-0
/
+3
2014-07-17
zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable plugins
Amaury Pouly
1
-0
/
+11
2014-06-30
Introduce plugin keymaps for the Sony NWZ Series
Nils Stec
1
-0
/
+11
2014-05-24
Separate keymaps for YH-820 and YH-920/925
Sebastian Leonhardt
1
-1
/
+2
2014-04-06
Complete Plugin Keymaps for Creative Zen X-Fi3
David Jilke
1
-0
/
+11
2013-07-18
[Fuze+][Keymaps] Application and viewer keymaps update
Jean-Louis Biasini
1
-4
/
+4
2012-04-19
hm801: Add support for plugins.
Andrew Ryabinin
1
-0
/
+11
2012-04-19
hm60x: Add support for plugins.
Andrew Ryabinin
1
-0
/
+11
2011-12-24
Initial commit of the Samsung YP-R0 port.
Thomas Martitz
1
-0
/
+11
2011-11-16
Sandisk Sansa Connect port (FS #12363)
Tomasz Moń
1
-0
/
+11
2011-11-13
Sansa clip zip: update plugins (jewels, pegbox, rockpaint, star)
Bertrik Sikken
1
-0
/
+11
2011-10-02
fuze+: add rockpaint keymap
Amaury Pouly
1
-0
/
+11
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
1
-5
/
+10
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
1
-1
/
+1
2011-08-03
Cleanup tree.c cache handling a bit.
Thomas Martitz
1
-1
/
+1
2011-03-05
Anti-Aliased Fonts support.
Thomas Martitz
1
-2
/
+180
2011-01-17
FS#11822: use rockbox_browse() in plugins to select file.
Teruaki Kawashima
1
-121
/
+18
2010-12-14
FS#11777: enhancement for rockbox_browse()
Teruaki Kawashima
1
-0
/
+2
2010-11-19
rockpaint: cache font preview when browsing fonts.
Teruaki Kawashima
1
-69
/
+156
2010-11-17
rockpaint: change browse_fonts to use dircache and use whole screen. add scro...
Teruaki Kawashima
1
-125
/
+117
2010-11-16
rockpaint: change the way to handle tools to improve readability.
Teruaki Kawashima
1
-273
/
+305
2010-11-14
rockpaint: fix gradient functions.
Teruaki Kawashima
1
-135
/
+127
2010-11-13
rockpaint: disable playback control if the buffer is taken from the audio buf...
Teruaki Kawashima
1
-8
/
+13
2010-11-13
rockpaint: merge similar switch-case statements for readability. slightly red...
Teruaki Kawashima
1
-152
/
+73
2010-11-03
These should be the last of the plugin keymaps required
Robert Menes
1
-0
/
+11
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
1
-14
/
+8
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-06-10
ppmviewer/rockpaint: do not steal the audiobuffer (and stop playback) if the ...
Rafaël Carré
1
-4
/
+10
2010-06-10
rockpaint: steal the big buffer from audiobuffer
Rafaël Carré
1
-68
/
+79
2010-02-14
FS#10984 - multifont! 2 major additions:
Jonathan Gordon
1
-5
/
+5
2010-02-13
Packard Bell Vibe 500: More plugin keymaps (second portion).
Szymon Dziok
1
-0
/
+11
2009-12-15
Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and
Tomer Shalev
1
-1
/
+1
2009-12-09
More GoGear SA9200 plugin keymaps, plus a fix on mosaique.
Robert Menes
1
-0
/
+11
2009-10-15
FS#10554: Rockpaint: enable to set canvas size.
Teruaki Kawashima
1
-11
/
+38
2009-08-31
* Fix plugin keymaps for VX777
Maurus Cuelenaere
1
-0
/
+3
2009-08-21
rockpaint: some fixes and optimization.
Teruaki Kawashima
1
-44
/
+51
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-5
/
+5
2009-08-06
use set_option instead of menu api for some settings of plugins to make it cl...
Teruaki Kawashima
1
-9
/
+9
2009-08-06
a bit of code polish for rockpaint and disktidy.
Teruaki Kawashima
1
-21
/
+20
2009-08-05
add playback control to more menu of plugins.
Teruaki Kawashima
1
-1
/
+8
[next]