summaryrefslogtreecommitdiffstats
path: root/Gui/win32/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Gui --> guidiego2007-04-231-1551/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-0/+1
| | | | | | | | | | | "implicit declaration of function ‘mplayer_put_key’" warnings Based on Attila's suggestions. Approved by Uoti and Ivan. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22841 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed dvd chapter and title switchingvayne2007-03-101-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22505 b3059339-0415-0410-9bf9-f77b7e298cf2
* supposed to be using global m_config here, and this wasn't even getting set.vayne2007-03-031-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22425 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gui compilation fixesvayne2007-02-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22326 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper fix for avoiding file skipping when mplayer is already playing a file.vayne2007-01-131-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21915 b3059339-0415-0410-9bf9-f77b7e298cf2
* small oops fix from my last commitvayne2006-12-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21790 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix to allow adding multiple files to the playlist with the open file dialog.vayne2006-12-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21786 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid code duplication.vayne2006-12-281-35/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21780 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make compilation depending on USE_SUB unconditional.uau2006-11-211-8/+0
| | | | | | | | | | USE_SUB was hardcoded to true in configure, manually turning it off would break compilation, and there's no apparent reason why having all subtitle code under #ifdefs (even working ones) would be worth the clutter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21156 b3059339-0415-0410-9bf9-f77b7e298cf2
* ARCH_X86 simplificationsreimar2006-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handlingreimar2006-10-151-28/+21
| | | | | | | so that Volume names are updated after changing media. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20251 b3059339-0415-0410-9bf9-f77b7e298cf2
* strcat->strcpy simplificationreimar2006-10-151-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20243 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set SetErrorMode to make sure no dialog box will pop up when no disk in ↵reimar2006-10-151-0/+3
| | | | | | CD/DVD drive. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20241 b3059339-0415-0410-9bf9-f77b7e298cf2
* as per request, fullscreen and mute options have been added to the context ↵vayne2006-10-141-0/+14
| | | | | | menus. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20217 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a simple timer to hide the mouse when in fullscreen mode.vayne2006-10-091-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20138 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for disabling screensaver when in fullscreen mode while using the sub ↵vayne2006-09-181-11/+11
| | | | | | window. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19903 b3059339-0415-0410-9bf9-f77b7e298cf2
* ISO C90 warnings fixesvayne2006-09-061-9/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19724 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fix for starting gmplayer with -fs when using the sub windowvayne2006-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19577 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_colorkey change to avoid clashes with other black windowsvayne2006-08-281-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Further fullscreen switching improvements. Fixes sub window position bug ↵vayne2006-08-261-0/+11
| | | | | | when exiting a file from fullscreen. Fixes sub window position when switching between windows and fullscreen modes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19541 b3059339-0415-0410-9bf9-f77b7e298cf2
* further improvements to fullscreen switching.vayne2006-08-161-12/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19414 b3059339-0415-0410-9bf9-f77b7e298cf2
* introduce new 'stream' directory for all stream layer related components and ↵ben2006-07-311-1/+1
| | | | | | split them from libmpdemux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved fullscreen switchingvayne2006-07-291-10/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19250 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_init hack is no longer required after the last patch removed the callreimar2006-07-081-9/+0
| | | | | | | from mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack ↵reimar2006-07-071-0/+4
| | | | | | around that for now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18935 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial win32 gui release.vayne2006-07-061-0/+1555
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18919 b3059339-0415-0410-9bf9-f77b7e298cf2