Felix Paul Kühne
599b30e838
macosx: save 19 l10n strings by replacing them with already present strings from other modules
13 years ago
David Fuhrmann
a02360f242
macosx: fix and improve window level handling
- fix behavior of video-on-top by adapting to vout windows handling changes
- set all windows to status level if one vout window has this level:
This avoids that video effects panel, audio efffects panel etc. pp. are opened behind
a vout window. Now they can be used as usual.
Please note, that due to the type of these panels they do not remain visible
when VLC gets inactive.
14 years ago
David Fuhrmann
208947e44f
macosx: video effects panel: autosave profiles and other refinements for profile management
- fix some bugs
- avoid unnecessary reload of all settings when the user clicks Cancel in dialogs
- add error message when user enters a duplicate profile name (this is not supported by
the combo box
14 years ago
David Fuhrmann
6abd40f4e6
macosx: video effects panel: integrate video-splitter into profile strings
14 years ago
David Fuhrmann
b11595671b
macosx: video effects panel: code style cleanup
14 years ago
David Fuhrmann
bec9b75ce8
macosx: video effects panel: add missing vlc_object_release
14 years ago
David Fuhrmann
e378fa45a7
macosx: video effects panel: synchronize text field and stepper values properly by using cocoa bindings
This simplifies the code and fixes stepper responseness.
This also fixes enabled state of some steppers.
14 years ago
David Fuhrmann
25f233cf1a
macosx: fix rare crash when changing video effects settings
14 years ago
David Fuhrmann
25316fbffc
macosx: video effects panel: only allow to activate clone XOR wall
Clone and wall is not supported yet.
14 years ago
David Fuhrmann
803b630392
macosx: video effects: restore correct state of clone and wall filter controls on reset
14 years ago
David Fuhrmann
c45da6baae
macosx: fix selectorNotFound warnings of when compiling with llvm-gcc
14 years ago
Felix Paul Kühne
0397c9b630
macosx: added 'clone' and 'wall' to Video Effects panel
14 years ago
Felix Paul Kühne
c60b89f4ab
macosx: added a profile management system to the video effects (refs #7342 )
This way, you can keep multiple sets of filters with their respective values and switch on-the-fly
14 years ago
Felix Paul Kühne
c33e5f1920
macosx: unify and modernize coding style
14 years ago
Felix Paul Kühne
df0f82ab9c
macosx: fixed conditionals for the different OS X release by adapting to the newly updated version defines
14 years ago
Felix Paul Kühne
15339133e4
macosx/VideoEffects: fix 'posterize-level' option
14 years ago
Felix Paul Kühne
1674102a8e
macosx/VideoEffects: fixed incomplete 'Anaglyph' implementation
14 years ago
Zoran Turalija
f3badedef0
macosx: Add Anaglyph 3D interface
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Felix Paul Kühne
412b2d72b7
macosx: make sure that the marquee is displayed correctly when enabled for the first time in a session
14 years ago
Felix Paul Kühne
edee0a5683
macosx: prevent crashes when enabling or changing the marquee string ( close #5991 )
14 years ago
Felix Paul Kühne
267137066a
macosx: fixed white spacing errors
Found by the GTM Xcode plugin, which was finally updated for Xcode4
14 years ago
Felix Paul Kühne
f798636233
macosx: fixed a bunch of compilation warnings, which popped up using newer Xcode release
no functional changes
15 years ago
David Fuhrmann
fd9f59ec7c
macosx: fix crash when open track sync panel while movie is playing
Crash was introduced in 3e73ad2a8a (subsdelay filter) and
occurs when user or init methods set subsdelay to 0.
15 years ago
Felix Paul Kühne
cff6fc15e4
macosx: removed tabs and fixed whitespacing errors
15 years ago
Felix Paul Kühne
394b188cec
macosx: fixed a crash in the video effects panel if no vout is present and set the slider values as their respective tooltip
15 years ago
Felix Paul Kühne
4b7092988e
macosx: re-add the 'Reset' button to the image adjust filter, since it used be present in the past
15 years ago
Felix Paul Kühne
2be0e49f38
macosx: implemented the logo and marquee filters in the video filters panel, optimized the code a bit ( fixes #5118 )
15 years ago
Felix Paul Kühne
b011ab462e
macosx: fixed transform filter controls
15 years ago
Felix Paul Kühne
8df3fe36d1
macosx: fixed video filter enable/disable code
loosely merged with the qt4 code
15 years ago
Felix Paul Kühne
a75b97adb8
macosx: fixed confusing interface behavior of the crop filter controls
15 years ago
Felix Paul Kühne
6e18f20803
macosx: removed 'erase logo' from the video effects panel and moved 'add logo' to the overlay stuff (now called Miscellaneous)
15 years ago
Felix Paul Kühne
1477998d54
macosx: moved compatiblity fixes to a designated header
15 years ago
Felix Paul Kühne
f1e8c225d2
macosx: added native fullscreen support for OS X Lion
15 years ago
Felix Paul Kühne
2ac5485666
macosx: fixed another couple of 16B leaks
15 years ago
Felix Paul Kühne
3d43268851
macosx: fixed a 300 byte memory leak
15 years ago
Felix Paul Kühne
81e886a8fc
macosx: implemented a bunch of video filters
remaining options: marquee, add logo, erase logo, clone
15 years ago
Felix Paul Kühne
3b66dabcbf
macosx: remove the extended controls panel since all of its functionality is present in the * effects panels now
15 years ago
Felix Paul Kühne
682589096e
macosx: added code to enable/disable video filters and modify a few properties.
dialog not yet fully functional
15 years ago
Felix Paul Kühne
63e66b3612
macosx: added skeleton for the video effects panel
15 years ago