summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Forgot to update lcd-remote.hThomas Martitz1-2/+2
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz2-4/+4
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz2-4/+4
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz2-0/+4
2010-10-06Fix targets with remote display, forgot to add the new functions to their hea...Thomas Martitz1-0/+6
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz2-2/+9
2010-09-26Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...Frank Gevaerts1-0/+4
2010-09-25Add current consumption and battery capacities to iPod nano 2G config file.Andree Buschmann1-4/+8
2010-09-24Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.Andree Buschmann2-0/+4
2010-09-20iap: make variable serbuf non-globalBertrik Sikken2-3/+3
2010-09-20Fix typoThomas Martitz1-1/+1
2010-09-20Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.Thomas Martitz1-5/+2
2010-09-17Allow e200 to compile without HAVE_RECORDINGFrank Gevaerts1-2/+6
2010-09-17Simplify unnecessary baroque preprocessor condition a bitFrank Gevaerts1-2/+2
2010-09-17Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both setFrank Gevaerts1-0/+4
2010-09-16usb_drv_reset() is only used in usb-drv-arc.cRafaël Carré1-1/+0
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-5/+22
2010-09-08Rename cache coherency functions.Thomas Martitz1-0/+12
2010-09-08as3525v2 usb: define USB_HAS_BULKRafaël Carré2-2/+5
2010-09-06Fix set_serial_descriptor() for targets with as3543Rafaël Carré1-0/+6
2010-09-05FS#11597 : decrease FCLK frequency when unboostedRafaël Carré3-3/+3
2010-09-03powermgmt.h: include config.hRafaël Carré8-0/+21
2010-09-02as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't prote...Amaury Pouly1-7/+0
2010-09-02as3525v2:Amaury Pouly1-0/+5
2010-09-02Fix typoThomas Martitz1-1/+1
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz1-2/+21
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz1-1/+2
2010-09-01Android: Enable software tone controlsThomas Martitz1-2/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz4-11/+5
2010-09-01Revert an accidentaly change to debug.h that prevent simulator+debug buildAmaury Pouly1-1/+1
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts2-9/+9
2010-08-30Change lc_open_from_mem() return type to void*Thomas Martitz1-1/+1
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré2-0/+2
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken1-0/+2
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer1-1/+1
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-1/+7
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz1-0/+55
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz1-55/+0
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz1-0/+55
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon2-2/+6
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon1-0/+1
2010-08-23ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken1-17/+0
2010-08-23Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat1-0/+6
2010-08-20Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same se...Jens Arnold1-0/+7
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere2-0/+5
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2
2010-08-12Fix red: Revert the const correctness part, which opened a can of worms.Michael Sparmann1-2/+2
2010-08-12emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...Michael Sparmann1-2/+2
2010-08-11Delete useless #ifndef #endif pair.Nils Wallménius1-2/+0
2010-08-07Android port: handle incoming calls.Thomas Martitz1-0/+2