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
/
uisimulator
/
x11
/
lcd-x11.c
Age
Commit message (
Expand
)
Author
2005-10-23
X11 simulator: * Correctly redraw the window when it was destroyed by overlay...
Jens Arnold
2005-10-23
X11 simulator: Fixed margins and scaling (window zoom) for all simulated targ...
Jens Arnold
2005-07-14
introducing H1x0 style grayscale support in the X11 sim
Daniel Stenberg
2005-07-06
4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...
Jens Arnold
2005-05-23
Remote LCD support added to the x11 simulator, take 1. The win32 simulator
Daniel Stenberg
2005-03-18
Major rework of the x11 simulator button handling. (1) Button repeat should a...
Jens Arnold
2005-03-18
Extensive code policing (indentation levels, tab characters).
Jens Arnold
2004-09-16
Moved LCD_WIDHT/HEIGHT from lcd driver to config file.
Björn Stenberg
2004-06-16
Fixed a warning (unused variable)
Jens Arnold
2004-06-16
removed silly debug outputs
Daniel Stenberg
2003-12-23
Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...
Jörg Hohensohn
2003-04-23
remove debug output
Daniel Stenberg
2003-02-27
Fix red sim build
Björn Stenberg
2003-02-07
build and work with the new include path(s)
Daniel Stenberg
2003-01-24
Remove use of rockbox-mode.el in local variables list.
Mats Lidell
2003-01-10
Implementing Rocklatin character set for Rockbox player.
Kjell Ericson
2002-10-28
Changed XPoint to "struct coordinate".
Kjell Ericson
2002-10-17
Changed Logf to printf while debugging.
Kjell Ericson
2002-10-04
Frédéric Dang Ngoc pointed out a bug in the lcd_update_rect() for X11.
Daniel Stenberg
2002-09-10
added lcd_update_rect() simulator-style
Daniel Stenberg
2002-08-07
Added status bar to file browser and wps
Markus Braun
2002-07-16
Added stub for battery_level()
Björn Stenberg
2002-06-27
Added backlight_time stub
Björn Stenberg
2002-06-24
added backkight_on(), we should have this change background colour or
Daniel Stenberg
2002-06-14
warning hunt and kill session
Daniel Stenberg
2002-05-30
removed the no longer used code for simulating the player LCD
Daniel Stenberg
2002-05-17
Added lcd_update() to player lcd_puts()
Björn Stenberg
2002-05-10
Removed testing debugf()
Björn Stenberg
2002-05-10
Adapted to changes in the lcd API.
Björn Stenberg
2002-05-04
started to implement the charcell LCD api
Daniel Stenberg
2002-05-03
Commented out log statement on lcd_update
Robert Hak
2002-04-30
clear first, then draw might look better
Daniel Stenberg
2002-04-27
use Logf()
Daniel Stenberg
2002-04-27
moved X11-specific files into a separate subdir to keep root clean for
Daniel Stenberg