Rémi Denis-Courmont
dcf2f38330
variables: remove useless VLC_VAR_GETSTEP parameter
8 years ago
Rémi Denis-Courmont
8f6a9a7e0b
variables: remove useless VLC_VAR_GETMAX parameter
8 years ago
Rémi Denis-Courmont
bee23fb0f8
variables: remove useless VLC_VAR_GETMIN parameter
8 years ago
Rémi Denis-Courmont
d01c9337a4
variables: make forth var_Change() argument optional
Most requests do not actually need it.
8 years ago
David Fuhrmann
04e8c62ccb
macosx: Rename VLCVoutWindowController to VLCVideoOutputProvider
This better matches the naming scheme, as WindowController is typically
used to have one designated window which is controlled.
8 years ago
David Fuhrmann
4841da0ec1
macosx: playlist menu: use modern way to load xib
8 years ago
David Fuhrmann
74f92d2084
macosx: status bar menu: Use modern way to load xib
8 years ago
David Fuhrmann
6d4fe98ec9
macosx: status bar menu: Remove unused object
8 years ago
David Fuhrmann
121d020804
macosx: Modernize VLCCoreDialogProvider
Use properties for all outlets. Use correct references and update
function to load the xib.
8 years ago
David Fuhrmann
80c1569858
macosx: Remove usage of outdated xib loading in playlist panel
8 years ago
David Fuhrmann
98fb287558
macosx: Use NSFontPanelModeMask to adapt to the new interface
This is available since 10.13 SDK.
8 years ago
David Fuhrmann
ea8ed957e4
macosx: simple prefs: Replace huge define by block / inline function
One should not have such huge defines.
8 years ago
David Fuhrmann
cce38c3b27
macosx: Remove leak in file type handler initialization
8 years ago
David Fuhrmann
2192f658cb
macosx: Do not try to release a nil object
8 years ago
David Fuhrmann
756341047a
macosx: Remove unused write-only variable
8 years ago
David Fuhrmann
f31ea49802
macosx: Simplify usage of toNSStr and _NS
Both correctly check for NULL char* already.
8 years ago
Felix Paul Kühne
cb19b8d8ef
macosx: fix deployment target of two xib files
8 years ago
Felix Paul Kühne
08134b3f77
macosx/advanced prefs: fix display of advanced modules and their options
This also adds a tad of debug bits for the future
8 years ago
David Fuhrmann
9a8ec6678e
macosx: Remove renmant of VLCMainWindowTitleView
8 years ago
Felix Paul Kühne
aef351f054
macosx: modernize API use for sheet dialogs
8 years ago
Felix Paul Kühne
2378131a7c
macosx/prefswidget: fix initilization
8 years ago
Felix Paul Kühne
a51cbb6fea
macosx/plmodel: fix potential mem leak
8 years ago
Felix Paul Kühne
7377336bc5
macosx/prefs widgets: make sure no instance variable is accessed before self is set to the result of the super initializer
8 years ago
Felix Paul Kühne
47c81aff1c
macosx: add missing selector declarations and more cleanup
8 years ago
David Fuhrmann
f0d15924fa
macosx: Remove the dark titlebar view
For now, this is not needed anymore as the dark mode is gone.
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
109baaa573
macosx: optimized drawing is gone in macOS 10.10
There is no modern counterpart as it is no longer needed within the new window server
8 years ago
Felix Paul Kühne
904e384326
macosx: add missing selector declarations
8 years ago
Felix Paul Kühne
864b5584f6
macosx: fix potential null pointer dereference
8 years ago
Felix Paul Kühne
9ee2f4b238
macosx: add missing error checking
8 years ago
Felix Paul Kühne
120f324ba9
macosx: fix uninitialized block argument
8 years ago
Felix Paul Kühne
1e03d06491
macosx: remove write-only variables
8 years ago
Felix Paul Kühne
6aa60ab0a1
macosx: remove unused variables
8 years ago
Felix Paul Kühne
19e97e859e
macosx: iterate on the pseudo target to make it compile and link
8 years ago
Felix Paul Kühne
88001a0ccc
macosx: fix simple preferences background color
This is needed for the OS dark mode
8 years ago
Felix Paul Kühne
2b110e2cea
macosx: remove dark interface mode
This leaves dark appearances in custom views as is to make them re-useable later
8 years ago
Felix Paul Kühne
d5a6834382
macosx: add support for shuffle and repeat to the remote control service
8 years ago
Felix Paul Kühne
64a4350353
macosx: add remote control service and export now playing metadata
Fixes #17727
Note that out-of-rate position changes within VLC are not yet communicated to the OS
8 years ago
Erwan Tulou
5bf929ae00
skins2: cosmetics
- move the vout_window_t management into each OS implementation
(x11, win32 or os2) so that set up is done accordingly.
- keep all window handles within each OS implementation.
8 years ago
Francois Cartegnie
33ad1b242a
Qt: sout: fix subtitles overlay options
8 years ago
Francois Cartegnie
777248bc8c
Qt: sout: add missing subtitles disabling param
8 years ago
Francois Cartegnie
ac7db144e0
Qt: sout: update profiles
also enable subtitles by default
8 years ago
Francois Cartegnie
3cf026ac8a
Qt: sout: update subs profiles list
8 years ago
Francois Cartegnie
4facb7d704
Qt: sout: update video profiles
8 years ago
Rémi Denis-Courmont
8d46058e2e
vlm: read vlm-conf variable just once
8 years ago
Rémi Denis-Courmont
bd00749be9
playlist: move pop-up menu variable
8 years ago
Rémi Denis-Courmont
4cedca0714
playlist: move FSC trigger and make it void
8 years ago
Rémi Denis-Courmont
6f485a389b
playlist: move intf-boss variable
8 years ago
Rémi Denis-Courmont
4c1816844e
playlist: move intf-show and make it void
8 years ago
Rémi Denis-Courmont
19aea520e3
skins2: remove a stray declaration
8 years ago