- 04 Jun, 2012 2 commits
-
-
Felix Paul Kühne authored
Found by the GTM Xcode plugin, which was finally updated for Xcode4
-
David Fuhrmann authored
-
- 03 Jun, 2012 1 commit
-
-
Felix Paul Kühne authored
macosx: fixed corner-case in which the playlist table was displayed instead of the newly created vout
-
- 25 May, 2012 1 commit
-
-
David Fuhrmann authored
- volume and mute hotkeys are handled by core now, providing a proper osd screen - some fixes in detection if key combo is valid hotkey - fix for mem leak
-
- 21 May, 2012 3 commits
-
-
David Fuhrmann authored
Currently, two objects of the class VLCMainWindow are generated. The first is alloated from intf.m (triggered by the first log message that arrives) and is initialized by both init and initWithContentRect. The second object is created from inside the nib file, and is instantiated ONLY with initWithContentRect. Therefore, up to now _o_sharedInstance had the wrong object and all calls to sharedInstance would cause problems. But somehow, o_mainwindow in intf.m is updated to the correct second object, although it holds the first object at start. Furthermore, o_fspanel is also instantiated through the nib file.
-
Felix Paul Kühne authored
With the previous impementation, VLCMainWindow will stay the main window in fullscreen and is accidently activated when closing utility panels.
-
Felix Paul Kühne authored
macosx: removed wrong check, which could make the video output disappear when leaving fullscreen mode in rare cases (close #6856)
-
- 18 May, 2012 3 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
- smaller min size (no need to have this big width here) - no black borders while resize
-
Felix Paul Kühne authored
-
- 17 May, 2012 5 commits
-
-
Felix Paul Kühne authored
option can be set through the 'Playback' menu due to the lack of a 'View' menu and in the advanced preferences changes take effect immediatelly This is preliminary artwork, which will be improved shortly
-
Felix Paul Kühne authored
Thanks to David Fuhrmann for the remarks
-
Felix Paul Kühne authored
you can enable them in the 'Playback' menu (since we got no 'View' menu so far) or in the advanced preferences note that preliminary artwork is used at this point
-
Felix Paul Kühne authored
disabling this option will get you a separate video output window without any visible playback controls or window border. resizing is supported through hotkeys and Lion's native mechanism if available. Control the playback through menu and main window controller. Note that 'embedded' is obviously ignored in this mode.
-
Felix Paul Kühne authored
macosx: fixed corner case, which could lead to an empty main window in case the video output closes prematurely
-
- 15 May, 2012 1 commit
-
-
David Fuhrmann authored
Time can be greater than duration, when you scroll right to much. Furthermore, this commit moves the duplicated code into a own method.
-
- 11 May, 2012 2 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
The original purpose for this code is fixed somewhere else today. close #6769
-
- 06 May, 2012 1 commit
-
-
David Fuhrmann authored
-
- 05 May, 2012 1 commit
-
-
David Fuhrmann authored
Now it should be usable within own libvlc applications
-
- 30 Apr, 2012 1 commit
-
-
David Fuhrmann authored
-
- 29 Apr, 2012 1 commit
-
-
David Fuhrmann authored
-
- 23 Apr, 2012 1 commit
-
-
David Fuhrmann authored
macosx: fix issue where fullscreen controls are deactivated then video starts from lion fullscreen mode close #6351
-
- 22 Apr, 2012 1 commit
-
-
David Fuhrmann authored
-
- 20 Apr, 2012 5 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
this is needed especially for black ui style
-
David Fuhrmann authored
- do not allow to collapse the window - block the playlist menu item for now, when video is playing
-
David Fuhrmann authored
This also check if we should go to fullscreen at video startup (setting in video tab).
-
David Fuhrmann authored
-
- 19 Apr, 2012 1 commit
-
-
David Fuhrmann authored
macosx: allow a smaller min-height when video is playing and currently visible in order to get more exact zoom behaviour
-
- 16 Apr, 2012 2 commits
-
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
- 15 Apr, 2012 1 commit
-
-
David Fuhrmann authored
Also, this commit reenables resize to native video size, if video starts.
-
- 10 Apr, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 09 Apr, 2012 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 08 Apr, 2012 2 commits
-
-
Felix Paul Kühne authored
macosx: implemented drag & drop from playlist to media library and vice verca. additionally, drag from SD to ML or PL is supported. (close #6044)
-
Felix Paul Kühne authored
macosx: fixed appearance issue when collapsing / expanding the playlist while it is empty (close #6382)
-
- 06 Apr, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 03 Apr, 2012 1 commit
-
-
David Fuhrmann authored
-