Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
054a2b06
Commit
054a2b06
authored
Jan 01, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
svn:keywords.
parent
b83ae6b4
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
+8
-7
extras/MacOSX/VLC_app/Sources/VLCController.h
extras/MacOSX/VLC_app/Sources/VLCController.h
+1
-1
extras/MacOSX/VLC_app/Sources/VLCController.m
extras/MacOSX/VLC_app/Sources/VLCController.m
+2
-1
extras/MacOSX/VLC_app/Sources/VLCExceptionHandler.h
extras/MacOSX/VLC_app/Sources/VLCExceptionHandler.h
+1
-1
extras/MacOSX/VLC_app/Sources/VLCExceptionHandler.m
extras/MacOSX/VLC_app/Sources/VLCExceptionHandler.m
+1
-1
extras/MacOSX/VLC_app/Sources/VLCMainWindow.h
extras/MacOSX/VLC_app/Sources/VLCMainWindow.h
+1
-1
extras/MacOSX/VLC_app/Sources/VLCMainWindow.m
extras/MacOSX/VLC_app/Sources/VLCMainWindow.m
+1
-1
extras/MacOSX/VLC_app/Sources/VLCMediaArrayController.m
extras/MacOSX/VLC_app/Sources/VLCMediaArrayController.m
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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