- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 83e6be5 Fix FS #8981 (bounce color): save current forecolor before changing it so we can set it back by Peter D'Hoye · 16 years ago
- 6526577 Plugin parameters should be const. by Steve Bavin · 16 years ago
- 297e050 FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller. by Rob Purchase · 16 years ago
- 554d7ed D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mueller, with some tweaks). by Rob Purchase · 17 years ago
- 29361ab Adapt most single-file plugins to the M3 keypad and screen. It's still preliminary, as many plugins now can't be left without the remote. The plugins need to be converted to use the action API (but not pluginlib actions). Plugins are not enabled yet. * Simplify the bitmap handling in the source of some plugins. by Jens Arnold · 17 years ago
- d6c8b57 M:Robe 100: add button definition/bitmaps to plugins and enable compilation by Robert Kukla · 17 years ago
- 8215b34 Plugins now enabled and working for the Gigabeat S. by Will Robertson · 17 years ago
- 81ba146 Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. by Jonathan Gordon · 17 years ago
- 12ddb8e Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in. by Marianne Arnold · 17 years ago
- b701322 Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. by Jens Arnold · 17 years ago
- 8970055 Hopefully take care of the scrollwheel difficulties in plugins on e200. by Michael Sevakis · 17 years ago
- a7168fe attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself by Marcoen Hirschberg · 17 years ago
- 2c7b127 Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. by Jens Arnold · 18 years ago
- 85a226d Rename some macros to account for the recently added M5 port. No code changes. by Jens Arnold · 18 years ago
- d64e626 Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. by Dave Chapman · 18 years ago
- a4e06d3 Bounce demo: * Fixed title splash, this was broken for ages. * Fixed both boucing/ scrolling text and background clock (RTC targets only) to properly work for all resolutions, using the new fixedpoint math library. * Coloured scrolltext no longer changes the colour of the background clock. * Some more slight fixes, and preparations for resolution dependent font bitmap. by Jens Arnold · 18 years ago
- 1a9442c Hopefully clean up some errors by Karl Kurbjun · 18 years ago
- d6b0c97 Don't need to remove the backdrop for all plugins - leave it up for some. by Karl Kurbjun · 18 years ago
- 24f4a2a Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. by Barry Wardell · 18 years ago
- 1e88be5 Barry Wardell's keymappings for H10 by Daniel Stenberg · 18 years ago
- 0e027bd To avoid having to use the main unit when accidentally launching a plugin from the remote, plugins now support remote quit by Kevin Ferrare · 18 years ago
- fb4e384 More iPod 3G work from Seven Le Mesle by Dave Chapman · 19 years ago
- 338e2bb first gigabeat commit by Marcoen Hirschberg · 19 years ago
- acf7d5e more iAudio x5 adjustments by Matt v.d. Westhuizen (#1408980) by Daniel Stenberg · 19 years ago
- a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
- 0dc63c1 Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models by Dave Chapman · 19 years ago
- 54d44c8 iPod: Initial attempt at button mappings for plugins. All plugins now compile, but more work is needed with the more complex ones to make them iPod friendly by Dave Chapman · 19 years ago
- 8c800cf Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h by Dave Chapman · 19 years ago
- 72f4235 numerous gcc4 (un)signed warnings killed by Daniel Stenberg · 19 years ago
- 5b2cba1 Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now all LCDs with depth > 1 use the same datatype. Added macros for easy pixel value definition. by Jens Arnold · 19 years ago
- b0e056b More preparations and conversions for colour LCD support. by Jens Arnold · 19 years ago
- 82ea7c3 Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations for colour LCD support. by Jens Arnold · 19 years ago
- 323c1ed Optimised placement of lcd_set_drawmode() - the whole plugin uses DRMODE_FG. Make sure foreground is reset to black after returning from scrollit(). by Jens Arnold · 19 years ago
- 4a53253 fixed the right-end too, added more letters on the big screens and added by Daniel Stenberg · 19 years ago
- e26d976 The scroll mode now takes advantage of the clipping support in the new by Daniel Stenberg · 19 years ago
- f894a4c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. by Jens Arnold · 19 years ago
- 01377e2 Hristo Kovachev's keypad fixes for the H300 build by Daniel Stenberg · 19 years ago
- 7e11acb Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. by Jens Arnold · 19 years ago
- aa3ab73 Adjusted for iRiver LCD screen size. by Daniel Stenberg · 20 years ago
- 6700ad8 adapted to build on iRiver by Daniel Stenberg · 20 years ago
- 2a461eb Fixed type by Jens Arnold · 20 years ago
- 79afbaf Plugin rework 2: (most) Compile-time keyboard configuration, for Ondio adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (calendar, chip8) Fixed usb handling. by Jens Arnold · 20 years ago
- 56fd6f9 Fixed USB handling, and brought back the special mode by Jens Arnold · 20 years ago
- 5f8f4a3 Adapted to the new event handler concept by Linus Nielsen Feltzing · 20 years ago
- 2d446fe Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly. by Jens Arnold · 20 years ago
- 4b9a267 Re-added analog clock by Björn Stenberg · 21 years ago
- 10ac8a8 The conversion to plugin broke the Bounce demo by Linus Nielsen Feltzing · 21 years ago
- ba371fb Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 21 years ago[Renamed (91%) from apps/recorder/bounce.c]
- 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
- 8f11dc0 usb detection in bounce, and all files use default font (not loaded) by Robert Hak · 22 years ago
- 061763b fixed the check for the release events by Daniel Stenberg · 22 years ago
- f84d6bf Now, try press ON while watching the bounce screen. I'm sure we can think by Daniel Stenberg · 22 years ago
- 33adade Added an analogue clock to the screen. Adds a perfect excuse for running by Daniel Stenberg · 22 years ago
- a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
- 48c2350 moved the 12x16 font from the chartables to the bounce code, as that is by Daniel Stenberg · 22 years ago
- 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 22 years ago
- 451d7f5 Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, removed blank and boxes. by Björn Stenberg · 22 years ago
- 9381765 To give you all a feeling from the good-old C64 demo scene, press UP or DOWN by Daniel Stenberg · 22 years ago
- 6e881b4 features.h was renamed to options.h since it collided with the system by Daniel Stenberg · 22 years ago
- d0cd072 include features.h for deciding which features to include by Daniel Stenberg · 22 years ago
- e4d35f6 made it move really smooth again and extended the X axis sine table by Daniel Stenberg · 22 years ago
- 862f479 we don't need HAS_LCD_BITMAP by Robert Hak · 22 years ago
- 1b9109a USE_SCREENSAVERS define added so that we can build w/o Screensavers for the recorders if we want by Robert Hak · 22 years ago
- b285076 Remade the menu system slightly. All functions invoked from menus now use by Daniel Stenberg · 22 years ago
- 6f79d25 made the movement a bit slower to appear smoother by Daniel Stenberg · 22 years ago
- 06bb928 bounce doesn't need to reference the nonexistant file: screensaver.h by Robert Hak · 22 years ago
- 6828b87 unused variable, remove compiler warning by Daniel Stenberg · 22 years ago
- 733c99f Lemme describe it this way: by Daniel Stenberg · 22 years ago