summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add standard GPL header to individual files.diego2008-04-2220-0/+352
* Make include paths consistent; do not use ../ in them.diego2008-04-129-14/+14
* Add gui/ prefix to some #include paths so that compilation from thediego2008-04-119-18/+18
* Remove duplicate #include.diego2008-04-111-1/+0
* #include config.h before all other headers.diego2008-03-145-7/+5
* Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.diego2008-03-052-4/+4
* 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-2210-37/+30
* Consistently use filename as multiple inclusion guard.diego2008-02-211-3/+3
* cosmetics: indent, remove trailing whitespacediego2008-02-181-12/+12
* Merge the two conditional definitions of get_current_dir_name.diego2008-02-181-3/+1
* Add windows cp1256 encoding for arabic, fixes bug #1007reimar2008-02-011-0/+1
* 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-3110-10/+10
* 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
* Remove redundant extern variable declarations, include proper headers instead.diego2007-08-251-0/+1
* Fix a bunch of redundant redeclaration warnings.diego2007-07-183-9/+0
* Remove unused variables.diego2007-07-181-2/+0
* ISO8859-1 --> UTF-8diego2007-07-091-4/+4
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-0210-20/+20
* Add consistent GUI prefix to multiple inclusion guards.diego2007-07-023-6/+6
* Consistently use filenames as multiple inclusion guards.diego2007-07-022-4/+4
* Return value of gtk_entry_get_text is const, so declare variables as const as...reimar2007-06-241-4/+4
* 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
* Fix several implicit declarations of functions warnings.diego2007-04-294-3/+11
* Remove duplicate #include.diego2007-04-291-2/+0
* Gui --> guidiego2007-04-2320-0/+5434