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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
uisimulator
/
common
/
stubs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-69
/
+0
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-20
/
+0
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-52
/
+0
2020-04-05
simulator: Add a stub for lineout_inserted()
Solomon Peachy
1
-0
/
+7
2015-01-08
Clarify usb_powered() and fix some code.
Amaury Pouly
1
-1
/
+1
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-3
/
+2
2014-02-23
simulator: Simulate external storage for HAVE_MULTIDRIVE.
Thomas Martitz
1
-7
/
+0
2014-02-23
storage: Add STORAGE_HOSTFS
Thomas Martitz
1
-0
/
+7
2013-09-05
fix red
Amaury Pouly
1
-2
/
+2
2013-09-05
touch devices: Disable touch on softlock.
Jean-Louis Biasini
1
-0
/
+14
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
1
-2
/
+2
2013-04-15
Keep fixing 0c7b787 stuff
Michael Sevakis
1
-5
/
+0
2012-03-04
Tweak paramters of mp3_play_data and callback.
Michael Sevakis
1
-3
/
+4
2012-02-19
Fix warn_unused_result warning.
Dominik Riebeling
1
-2
/
+8
2012-01-22
Another attempt at fixing storage_*_warnings. Correct return values also.
Thomas Martitz
1
-3
/
+6
2012-01-22
Attempt to fix remaining warnings.
Thomas Martitz
1
-2
/
+2
2012-01-04
Fix reds by implementing a few more stubs, and undefining HAVE_STORAGE_FLUSH ...
Thomas Martitz
1
-0
/
+4
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
1
-26
/
+0
2011-03-08
RaaA: Add RTC support
Thomas Jarosch
1
-18
/
+0
2011-02-28
Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it
Thomas Jarosch
1
-11
/
+0
2010-10-31
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...
Marcin Bukat
1
-1
/
+107
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz
1
-3
/
+3
2010-07-04
Simulator: build recording code
Rafaël Carré
1
-0
/
+5
2010-05-22
rtc_enable_alarm() needs no return value
Rafaël Carré
1
-2
/
+2
2010-05-18
Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...
Thomas Martitz
1
-4
/
+0
2010-05-15
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...
Thomas Martitz
1
-16
/
+0
2009-11-23
UISimulator - prevent multiple definition of usb_inserted when USB_NONE is de...
Michael Chicoine
1
-0
/
+2
2009-10-05
Fix red: Invert buttons in RTL mode
Tomer Shalev
1
-1
/
+1
2009-10-05
Invert buttons in RTL mode
Tomer Shalev
1
-1
/
+1
2009-09-26
FS#10569 RTC driver cleanup
Nils Wallménius
1
-12
/
+4
2009-08-19
Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...
Nils Wallménius
1
-0
/
+4
2009-04-29
Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight...
Thomas Martitz
1
-13
/
+0
2009-03-17
Actually do the renaming of the stub.
Thomas Martitz
1
-1
/
+1
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
1
-1
/
+1
2009-02-27
Small bit from my GSoC work: Unify the way the simulator accesses voice strin...
Tom Ross
1
-4
/
+0
2009-01-08
Fix yellow. Don't know how I missed that testing sim build. :\
Michael Sevakis
1
-0
/
+1
2009-01-08
Allow sims to shut down normally from panic code.
Michael Sevakis
1
-2
/
+2
2009-01-08
Clean up panicf and introduce system_exception_wait to do further target task...
Michael Sevakis
1
-0
/
+10
2009-01-03
Fix remaining red.
Nils Wallménius
1
-0
/
+6
2008-12-04
stop printing "storage_sleep()" in the sim output
Jonathan Gordon
1
-1
/
+0
2008-12-03
Fix some red. The stubs in bootloaders are giving some trouble.
Michael Sevakis
1
-17
/
+22
2008-12-03
Straighten out some powermanagement stuff. Give target complete control over ...
Michael Sevakis
1
-2
/
+13
2008-11-02
put stubs in the proper place
Frank Gevaerts
1
-20
/
+16
2008-07-03
Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...
Bertrik Sikken
1
-0
/
+8
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-29
Fix red while keeping menu item.
Michael Sevakis
1
-0
/
+7
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
1
-1
/
+1
2008-04-13
Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...
Jens Arnold
1
-0
/
+5
2008-03-28
Revert my earlier const madness, we'll keep the parameter lists simple.
Steve Bavin
1
-1
/
+1
2008-03-28
The const police raid playback.c, should be no change to behaviour.
Steve Bavin
1
-1
/
+1
[next]