- f99e4fb HD200 - turn off charging IC by default by Marcin Bukat · 14 years ago
- 2c56ac8 Slightly rearranged lines to execute only what's really needed. No functional changes. by Alexander Levin · 14 years ago
- 7d4c0c5 Rename functions so that the code is easier to read by Alexander Levin · 14 years ago
- 76f2b9c HD200 - add remote keymap by Marcin Bukat · 14 years ago
- 72e463f Fix a typo and clarify when bookmarks are autocreated by Alexander Levin · 14 years ago
- 31b5c47 Rockbox as an application: Add an 320x240 SDL application target. by Thomas Martitz · 14 years ago
- 9da7079 Clean up naming of radio preset functions and move global radio preset methods into apps/radio/presets.h by Bertrik Sikken · 14 years ago
- 1c3ae92 Add --prefix option to configure, and add it to make reconf. by Thomas Martitz · 14 years ago
- 3cdee0f HD200 - Fix GPIO setup in button_init_device()- this change fixes sound output broken in r27258. Slightly adjust main buttons reading routine so key reading is more reliable with and without remote present by Marcin Bukat · 14 years ago
- 7c908bb HD200 - more work on remote handling by Marcin Bukat · 14 years ago
- 851e066 lrcplayer: by Teruaki Kawashima · 14 years ago
- 079e194 make the fms update by Jonathan Gordon · 14 years ago
- 35717ec Commit FS#11458 by me. Fixes test_codec to work on files larger then the available audio buffer. Allows test_codec to work normally on the AMS Sansas as well as D2, etc. by Michael Giacomelli · 14 years ago
- d884af2 Partial conversion of the wmapro decoder to fixed point arithmetic. Currently inverse quantization & rescaling, by Mohamed Tarek · 14 years ago
- 6a04479 Theme Editor: Began working on font loading. Font header info is now read and spewed out onto the debug console by Robert Bieber · 14 years ago
- 8a23b8e Theme Editor: Added the built-in font to the project resources by Robert Bieber · 14 years ago
- 27debea Theme Editor: Fixed redundant directory separator bug in addresourcedir script by Robert Bieber · 14 years ago
- ac58d02 Theme Editor: Added a small PHP script to auto-generate a qrc entry for a directory with aliases for each file by Robert Bieber · 14 years ago
- 4158192 Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and -O1 for other CPUs. This speeds up decoding by 1-5%. by Andree Buschmann · 14 years ago
- 68756cc Theme Editor: Enabled conditional display of ID3/file info with checkbox on the device panel by Robert Bieber · 14 years ago
- 71b561e Theme Editor: Fixed bug that caused WPS skins without SBS parents not to render their backdrops correctly. Added support for RTL-dependant text alignment by Robert Bieber · 14 years ago
- db1b823 Provide the option to automatically update existing bookmark files on stop, without creating ones that don't already exist. by Torne Wuff · 14 years ago
- d265bcf text viewer: fixed StatusBar randomly appears (FS#11455). by Yoshihisa Uchida · 14 years ago
- 30622e3 Polish charset for 09-Nedore font, FS #11460 by Tomasz Kowalczyk by Bertrik Sikken · 14 years ago
- fb6a659 Serbian translation update, FS #11456 by Ivan Pesic by Bertrik Sikken · 14 years ago
- 5959e86 Polish charset for 08-Nedore font, FS #11436 by Tomasz Kowalczyk by Bertrik Sikken · 14 years ago
- fe4713f Move the test and benchmark plugins to the top of the viewers list, since if someone compiles a build with them, they're probably going to use them frequently. Shouldn't change anything for normal builds. by Michael Giacomelli · 14 years ago
- 38fe596 pdbox: Optimizations in the audio output code. by Wincent Balin · 14 years ago
- d5342fd pdbox: Added Sansa e200 to supported devices. by Wincent Balin · 14 years ago
- 53425ad pdbox: Added different sampling rates based on hardware capabilities. by Wincent Balin · 14 years ago
- 8c54767 Close the \ActionStdCancel correctly so that the following space won't be eaten. by Marianne Arnold · 14 years ago
- 89c3f8f Add generated files to svn:ignore. by Dominik Riebeling · 14 years ago
- 94eff15 Fix win32 simulator builds (tested cross compilation from linux) by Rafaël Carré · 14 years ago
- 79a863b Replace COWON_D2_PAD with 'touchscreen' in manual button tables and text where appropriate - places where a touch area is meant and hence valid for all touchscreen devices. Makes the Onda VX777 manual build correctly. by Marianne Arnold · 14 years ago
- b6caf99 sim: add spdif_measure_frequency() stub for HAVE_SPDIF_IN by Rafaël Carré · 14 years ago
- 3982f1e Simulator: build recording code by Rafaël Carré · 14 years ago
- bf83ac6 Add platform and keymap files and basic descriptions about installing Rockbox etc. for an Onda VX777 manual. Author: Giovanni Zilli. Flyspray: FS#11437. by Marianne Arnold · 14 years ago
- 4acfdbc chessbox: fix 'i = i++', based on gnuchess4.0-pl80 by Rafaël Carré · 14 years ago
- 7b4ecc7 Add Onda VX747 and VX777 images to be used for and in preparation of a manual. Author: Marko Pahlke. Flyspray: FS#10852 (VX747) and FS#10854 (VX777). by Marianne Arnold · 14 years ago
- 4171bc8 hdd6330: Enable buttonlights. by Szymon Dziok · 14 years ago
- a902adf Include 16-Adobe-Helvetica.fnt on targets with LCD_HEIGHT <= 400 (Ondas) as default font to make Cabbiev2 look as intended. by Marianne Arnold · 14 years ago
- b43c43c hdd6330: enable full touchpad support - code cleanup, all buttons should work now correctly, scrollstrip should work like in the OF. by Szymon Dziok · 14 years ago
- 63c795a hdd6330: change the synaptics-mep driver in a few places according to the touchpad behavior. by Szymon Dziok · 14 years ago
- 78c9a19 cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than LINE in the enum by Jonathan Gordon · 14 years ago
- dc34785 s/SUBLINES/LINE_ALTERNATOR/ by Jonathan Gordon · 14 years ago
- 7cfb564 use the same BAR_PARAMS for all bar types by Jonathan Gordon · 14 years ago
- 2a7fc15 Theme Editor: WPS documents rendered within SBS documents can now set backdrops by Robert Bieber · 14 years ago
- 32ff4e9 Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag by Robert Bieber · 14 years ago
- d4e7ab7 Theme Editor: Switched device configuration panel to a QFormLayout by Robert Bieber · 14 years ago
- e472c39 Theme Editor: Fixed cd code generation bug: Tags whose paramlists end in \n will now have a newline inserted after them by Robert Bieber · 14 years ago
- 2f68e5b Theme Editor: SBS will now render underneath WPS, if both are present in project by Robert Bieber · 14 years ago
- 8da13a5 Bring the layout of the table with config file options in line with the other tables in the manual by Alexander Levin · 14 years ago
- 8219cfe Theme Editor: Status bar no longer drawn by default by Robert Bieber · 14 years ago
- 6e40988 HD200 - Increase ADC clock when boosted. Scan all 4 ADC channels during system tick by Marcin Bukat · 14 years ago
- 64276fc Add -lm to pdbox sim build by Frank Gevaerts · 14 years ago
- b8286d4 Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in older gcc output when not linking by Frank Gevaerts · 14 years ago
- 6638108 HD200 - add missed defines for remote buttons and remote_button_hold() function prototype in button-target.h by Marcin Bukat · 14 years ago
- 8d3591a HD200 - add support for remote in button_read_device() by Marcin Bukat · 14 years ago
- 9a471e6 Clip+ LCD: support devices with a different controller by Rafaël Carré · 14 years ago
- 12b89c1 Add -Wl,-z,defs to GCCOPTS by Rafaël Carré · 14 years ago
- a89fea6 We already build with -fomit-frame-pointer so there's no need to specify that again. by Nils Wallménius · 14 years ago
- 5aa684f Theme Editor: Implemented replace and replace all in find/replace dialog by Robert Bieber · 14 years ago
- a8bb62e Theme Editor: Made irrelevant menu items disabled at startup, made wrap-around search work in the find/replace dialog by Robert Bieber · 14 years ago
- fb09d63 Theme Editor: Removed some old debug code in skindocument.cpp, began implementing a new find/replace dialog, due to licensing issues by Robert Bieber · 14 years ago
- 4b32164 Rockbox Utility: Explicitly link zlib. by Dominik Riebeling · 14 years ago
- 971a6e9 HD200 - Setup codec as I2S master and enable recording by Marcin Bukat · 14 years ago
- 15d0ac0 No need to use textless, textgreater and textbar where <, > and | can be used by Alexander Levin · 14 years ago
- 1242710 Onle one table row per WPS tag by Alexander Levin · 14 years ago
- d8f5f51 No need to capitalize every word by Alexander Levin · 14 years ago
- 67f25a4 Make the first column in the tag tables narrower by Alexander Levin · 14 years ago
- 010e562 Add Joshua Hulst to credits for FS#7831. by Michael Giacomelli · 14 years ago
- 33df565 Commit FS#7831. Corrects our flac decoder to not reject files that have samplecount set to 0. by Michael Giacomelli · 14 years ago
- 2cdf332 text viewer: for tv_action and tv_bookmark, the prototype of the initializer is the same arguments as other modules. by Yoshihisa Uchida · 14 years ago
- 0fef85e HD200 - improve keymap in simulator by Marcin Bukat · 14 years ago
- 91ed5bd HD200 - rework keymap by Marcin Bukat · 14 years ago
- 426f4c1 text viewer: fixed garbage data are not stored in the setting file. by Yoshihisa Uchida · 14 years ago
- 00a3024 Theme Editor: Fixed a warning in the parser due to a stray asterisk by Robert Bieber · 14 years ago
- 4429fb0 Theme Editor: Removed some old hash code that caused viewer not to update due to hash collisions. Made Vf and Vb tags attached to viewport definition eat newline at end of line' by Robert Bieber · 14 years ago
- 3f4dfe5 pl081: Fix r27236 warnings. Need system.h. by Michael Sevakis · 14 years ago
- 0f47ffe AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI. by Michael Sevakis · 14 years ago
- 9d68516 Theme Editor: Fixed random outlining in default viewport, working on getting the viewer to refresh on re-render by Robert Bieber · 14 years ago
- 14caf67 Theme Editor: Switched the last two parameters of the Vp tag back to their original orientation, made the playlist display the first half with ID3 info, the second half without, as if the list were mid-way through loading by Robert Bieber · 14 years ago
- e763eb7 Theme Editor: Switched the order of the last two arguments to %Vp in rendering by Robert Bieber · 14 years ago
- 1e5327e Fix red. by Andree Buschmann · 14 years ago
- bcbe317 r27225 broke AAC HE profile decoding due to missing check for buffersize. Introduce a check of needed buffersize and decide whether to use a static buffer from IRAM or faad's internal allocation routines. by Andree Buschmann · 14 years ago
- f58174f Theme Editor: Renderer will not insert a newline at the end of a line if it's the same line in the wps file as the viewport declaration, to avoid forcing the first line of text down past where it belongs if Vf and Vb are used. The parser should be modified to make this unnecessary, when a consensus can be reached on how to do it by Robert Bieber · 14 years ago
- 9742704 Theme Editor: Altered tag table entry for %pb to make image optional, implemented progress bar rendering in theme editor by Robert Bieber · 14 years ago
- 5633ece Remove false comment. by Andree Buschmann · 14 years ago
- 26a2f81 Theme Editor: Fixed line numbering bug in parser. Implemented playlist display in renderer: playlist will use info for next track for all tracks other than the current track by Robert Bieber · 14 years ago
- c794c1f Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM on iPod4G. by Andree Buschmann · 14 years ago
- 52f17df Submit FS#11445. Speed up of faad (aac) decoder via several optimizations like refactoring some requantization routines, moving several arrays and code tables to IRAM, using an optimized swap32() function and inlining several huffman decoder functions. Decoding is sped up by ~10% (PP5002, PP5022, MCF5249) and ~22% (MCF5250). by Andree Buschmann · 14 years ago
- b013fb7 Theme tags description: include the part about 'hold' for soft hold targets as well (available there since hm... r13716), put more universally to get rid of special casing. by Marianne Arnold · 14 years ago
- 01f91ed Factor out sane code list bisection code and use instead of insane code, clean up some tests for readability's sake. Gives a small speedup on h300 (coldfire, 0.1-0.6MHz) and a tiny speedup on gigabeat s (armv6 0.1-0.2MHz), no real difference on PP. by Nils Wallménius · 14 years ago
- a54bfaa Theme Editor: Renderer now adds a newline after EVERY logical line in the parse tree by Robert Bieber · 14 years ago
- a43fbbb Generalize the description of the %d(N) WPS tags by Alexander Levin · 14 years ago
- 4c07dbe Correct English in text viewer manual entry. by Alex Parker · 14 years ago
- a64fa10 mp3 encoder (codec): left and right channels were inverted in mono by Rafaël Carré · 14 years ago
- ffe8cec metronome: fix issue that backlight doesn't turn off. by Teruaki Kawashima · 14 years ago
- 18accff open Pictureflow -> öffne Pictureflow by Tobias Diedrich · 14 years ago
- c898261 Added some missing german translations by Tobias Diedrich · 14 years ago