aboutsummaryrefslogtreecommitdiffhomepage
path: root/gui
Commit message (Expand)AuthorAge
* Remove unused static function wsDummyEvents and related unused code, fixes:Gravatar diego2010-04-20
* Remove unused static function wsIOErrorHandler, fixes the warning:Gravatar diego2010-04-20
* Remove unused static function fsFileExist, fixes the warning:Gravatar diego2010-04-20
* Remove unused functions.Gravatar reimar2010-04-05
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Fix windows Gui compilation and remove some related typecasts.Gravatar reimar2010-02-27
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Fix silly type of guiGetEvent argument to use void * instead of char * andGravatar reimar2010-02-25
* Include libmpcodecs/vd.h for declaration of "fullscreen".Gravatar zuxy2010-02-25
* 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
* Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* Fix win32 gui compilation.Gravatar reimar2010-02-16
* 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
* Avoid forward declarations for import_initial_playtree_into_gui() andGravatar 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
* Simplify and correct loop condition, also avoids a compiler warning for unuse...Gravatar reimar2010-01-27
* Fix newline removal code that might read and write out of bounds.Gravatar reimar2010-01-27
* Use av_malloc to ensure sufficient alignment and also free at least someGravatar reimar2010-01-24
* Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.Gravatar reimar2010-01-17
* Call XSync after XShmAttach to avoid a possible race-condition with shmctl.Gravatar reimar2010-01-10
* Add missing config.h #include; remove a redundant one.Gravatar diego2010-01-04
* Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Remove pointless #ifdef around internal #include.Gravatar diego2009-04-19
* 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
* Add necessary #include <stdlib.h> for realloc/calloc/free.Gravatar diego2008-08-31
* consistency cosmetics: Avoid using .. in #include paths.Gravatar diego2008-08-29
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename a bunch of miscellaneous 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 X11-specific preprocessor directives.Gravatar diego2008-08-04
* 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
* Remove unnecessary and troublesome inlineGravatar zuxy2008-07-18
* Force gcc to emit function body under -gnu99Gravatar zuxy2008-07-17
* 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