summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19remove rockboxlogo after boot INIT_ATTRWilliam Wilgus1-4/+49
2022-12-08Tree / Playlist Viewer / Menu: Fix redraw issuesChristian Soffke1-1/+1
2022-12-03tagcache: move TAGCACHE_STATEFILE define to .c fileAidan MacDonald1-1/+1
2022-10-09add splash_progressWilliam Wilgus1-4/+6
2022-06-21Reset settings on button holdWilliam Wilgus1-3/+5
2022-06-20Setting reset fix redWilliam Wilgus1-6/+3
2022-06-20FS#13193 - Add option to disable settings reset on startupWilliam Wilgus1-9/+11
2022-03-26LastFm remove scrobbler from core make a TSR plugin WIPWilliam Wilgus1-7/+0
2022-02-23Add custom action mapping to coreWilliam Wilgus1-0/+10
2021-12-05Remove a couple of #ifdefsAidan MacDonald1-2/+0
2021-08-15Drop HAVE_RTC_RAMAidan MacDonald1-5/+0
2021-07-04Sansa Connect: Initial libertas WiFi driver portTomasz Moń1-0/+5
2021-05-27Yes/No Screen: Allow accept to be button releaseDana Conrad1-4/+7
2020-09-20Add Invalid Voice Announcement to the voice system FS#13216William Wilgus1-1/+2
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-17/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-46/+3
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-22/+0
2020-05-24Comment details, typosSylvain Saubier1-3/+3
2018-06-12Agptek Rocker: Implement USB mass storage driverMarcin Bukat1-0/+4
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer1-1/+3
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly1-1/+2
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-1/+1
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-60/+42
2014-08-08Do some kernel cleanupMichael Sevakis1-2/+1
2013-08-16Fix logdiskAmaury Pouly1-4/+0
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-2/+6
2013-07-12Fix whitespace in files for following commit.Michael Sevakis1-17/+17
2013-05-31Refactor audio thread to run both recording and playback.Michael Sevakis1-8/+3
2012-08-07Introduce logging to disk feature into rockbox.Michael Giacomelli1-0/+5
2012-05-30Disable attempts to voice init_tagcache.Michael Sevakis1-2/+2
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-0/+7
2012-04-10Remove a useless sleep() from hosted's init().Thomas Martitz1-1/+0
2012-04-10Call radio_init() from hosted's init() too.Thomas Martitz1-0/+3
2011-12-31Fix FS#7631 : Archos V2 and FM Recorder charging screen problemsBoris Gjenero1-0/+11
2011-11-21skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon1-2/+0
2011-11-17Remove sim_tasks from the sdl application build.Thomas Martitz1-1/+3
2011-11-16Finally commit FS#5111 - piezo clicker for ipods!Jonathan Gordon1-0/+8
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon1-0/+3
2011-10-26Add pcm_rec_init() to the sim's init.Thomas Martitz1-2/+6
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-6/+2
2011-10-05Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]"Thomas Martitz1-7/+1
2011-09-27Delay settings_reset() until after font_init(). Fixes boot crash on Fuze(v1) ...Fred Bauer1-2/+2
2011-09-25Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can...Jonathan Gordon1-2/+7
2011-09-24Fix the build errorsJonathan Gordon1-0/+2
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-0/+9
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-6/+0
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-9/+3
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-9/+2
2011-03-02Introduce "power" thread for RaaAThomas Jarosch1-0/+1
2011-02-28Remove a redundant part of a #ifDave Chapman1-1/+1