aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui
Commit message (Expand)AuthorAge
* Remove useless #includes.Gravatar diego2007-04-06
* Remove useless #includes.Gravatar diego2007-04-06
* Consistent include paths for config.h.Gravatar diego2007-04-06
* thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru.Gravatar vayne2007-04-03
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Remove useless -I./skin from CFLAGS.Gravatar diego2007-03-16
* Don't look for header files in ../../ anymore. Compilation was broken unlessGravatar diego2007-03-16
* Remove unnecessary -I./wm option from CFLAGS.Gravatar diego2007-03-15
* Remove useless -I../loader option from CFLAGS.Gravatar diego2007-03-15
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* fixed dvd chapter and title switchingGravatar vayne2007-03-10
* removed redundant assignments, these get handled in evDropFileGravatar vayne2007-03-10
* supposed to be using global m_config here, and this wasn't even getting set.Gravatar vayne2007-03-03
* cosmetics, fix indentation as pointed out by ReimarGravatar vayne2007-03-02
* add missing playtree entryGravatar vayne2007-03-02
* simplify and modify fullscreen switching to avoid improper aspectsGravatar vayne2007-03-02
* add forgotten case value as per recent changes to mplayer.cGravatar vayne2007-03-02
* Gui compilation fixesGravatar vayne2007-02-23
* Declarations must be before codeGravatar reimar2007-02-22
* Fix GUI compilationGravatar uau2007-02-21
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* Go away you stupid setlocale!!Gravatar reimar2007-02-04
* proper fix for avoiding file skipping when mplayer is already playing a file.Gravatar vayne2007-01-13
* Do not add libavutil unconditionally to CFLAGS.Gravatar diego2007-01-13
* compile fix after latest swscaler changes (r21888)Gravatar gpoirier2007-01-12
* small oops fix from my last commitGravatar vayne2006-12-29
* fix to allow adding multiple files to the playlist with the open file dialog.Gravatar vayne2006-12-29
* remove two unused functions.Gravatar vayne2006-12-28
* avoid code duplication.Gravatar vayne2006-12-28
* Replace deprecated vo_plugin_args by vf_settings.Gravatar diego2006-12-02
* cosmetics: Rename functions and variable names from vop to vf.Gravatar diego2006-12-02
* Compile fix since libvo/sub.h include was removed from mplayer.hGravatar reimar2006-12-02
* Remove duplicate OPTFLAGS from CFLAGS.Gravatar diego2006-11-29
* Remove some superfluous include CFLAGS.Gravatar diego2006-11-29
* Remove some of the worst "headers include headers which includeGravatar reimar2006-11-29
* Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value sinceGravatar reimar2006-11-26
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.hGravatar diego2006-11-25
* simplifyGravatar diego2006-11-25
* Remove commented-out cruft.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
* Make compilation depending on USE_SUB unconditional.Gravatar uau2006-11-21
* Unify dep/depend targets.Gravatar diego2006-11-20
* Remove remnants of long-gone libfame.Gravatar diego2006-11-06
* ARCH_X86 simplificationsGravatar reimar2006-11-01
* Add ASS subtitle rendering options to gui.Gravatar eugeni2006-10-25
* Remove unused variable.Gravatar diego2006-10-16