summaryrefslogtreecommitdiffstats
path: root/Gui/win32
Commit message (Expand)AuthorAgeFilesLines
* Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handlingreimar2006-10-151-28/+21
* strcat->strcpy simplificationreimar2006-10-151-2/+1
* Set SetErrorMode to make sure no dialog box will pop up when no disk in CD/DV...reimar2006-10-151-0/+3
* as per request, fullscreen and mute options have been added to the context me...vayne2006-10-142-0/+16
* code simplification and minor bug fix for files restarting rather than moving...vayne2006-10-131-16/+7
* indentation fixes.vayne2006-10-091-2/+2
* added a simple timer to hide the mouse when in fullscreen mode.vayne2006-10-092-1/+13
* fixed a crash bug as a result of the last change, as well as file skipping (h...vayne2006-10-091-3/+4
* bug fix for replaying files when double clicking in the playlist.vayne2006-09-281-2/+3
* Avoid buffer overflow: memory has do be allocated accordingly when overwritin...reimar2006-09-231-2/+9
* Do not assign constant string to audio_driver_list, it is supposedreimar2006-09-231-2/+3
* fix for disabling screensaver when in fullscreen mode while using the sub win...vayne2006-09-181-11/+11
* ISO C90 warnings fixesvayne2006-09-064-26/+29
* bug fix for starting gmplayer with -fs when using the sub windowvayne2006-08-281-1/+1
* vo_colorkey change to avoid clashes with other black windowsvayne2006-08-281-2/+10
* Further fullscreen switching improvements. Fixes sub window position bug when...vayne2006-08-262-15/+22
* further improvements to fullscreen switching.vayne2006-08-162-26/+16
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-313-4/+4
* updated documentation.vayne2006-07-291-0/+3
* improved fullscreen switchingvayne2006-07-292-27/+56
* Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %gpoirier2006-07-211-2/+2
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* drops casts from void * on malloc/calloc from the gui codereynaldo2006-07-131-2/+2
* center sub window option within the preferences dialog.vayne2006-07-121-1/+1
* small fix to properly display skins when switching skins during playback.vayne2006-07-081-0/+1
* crash fix when clicking on volume sliders when in stop state.vayne2006-07-081-0/+3
* OpenGL outputs actually support WinID, not to mention that showing the optionreimar2006-07-082-7/+3
* vo_init hack is no longer required after the last patch removed the callreimar2006-07-081-9/+0
* Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack arou...reimar2006-07-071-0/+4
* Initial win32 gui release.vayne2006-07-0615-0/+6731