- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 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
- d5f372a Use the .h bitmap headers. by Jonas Häggqvist · 17 years ago
- 2dd3ea0 Use the right type for the remote logo. Thanks to amiconn for spotting and explaining on IRC. by Jonas Häggqvist · 17 years ago
- 4cd37d5 Use nicer logos in the logo plugin, plus use the bitmap build system magic. by Jonas Häggqvist · 17 years ago
- 56ddddc make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out 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
- 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
- f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 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
- 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 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
- 7f9e1eb x5: use as default BUTTON_POWER to close a plugin by Christian Gmeiner · 19 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
- 568ac3e Button driver for iAudio X5 by Linus Nielsen Feltzing · 19 years ago
- acf7d5e more iAudio x5 adjustments by Matt v.d. Westhuizen (#1408980) by Daniel Stenberg · 19 years ago
- cedba88 Matt v.d. Westhuizen's iAudio X5 keypad adjustments 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
- d83e929 Work-in-progress iriver iFP-7xx port by Tomasz Malesinski by Dave Chapman · 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
- d7f9439 Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme. by Jens Arnold · 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
- 9386730 Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed. by Jens Arnold · 19 years ago
- 01377e2 Hristo Kovachev's keypad fixes for the H300 build by Daniel Stenberg · 19 years ago
- 576908d Third part of graphics api rework. Some small but effective optimisations. Ported remote lcd driver to new api. Preparations for including the low-level functions in the plugin api. by Jens Arnold · 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
- e2c9317 iRiver remote buttons support in logo plugin by Jonas Häggqvist · 19 years ago
- ac31e6a Remote LCD support added to the x11 simulator, take 1. The win32 simulator by Daniel Stenberg · 19 years ago
- 15379c7 Oops, didn't mean to commit those. by Jonas Häggqvist · 19 years ago
- 2ab3fae Remote support by Jonas Häggqvist · 19 years ago
- f414fb1 Fix simulator builds by Jonas Häggqvist · 19 years ago
- a7d8829 Remote support on iRiver by Jonas Häggqvist · 19 years ago
- fabdf1d Logo plugin: (1) Changed button handling. Left/Down now always decreases the absolute delta (down to 0), while Right/Up increaes it. (2) Adapted for player using the player graphics library. by Jens Arnold · 20 years ago
- 74f941e C89 fix: variables first then code by Daniel Stenberg · 20 years ago
- 468f9ec New plugin by Jonas Haggqvist: bouncing rockbox logo, screensaver style. by Jens Arnold · 20 years ago