summaryrefslogtreecommitdiff
path: root/firmware/target/hosted (follow)
Commit message (Expand)AuthorAge
...
* Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling2011-06-04
* Fix an implicit declaration warning.Dominik Riebeling2011-05-29
* Fix SDL touch screen handling on the screen edgesThomas Jarosch2011-05-25
* Fix a problem where hardware keypresses dont reset the idle poweroff timer on...Jonathan Gordon2011-05-25
* Fix tabs in .c and .h files in firmware/ Bertrik Sikken2011-05-08
* Fix whitespace errors aka tabs.Dominik Riebeling2011-05-05
* Define LCD dpi for n900, n8xx and the pandoraThomas Jarosch2011-04-16
* Android: Implement app shutdown and thus, sleep timer.Thomas Martitz2011-03-16
* Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz2011-03-16
* Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg2011-03-14
* Android: allocate native_buffer locally, which does away with the need to holdMaurus Cuelenaere2011-03-12
* Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling.Thomas Martitz2011-03-11
* Create GlobalRef in surfaceCreated, in accordance to r29572.Thomas Martitz2011-03-11
* Android: delete the global reference in surfaceDestroyedMaurus Cuelenaere2011-03-11
* Android: no need to keep RockboxPCM_class aroundMaurus Cuelenaere2011-03-11
* Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere2011-03-11
* Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere2011-03-11
* Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere2011-03-11
* Enable volume keys in Android.Björn Stenberg2011-03-10
* Return -1 for not implemented RTC functions.Thomas Martitz2011-03-08
* RaaA: Add RTC supportThomas Jarosch2011-03-08
* Bring idle poweroff to RaaA and the simThomas Jarosch2011-03-08
* Android: Fix black display after unzipping libmisc.so.Thomas Martitz2011-03-05
* Change the thread api a bit.Thomas Martitz2011-03-05
* Add rockbox copyright header with proper credits for kugelThomas Jarosch2011-03-05
* Add svn:keywords to firmware/target/hosted source filesThomas Jarosch2011-03-05
* Fix compilation issues for sdl when HAVE_BUTTON_DATA is not definedFrank Gevaerts2011-03-03
* Introduce "power" thread for RaaAThomas Jarosch2011-03-02
* Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...Thomas Jarosch2011-03-01
* Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch2011-02-28
* brackets are important! fix the mouse being hidden in simsJonathan Gordon2011-02-28
* Hopefully get shutdown/exit handling on SDL/maemo right.Thomas Martitz2011-02-28
* Pandora port: Exit rockbox by pressing the SELECT buttonThomas Jarosch2011-02-28
* RaaA: Add initial Pandora supportThomas Jarosch2011-02-27
* Android:Thomas Martitz2011-02-23
* Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz2011-02-19
* N900: Prevent stuck up/down keys on systems with shared up/down cursor mappingThomas Jarosch2011-02-19
* Fix red caused by incorrect includes.Thomas Martitz2011-02-18
* Implement cooperative threads on hosted platforms using C code.Thomas Martitz2011-02-18
* Fix the shutdown sequence for maemo, SDL and simulator buildsThomas Jarosch2011-02-15
* Initial maemo platform supportThomas Jarosch2011-02-08
* Add widgets to android port.Antoine Cellerier2011-01-29
* Fix FS#11881. Patch by Thomas JaroschThomas Martitz2011-01-20
* Return thread ID as a string for name when a thread isn't named or name canno...Michael Sevakis2010-12-29
* interrupt_level should've been volatile as well when I changed this file. Obt...Michael Sevakis2010-12-29
* UISimulator: Need a 'while' not an 'if' in sim_enter_irq_handler. Add comment...Michael Sevakis2010-12-28
* Vastly increase speed of SDL screen updates for RGB565.Thomas Martitz2010-12-27
* Return interval in the SDL timer callback as it should happen in periodic tim...Thomas Martitz2010-12-27
* RaaA: Improve tagcache search to make the database built.Thomas Martitz2010-12-23
* Android: Protect lcd updates with a mutex.Thomas Martitz2010-12-13