- bec80ca PDBox: Added GUI. by Wincent Balin · 16 years ago
- 218b312 Remove the wrapper around the wrapper (wps_data_load) and handle loading hardcoded wps in case of a broken file directly in wps.c. by Thomas Martitz · 16 years ago
- 04be8dd Fix inaccurate time display for 44.1 (and 22.05) kHz MP3 audio tracks. Time was off by about 0.2%. Doesn't sound much, but after one hour, that's 8 seconds. Also fix a problem when seeking to near the end of a file. by Magnus Holmgren · 16 years ago
- 3de77e0 Add missing svn:keywords property. by Dominik Riebeling · 16 years ago
- 2357ec4 calendar: fix bug when add new event text longer than last entry. by Teruaki Kawashima · 16 years ago
- 3228756 Fix yellows relvealed by the ABS() rework tonight. The abs() didn't seem to make much sense there anyway. Thanks Dave Chapman. by Thomas Martitz · 16 years ago
- cc05424 Fix reds for IAP and a missing #include. by Thomas Martitz · 16 years ago
- 2287dd9 Remove find_albumart() from the plugin API as it doesn't exist for them. by Thomas Martitz · 16 years ago
- 3b75c86 A bit mroe wps/skin engine cleanup so that the structs the wps uses can be static: by Thomas Martitz · 16 years ago
- 0dc5cc8 Samsung YP-S3: update bootloader demo app with test code for the wmcodec (volume control of fm radio) by Bertrik Sikken · 16 years ago
- 0ce5b32 one more add which didnt get added by Jonathan Gordon · 16 years ago
- b5442f8 these didnt get renamed for some reason by Jonathan Gordon · 16 years ago
- 3e7444f part two of the grand overall wps/skinning engine cleanup work: by Jonathan Gordon · 16 years ago
- 48b7e8c Reversi: Make Reversi respect the global touchscreen setting when in a menu. by Karl Kurbjun · 16 years ago
- f011154 Clix: Forgot ifdefs around touchscreen_set_mode. by Karl Kurbjun · 16 years ago
- 4bc1646 Clix: Make Clix respect the global touchscreen setting when in a menu. by Karl Kurbjun · 16 years ago
- e18b8f3 Calculator: Enable absolute mode for touchscreens. by Karl Kurbjun · 16 years ago
- 16a6453 Don't recalculate the array length during the loop, use the ARRAYLEN macro and correct the type of the variable i. by Thomas Martitz · 16 years ago
- 85ece84 Remove various ABS() definitions with a single one using typeof (if using gcc) to avoid multiple evaluations of the input expressions. Speex still uses its own as I didn't want to change this imported code too much. by Thomas Martitz · 16 years ago
- af6060a Fix X5/M5 by Karl Kurbjun · 16 years ago
- 85bdac9 Fix warning and ZVM by Karl Kurbjun · 16 years ago
- 50d3928 Blackjack: Use standard menu and add playback menu, use pluginlib high scores. by Karl Kurbjun · 16 years ago
- bbc9aeb Fix highest succeeded level from the highscores really this time, and don't confuse MIN() and MAX(). by Thomas Martitz · 16 years ago
- 5c09d37 Cap the level chooser to NUM_LEVELS (100) to avoid accessing level 101, which contains the secret Data Abort Bubble (which looks really funny but is not an Easter Egg). Fix a bug with loading the highest succeeded level from the highscores too. by Thomas Martitz · 16 years ago
- 1015d5f Update the manual screenshot for 176x220x16. by Thomas Martitz · 16 years ago
- 5291d09 Fix red - overlooked renaming in 1 place. by Thomas Martitz · 16 years ago
- d66bf05 Reversi: Fix warning, change the text so that it does not resize the board (text does not scroll currently), and fix some target buttons. by Karl Kurbjun · 16 years ago
- 4654b3c New bubbles background for 176x220 (Sansa e200), heavily based off a mockup provided by Marianne Arnold. by Thomas Martitz · 16 years ago
- e210810 Brickmania: Statusbar should always be drawn at the top of the screen by Karl Kurbjun · 16 years ago
- 374b21e Remove two left-over DEBUGFs by Thomas Martitz · 16 years ago
- ee0ab03 Samsung YP-S3: update backlight brightness curve again (can't go all the way down to 1/256 brightness) and update yp-s3 bootloader demo. by Bertrik Sikken · 16 years ago
- 322fae4 A bit of rework in bubbles: by Thomas Martitz · 16 years ago
- 1060326 Reversi: Implement dynamic legend/board sixing when necessary for landscape targets based on font size by Karl Kurbjun · 16 years ago
- 0a51d39 Remove redundant definitions of SCROLLBAR_WIDTH by Nils Wallménius · 16 years ago
- ece0b22 Superdom: introduce new enum for value to be returned in many places instead of mix of PLUGIN_USB_CONNECTED and numbers. by Teruaki Kawashima · 16 years ago
- e3f7184 brickmania: improve game saving to save current status. by Teruaki Kawashima · 16 years ago
- ef0c9da Don't mention having to run 'make reconf' when you're runing 'make reconf' by Antoine Cellerier · 16 years ago
- 0131a38 Pluginlib: Add support for general buttons. Add menu and quit buttons to Reversi. MRobe 500: Modify touch handler to return the previous data always rather than 0 when there is no touch. by Karl Kurbjun · 16 years ago
- e9b061a Fix red: only use SW_VOLUME_MIN if HAVE_SW_VOLUME_CONTROL is defined by Maurus Cuelenaere · 16 years ago
- 3c7c791 * Move DSP_CALLBACK_* enum to sound.h by Maurus Cuelenaere · 16 years ago
- 1ace06a Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), so there's no need to compare the string to the whole genre array (thanks to Mikael Magnusson) by Maurus Cuelenaere · 16 years ago
- faf37f9 MP3 metadata parser: by Maurus Cuelenaere · 16 years ago
- e454d88 Samsung YP-S3: update backlight brightness curve so backlight is still on at the minimum brightness setting by Bertrik Sikken · 16 years ago
- 1b2fe50 Meizu: update backlight brightness curve so backlight is still on at the minimum brightness setting by Bertrik Sikken · 16 years ago
- fc57014 Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/pops heard when reading the adc. by Mark Arigo · 16 years ago
- 4e7517d Samsung YP-S3: implement button lights by Bertrik Sikken · 16 years ago
- 0f0bf7b Samsung YP-S3: implement headphones detection by Bertrik Sikken · 16 years ago
- 64b227e Doom: re-add the missing modulus operation I removed in r22097 by Maurus Cuelenaere · 16 years ago
- da0e0e5 Doom: prevent division by zero by Maurus Cuelenaere · 16 years ago
- ddd82d6 Ingenic Jz4740 timer driver: fix stupid mistake by Maurus Cuelenaere · 16 years ago
- f3298a4 M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART interrupt clearing. by Karl Kurbjun · 16 years ago
- 5c882be Fix FS#10478 - Used wrong directory in Browse theme files by explicitely setting current[] to '\0' in an else case. by Thomas Martitz · 16 years ago
- bcd510d Samsung YP-S3: implement button driver for the touch keys (and the hold/power switch) by Bertrik Sikken · 16 years ago
- 9bcc670 Add png viewer plugin documentation by Frank Gevaerts · 16 years ago
- d657c69 pegbox: Fix bug it restarts the level when user choosed "Resume Game" in the menu. by Teruaki Kawashima · 16 years ago
- 95d043b Meizu M3: check LCD_STATUS in the lcd driver instead of using delay loops by Bertrik Sikken · 16 years ago
- a616f49 Ingenic Jz4740 targets: don't use IRAM in plugins as there's almost none available by Maurus Cuelenaere · 16 years ago
- aafbc55 fix deleteAnimation in calculator plugin. by Teruaki Kawashima · 16 years ago
- 65140a2 Slight whitespace cleanup, add a const qualifier. No functional changes by Nils Wallménius · 16 years ago
- f95dc68 Minor additions to floating point math functions. by Wincent Balin · 16 years ago
- 2fb7384 Start of a Rockbox port to the Samsung YP-S3. by Bertrik Sikken · 16 years ago
- e30f1e8 Make gcc use -pipe instead of temporary files. by Björn Stenberg · 16 years ago
- 37dd46e Check if parameter is NULL in plugins which only works as viewer. by Teruaki Kawashima · 16 years ago
- 221cae9 fix page up/down in list (FS# 10435). by Teruaki Kawashima · 16 years ago
- f495488 fix forcing scrolling title like "Scroll Speed Setting Example". by Teruaki Kawashima · 16 years ago
- 38b0806 Onda VX7x7: fix error when compiling with USB_BOOT defined by Maurus Cuelenaere · 16 years ago
- ad16600 Reversi: Attempt to account for screen aspect, add preliminary absolute touchscreen support (Menu button and quit button need to be added to display) by Karl Kurbjun · 16 years ago
- d10f951 Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work again by Jonathan Gordon · 16 years ago
- 5bd339c Clean up a lot of old and ugly comments. Wrap some long lines. Remove unneeded fixed point function. Move some fixed point math functions out of wmadeci. No functional changes. by Michael Giacomelli · 16 years ago
- 30e3350 Meizu: fix mask for GPIO function selection used for fmradio by Bertrik Sikken · 16 years ago
- d0a132a Jz4740 timer driver: only init timer in timer_set() when start is true by Maurus Cuelenaere · 16 years ago
- e38f3ab Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit (improves PDBox) by Maurus Cuelenaere · 16 years ago
- 0e83c80 Upps, fix to r22071 by Johannes Schwarz · 16 years ago
- 86ef57b Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metronome) by Maurus Cuelenaere · 16 years ago
- 8ef07c8 Fix some tiny bugs in the help screen from solitaire and star by Johannes Schwarz · 16 years ago
- 527b069 Lua: implement the ^ and % operators by Maurus Cuelenaere · 16 years ago
- 74d4d0d this file isnt used anymore and should have been removed with the rest of the cleanup by Jonathan Gordon · 16 years ago
- 95c25d6 Touchscreen targets: add basic progress bar & volume handling by Maurus Cuelenaere · 16 years ago
- c08a2c7 Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines. by Mohamed Tarek · 16 years ago
- 5f5d105 Change the naming scheme for codecs found in different containers. by Mohamed Tarek · 16 years ago
- 320bd1a Fix a bug spotted by Maurus Cuelenaere; rockbox crashed on viewing the porperties of files with unsupported extensions due to the null ext list in by Mohamed Tarek · 16 years ago
- c393b1d Fix compilation of the standalone test program. by Mohamed Tarek · 16 years ago
- c6b1961 hopefully fix the wpseditor... I cant get it to compile on a pre r22062 tree so dunno if this is enough to get it going again by Jonathan Gordon · 16 years ago
- 5e5fc64 Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better) by Jonathan Gordon · 16 years ago
- 4e16015 Reversi: Simplify screen sizing - now supports any resolution. by Karl Kurbjun · 16 years ago
- d884bbe Sudoku: Add support for 640xx480 screens. by Karl Kurbjun · 16 years ago
- ec0429a updated help for r22057 by Robert Kukla · 16 years ago
- 00c657f new powerup in brickmania by Robert Kukla · 16 years ago
- c630963 Re-work D2 power off behaviour. by Rob Purchase · 16 years ago
- a8d1cfd Approx 10% speedup in cook on files tested: Remove some inner loops in favour of memcpy/memset/vect_add calls; remove multiplication from index arithmetic in loops in favour of pointer arithmetic; make use of the MULT31, MULT31_SHIFT15 and CLIP_TO_15 implementations from codelib instead of having their own implementations in cook by Dave Hooper · 16 years ago
- cece75e Onda VX747: change PNG menu button to BUTTON_POWER by Maurus Cuelenaere · 16 years ago
- 275a300 initial commit of remote support for m:robe 100 courtesy of lowlight; simulator support including small fixes for the m:robe 500 by Robert Kukla · 16 years ago
- 682a991 Ingenic Jz4740 targets: turn backlight on when an exception occurs and EXTENDED_EXCEPTION_DESC is defined by Maurus Cuelenaere · 16 years ago
- 4ce26ff Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixes flashes when booting up) by Maurus Cuelenaere · 16 years ago
- 9e9fb92 Deactive the playlist viewer wps shortcut on the x5/m5 because of its hardware inability to do combos. Only combos with the power button work, but that one does the hardware power off and should be avoided (many thanks to Marianne Arnold for clearing this up). by Thomas Martitz · 16 years ago
- 81d7bf9 Fix some casts from pointer to int, now cast to intptr_t by Frank Gevaerts · 16 years ago
- a175e3a Add a png viewer plugin by Frank Gevaerts · 16 years ago
- fee24ee D2: Fix the POWER button check after an exception/panic. Make this power the player off, since we don't know how to force a reboot yet. by Rob Purchase · 16 years ago
- aa97ba1 Revert r22034 since the backlight handling functions are not consistently named between targets. by Rob Purchase · 16 years ago
- ccb52bd Make the panic and UIE handlers turn on the backlight (needed for various colour LCDs that are unreadable without it). UIE is only changed on ARM for now. by Rob Purchase · 16 years ago