aboutsummaryrefslogtreecommitdiffhomepage
path: root/gui/mplayer
Commit message (Expand)AuthorAge
* Declare externally used variables from vd.c as extern in vd.h.Gravatar diego2010-02-22
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Move movie_aspect extern declaration to libmpcodecs/vd.h.Gravatar diego2010-02-14
* Move GUI-related extern declarations to a GUI header file.Gravatar diego2010-02-14
* GUI: Mark functions that are not used outside their files as static.Gravatar diego2010-02-14
* Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].Gravatar diego2010-02-14
* GUI: #include associated .h files in .c files.Gravatar diego2010-02-14
* Fix exit_player() usage throughout the codebase.Gravatar diego2010-02-14
* Add missing config.h #include; remove a redundant one.Gravatar diego2010-01-04
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663Gravatar compn2009-04-04
* Fix some typos, add flv and trp to the list of video formatsGravatar diego2009-01-05
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* consistency cosmetics: Avoid using .. in #include paths.Gravatar diego2008-08-29
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
* Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Mark function not used outside of the file as static.Gravatar diego2008-07-08
* Remove declaration of extern inline function that is used nowhere from headerGravatar diego2008-07-08
* Add standard GPL header to individual files.Gravatar diego2008-04-22
* Make include paths consistent; do not use ../ in them.Gravatar diego2008-04-12
* Add gui/ prefix to some #include paths so that compilation from theGravatar diego2008-04-11
* Remove duplicate #include.Gravatar diego2008-04-11
* #include config.h before all other headers.Gravatar diego2008-03-14
* Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.Gravatar diego2008-03-05
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* consistency cosmetics: Use #ifdef everywhere instead of #if defined().Gravatar diego2008-03-05
* Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.Gravatar diego2008-03-04
* 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