Steve Lhomme
c93ec6762b
gui:macosx: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()
8 years ago
Steve Lhomme
ef3bc4614a
macosx: read the input "time" as vlc_tick_t
8 years ago
Steve Lhomme
ff56c92a5e
rename mtime_t to vlc_tick_t
Keep a copy of vlc_tick_tfor backward compatibility.
8 years ago
Felix Paul Kühne
67587d2c17
macosx: fix various compilation warnings with regard to integer sizes
8 years ago
Felix Paul Kühne
1e03d06491
macosx: remove write-only variables
8 years ago
Marvin Scholz
0ad44ebe42
macosx: Simplify imageFromRes
9 years ago
Felix Paul Kühne
535112f6c6
macosx: replace Carbon implementation with its BSD counter-part
9 years ago
David Fuhrmann
214cc7818f
macosx: Simplify translation macros
The previous method had lots of dead code, so simplify by using
a one-line macro.
9 years ago
Thomas Guillem
c0d287e72f
core: rename vlc_keys.h to vlc_actions.h
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
9 years ago
David Fuhrmann
508ce668df
macosx: Change OS constants to always include all higher OS versions
This fixes several cases where OSX_SIERRA was forgotten.
This seems to be a recurring problem and there is no need to limit
the constants to a specific macOS version. Usually, a feature
introduced in one version as also available on the subsequent ones.
9 years ago
Felix Paul Kühne
e0dfd83141
macosx: rename VLCMain source file and split out VLCApplication class
10 years ago
David Fuhrmann
70ccad7d47
macosx: rename to VLCStringUtility
10 years ago
Felix Paul Kühne
e5660d61f3
macosx: tweak conditional code handling
10 years ago
David Fuhrmann
fabe8243fe
macosx: Replace VLCIntf by getIntf()
The old VLCIntf macro is deprecated, getIntf() should be used
instead.
11 years ago
David Fuhrmann
50dcfe2ac5
macosx: Introduce OSX_EL_CAPITAN runtime check
11 years ago
Felix Paul Kühne
2f854ae389
macosx: deploy string conversation function in more cases
11 years ago
Felix Paul Kühne
c835a2044e
macosx/open: further clean-up
trim exposed class API, remove code which does not belong in a view object, remove macro abuse
11 years ago
Felix Paul Kühne
5fb6cff9d4
macosx: update singleton creation
11 years ago
Felix Paul Kühne
bb15c81583
macosx: switch to automated reference counting (refs #2813 )
11 years ago
Rémi Denis-Courmont
ce80ca38a7
input: change time and length variable to integer
11 years ago
David Fuhrmann
6616504dfb
macosx: add yosemite graphics to project file and use them in code
This also cleans up the images structure inside the project.
12 years ago
Felix Paul Kühne
fb744ad16f
macosx: fix compilation warnings
12 years ago
Felix Paul Kühne
1fd91c3b19
macosx: clean-up string utility
12 years ago
Felix Paul Kühne
f1ee099e71
macosx/StringUtility: add helper to format time strings
12 years ago
David Fuhrmann
20e06550d5
macosx: do not warn when trying to translate null strings
We don't do any actual call to gettext here, so the warning
is not really needed.
13 years ago
David Fuhrmann
2ec4f0a67a
macosx: reorder string functions and add add some documentation
No functional change.
13 years ago
David Fuhrmann
8afd622d2c
macosx: fix page up / page down hotkey support
close #10716
13 years ago
Felix Paul Kühne
706da72a53
macosx: fix compilation on 10.6 with clang 3.0
13 years ago
David Fuhrmann
083c2a2432
macosx: fix a bunch of string memleaks in video effects panel code
13 years ago
David Fuhrmann
2da17fc80a
macosx: fix space hotkey for audio files ( close #8818 )
13 years ago
Felix Paul Kühne
cc3fef6df3
macosx: use modern ObjC syntax for C-String to NSString conversations
13 years ago
David Fuhrmann
bb19532a44
macosx: remove completely unsensical and unneeded delocalize method
13 years ago
Felix Paul Kühne
64de31cb58
macosx: fixed compilation for llvm-gcc-4.2
14 years ago
David Fuhrmann
2f1fe72f98
macosx: suppress format warnings in StringUtility
According to http://developer.apple.com/library/mac/#documentation/cocoa/conceptual/Strings/Articles/formatSpecifiers.html
%C is the right one for unicode characters.
14 years ago
Felix Paul Kühne
c33e5f1920
macosx: unify and modernize coding style
14 years ago
Felix Paul Kühne
0d86a46b0b
macosx/MainWindow: move getCurrentTimeAsString to StringUtility
14 years ago
Felix Paul Kühne
e0f1ce3923
macosx/simple_prefs: move OSXStringKeyToString to StringUtility
14 years ago
Felix Paul Kühne
7b21794c91
macosx: split StringUtility from VLCMain and move it to a separate class where it belongs
14 years ago