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
/
screen_access.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-16
/
+0
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-15
/
+1
2014-01-08
Fix put_line via multiscreen API on remotes. Stupid me.
Thomas Martitz
1
-2
/
+2
2014-01-07
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
Thomas Martitz
1
-5
/
+0
2014-01-07
lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...
Thomas Martitz
1
-4
/
+0
2014-01-07
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Thomas Martitz
1
-2
/
+0
2014-01-07
lcd-common: Remove unused function lcd_puts_style_offset().
Thomas Martitz
1
-2
/
+0
2014-01-07
lcd-common: Remove unused function lcd_puts_offset().
Thomas Martitz
1
-2
/
+0
2014-01-07
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...
Thomas Martitz
1
-4
/
+0
2014-01-07
Introduce put_line().
Thomas Martitz
1
-0
/
+20
2014-01-07
lcd-charcell: Add set_drawmode() wrapper to multi-screen API.
Thomas Martitz
1
-2
/
+11
2014-01-07
lcd-16bit: Introduce lcd_gradient_fillrect_part().
Thomas Martitz
1
-0
/
+1
2014-01-07
lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().
Thomas Martitz
1
-1
/
+3
2013-12-14
scroll_engine: Major rework to support pixel-based scrolling and scroll callb...
Thomas Martitz
1
-2
/
+2
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-4
/
+4
2012-12-09
Add the 9 segment lcd funciton to remote lcds
Jonathan Gordon
1
-0
/
+1
2012-12-09
9 segment bitmap drawing:
Jonathan Gordon
1
-0
/
+1
2012-03-15
skin_engine: New tag to draw a rectangle (optionally with a gradient)
Jonathan Gordon
1
-0
/
+3
2012-02-28
lcd/skin_engine: Add the ability to draw onto the backdrop layer
Jonathan Gordon
1
-0
/
+6
2012-01-07
apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined
Rafaël Carré
1
-1
/
+3
2011-12-21
Make more local functions static.
Boris Gjenero
1
-2
/
+2
2011-12-20
Disable unused functions for archos-player in apps/screen_access.c
Bertrik Sikken
1
-8
/
+2
2011-12-20
Another round of making local functions static
Bertrik Sikken
1
-2
/
+2
2011-11-08
Add new lcd_bmp and lcd_bmp_part APIs.
Thomas Martitz
1
-0
/
+4
2011-11-08
Fix compile error
Jonathan Gordon
1
-1
/
+1
2011-11-08
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
1
-3
/
+40
2011-09-24
last warning
Jonathan Gordon
1
-1
/
+1
2011-09-24
Fix the build errors
Jonathan Gordon
1
-0
/
+1
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
1
-2
/
+18
2010-10-11
Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...
Thomas Martitz
1
-4
/
+4
2010-10-10
Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...
Thomas Martitz
1
-4
/
+4
2010-10-10
Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...
Thomas Martitz
1
-0
/
+4
2010-10-06
Pixel-accurate (vertical) list scrolling for touchscreen targets.
Thomas Martitz
1
-0
/
+4
2010-05-14
Fix remaining reds/yellows.
Thomas Martitz
1
-1
/
+1
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-2
/
+3
2010-01-29
skin rework (FS#10922) notable changes:
Jonathan Gordon
1
-4
/
+0
2010-01-28
fix red
Jonathan Gordon
1
-0
/
+2
2010-01-28
Fix remote backdrop crashes
Jonathan Gordon
1
-3
/
+1
2010-01-27
fix red... lets branch
Jonathan Gordon
1
-1
/
+2
2010-01-27
futile attempt to keep the ondioSP rombox working. This will almost certainly...
Jonathan Gordon
1
-0
/
+4
2010-01-26
Accept the last patch FS#10797 with a few changes by me (fixing side effects ...
Thomas Martitz
1
-0
/
+2
2009-10-17
Revise r23225 a bit, removing the debug_printf function and implementing more...
Nils Wallménius
1
-0
/
+2
2009-09-07
Fix buttonbar handling/theme changed handling in lists.
Thomas Martitz
1
-3
/
+6
2009-08-06
Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...
Thomas Martitz
1
-2
/
+9
2008-09-07
Change screens memebers char_width, char_height and nb_lines to functions ret...
Peter D'Hoye
1
-29
/
+73
2008-06-28
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
1
-6
/
+6
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
-6
/
+0
2008-05-29
Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...
Peter D'Hoye
1
-2
/
+2
2008-05-29
total removal of gui_textarea. The only thing using the text_message struct i...
Jonathan Gordon
1
-2
/
+18
[next]