Age | Commit message (Expand) | Author | Files | Lines |
2010-07-04 | s/SUBLINES/LINE_ALTERNATOR/ | Jonathan Gordon | 4 | -10/+10 |
2010-07-04 | use the same BAR_PARAMS for all bar types | Jonathan Gordon | 1 | -2/+2 |
2010-07-04 | Theme Editor: WPS documents rendered within SBS documents can now set backdrops | Robert Bieber | 4 | -6/+15 |
2010-07-04 | Theme Editor: Implemented a flags column in the tag table, removed the \n fla... | Robert Bieber | 5 | -189/+171 |
2010-07-03 | Theme Editor: Switched device configuration panel to a QFormLayout | Robert Bieber | 1 | -15/+9 |
2010-07-03 | Theme Editor: Fixed cd code generation bug: Tags whose paramlists end in \n w... | Robert Bieber | 1 | -0/+2 |
2010-07-03 | Theme Editor: SBS will now render underneath WPS, if both are present in project | Robert Bieber | 6 | -10/+88 |
2010-07-03 | Bring the layout of the table with config file options in line with the other... | Alexander Levin | 1 | -3/+3 |
2010-07-03 | Theme Editor: Status bar no longer drawn by default | Robert Bieber | 3 | -13/+6 |
2010-07-03 | HD200 - Increase ADC clock when boosted. Scan all 4 ADC channels during syste... | Marcin Bukat | 2 | -5/+5 |
2010-07-03 | Add -lm to pdbox sim build | Frank Gevaerts | 1 | -0/+17 |
2010-07-03 | Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old... | Frank Gevaerts | 6 | -5/+13 |
2010-07-03 | HD200 - add missed defines for remote buttons and remote_button_hold() functi... | Marcin Bukat | 1 | -1/+14 |
2010-07-03 | HD200 - add support for remote in button_read_device() | Marcin Bukat | 1 | -6/+54 |
2010-07-03 | Clip+ LCD: support devices with a different controller | Rafaël Carré | 7 | -19/+25 |
2010-07-03 | Add -Wl,-z,defs to GCCOPTS | Rafaël Carré | 1 | -73/+73 |
2010-07-03 | We already build with -fomit-frame-pointer so there's no need to specify that... | Nils Wallménius | 1 | -1/+1 |
2010-07-03 | Theme Editor: Implemented replace and replace all in find/replace dialog | Robert Bieber | 2 | -16/+31 |
2010-07-03 | Theme Editor: Made irrelevant menu items disabled at startup, made wrap-aroun... | Robert Bieber | 3 | -2/+48 |
2010-07-03 | Theme Editor: Removed some old debug code in skindocument.cpp, began implemen... | Robert Bieber | 11 | -764/+313 |
2010-07-02 | Rockbox Utility: Explicitly link zlib. | Dominik Riebeling | 1 | -0/+4 |
2010-07-02 | HD200 - Setup codec as I2S master and enable recording | Marcin Bukat | 5 | -78/+137 |
2010-07-02 | No need to use textless, textgreater and textbar where <, > and | can be used | Alexander Levin | 1 | -45/+37 |
2010-07-02 | Onle one table row per WPS tag | Alexander Levin | 1 | -44/+45 |
2010-07-02 | No need to capitalize every word | Alexander Levin | 1 | -7/+7 |
2010-07-02 | Make the first column in the tag tables narrower | Alexander Levin | 2 | -12/+16 |
2010-07-02 | Add Joshua Hulst to credits for FS#7831. | Michael Giacomelli | 1 | -0/+1 |
2010-07-02 | Commit FS#7831. Corrects our flac decoder to not reject files that have samp... | Michael Giacomelli | 1 | -6/+13 |
2010-07-02 | text viewer: for tv_action and tv_bookmark, the prototype of the initializer ... | Yoshihisa Uchida | 5 | -25/+83 |
2010-07-02 | HD200 - improve keymap in simulator | Marcin Bukat | 1 | -0/+2 |
2010-07-02 | HD200 - rework keymap | Marcin Bukat | 1 | -93/+151 |
2010-07-02 | text viewer: fixed garbage data are not stored in the setting file. | Yoshihisa Uchida | 1 | -7/+9 |
2010-07-02 | Theme Editor: Fixed a warning in the parser due to a stray asterisk | Robert Bieber | 1 | -1/+1 |
2010-07-02 | Theme Editor: Removed some old hash code that caused viewer not to update due... | Robert Bieber | 2 | -5/+10 |
2010-07-02 | pl081: Fix r27236 warnings. Need system.h. | Michael Sevakis | 1 | -3/+2 |
2010-07-02 | AMS SoC's: Some register bit changes need interrupt protection: timer API and... | Michael Sevakis | 12 | -23/+36 |
2010-07-02 | Theme Editor: Fixed random outlining in default viewport, working on getting ... | Robert Bieber | 2 | -2/+9 |
2010-07-02 | Theme Editor: Switched the last two parameters of the Vp tag back to their or... | Robert Bieber | 4 | -18/+14 |
2010-07-02 | Theme Editor: Switched the order of the last two arguments to %Vp in rendering | Robert Bieber | 1 | -2/+2 |
2010-07-02 | Fix red. | Andree Buschmann | 1 | -0/+2 |
2010-07-02 | r27225 broke AAC HE profile decoding due to missing check for buffersize. Int... | Andree Buschmann | 1 | -7/+28 |
2010-07-02 | Theme Editor: Renderer will not insert a newline at the end of a line if it's... | Robert Bieber | 3 | -2/+12 |
2010-07-02 | Theme Editor: Altered tag table entry for %pb to make image optional, impleme... | Robert Bieber | 6 | -3/+179 |
2010-07-01 | Remove false comment. | Andree Buschmann | 1 | -1/+0 |
2010-07-01 | Theme Editor: Fixed line numbering bug in parser. Implemented playlist displ... | Robert Bieber | 5 | -0/+75 |
2010-07-01 | Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ... | Andree Buschmann | 2 | -3/+3 |
2010-07-01 | Submit FS#11445. Speed up of faad (aac) decoder via several optimizations lik... | Andree Buschmann | 19 | -134/+121 |
2010-07-01 | Theme tags description: include the part about 'hold' for soft hold targets a... | Marianne Arnold | 1 | -17/+7 |
2010-07-01 | Factor out sane code list bisection code and use instead of insane code, clea... | Nils Wallménius | 1 | -25/+21 |
2010-07-01 | Theme Editor: Renderer now adds a newline after EVERY logical line in the par... | Robert Bieber | 3 | -15/+9 |