summaryrefslogtreecommitdiffstats
path: root/apps/gui/scrollbar.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-3/+0
2014-01-12skin_engine: New param "noborder" for the bar tags.Thomas Martitz1-12/+23
2011-11-08Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz1-12/+1
2011-01-24New option for the bar tags: 'backdrop, <label>' will draw another image und...Jonathan Gordon1-1/+2
2010-10-08fix displaying of the slider when default is used for pb->y and pb->height.Teruaki Kawashima1-0/+9
2010-10-03correct drawing of the bar type tags when nofill is set.Teruaki Kawashima1-3/+9
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon1-2/+19
2010-05-20pass pointers around instead of coping whole structsJonathan Gordon1-6/+6
2010-02-16scrollbar.c: Simplify code a bit.Teruaki Kawashima1-22/+13
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-2/+4
2009-08-29Add stride defines to support vertical stridesKarl Kurbjun1-2/+4
2009-04-11Slightly more compact boundary check.Jens Arnold1-3/+1
2009-04-11Fix the scrollbar boundary checking to prevent the player from freezing on sc...Karl Kurbjun1-0/+8
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-11-25Break out some duplicated code into a seperate functionNils Wallménius1-70/+38
2007-08-05Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files.Jonathan Gordon1-0/+20
2006-11-25Fix bug in large-value handling of gui_scrollbar_draw() that went unnoticed f...Jens Arnold1-2/+1
2006-10-13One little thing needed changing in gui_bitmap_scrollbar_draw.Michael Sevakis1-3/+3
2006-10-13Added inner fill option to normal scrollbar and foreground only option. Added...Michael Sevakis1-42/+92
2006-02-10add a bitmap progress bar option + add %P|filename.bmp| tag to the WPSBen Basha1-0/+91
2005-11-16Multi screen support for playlist viewer, some fixes in other gui filesKevin Ferrare1-4/+2
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/+106