summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c (follow)
Commit message (Expand)AuthorAge
* Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon2009-07-27
* more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...Jonathan Gordon2009-07-24
* Fix possible null pointer dereference in cuesheet handling. Causes problems i...Magnus Holmgren2009-07-23
* this file also...Jonathan Gordon2009-07-23
* rework cuesheet support:Jonathan Gordon2009-07-20
* FS#10080Nils Wallménius2009-07-14
* Merge the "Replaygain Off" option into the replaygain type; eliminate the "O...Alexander Levin2009-06-20
* get repeat/hold actions working on the touchscreen WPS. prepending an action ...Jonathan Gordon2009-05-17
* New 'clock present' WPS tag: The tag checks for the presence of the clock har...Marianne Arnold2009-05-16
* beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon2009-04-20
* Fix caption backlight.Thomas Martitz2009-04-14
* FS9795 - some playback cleanup. Jonathan Gordon2009-04-06
* Fix potential NULL pointer access.Jens Arnold2009-03-29
* Fix red, and use gui_wps_display() for restoration.Thomas Martitz2009-03-23
* Another wps rework:Thomas Martitz2009-03-23
* Fix up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw...Thomas Martitz2009-03-20
* Move play_hop() to gwps.c and make it static. It's the only file that calls it.Thomas Martitz2009-03-12
* Cleanup play_hop() slightly and remove redundant/uneeded checks, reclaim a ti...Thomas Martitz2009-02-24
* Move parts into the if, as they're unused outside of itThomas Martitz2009-02-16
* FS#9904 - Fix for FS#9894 - Position of the progress bar is not updated after...Thomas Martitz2009-02-16
* fix redJonathan Gordon2009-02-04
* Temp fix for the statusbar disappearing for a fraction of a second when the W...Jonathan Gordon2009-02-04
* Statusbar handling fixes. Jonathan Gordon2009-02-01
* FS#9638 - temp_cue is unused and wasting memory.Bertrik Sikken2009-01-31
* fix the statusbar on the archos player... a more proper fix is probably to su...Jonathan Gordon2009-01-12
* fix FS#9772 - the statusbars were not working correclty on multi screen targe...Jonathan Gordon2009-01-10
* remove some useless/unused stuff from gwps.cJonathan Gordon2009-01-07
* a few more button/statusbar fixes...Jonathan Gordon2009-01-03
* Reorder of user_settings, cleaned out some unused settings grouped settings d...Nils Wallménius2009-01-03
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Make some more constants involved in right shifts unsigned to get rid of __as...Jens Arnold2008-12-12
* Apply FS#9368 : add generic settings tag to WPS.Antoine Cellerier2008-12-07
* FS#9557 - fix the %mv and %t timeout so its intrepreted correctlyJonathan Gordon2008-11-22
* revert the previous commit to find a nice way to fix the yellow...Jonathan Gordon2008-11-16
* FS#9477 - new WPS tag (%mo) which lets the WPS have different "modes" which a...Jonathan Gordon2008-11-16
* * Make %t stricter by aborting if a value is not given.Jonathan Gordon2008-10-11
* update the %mv wps tag to let you specify how long it should wait after being...Jonathan Gordon2008-10-11
* change the %mv timeout to 1s which works better, also change the string to sh...Jonathan Gordon2008-10-09
* FS#9460 - Add a tag %mv which can be used to check if the volume button is be...Jonathan Gordon2008-10-09
* Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius2008-09-24
* A few comment updates and trailing spaces removals.Nicolas Pennequin2008-09-06
* Make %mm 0-based again (as described in CustomWPS), and change %cf accordingly.Nicolas Pennequin2008-09-04
* Fix the bug reported in FS#9350: the WPS would crash on %mm or %cf if they we...Nicolas Pennequin2008-09-04
* Skip length: restore the ability to skip by just a few secondsStéphane Doyon2008-08-18
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Fix FS#8689 (the peak meter does not work during a playing after a recording ...Bertrik Sikken2008-08-11
* Rename and rework the "Study Mode" menu into the "Skip Length" setting. Updat...Thom Johansen2008-07-14
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* implement smooth seeking acceleration for audio playback and mpegplayerMarcoen Hirschberg2008-06-28
* FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon2008-06-23