summaryrefslogtreecommitdiffstats
path: root/gui/mplayer
Commit message (Expand)AuthorAgeFilesLines
* warning fix:diego2007-08-281-1/+1
* Remove redundant extern variable declarations, include proper headers instead.diego2007-08-251-0/+1
* Remove unused extern variable declaration.diego2007-08-241-1/+0
* Remove redundant variable declaration along with the corresponding warning.diego2007-08-241-1/+0
* 1000l: Revert stray hunk that crept in with last commit.diego2007-08-241-1/+1
* Use consistent include path.diego2007-08-241-2/+2
* remove gconvert_uri_to_filename() and use url_unescape_string() instead.iive2007-08-201-7/+2
* Fix a bunch of redundant redeclaration warnings.diego2007-07-187-14/+2
* Remove unused variables.diego2007-07-181-2/+0
* ISO8859-1 --> UTF-8diego2007-07-091-4/+4
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-37/+38
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-0214-28/+29
* Add consistent GUI prefix to multiple inclusion guards.diego2007-07-026-12/+12
* Consistently use filenames as multiple inclusion guards.diego2007-07-024-8/+8
* Return value of gtk_entry_get_text is const, so declare variables as const as...reimar2007-06-241-4/+4
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-052-2/+2
* get rid of Gui code that has been commented out since agesreimar2007-06-041-20/+0
* Factor out some duplicated gui codereimar2007-06-041-15/+15
* Remove some useless codereimar2007-06-041-2/+0
* Remove two useless fastmemcpy.h includes in gui code.reimar2007-05-272-2/+0
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-164-0/+4
* Fix several implicit declarations of functions warnings.diego2007-04-298-3/+15
* Remove duplicate #include.diego2007-04-291-2/+0
* Gui --> guidiego2007-04-2383-0/+15174