summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
* SWCODEC Playback: Seriously mess with it and get rid of (at least some ;) rac...Michael Sevakis2007-05-08
* Trim a bunch of long lines and fix an infinite loop and buffer overrun in the...Nicolas Pennequin2007-05-02
* Treat empty strings as 'no value' in conditionals, as it used to.Magnus Holmgren2007-05-02
* Add a check for unclosed conditionals at the end of the WPS parsing in case w...Nicolas Pennequin2007-05-02
* FS #7093 by Dave Hooper: prevent crash when loading too many/long static stri...Peter D'Hoye2007-05-01
* Better handling of strings in the WPS parser by detecting duplicates to avoid...Nicolas Pennequin2007-04-30
* Stop using the old menu API in the debug menu (using the new api causes massi...Jonathan Gordon2007-04-29
* Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin2007-04-25
* Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin2007-04-25
* Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a R...Nicolas Pennequin2007-04-25
* Add a new commandline switch to the simulator: "--debugwps". It enables print...Nicolas Pennequin2007-04-24
* WPS Parser: On parse failure, print a (hopefully) useful error message with l...Nicolas Pennequin2007-04-24
* Ooooops, fix warning.Jens Arnold2007-04-22
* Consolidated several potential places of return from WPS into one. Fixes the ...Jens Arnold2007-04-22
* Fix FS#7056 - dont display garbage if the viewer icon set and the main iconse...Jonathan Gordon2007-04-22
* More strict WPS parsing and displaying code. If there are errors, WPS loading...Nicolas Pennequin2007-04-21
* General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis2007-04-21
* Fix the playlist viewer so only 1 line flashes when you move a trackJonathan Gordon2007-04-21
* Fix logf builds on devices that support remotes.Magnus Holmgren2007-04-18
* Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon2007-04-18
* Remove unneeded #include, comment the filename defineJonathan Gordon2007-04-17
* explicitly set *loaded_ok = false; when given "" for a filename.Jonathan Gordon2007-04-17
* Fix loadable remote icons. fb_data != fb_remote_data ...Jens Arnold2007-04-17
* Fix non-working default viewer icons. Remote viewer icons work now, but still...Jens Arnold2007-04-17
* Fix yellow...Jens Arnold2007-04-17
* Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon...Jens Arnold2007-04-16
* Reduce code size a bit.Magnus Holmgren2007-04-16
* * its name[rows][columns] you drongo!Jonathan Gordon2007-04-16
* Santiy check shouldnt have been commented outJonathan Gordon2007-04-16
* Some gremlins got into my computer again and changed all my code!Jonathan Gordon2007-04-16
* Fix the wavplay iconJonathan Gordon2007-04-16
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16
* Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold2007-04-15
* Hopefully fix the 64-bit warning.Nicolas Pennequin2007-04-15
* Added autoscore tag (%ra) to wps.Miika Pekkarinen2007-04-15
* Reverted FS#6949 as we have a strict policy against anonymous contributions.Miika Pekkarinen2007-04-15
* Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt2007-04-15
* FS#6949 - WPS tag for database autoscore. Author wanted to remain anonymous.Miika Pekkarinen2007-04-15
* Oops, the condition was wrong. Sorry about that :)Nicolas Pennequin2007-04-15
* * Make the WPS parser close open conditionals on new sublines and comments as...Nicolas Pennequin2007-04-15
* 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