summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockpaint.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-09New port: FiiO M3KSolomon Peachy1-0/+33
2020-09-13Xduoo X3 Add tree scrolling FS#13240, Emulate Multibutton pressesWilliam Wilgus1-1/+1
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-2/+2
2019-01-02Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy1-0/+22
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-0/+11
2018-04-03Zen XFi2: Enable PluginsSebastian Leonhardt1-0/+4
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt1-1/+1
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt1-6/+16
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-0/+3
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly1-0/+11
2014-06-30Introduce plugin keymaps for the Sony NWZ SeriesNils Stec1-0/+11
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-1/+2
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke1-0/+11
2013-07-18[Fuze+][Keymaps] Application and viewer keymaps updateJean-Louis Biasini1-4/+4
2012-04-19hm801: Add support for plugins.Andrew Ryabinin1-0/+11
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin1-0/+11
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-0/+11
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-0/+11
2011-11-13Sansa clip zip: update plugins (jewels, pegbox, rockpaint, star)Bertrik Sikken1-0/+11
2011-10-02fuze+: add rockpaint keymapAmaury Pouly1-0/+11
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-5/+10
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-1/+1
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz1-1/+1
2011-03-05Anti-Aliased Fonts support.Thomas Martitz1-2/+180
2011-01-17FS#11822: use rockbox_browse() in plugins to select file.Teruaki Kawashima1-121/+18
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima1-0/+2
2010-11-19rockpaint: cache font preview when browsing fonts.Teruaki Kawashima1-69/+156
2010-11-17rockpaint: change browse_fonts to use dircache and use whole screen. add scro...Teruaki Kawashima1-125/+117
2010-11-16rockpaint: change the way to handle tools to improve readability.Teruaki Kawashima1-273/+305
2010-11-14rockpaint: fix gradient functions.Teruaki Kawashima1-135/+127
2010-11-13rockpaint: disable playback control if the buffer is taken from the audio buf...Teruaki Kawashima1-8/+13
2010-11-13rockpaint: merge similar switch-case statements for readability. slightly red...Teruaki Kawashima1-152/+73
2010-11-03These should be the last of the plugin keymaps requiredRobert Menes1-0/+11
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-14/+8
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-06-10ppmviewer/rockpaint: do not steal the audiobuffer (and stop playback) if the ...Rafaël Carré1-4/+10
2010-06-10rockpaint: steal the big buffer from audiobufferRafaël Carré1-68/+79
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon1-5/+5
2010-02-13Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok1-0/+11
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-1/+1
2009-12-09More GoGear SA9200 plugin keymaps, plus a fix on mosaique.Robert Menes1-0/+11
2009-10-15FS#10554: Rockpaint: enable to set canvas size.Teruaki Kawashima1-11/+38
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere1-0/+3
2009-08-21rockpaint: some fixes and optimization.Teruaki Kawashima1-44/+51
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-5/+5
2009-08-06use set_option instead of menu api for some settings of plugins to make it cl...Teruaki Kawashima1-9/+9
2009-08-06a bit of code polish for rockpaint and disktidy.Teruaki Kawashima1-21/+20
2009-08-05add playback control to more menu of plugins.Teruaki Kawashima1-1/+8