- 40f33f0 Fix a problem where multigcc.pl sometimes produces lines like "sh-elf-gcc: no input files", especially on systems with many cores and for builds with (relatively) few files. This happened because the slice size was rounded up, which meant that in some cases there werere leftover slices. by Frank Gevaerts · 15 years ago
- 94aa0d7 Change "features" and "genlang-features" targets to no longer use multiple targets in one rule. by Frank Gevaerts · 15 years ago
- 6fa312b text viewer: the display of the statusbar is synchronized actual battery, time, etc. and deletes unnecessary lcd_set_backdrop(). by Yoshihisa Uchida · 15 years ago
- bf738c3 Add the 'number sign' glyph to a couple more fonts by Alexander Levin · 15 years ago
- 90a2671 i.MX31: Make DMA ISR call loop a bit more efficient. by Michael Sevakis · 15 years ago
- d2ed594 Theme Editor: Implemented text alignment by Robert Bieber · 15 years ago
- ce4da59 Gigabeat S: INIT section wasn't properly overlapping the uninitialized areas thus wasn't being reclaimed. by Michael Sevakis · 15 years ago
- 6920d2b i.MX31: Only include the SDMA code that will be used on the target. Simplify the script selection. by Michael Sevakis · 15 years ago
- e286b0b Remove atomic register bit manipulation functions from i.MX and s3c target code and introduce generic functions for ARM (bitmod32, bitset32, and bitclr32). Multiprocessor support is possible but just not implemented at the moment, only interrupt lockout. by Michael Sevakis · 15 years ago
- f4a0017 sd-as3525.c: handle acmd retries correctly by Tobias Diedrich · 15 years ago
- c162f93 Add the glyph for the number sign to 19-Nimbus by Alexander Levin · 15 years ago
- 1fbea62 Theme Editor: Fixed conditional viewport display by Robert Bieber · 15 years ago
- 9d6b5d6 Theme Editor: Stopped conditionals and sublines from triggering newlines and made combo boxes in config panel return text if not used in a conditional by Robert Bieber · 15 years ago
- 5565a28 Remove some redundant #include's by Bertrik Sikken · 15 years ago
- 3ecef7d Theme Editor: Implemented subline rendering, including conditional subline times by Robert Bieber · 15 years ago
- f641fc6 as3525v2-usb: fix yellow by Amaury Pouly · 15 years ago
- 23cf76c mutex_lock/unlock must be moved up a level to make the verify code in sd-as3525.c safe by Tobias Diedrich · 15 years ago
- cdf27ae usb-drv-as3525v2.c: fix compilation (typo) by Rafaël Carré · 15 years ago
- 8ac77fe as3525v2-usb: fix bug in ep listing macro, rewrite EP0 handling using a state by Amaury Pouly · 15 years ago
- 8056313 Fuze: USB HID keymap copy/pasted from e200 by Rafaël Carré · 15 years ago
- 7c716d6 Clean up a leftover preprocessor symbol and improve the workaround for the 'arm-elf and static functions in iram' quirk so it doesn't affect builds with eabi toolchain (only affects nano2g). by Nils Wallménius · 15 years ago
- 5af120f some improvements for simple viewer. by Teruaki Kawashima · 15 years ago
- 470226d text viewer: some members of preferences change to bool. And simplify menu setting functions. by Yoshihisa Uchida · 15 years ago
- 25f44c2 text viewer: move and delete #include. by Yoshihisa Uchida · 15 years ago
- 07d0372 text_viewer: callback functions are changed to the function that returns int value. by Yoshihisa Uchida · 15 years ago
- 7195f3a r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't also updated to be compatible with the changes. Fix that. by Michael Sevakis · 15 years ago
- d164678 Gigabeat S: The forced shutoff voltage level can be lowered a tiny bit it seems. by Michael Sevakis · 15 years ago
- 3313ab8 Theme Editor: Implemented conditional rendering, most conditionals should work correctly now by Robert Bieber · 15 years ago
- 449a895 Theme Editor: Beginning to work on conditional rendering, just made fix to line following code to speed up horizontal scrolling by Robert Bieber · 15 years ago
- aa13a53 Theme Editor: Rearranged and separated tag execution and rendering code by Robert Bieber · 15 years ago
- 942e427 Simplify the 'blind' macro and imrove spacing where it's used by Alexander Levin · 15 years ago
- cf6554d text viewer: tv_window doesn't depend on the layout of the text viewer. by Yoshihisa Uchida · 15 years ago
- 31cf6d5 Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for weird Linux behaviour (don't have Windows to test with), we don't need to set up USB_PHY_EPx_INFO (OF doesn't bother either). by Tobias Diedrich · 15 years ago
- df238bc Remove unneeded libmad files from build. by Andree Buschmann · 15 years ago
- 9082715 Part of FS#11367 by me: e200v2 enable line out by Michael Chicoine · 15 years ago
- 48b3de0 as3525v2-usb: rework ep listing&xfers cancelling, implement speed reporting, first try at implementing disconnection by Amaury Pouly · 15 years ago
- c6ced1c Comment further unused code in libmad. by Andree Buschmann · 15 years ago
- 4c026f0 Comment unused code in libmad. Clean up initialization and memset'ing of decoder arrays. by Andree Buschmann · 15 years ago
- 9e86287 Sansa clip+: prevent an unnecessary OF database refresh when using the wake-up alarm with a uSD card inserted (probably works for other AMSv2 targets too) by Bertrik Sikken · 15 years ago
- 99517d6 Fix inline asm argument. Shouldn't have much impact in practice but might save a load if gcc is clever. by Nils Wallménius · 15 years ago
- 1a3b93c FS#10925 by myself: add touchscreen support for virtual keyboard. by Teruaki Kawashima · 15 years ago
- 668914b fix yellow. by Yoshihisa Uchida · 15 years ago
- b5a2685 text viewer: display functions more changes. by Yoshihisa Uchida · 15 years ago
- 96233f9 Refacture libmad's synthesis filter via macro usage. Comment unused special synthesis filter for half bandwidth. by Andree Buschmann · 15 years ago
- 1ed3aba text viewer: simplify display functions. by Yoshihisa Uchida · 15 years ago
- 4b18976 udelay between command and data write seems to get rid of the display glitches on C200v2 by Tobias Diedrich · 15 years ago
- 04f9aa8 Include usb-target.h for usb_remove_int(). by Tobias Diedrich · 15 years ago
- d538db0 Add one second timeout for USB enumeration, so we don't get stuck in USB mode if it's just a charger. by Tobias Diedrich · 15 years ago
- eefe273 DBOP noise on C200v2 goes away if we precharge long enough. by Tobias Diedrich · 15 years ago
- ac40959 Swap ccache and by Tobias Diedrich · 15 years ago
- 7db309c Move two remaining lines to the Text layer by Frank Gevaerts · 15 years ago
- 51671e4 Give the lrcplayer manual entry a good seeing to. by Alex Parker · 15 years ago
- a30c5a0 Correct spelling in the lrcviewer plugin. UK English please! by Alex Parker · 15 years ago
- c72d1a6 fix red. by Yoshihisa Uchida · 15 years ago
- 17383c2 text viewer: some modify text viewer's layout and preferences. by Yoshihisa Uchida · 15 years ago
- e0bb92f Should clear up rest of red. Add a required #define in the config for c200. Fix up some preprocessing directives. Hope it's all taken care of now. by Michael Sevakis · 15 years ago
- c3eca57 Fix red. Thought I had REC_SAMPR_DEFAULT covered if not otherwise specified as different than 44. by Michael Sevakis · 15 years ago
- b15a523 e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below are being a bear as far as minor crackling at higher amplitude-- leave them out for the time being since no solution is currently evident. 48, 44, 32 (rec rates 24, 22, 16) seem perfectly fine. I'm betting c200 is ok to include because it uses the same setup as e200. by Michael Sevakis · 15 years ago
- ac622c6 text viewer: reworks screen access logics and some bugs fix. by Yoshihisa Uchida · 15 years ago
- be70fd8 Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library) by Robert Bieber · 15 years ago
- 5300c70 Theme Editor: Added Show Viewports option to device configuration panel, implemented simple rendering of info tags from device configuration by Robert Bieber · 15 years ago
- c32728c Theme Editor: Began integrating device configuration panel with renderer by Robert Bieber · 15 years ago
- d93164d Manual SVGs: move one line that still was on the wrong layer to its correct place in the e200 drawing. Let all colour targets show a black background behind the logo as they do during boot in reality. by Marianne Arnold · 15 years ago
- 3dcf678 Target SVGs: Put arrows that explain scrollwheel movement onto the 'Text' layer if it hadn't been done previosly. by Marianne Arnold · 15 years ago
- a07b471 Add 'Text' layer for labels in the following SVGs: Iaudio M3 and M5, Cowon D2, M:Robe 500 and Sansa Clip. Also set svn:mime-type to 'image/svg+xml' for all SVGs. by Marianne Arnold · 15 years ago
- a6ef571 Renamed button description layer to 'Text'. by Björn Stenberg · 15 years ago
- d9ae567 lcd-m6sp.c: remove \r by Rafaël Carré · 15 years ago
- 3359587 Theme Editor: Added a reset zoom button, made icons for all the zoom buttons by Robert Bieber · 15 years ago
- 0db8bc4 Theme Editor: Made the device configuration menu dockable by Robert Bieber · 15 years ago
- db50e49 Update the manual according to the changes in r26587 (PLA_EXIT and PLA_CANCEL on Iaudio M5 and X5) - forgotten back then. by Marianne Arnold · 15 years ago
- 273b9d6 Theme Editor: Fixed some compiler warnings and a segfault. Got some basic text rendering working (only with plaintext elements, no font support yet) as well as Viewport background color support by Robert Bieber · 15 years ago
- 691d049 fix typo in comment. by Szymon Dziok · 15 years ago
- 627e8fb Philips HDD6330: correct the number of memmory. by Szymon Dziok · 15 years ago
- 4bb6d43 Build cowond2 with gcc-eabi by Rafaël Carré · 15 years ago
- 8f8ac0e Theme Editor: Added (I think) all of the tags to the device configuration window by Robert Bieber · 15 years ago
- 273a2b8 Build PB Vibe 500 with EABI. by Szymon Dziok · 15 years ago
- 033634f Simulator: explicitely link with libdl and libm by Rafaël Carré · 15 years ago
- 83d6ceb synaptics: add a small delay in syn_get_data() for PB Vibe. Touchpad doesn't work when build with EABI without it. by Szymon Dziok · 15 years ago
- 966052b Theme Editor: Removed dependency on lingering file from devicestate.cpp, fixed formatting in device state panel, working on tag list for device panel by Robert Bieber · 15 years ago
- c9bbff5 Add transfer timeout, remove unused buf field by Tobias Diedrich · 15 years ago
- a035ed4 Fix sd-as3525.c build for non-multidrive targets by Tobias Diedrich · 15 years ago
- 90602ae Fix the pesky write corruption bug in 4bit mode. by Tobias Diedrich · 15 years ago
- 481bcf2 Theme Editor: Renderer now allows multiple viewports to share an identifier by Robert Bieber · 15 years ago
- d7ee0fe Housekeeping. Comment musepack code seqments unused in rockbox. by Andree Buschmann · 15 years ago
- 9079cdd Theme Editor: Added settingsChanged() signal to DeviceState class by Robert Bieber · 15 years ago
- 4146882 dont build the debug code in ROCKBOX, save ~400bytes by Jonathan Gordon · 15 years ago
- 5da84ec I somehow messed up the previous commit, undo the unrelated changes. by Maurus Cuelenaere · 15 years ago
- 3f48385 Fix touchscreen scrollbar behaviour when it's on the right. by Maurus Cuelenaere · 15 years ago
- 7e37fa9 text_viewer: rename preference values. by Yoshihisa Uchida · 15 years ago
- 936e673 Moved libskin_parser to lib. Added it to link line. by Björn Stenberg · 15 years ago
- faa9448 add Martin Sägmüller to CREDITS by Rafaël Carré · 15 years ago
- c285138 Gigabeat S: Use statically initialized channel descriptors. Also, there's no need for them to be in non-cached memory since they're only used on the AP side. by Michael Sevakis · 15 years ago
- 1ae6ee2 Theme Editor: Fixed some resource alias issues, implemented device configuration panel that loads options from a text file by Robert Bieber · 15 years ago
- 103eabd Commit FS#11364 by me. Increases the A3525v2 volume range by 7.5dB. Each volume setting gets 7.5dB louder (if you listened before at 0dB, you would have to set it to about -7.5dB to get the same volume). As a result, the new 0dB actually is pretty close to max line level for a full scale voltage, so positive dB may clip, whereas before they did not because the scale was off. Thanks to dfkt and Tim Graf for help figuring this out. by Michael Giacomelli · 15 years ago
- 0864fde Plasma.tex button table: add the conditional third column for targets with HAVEREMOTEKEYMAP defined to all rows (fixes wrong placement and adds info). Make the button table more readable while at it. by Marianne Arnold · 15 years ago
- 0ff522d as3525v2-usb: beginning of a real driver. Setup packet and control transfers work. There is still a problem with the set address request. Still much work to be done. by Amaury Pouly · 15 years ago
- 237d966 as3525v2-usb: define number of enpoints correctly, write interrupt handler by Amaury Pouly · 15 years ago
- 58ad1e7 Theme Editor: Began working on device status dialog by Robert Bieber · 15 years ago
- 6d61566 Theme Editor: Added dummy font class and implemented font load tag by Robert Bieber · 15 years ago
- 168eba1 Detect when building for 64bit Linux and adjust tarball name. by Dominik Riebeling · 15 years ago