- 6063e91 Fix launcher icon (once more). by Thomas Martitz · 15 years ago
- 11b95cd Fix conditiona viewports logic by Thomas Martitz · 15 years ago
- 814d06b Cabbiev2 320x480 touchscreen support. by Thomas Martitz · 15 years ago
- 9dd48db Remove faulty reference to inexistent resource. by Thomas Martitz · 15 years ago
- 10b9e3b Theme Editor: Implemented resizing in RBMovable subclasses. Implementation is still somewhat crash-prone, but mostly works at this point by Robert Bieber · 15 years ago
- 4b49ef2 Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in fixmul31(). The difference to current implementation is +/-1 in the output signal. Same routines are used for other codecs and in the codec lib as well. by Andree Buschmann · 15 years ago
- cc7fac2 Minor of libwmapro on ARM. Swap operands for fixmul31, is 1% faster. by Andree Buschmann · 15 years ago
- c5025c7 Theme Editor: Made progress bars fully movable/savable from the preview panel by Robert Bieber · 15 years ago
- e4dc4f8 Revert accidental change to cabbiev2.176x220x16.wps and apply it to cabbiev2.320x480x16.wps as intended. by Thomas Martitz · 15 years ago
- 13167d2 Remove the comment about Coldfire asm. The current code (using fixmul16 macros) is fast enough; even faster than an equivalent CF asm version, as pointed out by Nils Wallménius. by Mohamed Tarek · 15 years ago
- f704ca4 Add default font for LCD_HEIGHT <= 480 by Thomas Martitz · 15 years ago
- af708fd Cabbiev2 for 320x480. by Thomas Martitz · 15 years ago
- c112b78 Fix leading slash regex in wpsbuild.pl by Thomas Martitz · 15 years ago
- 458b55d One more get_user_file_path() fix. Don't store the user dir in config.cfg and by Thomas Martitz · 15 years ago
- f3a6d24 Dont redraw the AA every single update, only when needed by Jonathan Gordon · 15 years ago
- e8542ef Update README a bit. by Thomas Martitz · 15 years ago
- 3f8e7fc New feature for the %xd() (display a preloaded image) skin tag. by Jonathan Gordon · 15 years ago
- 145571d Add a T type to the tag table which allows parameters to be a single tag by Jonathan Gordon · 15 years ago
- a0dd4cd libwmapro: remove coldfire fixmul24 as it is both incorrect and unused, fix fixmul 31 comment. by Nils Wallménius · 15 years ago
- f657e49 Theme Editor: Fixed bug that crashed conditionals nested in sublines, began work on making progress bars implement RBMovable by Robert Bieber · 15 years ago
- 265ee15 Theme Editor: Implemented saveGeometry() in RBAlbumArt by Robert Bieber · 15 years ago
- 2ea1a34 Theme Editor: Stopped bug that caused segfault if SBS element was moved from within a WPS preview by Robert Bieber · 15 years ago
- bfc2097 Theme Editor: Fixed image positioning bug, implemented saveGeometry() in RBImage by Robert Bieber · 15 years ago
- 430eb65 update wmapro's README. by Mohamed Tarek · 15 years ago
- 0b21740 Theme Editor: Fixed ParseTreeModel's paramChanged function to emit the correct dataChanged range by Robert Bieber · 15 years ago
- 5d4b8e0 Theme Editor: Removed empty lines after comments in generated code by Robert Bieber · 15 years ago
- 9176f35 Fix reds. by Mohamed Tarek · 15 years ago
- 9dddfa7 oops ! shouldn't have removed mdct_tables. by Mohamed Tarek · 15 years ago
- 12ecbf8 Drop the the mdct files from libwmapro since they are no longer needed. by Mohamed Tarek · 15 years ago
- 054a85f Theme Editor: Added code generate/undo functionality to SkinViewer by Robert Bieber · 15 years ago
- 4674518 Increase wmapro decoder output sample depth to 24 bits, makes the mean error between our output and the original floating point decoder ~5e-8. (FS#11498 by Buschel) by Mohamed Tarek · 15 years ago
- 2054ca8 Fix red by removing sine_512 from iram (2KB). minor slowdown for PP5024 (~0.05MHz) on a 320kbps sample, and ~0.03MHz slowdown for Coldfire on a 55kbps sample. by Mohamed Tarek · 15 years ago
- 3bbbb96 Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be scaled down first by (log2(frame_size) - 3). Increases decoding speed by 1.3MHz on PP5022 and saves ~32KB that were previously needed by the mdct tables. (FS#11511 by Buschel and myself) by Mohamed Tarek · 15 years ago
- 83be40f Delete now unused icons. by Thomas Martitz · 15 years ago
- 5aa4023 Prettier icons for app launcher and notification bar. by Thomas Martitz · 15 years ago
- bd9c0b2 A bit of work in the pcm driver. Should be a bit more efficient, but more importantly more dependable. Stopping playback now properly recovers if playback crashed for some reason (shouldn't happen of course). by Thomas Martitz · 15 years ago
- c216100 Theme Editor: Overhauled main window toolbar by Robert Bieber · 15 years ago
- bcf51be Theme Editor: Replaced zoom icons with modified Tango icons by Robert Bieber · 15 years ago
- d57d702 Theme Editor: Switched playback icons to tango icons by Robert Bieber · 15 years ago
- 546cd48 Show/hide notification area icon when starting/stopping playback. by Thomas Martitz · 15 years ago
- 04dc00b Add a few forgotten files, Fix potential startup problem. Fix absolute touchscreen mode. by Thomas Martitz · 15 years ago
- f0611f8 Force touchscreen targets into 3x3 grid mode when entering the wps/radio if the skin hasnt set any regions by Jonathan Gordon · 15 years ago
- 49865b2 Theme Editor: Began implementing code generation for movable viewports by Robert Bieber · 15 years ago
- 2db08d4 remove old test code by Jonathan Gordon · 15 years ago
- 594110e Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the background by Thomas Martitz · 15 years ago
- f66a233 Ignore screen orentiation changes and force portrait mode. We cannot handle it any time soon anyway. by Thomas Martitz · 15 years ago
- 5da2304 Fix the sample count in wma pro. by Mohamed Tarek · 15 years ago
- 9dd0158 Run Rockbox as a service, which allows for music decoding&playback in the background, by Thomas Martitz · 15 years ago
- 83c60a1 Theme Editor: Created the RBMovable abstract class for screen elements that can be moved around, began implementing it and making images, viewports, and album art children of it by Robert Bieber · 15 years ago
- 851be21 system-arm.c/__div0 are for ARM native builds only by Rafaël Carré · 15 years ago
- 29b2a04 faad: move inline function in header by Rafaël Carré · 15 years ago
- 40e3b09 system-android: cast void* to uintptr_t* by Rafaël Carré · 15 years ago
- 82e1332 android: declare audiohw_set_volume() by Rafaël Carré · 15 years ago
- 3b0521a4 Typo by Rafaël Carré · 15 years ago
- 2c00cb5 wma: move inline functions into .h file by Rafaël Carré · 15 years ago
- 79d5c07 configure: fix LCD width/height dialog for android by Rafaël Carré · 15 years ago
- 1e0a010 make -vvv display the parse tree in checkwps. Fix a potential bug in the parser where recursive tags (the playlist viewier) would share params with its parant which meant bad things by Jonathan Gordon · 15 years ago
- d42fd74 flac: error out if max blocksize is larger than we can handle. by Nils Wallménius · 15 years ago
- a83adc7 Theme Editor: Removed markup comments from CodeEditor files (it was originally a Nokia example, so it was marked up with comments for their documentation), implemented the beginnings of drag and drop editing. Viewports are now movable, but don't invoke code generation yet by Robert Bieber · 15 years ago
- dad9810 Theme Editor: Implemented Sx tag in renderer by Robert Bieber · 15 years ago
- 436ed78 Theme Editor: SkinDocument class now checks file extension when loading a document and sets the cs device setting accordingly by Robert Bieber · 15 years ago
- 7cd57a9 Theme Editor: Added a default label to switch block in devicestate.cpp to be safe by Robert Bieber · 15 years ago
- c882464 Theme Editor: Fixed rendering of %ca tag by Robert Bieber · 15 years ago
- abd0566 Manual: Fix typo by Alex Parker · 15 years ago
- ecb2111 Manual: %Vl tag was in the viewports section but missing from the tag table in the tags appendix. by Alex Parker · 15 years ago
- 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 15 years ago
- 850efea A few post-fixes to the get_user_file_path() commit. by Thomas Martitz · 15 years ago
- 75556fd Fix FS#10926 - h300 wps wouldnt be updated correctly when the backlight turns off because the remote is being naughty by Jonathan Gordon · 15 years ago
- ee4f8a9 Allow viewport labels to be mostly free text instead of only one character. If this is useful the same will be done for images by Jonathan Gordon · 15 years ago
- bc046ff make grey targets reject viewport colours if theyare more than one letter (i.e %Vb(333333) ) by Jonathan Gordon · 15 years ago
- c083806 Fix a logf bug which would trigger undefined behaviour(and probably crash) when both DEBUG, CONFIG_PLATFORM & PLATFORM_HOSTED are enable by Amaury Pouly · 15 years ago
- f84cb98 Use higher precision for libwmapro's quant_tab[]. by Andree Buschmann · 15 years ago
- a19fa2d themeeditor: fix build by Rafaël Carré · 15 years ago
- c9d4b79 doom: fix types mismatch spotted by gcc 4.5.1 by Rafaël Carré · 15 years ago
- 5574af8 mpegplayer mad: apply r27655 fix by Rafaël Carré · 15 years ago
- 90b48cd Fix last red. by Thomas Martitz · 15 years ago
- 5d8ab7b Fix reds. by Thomas Martitz · 15 years ago
- 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 15 years ago
- 2e7d92f mpa: remove bad enum comparison spotted by gcc 4.5.1 by Rafaël Carré · 15 years ago
- 3bc8fd0 cmp-plugins-size: continue if a map file is absent/corrupted by Rafaël Carré · 15 years ago
- 9e2cd39 Fix FS#11508 - remote LCD targets crash because the remote wps fails to load by Jonathan Gordon · 15 years ago
- befffc8 More minor const/static/include fixes. by Bertrik Sikken · 15 years ago
- 52e67f3 woopsies by Jonathan Gordon · 15 years ago
- bb45110 woopsies by Jonathan Gordon · 15 years ago
- 6dc4d65 FS#11507 - fix 'track starting/ending' tags, and minor timeout cleanup by Jonathan Gordon · 15 years ago
- 38caf2c Fix #ifdef in backlight.c from previous commit by Bertrik Sikken · 15 years ago
- 3a8e7e6 Various minor cleanups by Bertrik Sikken · 15 years ago
- 9b6d895 Various minor cleanups for cowon d2 by Bertrik Sikken · 15 years ago
- 451aa86 Various minor cleanups for mini2440 by Bertrik Sikken · 15 years ago
- f971dee Housekeeping for libwmapro. Define some multiple used constants, use more precise value for cos(pi/4). by Andree Buschmann · 15 years ago
- 8be79a2 skinparser lib: even more const correctness, should fix checkwps, again by Nils Wallménius · 15 years ago
- 804437a skinparser lib: even more const correctness, should fix checkwps by Nils Wallménius · 15 years ago
- 597ccdd skinparser lib: more const correctness by Nils Wallménius · 15 years ago
- 1aaaa9e configure: print error when user selects invalid advanced options. by Nils Wallménius · 15 years ago
- 76f4c02 Various minor clean-ups for mrobe by Bertrik Sikken · 15 years ago
- 38e0918 Fix condition for compiling audiohw_set_monitor (should fix red) by Bertrik Sikken · 15 years ago
- d7cb3b1 Manual: add some missing theme tags, and close FS#11472. by Alex Parker · 15 years ago
- 4a8ea6c Various minor clean-ups for Zen Vision by Bertrik Sikken · 15 years ago
- c2529c3 skinparser lib: some const correctness and marking of local vars as 'static' by Nils Wallménius · 15 years ago
- c9a3419 Add #include to power-ipod.c, make some variables static in storage.c by Bertrik Sikken · 15 years ago