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
/
gui
/
icon.h
Age
Commit message (
Expand
)
Author
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
2014-01-07
icons: Provide accessors to the icon format (mono or native).
Thomas Martitz
2014-01-07
lcd-charcell: Correct get_icon_width() stub, everything is 1 char wide.
Thomas Martitz
2011-10-17
Commit FS#12321 - Touchscreen: List line padding, to more easily select lines
Thomas Martitz
2011-06-20
Use enum themable_icons in struct file_type and struct filetype (who made tho...
Thomas Martitz
2010-05-07
Revert hotkey bitmaps
Jeffrey Goode
2010-05-07
Hotkey menu items have their own icon
Jeffrey Goode
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-04-16
* its name[rows][columns] you drongo!
Jonathan Gordon
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-03-29
Recode filetypes.c to remove its need for a static string buffer.
Jonathan Gordon
2007-03-26
First step of charcell LCD code rework: * Make it fully unicode aware so that...
Jens Arnold
2007-03-03
Remove the need to double up the MENU macros in manu.h.
Jonathan Gordon
2006-08-23
Add optional icon to list title, current path display shows a dir icon, and l...
Mark Arigo
2005-11-16
fixed the warning and changed playlist max entries in buffer to 200 as it was...
Kevin Ferrare
2005-11-16
Multi screen support for playlist viewer, some fixes in other gui files
Kevin Ferrare
2005-11-06
some multi-screen work in playlist.c, properly formated splash.h
Kevin Ferrare
2005-10-30
Corrected a bug on archos with buttonbar which was erased when filetree refre...
Kevin Ferrare
2005-10-29
Some changes to the remote code : some one lines function turned into macros ...
Kevin Ferrare
2005-10-28
Changed some fn names, also corrected a bug with fonts and made the filetree ...
Kevin Ferrare
2005-10-28
Initial multi screen support by Kévin Ferrare (Patch #1318081)
Linus Nielsen Feltzing