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
/
scrollbar.c
Age
Commit message (
Expand
)
Author
2014-01-12
skin_engine: New param "noborder" for the bar tags.
Thomas Martitz
2011-11-08
Add new lcd_bmp and lcd_bmp_part APIs.
Thomas Martitz
2011-01-24
New option for the bar tags: 'backdrop, <label>' will draw another image und...
Jonathan Gordon
2010-10-08
fix displaying of the slider when default is used for pb->y and pb->height.
Teruaki Kawashima
2010-10-03
correct drawing of the bar type tags when nofill is set.
Teruaki Kawashima
2010-08-15
A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):
Jonathan Gordon
2010-05-20
pass pointers around instead of coping whole structs
Jonathan Gordon
2010-02-16
scrollbar.c: Simplify code a bit.
Teruaki Kawashima
2009-09-04
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
2009-08-29
Add stride defines to support vertical strides
Karl Kurbjun
2009-04-11
Slightly more compact boundary check.
Jens Arnold
2009-04-11
Fix the scrollbar boundary checking to prevent the player from freezing on sc...
Karl Kurbjun
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-11-25
Break out some duplicated code into a seperate function
Nils Wallménius
2007-08-05
Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files.
Jonathan Gordon
2006-11-25
Fix bug in large-value handling of gui_scrollbar_draw() that went unnoticed f...
Jens Arnold
2006-10-13
One little thing needed changing in gui_bitmap_scrollbar_draw.
Michael Sevakis
2006-10-13
Added inner fill option to normal scrollbar and foreground only option. Added...
Michael Sevakis
2006-02-10
add a bitmap progress bar option + add %P|filename.bmp| tag to the WPS
Ben Basha
2005-11-16
Multi screen support for playlist viewer, some fixes in other gui files
Kevin Ferrare
2005-10-30
Corrected a bug on archos with buttonbar which was erased when filetree refre...
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