summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
...
* Better error checking for the image display tag (%xdn). Should prevent proble...Nicolas Pennequin2007-04-14
* Simplification, queue pointers don't wrap (except at INT_MAX, but the calcula...Jens Arnold2007-04-14
* rename ACTION_WPSAB_RESET to ACTION_WPS_ABRESET to be more consistent with th...Marcoen Hirschberg2007-04-13
* FS#7020. Make the behaviour of '#' more consistent. It now requires escaping ...Nicolas Pennequin2007-04-13
* Removed unused struct member from gui_synclist, and reordered struct members ...Jens Arnold2007-04-12
* Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2007-04-12
* * Add the crossfade (%xf) WPS tagNicolas Pennequin2007-04-12
* Hide the list title if only one line would fit under itJonathan Gordon2007-04-11
* Use valid_time() instead of using individual checks which amount to the same ...Nicolas Pennequin2007-04-10
* RTC tags for the WPS: Accept FS#6998 and FS#7001 by Alexander Levin with chan...Nicolas Pennequin2007-04-10
* Accept FS#7004 by Michal Jevjak: Fix new sublines not being displayed after s...Nicolas Pennequin2007-04-10
* Accept FS#7000 by Dave Hooper: Fix scrolling line behaviour for dynamic tags ...Nicolas Pennequin2007-04-09
* Skip leading UTF8 BOM if present. Fixes the first line of the WPS not being u...Nicolas Pennequin2007-04-08
* * Improve conditional evaluation to allow using enums with only two cases (pr...Nicolas Pennequin2007-04-08
* Oops, this shouldn't have been removed (fix red).Nicolas Pennequin2007-04-08
* FS#6991. Patch by Alexander Levin, modified by me:Nicolas Pennequin2007-04-08
* fix FS#6883 — Follow playlist override where the WPS leaves you when a pla...Jonathan Gordon2007-04-08
* minor actions cleanup:Jonathan Gordon2007-04-08
* Add the sleep timer tag that got forgotten in the initial code.Nicolas Pennequin2007-04-07
* Make conditionals trigger a line update. Fixes FS#6987.Nicolas Pennequin2007-04-07
* Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold2007-04-06
* Use the default subline timeout value in case the value isn't explicitly set....Nicolas Pennequin2007-04-06
* This time I hope I got it right! Basically, remove what the previous commit a...Nicolas Pennequin2007-04-06
* Better handling of subline timeout values : All values are set to the default...Nicolas Pennequin2007-04-06
* End the default remote-WPS with a newline. Fixes FS #6979.Nicolas Pennequin2007-04-06
* * Fix the bug where subline separators were read as part of a string.Nicolas Pennequin2007-04-05
* Rearrange struct wps_tag to avoid padding. Hopefully save some bytes.Dan Everton2007-04-05
* Allow subline timeout values to be changed dynamically in the WPS (e.g. by us...Nicolas Pennequin2007-04-05
* Player full-line progress bar: No more separate character cell(s) for the col...Jens Arnold2007-04-04
* Player progress drawing rewrite (both emptying cup and full-line bar): * Fixe...Jens Arnold2007-04-04
* * Make some private variables 'static'.Nicolas Pennequin2007-04-04
* Introducing the WPS tokenizer !Nicolas Pennequin2007-04-04
* Repair player progressbars (single char and full line) broken in the full uni...Jens Arnold2007-04-01
* Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon2007-03-29
* First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold2007-03-26
* Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold2007-03-17
* Fix occasional missing cursor when moving up in a list with a title when page...Magnus Holmgren2007-03-17
* Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2007-03-16
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Make a couple of private functions 'static'Nils Wallménius2007-03-15
* Make a couple of private functions 'static'Nils Wallménius2007-03-11
* Optimized the gui list code performance, including automatic frame dropping a...Miika Pekkarinen2007-03-11
* revert FS#6747 — y-margin reset in gui_list_draw, it introduced a nasty Jonathan Gordon2007-03-11
* only call display->setmargins() onceJonathan Gordon2007-03-10
* Accept FS#6747 by Timo HorstschäferJonathan Gordon2007-03-10
* Allow dynamic menu items to be spoken, especially the resume/now playing itemLinus Nielsen Feltzing2007-03-05
* don't restart the whole wps to essentially update the display of runtime info...Robert Kukla2007-03-04
* Use the user font in the quickscreen if it fits. Still uses Jonathan Gordon2007-03-04
* thats what happens when you commit between dinner courses :pJonathan Gordon2007-03-04
* Fix red builds.Jonathan Gordon2007-03-04