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
/
gui
/
icon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-4
/
+0
2019-09-24
Bug fix icon.c crashes with negative icon index
William Wilgus
1
-1
/
+1
2014-01-11
icons: When loading mono icons keep them in mono format.
Thomas Martitz
1
-1
/
+1
2014-01-07
icons: Provide accessors to the icon format (mono or native).
Thomas Martitz
1
-0
/
+14
2014-01-07
icons: Remove automatic left padding if x == 0.
Thomas Martitz
1
-3
/
+0
2012-06-10
Fix checks on buflib allocated handles (0 is not a valid handle value)
Bertrik Sikken
1
-1
/
+1
2012-05-02
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
1
-1
/
+1
2011-12-20
local variable app/gui/icon.c/iconsets can be made static
Bertrik Sikken
1
-1
/
+1
2011-11-27
Don't load the icons unless show_icons is actually enabled. And respect that ...
Jonathan Gordon
1
-26
/
+29
2011-11-13
Add the ability to create a prefilled struct bitmap along with generated images.
Thomas Martitz
1
-14
/
+6
2011-11-11
close file descriptor
Fred Bauer
1
-0
/
+1
2011-11-08
Adapt icon and skin engine to make use of the new 32bit bitmap capabilities.
Thomas Martitz
1
-1
/
+4
2011-11-08
Add new lcd_bmp and lcd_bmp_part APIs.
Thomas Martitz
1
-13
/
+1
2011-11-08
Simplify icon.c a bit.
Thomas Martitz
1
-15
/
+16
2011-11-08
Put icons on buflib:
Jonathan Gordon
1
-76
/
+86
2011-10-17
Commit FS#12321 - Touchscreen: List line padding, to more easily select lines
Thomas Martitz
1
-0
/
+5
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
1
-5
/
+2
2010-11-04
Adapt icon loading to get_user_file_path()
Thomas Martitz
1
-1
/
+4
2010-10-25
reduce ramusage slightly.
Teruaki Kawashima
1
-36
/
+27
2010-10-16
fix loding of default remote viewers icons.
Teruaki Kawashima
1
-12
/
+13
2010-10-16
Fix FS#10981: Viewers icons applied incorrectly.
Teruaki Kawashima
1
-1
/
+1
2009-10-05
Fine tuning of gui elements positioning in RTL mode
Tomer Shalev
1
-1
/
+4
2009-10-05
- Use const when possible
Tomer Shalev
1
-15
/
+16
2009-10-05
RTL support in menus
Tomer Shalev
1
-0
/
+3
2009-09-04
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
1
-3
/
+4
2009-08-29
Add stride defines to support vertical strides
Karl Kurbjun
1
-6
/
+12
2009-08-18
M:Robe 500: Increase the max icon size.
Karl Kurbjun
1
-2
/
+6
2008-12-26
Make scaler output truly pluggable, add an 8-bit greyscale output to
Andrew Mahone
1
-1
/
+1
2008-11-03
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...
Björn Stenberg
1
-2
/
+2
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-06-23
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
1
-1
/
+1
2007-04-22
Fix FS#7056 - dont display garbage if the viewer icon set and the main iconse...
Jonathan Gordon
1
-8
/
+3
2007-04-18
Fix logf builds on devices that support remotes.
Magnus Holmgren
1
-8
/
+8
2007-04-17
Remove unneeded #include, comment the filename define
Jonathan Gordon
1
-6
/
+1
2007-04-17
explicitly set *loaded_ok = false; when given "" for a filename.
Jonathan Gordon
1
-6
/
+1
2007-04-17
Fix loadable remote icons. fb_data != fb_remote_data ...
Jens Arnold
1
-2
/
+4
2007-04-17
Fix non-working default viewer icons. Remote viewer icons work now, but still...
Jens Arnold
1
-2
/
+2
2007-04-17
Fix yellow...
Jens Arnold
1
-1
/
+1
2007-04-16
Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon...
Jens Arnold
1
-22
/
+11
2007-04-16
Reduce code size a bit.
Magnus Holmgren
1
-39
/
+39
2007-04-16
* its name[rows][columns] you drongo!
Jonathan Gordon
1
-6
/
+10
2007-04-16
Santiy check shouldnt have been commented out
Jonathan Gordon
1
-2
/
+9
2007-04-16
Some gremlins got into my computer again and changed all my code!
Jonathan Gordon
1
-3
/
+3
2007-04-16
Fix the wavplay icon
Jonathan Gordon
1
-4
/
+4
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
1
-19
/
+242
2006-03-25
Support the recording screen on the LCD remote. Also adds support for the pea...
Dan Everton
1
-3
/
+5
2005-11-16
Multi screen support for playlist viewer, some fixes in other gui files
Kevin Ferrare
1
-7
/
+13
2005-10-30
Corrected a bug on archos with buttonbar which was erased when filetree refre...
Kevin Ferrare
1
-1
/
+1
2005-10-28
Changed some fn names, also corrected a bug with fonts and made the filetree ...
Kevin Ferrare
1
-1
/
+1
2005-10-28
Initial multi screen support by Kévin Ferrare (Patch #1318081)
Linus Nielsen Feltzing
1
-0
/
+49