index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
jpeg
Age
Commit message (
Expand
)
Author
2009-07-17
Revert r21912 : "Storage API : remove undeeded target-specific functions"
Rafaël Carré
2009-07-17
Storage API : remove undeeded target-specific functions
Rafaël Carré
2009-06-16
Accept FS#10094 by Teruaki Kawashima:
Jonathan Gordon
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-05-06
Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...
Andrew Mahone
2009-05-06
M:Robe 500: Make some plugins work with the touchscreen (remote support needs...
Karl Kurbjun
2009-05-01
Add core JPEG reader, adapted from the JPEG plugin's decoder, with some chang...
Andrew Mahone
2009-04-10
FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up...
Thomas Martitz
2009-04-07
Enable plugins on the Onda VX747
Maurus Cuelenaere
2009-02-19
Change Grayscale to Greyscale in the JPEG viewer and add explanation of the D...
Jonas Häggqvist
2009-01-24
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...
Andrew Mahone
2009-01-24
Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...
Mark Arigo
2009-01-17
unify pointers to value for configfile, and add TYPE_BOOL type, used by
Andrew Mahone
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2009-01-05
fix typo.
Michael Giacomelli
2009-01-04
Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.
Michael Giacomelli
2008-12-12
m200v4: rename Keys, so they match better other targets with similar key-layo...
Dominik Wenger
2008-12-08
Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:M
Maurus Cuelenaere
2008-12-04
Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...
Björn Stenberg
2008-11-28
Sansa Clip: build plugins (FS#9578)
Rafaël Carré
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-23
Refactor the panning code into separate functions, and correct a comment
Dave Chapman
2008-10-22
Make some local global variables static.
Dave Chapman
2008-10-21
Move the monolithic jpeg viewer into its own subdirectory and split it into t...
Dave Chapman