aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui
Commit message (Expand)AuthorAge
* 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
* Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handlingGravatar reimar2006-10-15
* strcat->strcpy simplificationGravatar reimar2006-10-15
* Set SetErrorMode to make sure no dialog box will pop up when no disk in CD/DV...Gravatar reimar2006-10-15
* as per request, fullscreen and mute options have been added to the context me...Gravatar vayne2006-10-14
* code simplification and minor bug fix for files restarting rather than moving...Gravatar vayne2006-10-13
* indentation fixes.Gravatar vayne2006-10-09
* added a simple timer to hide the mouse when in fullscreen mode.Gravatar vayne2006-10-09
* fixed a crash bug as a result of the last change, as well as file skipping (h...Gravatar vayne2006-10-09
* a + b => (a + b) for defines, just to be sure.Gravatar reimar2006-10-08
* Add ASS subtitles to the subtitles file chooser dialog.Gravatar diego2006-10-05
* Do not compile with -DDEBUG by default.Gravatar diego2006-09-29
* Fix #ifdef indentation.Gravatar diego2006-09-29
* bug fix for replaying files when double clicking in the playlist.Gravatar vayne2006-09-28
* Fix longstanding drag and drop bug: Only n-1 files get played when n filesGravatar diego2006-09-27
* Avoid buffer overflow: memory has do be allocated accordingly when overwritin...Gravatar reimar2006-09-23
* Do not assign constant string to audio_driver_list, it is supposedGravatar reimar2006-09-23
* fix for disabling screensaver when in fullscreen mode while using the sub win...Gravatar vayne2006-09-18
* ISO C90 warnings fixesGravatar vayne2006-09-06
* bug fix for starting gmplayer with -fs when using the sub windowGravatar vayne2006-08-28
* vo_colorkey change to avoid clashes with other black windowsGravatar vayne2006-08-28
* Get rid of demux_aid_vid_mismatch mess.Gravatar reimar2006-08-26
* Further fullscreen switching improvements. Fixes sub window position bug when...Gravatar vayne2006-08-26
* Remove backup files from the win32 subdir as well.Gravatar diego2006-08-22
* Fix audio stream selection in Gtk GUIGravatar gpoirier2006-08-20
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* further improvements to fullscreen switching.Gravatar vayne2006-08-16
* Make sure we do not print the obsolete skin path when we did not find any skin.Gravatar reimar2006-08-07
* fix includes due to libmpdemux split (patch by Stefan Huehner)Gravatar ben2006-07-31