Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
f4def1cf0fdb4bd79aafc47bb93976b40ccfb627
f4def1c
FS#12511 - Polish translation by Artur Juraszek
by Bertrik Sikken
· 13 years ago
26b9566
r31444 missed a file. make fuzeplus sim build again
by Jonathan Gordon
· 13 years ago
5093e68
Fix Clip Zip bootloader build.
by Michael Sevakis
· 13 years ago
36613d5
Commit FS#12454 - Faster line scroll speed by Martin Sagmuller.
by Michael Giacomelli
· 13 years ago
307cb04
AS3525v1/2: Enable nested handling of interrupts
by Michael Sevakis
· 13 years ago
5e21bbf
Rename snprintf when building with MSVC to link with CRT.
by Dominik Riebeling
· 13 years ago
ab49b5e
MSVC compatibility adjustments.
by Dominik Riebeling
· 13 years ago
e9b257f
Add missing languages from configure, and sort them in exactly the same order for easier maintenance.
by Jens Arnold
· 13 years ago
8b48052
Remove outdated (and buggy) configuration option for the 8MB mod. This is configured by selecting memory size directly.
by Jens Arnold
· 13 years ago
334e612
Fix several flaws in argument handling and reconfiguring, mainly related to voice building: (1) Properly retain arguments containing spaces by re-quoting them. (2) Properly retain --tts when the default is selected by just pressing return. (3) Only append --tts and --language if they weren't already specified on the commandline, preventing duplication on 'make reconf'. (4) Never append --ttsopts and --encopts for the same reason. These are commandline only anyway.
by Jens Arnold
· 13 years ago
3d9f3f4
Remove duplicate #include "button.h"
by Bertrik Sikken
· 13 years ago
8fdef40
Simulator: Emulate a period of external power after charging.
by Nick Peskett
· 13 years ago
f1fc6ba
Rockbox Utility: use libmp3lame for voice clips.
by Dominik Riebeling
· 13 years ago
3e014d3
Fix wrong includes.
by Dominik Riebeling
· 13 years ago
2ab3f33
FS#12406 - Updated Galician translation by Ismael Castiñeira Álvarez
by Bertrik Sikken
· 13 years ago
02a270c
sudoku: make local functions static and add missing #include
by Bertrik Sikken
· 13 years ago
92ef9b2
Clarify that you must reboot into the Sandisk firmware when uninstalling the bootloader.
by Michael Giacomelli
· 13 years ago
4fc27c1
adc-as3514.c : move to drivers
by Rafaël Carré
· 13 years ago
90736a4
fix cpp condition
by Rafaël Carré
· 13 years ago
0965e61
remove now unused prototype
by Rafaël Carré
· 13 years ago
8552824
ascodec-target.h: remove
by Rafaël Carré
· 13 years ago
2737a66
lcd-target.h: remove some duplicate declarations
by Rafaël Carré
· 13 years ago
9c4a885
remove cargo-cult empty i2c-target.h
by Rafaël Carré
· 13 years ago
7f21566
adc-target.h: cleanup
by Rafaël Carré
· 13 years ago
162a8b1
fix fuze+ build: we need stdbool.h for bool
by Rafaël Carré
· 13 years ago
7c547be
fix previous commit
by Rafaël Carré
· 13 years ago
95cf63b
button-target.h : move prototypes to button.h
by Rafaël Carré
· 13 years ago
63ead77
charging_algorithm_close() declaration has moved
by Rafaël Carré
· 13 years ago
f3ad239
cowond2's power-target.h -> rename in pmu-target.h
by Rafaël Carré
· 13 years ago
19fba5f
powermgmt-target.h: move prototypes to powermgmt.h
by Rafaël Carré
· 13 years ago
66149b4
ingenic_jz: remove ata-nand-target.h
by Rafaël Carré
· 13 years ago
28d1af8
Clean spi.h and spi-target.h
by Rafaël Carré
· 13 years ago
12ef872
lcd-remote-target.h: Use only in firmware/target/
by Rafaël Carré
· 13 years ago
d00b7e8
Only use lcd-remote.h #ifdef HAVE_REMOTE_LCD
by Rafaël Carré
· 13 years ago
d0d0026
powermgmt.c : include lcd-remote.h only when needed
by Rafaël Carré
· 13 years ago
95f3ba5
lcd_remote_powersave: unused
by Rafaël Carré
· 13 years ago
2200c2a
rolo: include lcd-remote.h only when needed
by Rafaël Carré
· 13 years ago
56e2eea
mr500: move remote button reading code to buttom-mr500.c
by Rafaël Carré
· 13 years ago
b612263
apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined
by Rafaël Carré
· 13 years ago
351c8b2
move _remote_backlight_* to common header
by Rafaël Carré
· 13 years ago
6ab12df
Only need lcd-remote.h if HAVE_REMOTE_LCD is defined
by Rafaël Carré
· 13 years ago
50f9694
remote_detect(): move to lcd-remote.h
by Rafaël Carré
· 13 years ago
666f2e6
move lcd remote common declarations to lcd-remote.h
by Rafaël Carré
· 13 years ago
2a5772a
lcd-remote-target.h: remove more duplicates
by Rafaël Carré
· 13 years ago
07ee1b3
lcd-remote-target.h: remove duplicate declarations
by Rafaël Carré
· 13 years ago
279e90e
usb: fix another typo
by Amaury Pouly
· 13 years ago
eb3e175
usb: fix typo in DEBUGF
by Amaury Pouly
· 13 years ago
4200e97
fuze+: workaround the power/volume+ multiplexing that would trigger a false power button detection on heavy usage (FS#12405). Thanks to Jean-Louis Biasini
by Amaury Pouly
· 13 years ago
fdf574a
fuze+: Update plugin keymaps (FS#12405). Thanks to Jean-Louis Biasini
by Amaury Pouly
· 13 years ago
b5e879e
TARGET_TREE is not needed anymore
by Rafaël Carré
· 13 years ago
ed93d12
fuze+: #define TARGET_EXTRA_THREADS because of the extra touchpad thread. Should fix mpeg player not working
by Amaury Pouly
· 13 years ago
959432d
Fix typo in comment.
by Dominik Riebeling
· 13 years ago
f22ecf6
MSVC: fix error in README and update librbspeex build folder.
by Dominik Riebeling
· 13 years ago
ade55fd
Fix "invalid settings" dialog appearing twice.
by Dominik Riebeling
· 13 years ago
be0e197
Split up encoders sources.
by Dominik Riebeling
· 13 years ago
f860b57
Coldfire: lcd_update call got dropped from dbg_hw_info. Replace.
by Michael Sevakis
· 13 years ago
ded02d8
Remove OS X special universal binary handling.
by Dominik Riebeling
· 13 years ago
302937e
Coldfire: Fix alpha bitmap drawing from messing up the emac status register.
by Michael Sevakis
· 13 years ago
c6dcec4
Update OS X library building.
by Dominik Riebeling
· 13 years ago
1ef25cd
librbspeex.a: simplify Makefile for OS X.
by Dominik Riebeling
· 13 years ago
7b37686
Fix charger emulation in the simulator.
by Nick Peskett
· 13 years ago
1a26524
Fix building mkamsboot on OS X.
by Dominik Riebeling
· 13 years ago
1391710
Rockbox Utility: add missing folder to deployment script.
by Dominik Riebeling
· 13 years ago
57f8ae8
Move some variable declarations to inside #ifdef USB_FULL_INIT, to avoid warnings for bootloaders that don't have the full USB state machine
by Frank Gevaerts
· 13 years ago
4fcffcb
Reorganise USB initialisation to not depend on a specific enumeration sequence, by Bartosz Fabianowski, with minor tweaks by Michael Sevakis (FS#12497)
by Frank Gevaerts
· 13 years ago
fd5524f
AAC/M4A: Playback time wrapped after 2 hours and 42 minutes. Increase the wrap limit to about 27 hours.
by Magnus Holmgren
· 13 years ago
61f999a
Rockbox Utility: add support for mkimxboot bootloader.
by Dominik Riebeling
· 13 years ago
56e1e85
Extend flashing hint a bit.
by Dominik Riebeling
· 13 years ago
0265c8b
USB chargung now works the normal way on AMSv2, so remove the hack that treated it differently. Also fix the fuze+ workaround for the lack of ActionStdUsbCharge there
by Frank Gevaerts
· 13 years ago
395334e
PCM mixer: Get rid of an obsolete macro cruft.
by Michael Sevakis
· 13 years ago
1280569
missing parens
by Rafaël Carré
· 13 years ago
127af53
debug_menu.c: cleanup
by Rafaël Carré
· 13 years ago
9274cf3
zenutils: remove unused empty file
by Rafaël Carré
· 13 years ago
d1dd88e
imx233: move dbg function declaration to system-target.h
by Rafaël Carré
· 13 years ago
606155c
as3525: move debug-target.h content to .c
by Rafaël Carré
· 13 years ago
b619a2f
rk27xx: move debug-target.h content to .c
by Rafaël Carré
· 13 years ago
deed2fc
PP: move DEBUG_CANCEL definition to .c
by Rafaël Carré
· 13 years ago
3af54d7
imx233: move DEBUG_CANCEL definition to .c
by Rafaël Carré
· 13 years ago
20b1a92
s5l8702: move debug-target.h content to .c
by Rafaël Carré
· 13 years ago
ff2a7b6
s5l8700: move debug-target.h content to .c
by Rafaël Carré
· 13 years ago
fb9ba0b
pnx0101: debug-target.h content is not used
by Rafaël Carré
· 13 years ago
5c3a7f0
s3c2440: move debug-target.h content to .c
by Rafaël Carré
· 13 years ago
8b69989
imx31: move DEBUG_CANCEL definition to .c
by Rafaël Carré
· 13 years ago
e8f5c54
coldfire: move debug-target.h content in .c
by Rafaël Carré
· 13 years ago
a22e161
sh/debug-target.h: move in .c
by Rafaël Carré
· 13 years ago
02c79d3
dbg_pcf(): use action_userabort
by Rafaël Carré
· 13 years ago
393f427
dbg_hw_info(): remove duplicate prototypes
by Rafaël Carré
· 13 years ago
db7bce5
dbg_hw_info() : add prototype to system.h
by Rafaël Carré
· 13 years ago
b959497
dbg_ports(): remove duplicate prototype
by Rafaël Carré
· 13 years ago
ec39834
dbg_ports() : move proto to system.h
by Rafaël Carré
· 13 years ago
af76067
dbg_partitions: make static
by Rafaël Carré
· 13 years ago
925dacf
*frequency_linux(): factorize
by Rafaël Carré
· 13 years ago
d07c1d5
Fix oops. Too late now.
by Thomas Martitz
· 13 years ago
eb488ac
Fix intermittent warning on sdl app build.
by Thomas Martitz
· 13 years ago
d6db4cc
Fix beast warning.
by Thomas Martitz
· 13 years ago
0f71475
android: move pcm_shutdown() to audiohw_close() now that it's properly called from powermgmt.
by Thomas Martitz
· 13 years ago
5d9759a
Fix reds by implementing a few more stubs, and undefining HAVE_STORAGE_FLUSH in the sim.
by Thomas Martitz
· 13 years ago
3fdb48b
android: Add preliminary eclipse support for building the native code, disabled by default.
by Thomas Martitz
· 13 years ago
c1bd9b0
Rework powermgmt to enable code re-use on appliation and sims.
by Thomas Martitz
· 13 years ago
949e639
FS #11859: Enable optimizations for SDL application builds.
by Thomas Jarosch
· 13 years ago
Next »