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