Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
054a2b06
Commit
054a2b06
authored
Jan 01, 2008
by
Pierre d'Herbemont
Browse files
svn:keywords.
parent
b83ae6b4
Changes
7
Hide whitespace changes
Inline
Side-by-side
extras/MacOSX/VLC_app/Sources/VLCController.h
View file @
054a2b06
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCController.h 21565 2007-08-29 21:10:20Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
extras/MacOSX/VLC_app/Sources/VLCController.m
View file @
054a2b06
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCController.m 23286 2007-11-23 21:40:20Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
@@ -42,6 +42,7 @@
-
(
void
)
awakeFromNib
{
// [NSException raise:@"Hello" format:@"Hello"];
/***********************************
* Register our bindings value transformer
*/
...
...
extras/MacOSX/VLC_app/Sources/VLCExceptionHandler.h
View file @
054a2b06
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCController.h 21565 2007-08-29 21:10:20Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
extras/MacOSX/VLC_app/Sources/VLCExceptionHandler.m
View file @
054a2b06
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCController.h 21565 2007-08-29 21:10:20Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
extras/MacOSX/VLC_app/Sources/VLCMainWindow.h
View file @
054a2b06
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCController.h 21565 2007-08-29 21:10:20Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
extras/MacOSX/VLC_app/Sources/VLCMainWindow.m
View file @
054a2b06
...
...
@@ -3,7 +3,7 @@
*****************************************************************************
* Copyright (C) 2007 Pierre d'Herbemont
* Copyright (C) 2007 the VideoLAN team
* $Id
: VLCController.h 21565 2007-08-29 21:10:20Z pdherbemont
$
* $Id$
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
*
...
...
extras/MacOSX/VLC_app/Sources/VLCMediaArrayController.m
View file @
054a2b06
...
...
@@ -50,7 +50,7 @@
/* Implement drag and drop */
-
(
NSDragOperation
)
tableView
:(
NSTableView
*
)
tv
validateDrop
:(
id
<
NSDraggingInfo
>
)
info
proposedRow
:(
int
)
row
proposedDropOperation
:(
NSTableViewDropOperation
)
op
{
{
return
[
contentMediaList
isReadOnly
]
?
NSDragOperationNone
:
NSDragOperationGeneric
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment