Felix Paul Kühne
456ec97fda
macosx: fix resizing issue when updating lua extension dialogs ( close #14457 )
11 years ago
Felix Paul Kühne
0b9b7eab08
macosx: privatise instance variables and resolve class dependencies on internal implementation details
11 years ago
Felix Paul Kühne
bb15c81583
macosx: switch to automated reference counting (refs #2813 )
11 years ago
Felix Paul Kühne
0975876372
macosx: fix recursive inclusion of the compatibility header
12 years ago
Felix Paul Kühne
706da72a53
macosx: fix compilation on 10.6 with clang 3.0
13 years ago
Felix Paul Kühne
3efeac8318
Revert "macosx: clean code of objectAtIndex"
This reverts commit 00b2fcce88 .
[__MNSArray objectAtIndexedSubscript] isn't part of the OS X 10.7 ObjC runtime and in turn, we can't use this feature of the modern ObjC syntax until we drop support for 10.7 some day
13 years ago
Felix Paul Kühne
00b2fcce88
macosx: clean code of objectAtIndex
13 years ago
Felix Paul Kühne
5e8d27a227
macosx: use modern ObjC syntax for C-Numbers to NSNumber conversations
13 years ago
Felix Paul Kühne
c33e5f1920
macosx: unify and modernize coding style
14 years ago
Felix Paul Kühne
7e47a1f723
macosx: fixed compilation after ugly merge
14 years ago
Brendon Justin
de5f5cfac4
macosx: Update file headers on extensions
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Brendon Justin
efa2f96d31
macosx: Lua extensions infrastructure
Add files for extension creation management, add them to the build process, and
add them to the XCode project.
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Felix Paul Kühne
e8e65d95ff
macosx dialog provider: moved UI widgets out of the interface implementation
16 years ago