aboutsummaryrefslogtreecommitdiffhomepage
path: root/gui/mplayer
Commit message (Expand)AuthorAge
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Consistently use filename as multiple inclusion guard.Gravatar diego2008-02-21
* cosmetics: indent, remove trailing whitespaceGravatar diego2008-02-18
* Merge the two conditional definitions of get_current_dir_name.Gravatar diego2008-02-18
* typo fix: inited --> initializedGravatar diego2008-02-14
* Add windows cp1256 encoding for arabic, fixes bug #1007Gravatar reimar2008-02-01
* Make xpm arrays really const (I missed that they are not strings butGravatar reimar2008-01-13
* Make all gui xpm bitmaps constGravatar reimar2008-01-13
* Rename common.[ch], there are too many files by that name.Gravatar diego2008-01-06
* Rename common.[ch] to gtk_common.[ch], there are too many files by that name.Gravatar diego2008-01-06
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Remove unused variables, fixes the warnings:Gravatar diego2007-12-02
* Get rid of fsPressed variable and related code. It does not reallyGravatar reimar2007-12-02
* Parameter of Filter function can be const, removes the warningGravatar reimar2007-12-02
* Fix return type of getGtkEntryText, it must be constGravatar reimar2007-12-02
* Get rid of some "discards qualifiers" warningsGravatar reimar2007-12-02
* warning fix:Gravatar diego2007-08-28
* Remove redundant extern variable declarations, include proper headers instead.Gravatar diego2007-08-25
* Remove unused extern variable declaration.Gravatar diego2007-08-24
* Remove redundant variable declaration along with the corresponding warning.Gravatar diego2007-08-24
* 1000l: Revert stray hunk that crept in with last commit.Gravatar diego2007-08-24
* Use consistent include path.Gravatar diego2007-08-24
* remove gconvert_uri_to_filename() and use url_unescape_string() instead.Gravatar iive2007-08-20
* Fix a bunch of redundant redeclaration warnings.Gravatar diego2007-07-18
* Remove unused variables.Gravatar diego2007-07-18
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Add consistent GUI prefix to multiple inclusion guards.Gravatar diego2007-07-02
* Consistently use filenames as multiple inclusion guards.Gravatar diego2007-07-02
* Return value of gtk_entry_get_text is const, so declare variables as const as...Gravatar reimar2007-06-24
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* get rid of Gui code that has been commented out since agesGravatar reimar2007-06-04
* Factor out some duplicated gui codeGravatar reimar2007-06-04
* Remove some useless codeGravatar reimar2007-06-04
* Remove two useless fastmemcpy.h includes in gui code.Gravatar reimar2007-05-27
* Include string.h for memcpy, fastmemcpy.h alone is not enough.Gravatar reimar2007-05-16
* Fix several implicit declarations of functions warnings.Gravatar diego2007-04-29
* Remove duplicate #include.Gravatar diego2007-04-29
* Gui --> guiGravatar diego2007-04-23