summaryrefslogtreecommitdiffstats
path: root/apps/recorder/widgets.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon1-54/+0
* replace the last of the scrollbar() calls with gui_scrollbar_draw() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11552 a1c6a512-1295-4272-9138-f99709370657
2006-11-15dump the old scrollbar(), make it a wrapper to gui_scrollbar_draw() onlyJonathan Gordon1-75/+3
drawing to the main LCD. Saves ~400bytes on the recorder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11530 a1c6a512-1295-4272-9138-f99709370657
2005-08-23Corrected malformed cvs id line.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7395 a1c6a512-1295-4272-9138-f99709370657
2005-08-23Widgets: Reduced code size by not checking coordinate boundaries, as current ↵Jens Arnold1-40/+16
lcd code handles clipping. Optimised calculation of scrollbar know position/size. Always clear inner part of checkbox. Removed old progressbar/slidebar direction enum. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7394 a1c6a512-1295-4272-9138-f99709370657
2005-06-24First part of graphics api rework. Special functions, parameter handling, ↵Jens Arnold1-9/+15
pixel functions, lines and filled primitives done for black & white core, main display. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6856 a1c6a512-1295-4272-9138-f99709370657
2005-01-16scrollbar(): Code size optimisation; fixed overflow with large parameters ↵Jens Arnold1-29/+26
(fixes seek position display in video.rock with large files). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5566 a1c6a512-1295-4272-9138-f99709370657
2004-07-08Removed progressbar() and slidebar()Linus Nielsen Feltzing1-103/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4854 a1c6a512-1295-4272-9138-f99709370657
2004-04-28A checkbox widgetLinus Nielsen Feltzing1-0/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4559 a1c6a512-1295-4272-9138-f99709370657
2003-08-10a minor bit of code policingRobert Hak1-60/+33
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3928 a1c6a512-1295-4272-9138-f99709370657
2002-09-25progressbar, slidebar and scrollbar are not drawn, if they don't fit onMarkus Braun1-0/+39
screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2414 a1c6a512-1295-4272-9138-f99709370657
2002-08-28No longer use the *_PIXEL macros.Markus Braun1-81/+121
Added a scrollbar with sizable knob for directory browsing etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2040 a1c6a512-1295-4272-9138-f99709370657
2002-08-07Added status bar to file browser and wpsMarkus Braun1-0/+161
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1582 a1c6a512-1295-4272-9138-f99709370657