- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 6a0340f More static / header file cleanup. by Bertrik Sikken · 16 years ago
- e15f8a2 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. by Bertrik Sikken · 16 years ago
- 4ada9ed last minor fix for the colour screen by Jonathan Gordon · 17 years ago
- eb20149 minor touchpad tweaking... by Jonathan Gordon · 17 years ago
- fd9bad6 touchpad interface for the colour selection screens. by Jonathan Gordon · 17 years ago
- f3b015f FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. by Nicolas Pennequin · 17 years ago
- f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
- cfe0f48 Make the screen draw correctly with the user iconset by Jonathan Gordon · 17 years ago
- 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 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
- e0710b2 More color adjustments. Better translation to and from native colors with even distribution of levels. Macros for extracting native depth components and packing them. by Michael Sevakis · 18 years ago
- 661c340 Added inner fill option to normal scrollbar and foreground only option. Added a left-pointing cursor for using pointer. Updated color picker and now sliders look very good on color, grayscale and mono screens when using bar selector. Some misc. changes for appearance. by Michael Sevakis · 18 years ago
- a7c8c71 Corrected the calculation to determine to display three sliders or one in the colorpicker. Same wonderment as before... by Michael Sevakis · 18 years ago
- fa0ea19 Fixed the problem with the backdrops on iPod. The same problem was in the updated color picker and that is fixed too. by Michael Sevakis · 18 years ago
- cc66aea Made color picker work on x5 remote and display nicely when using backdrops. Also tweaked the appearance in general. Keymap still does not entirely function however (no inc/dec yet). by Michael Sevakis · 18 years ago
- d12f81d fixed the settings action context, time/eq/colour chooser/dbug screens by Jonathan Gordon · 18 years ago
- 224c0a1 Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. by Linus Nielsen Feltzing · 18 years ago
- 1e88be5 Barry Wardell's keymappings for H10 by Daniel Stenberg · 18 years ago
- 05ddd9a X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. by Jens Arnold · 18 years ago
- 91d2678 Oops - fix warning and ensure bg_col is always set to a value. by Dave Chapman · 18 years ago
- 3ea74cc Patch #5584 from Jonathan Gordon - fix the remote support for the colour picker by Dave Chapman · 18 years ago
- b81f596 Patch by Jonathan Gordon for bug report FS#4861 - map Select (Navi) to save the settings in the color picker in addition to Play. by Zakk Roberts · 19 years ago
- 87142ab Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected for foreground and background. by Zakk Roberts · 19 years ago
- 8d0a32e gigabeat related changes by Marcoen Hirschberg · 19 years ago
- 14fe89a Add iaudio x5 support to the color picker by Dave Chapman · 19 years ago
- 1c18146 Correct the id string by Hristo Kovachev · 19 years ago
- 603f87f Foreground/Background colour settings. Based on patch #3050 by Jonathan Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits. by Dave Chapman · 19 years ago