aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/win32
Commit message (Expand)AuthorAge
* proper fix for avoiding file skipping when mplayer is already playing a file.Gravatar vayne2007-01-13
* 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
* Make compilation depending on USE_SUB unconditional.Gravatar uau2006-11-21
* ARCH_X86 simplificationsGravatar reimar2006-11-01
* 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
* bug fix for replaying files when double clicking in the playlist.Gravatar vayne2006-09-28
* 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
* Further fullscreen switching improvements. Fixes sub window position bug when...Gravatar vayne2006-08-26
* further improvements to fullscreen switching.Gravatar vayne2006-08-16
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* updated documentation.Gravatar vayne2006-07-29
* improved fullscreen switchingGravatar vayne2006-07-29
* Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %Gravatar gpoirier2006-07-21
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* drops casts from void * on malloc/calloc from the gui codeGravatar reynaldo2006-07-13
* center sub window option within the preferences dialog.Gravatar vayne2006-07-12
* small fix to properly display skins when switching skins during playback.Gravatar vayne2006-07-08
* crash fix when clicking on volume sliders when in stop state.Gravatar vayne2006-07-08
* OpenGL outputs actually support WinID, not to mention that showing the optionGravatar reimar2006-07-08
* vo_init hack is no longer required after the last patch removed the callGravatar reimar2006-07-08
* Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack arou...Gravatar reimar2006-07-07
* Initial win32 gui release.Gravatar vayne2006-07-06