summaryrefslogtreecommitdiffstats
path: root/Gui/win32/interface.c
Commit message (Expand)AuthorAgeFilesLines
* fixed dvd chapter and title switchingvayne2007-03-101-11/+22
* removed redundant assignments, these get handled in evDropFilevayne2007-03-101-2/+0
* cosmetics, fix indentation as pointed out by Reimarvayne2007-03-021-1/+1
* add missing playtree entryvayne2007-03-021-1/+2
* simplify and modify fullscreen switching to avoid improper aspectsvayne2007-03-021-24/+25
* add forgotten case value as per recent changes to mplayer.cvayne2007-03-021-0/+3
* Gui compilation fixesvayne2007-02-231-8/+19
* proper fix for avoiding file skipping when mplayer is already playing a file.vayne2007-01-131-0/+1
* remove two unused functions.vayne2006-12-281-67/+0
* Replace deprecated vo_plugin_args by vf_settings.diego2006-12-021-23/+23
* cosmetics: Rename functions and variable names from vop to vf.diego2006-12-021-2/+2
* Make compilation depending on USE_SUB unconditional.uau2006-11-211-2/+0
* ISO C90 warnings fixesvayne2006-09-061-2/+1
* Further fullscreen switching improvements. Fixes sub window position bug when...vayne2006-08-261-15/+11
* further improvements to fullscreen switching.vayne2006-08-161-14/+13
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-2/+2
* improved fullscreen switchingvayne2006-07-291-17/+41
* 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
* 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-081-6/+2
* Initial win32 gui release.vayne2006-07-061-0/+975