- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 16 years ago
- f76122f Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines by Peter D'Hoye · 16 years ago
- 0501fb0 total removal of gui_textarea. The only thing using the text_message struct is the yesno screen so move its definition to yesno.h by Jonathan Gordon · 16 years ago
- 397296a Restore missing initialization of remote setfont() by Linus Nielsen Feltzing · 17 years ago
- 3646c31 Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385. by Dave Chapman · 17 years ago
- 47cdc89 Fixed warnings when logf is enabled. by Miika Pekkarinen · 17 years ago
- d66b3c0 Remove the "invert scroll" code since it's not used anywhere anymore (and it was broken on color targets with gradients anyway). Closes FS #7875. by Antoine Cellerier · 17 years ago
- f3b015f FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. by Nicolas Pennequin · 17 years ago
- a896f3d Simplify initing of the screens[] struct by using an initializer, also some reordering of the struct, and the required plugin api bump by Nils Wallménius · 17 years ago
- 93b2f9f Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock by Kevin Ferrare · 17 years ago
- ac01778 Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify by Kevin Ferrare · 17 years ago
- f074b46 Cleaned up the demistify plugin a litle bit, switched the key handling to the action API by Kevin Ferrare · 17 years ago
- 4ddc764 Small fix to prevent crashing when attempting to use non-mono bitmaps in a RWPS. by Nicolas Pennequin · 17 years ago
- 539c513 Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon.c to use this. Also fixed crash due to missing assignment of lcd_bitmap[_part] for monochrome main LCDs. by Jens Arnold · 18 years ago
- 323d75d It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the simulator. * Removed a stray lcd_icon() call from usb handling. by Jens Arnold · 18 years ago
- fef40e4 These remote LCD bitmap functions cannot be added without warning this way; revert for now. by Jens Arnold · 18 years ago
- 239cda6 Multi-screen API: * lcd_update() is now available for all LCDs. * Added missing functions for non-monochrome remote LCDs. by Jens Arnold · 18 years ago
- ad4e3d6 First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. by Jens Arnold · 18 years ago
- bd47d48 Do the CONFIG_LED define by Jonathan Gordon · 18 years ago
- 2067fcc Fix most (all?) CONFIG_LED warnings. by Magnus Holmgren · 18 years ago
- 20a5926 build with -Wundef to make sure we have spelled the defines right in #if lines by Daniel Stenberg · 18 years ago
- 6aa12c1 Added a small interface to screens to translate colors into remote gray levels on the x5. Splash screens paint properly with light gray. Should be adapted to a more general approach in the future. A few trailing whitespace trimmings got into a couple files but that is fine. by Michael Sevakis · 18 years ago
- fc865cb Revert change to screen_access.c (adding the native-bitmap drawing function) that caused warnings on the H3x0. We now draw the USB logo using the normal lcd_bitmap() and lcd_remote_bitmap() functions instead of the screens API, which doesn't handle the differing bitmaps types well. Remove apps/gui/logo.[ch] as they are now longer used. by Dave Chapman · 18 years ago
- 24c3375 Correctly initialise the screen->bitmap function for mono targets - prevents crashes on those targets when inserting USB. by Dave Chapman · 18 years ago
- da2bf53 Move USB logo to an external (native-depth) bitmap. by Dave Chapman · 18 years ago
- 0028b05 Added multi-screen API to the plugins API, made 'demystify plugin' use the remote display as well by Kevin Ferrare · 18 years ago
- a86919a add seperate scroll options for remote. Patch by Alexander Spyridakis which fixes bug #5348. Changes CONFIG_BLOCK_VERSION so save your settings.. by Marcoen Hirschberg · 18 years ago
- 1c9dacd Apply changes to scroll_delay, scroll_speed and scroll_step settings across all screens when changing them in the settings menu. Fixes bug #5348. by Dave Chapman · 18 years ago
- 8fa9204 Fixed swapped screen access functions. Bug found by an anonymous person. by Linus Nielsen Feltzing · 19 years ago
- e0622ab add a bitmap progress bar option + add %P|filename.bmp| tag to the WPS by Ben Basha · 19 years ago
- 0ecd0b0 patch #1422861 by Adam Boot - Fix splash() color problems by Linus Nielsen Feltzing · 19 years ago
- 281403a Work-in-progress transparent bitmaps with 255,0,255 as the transparent color, not yet working on the H100 series by Linus Nielsen Feltzing · 19 years ago
- 745adad Color BMP support by Linus Nielsen Feltzing · 19 years ago
- d3a03b6 Horizontal screen scrolling part 3 (by Shachar Liberman) by Brandon Low · 19 years ago
- 7fa39df Horizontal scrolling patch by Shachar Liberman by Tomas Salfischberger · 19 years ago
- 548755a Fixed disk icon display in remote status bar on iriver. * Rolled back led.c changes, introducing a changed #if condition only. Reduces code size on targets with real controllable LED. by Jens Arnold · 19 years ago
- 74b6af9 Added multi-screen support for quickscreen (mostly rewritten from scratch) and USB screen ; just looking at the hour makes me think it could be buggy by Kevin Ferrare · 19 years ago
- 1a1abf2 removed old statusbar and buttonbar code by Kevin Ferrare · 19 years ago
- b85cdbb Multi-screen API: Fixed macro checks for screen type/ depth, some cleanup. The multi-screen code doesn't handle certain combinations (which aren't found in current targets). A combination of one charcell and one bitmap lcd will make it crash, and a combination of two bitmap LCDs with a depth > 1 but different pixel formats will show wrong colours/ shades on the remote. by Jens Arnold · 19 years ago
- 4c0b83f Remote WPS support (and some WPS bugfixes) by Stephan Wezel by Christi Scarborough · 19 years ago
- 8517ed8 Multi screen support for playlist viewer, some fixes in other gui files by Kevin Ferrare · 19 years ago
- edf5a70 Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that just expands to i = 0; instead of the for() loop if NB_SCREENS == 1. Reduces binary size on platforms with only one screen. by Jens Arnold · 19 years ago
- f7c9752 Fixed the icon for unknown file types on the archos Player, and the bug when removing the last file on the screen in filetree, added some code for playlists integration with multi-screen by Kevin Ferrare · 19 years ago
- ba2062e Fixed the hang and weird behaviour with logf support enabled. by Miika Pekkarinen · 19 years ago
- 40d598a no more warnings (I hope) by Kevin Ferrare · 19 years ago
- 4158ba1 Changed back the copyright's name in onplay.c (silly UTF-8, sorry Björn ! ), changed the internal multi-screen API a little bit, in a cleaner way by Kevin Ferrare · 19 years ago
- db8415c Partial menus support on remote (only browsing is working, changing option isn't), corrected a bug in gui_list about scrollbar beeing displayed sometimes when it musn't by Kevin Ferrare · 19 years ago
- a3ed62b Corrected a bug on archos with buttonbar which was erased when filetree refreshed (mistake introduced in 2005/10/29 commit; Changed some copyrights in the files (I hope this time will be the good one and the last one ! ) by Kevin Ferrare · 19 years ago
- e75cbdd Some changes to the remote code : some one lines function turned into macros ; changed pre-increment to post-increment since it's clearer that way ; added a data pointer to the list callback (global variables are baaaad) ; some more documentation of the API and minor cleanups by Kevin Ferrare · 19 years ago
- d452d26 Changed some fn names, also corrected a bug with fonts and made the filetree work like the original one (stop on reaching list limits when pressing button) by Kevin Ferrare · 19 years ago
- 530ff7d Ooops, forgot to commit these by Linus Nielsen Feltzing · 19 years ago