summaryrefslogtreecommitdiffstats
path: root/gui/mplayer
Commit message (Expand)AuthorAgeFilesLines
* Add standard GPL header to individual files.diego2008-04-2231-8/+551
* Make include paths consistent; do not use ../ in them.diego2008-04-1218-69/+70
* Add gui/ prefix to some #include paths so that compilation from thediego2008-04-1118-48/+47
* Remove duplicate #include.diego2008-04-111-1/+0
* #include config.h before all other headers.diego2008-03-1410-12/+10
* Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.diego2008-03-053-5/+5
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+2
* consistency cosmetics: Use #ifdef everywhere instead of #if defined().diego2008-03-051-1/+1
* Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.diego2008-03-041-3/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2214-53/+42
* Consistently use filename as multiple inclusion guard.diego2008-02-212-6/+6
* cosmetics: indent, remove trailing whitespacediego2008-02-181-12/+12
* Merge the two conditional definitions of get_current_dir_name.diego2008-02-181-3/+1
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Add windows cp1256 encoding for arabic, fixes bug #1007reimar2008-02-011-0/+1
* Make xpm arrays really const (I missed that they are not strings butreimar2008-01-1352-52/+52
* Make all gui xpm bitmaps constreimar2008-01-137-7/+7
* Rename common.[ch], there are too many files by that name.diego2008-01-064-2/+2
* Rename common.[ch] to gtk_common.[ch], there are too many files by that name.diego2008-01-0610-9/+9
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-3114-14/+14
* Remove unused variables, fixes the warnings:diego2007-12-021-2/+1
* Get rid of fsPressed variable and related code. It does not reallyreimar2007-12-021-24/+0
* Parameter of Filter function can be const, removes the warningreimar2007-12-021-1/+1
* Fix return type of getGtkEntryText, it must be constreimar2007-12-021-1/+1
* Get rid of some "discards qualifiers" warningsreimar2007-12-021-4/+4
* 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